GrapeCity.Xaml.Excel
ShowFirstColumn Property (IExcelTableStyleInfo)


GrapeCity.Excel Namespace > IExcelTableStyleInfo Interface : ShowFirstColumn Property
A boolean indicating whether the first column in the table should have style applied.
Syntax
'Declaration
 
Property ShowFirstColumn As Boolean
'Usage
 
Dim instance As IExcelTableStyleInfo
Dim value As Boolean
 
instance.ShowFirstColumn = value
 
value = instance.ShowFirstColumn
bool ShowFirstColumn {get; set;}
See Also

Reference

IExcelTableStyleInfo Interface
IExcelTableStyleInfo Members