Class ExportCellStyle
Represents the cell style in exporting.
Inheritance
System.Object
ExportCellStyle
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.DataGridConverter
Assembly: Syncfusion.SfDataGridConverter.WinForms.dll
Syntax
public class ExportCellStyle
Constructors
ExportCellStyle()
Declaration
public ExportCellStyle()
ExportCellStyle(Color, Color)
Declaration
public ExportCellStyle(Color backGroundColor, Color foreGroundColor)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | backGroundColor | |
System.Drawing.Color | foreGroundColor |
Properties
BackGroundColor
Gets or sets a value that specifies the BackGroundBrush.
Declaration
public Color BackGroundColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
FontInfo
Gets or sets a value that specifies FontInfo.
Declaration
public ExportFontInfo FontInfo { get; set; }
Property Value
Type |
---|
ExportFontInfo |
ForeGroundColor
Gets or sets a value that specifies the ForeGroundBrush.
Declaration
public Color ForeGroundColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |