Spread WPF 17
GrapeCity.Excel Namespace / ExcelTableStyleInfo Class / ShowLastColumn Property


In This Topic
    ShowLastColumn Property (ExcelTableStyleInfo)
    In This Topic
    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