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


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