Class SpreadsheetHeaderStyleInfo
Represents the class to define the style for Spreadsheet control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class SpreadsheetHeaderStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SpreadsheetHeaderStyleInfo()
Initializes a new instance of the SpreadsheetHeaderStyleInfo class.
Declaration
public SpreadsheetHeaderStyleInfo()
SpreadsheetHeaderStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the SpreadsheetHeaderStyleInfo class.
Declaration
public SpreadsheetHeaderStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this SpreadsheetHeaderStyleInfoStore. |
SpreadsheetHeaderStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the SpreadsheetHeaderStyleInfo class.
Declaration
public SpreadsheetHeaderStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A SpreadsheetHeaderStyleInfoIdentity that holds the identity for this SpreadsheetHeaderStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
BackColor
Gets or sets the header background color for the Spreadsheet control.
Declaration
[ThemeStudio]
public Color BackColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The System.Drawing.Color value is used to fill the background of the HeaderCell. |
DefaultStyle
Gets the default style value for the Spreadsheet control.
Declaration
public static SpreadsheetHeaderStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
SpreadsheetHeaderStyleInfo |
ForeColor
Gets or sets the header fore color value for the Spreadsheet control.
Declaration
[ThemeStudio]
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Gets the default style value of the SpreadsheetHeaderStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |