Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / FirstTotalCell Property


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