Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / LastColumn Property


In This Topic
    LastColumn Property (TableView)
    In This Topic
    Gets or sets whether to display the last column style in the table.
    Syntax
    'Declaration
     
    
    Public Property LastColumn As Boolean
    'Usage
     
    
    Dim instance As TableView
    Dim value As Boolean
     
    instance.LastColumn = value
     
    value = instance.LastColumn
    public bool LastColumn {get; set;}
    See Also