Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstColumn Property


In This Topic
    FirstColumn Property (TableStyle)
    In This Topic
    Gets or sets the first column table style.
    Syntax
    'Declaration
     
    
    Public Property FirstColumn As TableElementStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableElementStyle
     
    instance.FirstColumn = value
     
    value = instance.FirstColumn
    public TableElementStyle FirstColumn {get; set;}
    See Also