Class ExportingGridStyleInfo
ExportingGridStyleInfo contains a list of appearance properties which is used while exporting the pivot data to excel,word,pdf
Inheritance
Namespace: Syncfusion.Windows.Grid.Olap.Common
Assembly: Syncfusion.OlapGridCommon.WPF.dll
Syntax
public class ExportingGridStyleInfo : Object
Constructors
ExportingGridStyleInfo()
Sets default value for the properties
Declaration
public ExportingGridStyleInfo()
Fields
fontSize
List of font size values.
Declaration
public List<float> fontSize
Field Value
Type |
---|
System.Collections.Generic.List<System.Single> |
fontStyle
List of font style names.
Declaration
public List<string> fontStyle
Field Value
Type |
---|
System.Collections.Generic.List<System.String> |
Properties
ApplyColumnHeaderStyle
Gets or sets a value indicating whether [apply column header style].
Declaration
public bool ApplyColumnHeaderStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ApplyHeaderFontStyle
Gets or sets a value indicating whether [apply header font style].
Declaration
public bool ApplyHeaderFontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ApplyRowHeaderStyle
Gets or sets a value indicating whether [apply row header style].
Declaration
public bool ApplyRowHeaderStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ApplySummaryColumnStyle
Gets or sets a value indicating whether [apply summary column style].
Declaration
public bool ApplySummaryColumnStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ApplySummaryHeaderFontStyle
Gets or sets a value indicating whether [apply summary header font style].
Declaration
public bool ApplySummaryHeaderFontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ApplySummaryRowStyle
Gets or sets a value indicating whether [apply summary row style].
Declaration
public bool ApplySummaryRowStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ApplyValueCellStyle
Gets or sets a value indicating whether [apply value cell style].
Declaration
public bool ApplyValueCellStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CellFontColor
Gets or sets the color of the cell font.
Declaration
public string CellFontColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the cell font. |
CellFontName
Gets or sets the name of the cell font.
Declaration
public string CellFontName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the cell font. |
CellFontSize
Gets or sets the size of the cell font.
Declaration
public float CellFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The size of the cell font. |
CellFontStyle
Gets or sets the cell font style.
Declaration
public string CellFontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The cell font style. |
GridBackGround
Gets or sets the grid back ground.
Declaration
public string GridBackGround { get; set; }
Property Value
Type | Description |
---|---|
System.String | The grid back ground. |
GridBorderColor
Gets or sets the color of the grid border.
Declaration
public string GridBorderColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the grid border. |
GridThickness
Gets or sets the grid thickness.
Declaration
public double GridThickness { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The grid thickness. |
HeaderBackgroundColor
Gets or sets the color of the header background.
Declaration
public string HeaderBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the header background. |
HeaderFontName
Gets or sets the name of the header font.
Declaration
public string HeaderFontName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the header font. |
HeaderFontSize
Gets or sets the size of the header font.
Declaration
public double HeaderFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The size of the header font. |
HeaderFontStyle
Gets or sets the header font style.
Declaration
public string HeaderFontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The header font style. |
HeaderForeGroundColor
Gets or sets the color of the header fore ground.
Declaration
public string HeaderForeGroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the header fore ground. |
HeaderRowBackgroundColor
Gets or sets the color of the header row background.
Declaration
public string HeaderRowBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the header row background. |
HeaderRowForegroundColor
Gets or sets the color of the header row foreground.
Declaration
public string HeaderRowForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the header row foreground. |
SummaryColumnBackgroundColor
Gets or sets the color of the summary column background.
Declaration
public string SummaryColumnBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the summary column background. |
SummaryColumnForegroundColor
Gets or sets the color of the summary column foreground.
Declaration
public string SummaryColumnForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the summary column foreground. |
SummaryFontName
Gets or sets the name of the summary font.
Declaration
public string SummaryFontName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name of the summary font. |
SummaryFontSize
Gets or sets the size of the summary font.
Declaration
public float SummaryFontSize { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The size of the summary font. |
SummaryRowBackgroundColor
Gets or sets the color of the summary row background.
Declaration
public string SummaryRowBackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the summary row background. |
SummaryRowForegroundColor
Gets or sets the color of the summary row foreground.
Declaration
public string SummaryRowForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the summary row foreground. |
ValueTextColor
Gets or sets the color of the value text.
Declaration
public string ValueTextColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | The color of the value text. |
Methods
LoadStyles()
Loads the style information from Metadata
Declaration
public void LoadStyles()