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


In This Topic
    TotalRow Property
    In This Topic
    Gets or sets the total row table style.
    Syntax
    'Declaration
     
    
    Public Property TotalRow As TableElementStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableElementStyle
     
    instance.TotalRow = value
     
    value = instance.TotalRow
    public TableElementStyle TotalRow {get; set;}
    See Also