GrapeCity.Xaml.Excel
ShowFirstColumn Property (ExcelTableStyleInfo)


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

Reference

ExcelTableStyleInfo Class
ExcelTableStyleInfo Members