Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As ExcelTableStyleInfo
Dim value As System.Boolean
 
instance.ShowFirstColumn = value
 
value = instance.ShowFirstColumn
public System.bool ShowFirstColumn {get; set;}
See Also

Reference

ExcelTableStyleInfo Class
ExcelTableStyleInfo Members