Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TableTotalRowStyle Property


In This Topic
    TableTotalRowStyle Property
    In This Topic
    Gets or sets style information for the table total row area.
    Syntax
    'Declaration
     
    
    Public Property TableTotalRowStyle As StyleInfo
    'Usage
     
    
    Dim instance As TableView
    Dim value As StyleInfo
     
    instance.TableTotalRowStyle = value
     
    value = instance.TableTotalRowStyle
    public StyleInfo TableTotalRowStyle {get; set;}
    See Also