Spread WPF 17
GrapeCity.Excel Namespace / IExcelTableStyleInfo Interface / ShowLastColumn Property


In This Topic
    ShowLastColumn Property (IExcelTableStyleInfo)
    In This Topic
    A boolean indicating whether the last column in the table should have style applied.
    Syntax
    'Declaration
     
    Property ShowLastColumn As Boolean
    'Usage
     
    Dim instance As IExcelTableStyleInfo
    Dim value As Boolean
     
    instance.ShowLastColumn = value
     
    value = instance.ShowLastColumn
    bool ShowLastColumn {get; set;}
    See Also