Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / LastTotalCell Property


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