Class ExportCellStyle
Class which is used to set exporting cell styles for excel.
Inheritance
System.Object
ExportCellStyle
Namespace: Syncfusion.SfDataGrid.XForms.Exporting
Assembly: Syncfusion.SfGridConverter.XForms.dll
Syntax
public class ExportCellStyle : Object
Constructors
ExportCellStyle()
Initializes a new instance of the ExportCellStyle class.
Declaration
public ExportCellStyle()
ExportCellStyle(Color, Color)
Initializes a new instance of the ExportCellStyle class.
Declaration
public ExportCellStyle(Color backgroundColor, Color foregroundColor)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.Color | backgroundColor | The background color of the exporting cell. |
Xamarin.Forms.Color | foregroundColor | The foreground color of the exporting cell. |
Properties
BackgroundColor
Gets or sets the background color of the exporting cell.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | The background color of the exporting cell. |
BorderColor
Gets or sets the border color of the exporting cell.
Declaration
public Color BorderColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | The border color of the exporting cell. |
FontInfo
Gets or sets the font info of the exporting cell.
Declaration
public ExportFontInfo FontInfo { get; set; }
Property Value
Type | Description |
---|---|
ExportFontInfo | The font info of the exporting cell. |
ForegroundColor
Gets or sets the foreground color of the exporting cell.
Declaration
public Color ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Xamarin.Forms.Color | The foreground color of the exporting cell. |