GrapeCity.Xaml.Excel
ShowLastColumn Property (ExcelTableStyleInfo)


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

Reference

ExcelTableStyleInfo Class
ExcelTableStyleInfo Members