GrapeCity.Xaml.Excel
Format Property (ExcelGridLine)


GrapeCity.Excel.Chart Namespace > ExcelGridLine Class : Format Property
Specify the gridline format
Syntax
'Declaration
 
Public Property Format As IExcelChartFormat
'Usage
 
Dim instance As ExcelGridLine
Dim value As IExcelChartFormat
 
instance.Format = value
 
value = instance.Format
public IExcelChartFormat Format {get; set;}
See Also

Reference

ExcelGridLine Class
ExcelGridLine Members