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


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