Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / TotalCellStyle Property


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