Class ExportCellStyle
Class which is used to set exporting cell styles for excel.
Inheritance
System.Object
ExportCellStyle
Namespace: Syncfusion.SfDataGrid.Exporting
Assembly: Syncfusion.SfGridConverter.iOS.dll
Syntax
public class ExportCellStyle : Object
Constructors
ExportCellStyle()
Initializes a new instance of the ExportCellStyle class.
Declaration
public ExportCellStyle()
ExportCellStyle(UIColor, UIColor)
Initializes a new instance of the ExportCellStyle class.
Declaration
public ExportCellStyle(UIColor backgroundColor, UIColor foregroundColor)
Parameters
Type | Name | Description |
---|---|---|
UIKit.UIColor | backgroundColor | The background color of the exporting cell. |
UIKit.UIColor | foregroundColor | The foreground color of the exporting cell. |
Properties
BackgroundColor
Gets or sets the background color of the exporting cell.
Declaration
public UIColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The background color of the exporting cell. |
BorderColor
Gets or sets the border color of the exporting cell.
Declaration
public UIColor BorderColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | 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 UIColor ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The foreground color of the exporting cell. |