Spread WPF 15
GrapeCity.Excel Namespace / ExcelTableColumn Class / CalculatedColumnFormula Property


In This Topic
    CalculatedColumnFormula Property (ExcelTableColumn)
    In This Topic
    Represents the formula that is used to perform the calculation for each cell in this column.
    Syntax
    'Declaration
     
    Public Property CalculatedColumnFormula As String
    'Usage
     
    Dim instance As ExcelTableColumn
    Dim value As String
     
    instance.CalculatedColumnFormula = value
     
    value = instance.CalculatedColumnFormula
    public string CalculatedColumnFormula {get; set;}
    See Also