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


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