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


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