Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / TotalsRowFormula Property


In This Topic
    TotalsRowFormula Property
    In This Topic
    Gets or sets the totals row formula.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TotalsRowFormula As String
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As String
     
    value = instance.TotalsRowFormula
    public string TotalsRowFormula {get;}

    Property Value

    A System.String value represents the totals row formula.
    See Also