Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableDataColumn Interface / TotalFormula Property


In This Topic
    TotalFormula Property (ITableDataColumn)
    In This Topic
    Gets or sets the total formula. Internal use to sync data from IExpressionSupport.
    Syntax
    'Declaration
     
    
    Property TotalFormula As String
    'Usage
     
    
    Dim instance As ITableDataColumn
    Dim value As String
     
    instance.TotalFormula = value
     
    value = instance.TotalFormula
    string TotalFormula {get; set;}
    See Also