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


In This Topic
    TotalLabel Property (TableViewColumn)
    In This Topic
    Gets or sets the label in the total cell of the column.
    Syntax
    'Declaration
     
    
    Public Property TotalLabel As String
    'Usage
     
    
    Dim instance As TableViewColumn
    Dim value As String
     
    instance.TotalLabel = value
     
    value = instance.TotalLabel
    public string TotalLabel {get; set;}
    See Also