Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / TotalCellStyleName Property


In This Topic
    TotalCellStyleName Property
    In This Topic
    Gets or sets the style name in the total cell of the table.
    Syntax
    'Declaration
     
    
    Public Property TotalCellStyleName As String
    'Usage
     
    
    Dim instance As TableViewColumn
    Dim value As String
     
    instance.TotalCellStyleName = value
     
    value = instance.TotalCellStyleName
    public string TotalCellStyleName {get; set;}
    See Also