Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableColumn Interface / Total Property


In This Topic
    Total Property
    In This Topic
    Gets the Total cell for a ITableColumn object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Total As IRange
    'Usage
     
    
    Dim instance As ITableColumn
    Dim value As IRange
     
    value = instance.Total
    IRange Total {get;}

    Property Value

    The Total cell for a ITableColumn object.
    See Also