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


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