Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / TableStateEventArgs Class / FirstColumn Property


In This Topic
    FirstColumn Property (TableStateEventArgs)
    In This Topic
    Gets a boolean value indicating whether the FirstColumn style is changed.
    Syntax
    'Declaration
     
    
    Public Property FirstColumn As Boolean
    'Usage
     
    
    Dim instance As TableStateEventArgs
    Dim value As Boolean
     
    instance.FirstColumn = value
     
    value = instance.FirstColumn
    public bool FirstColumn {get; set;}
    See Also