Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / Formula Property


In This Topic
    Formula Property (TableColumn)
    In This Topic
    Gets or sets the formula for this calculated column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Formula As String
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As String
     
    value = instance.Formula
    public string Formula {get;}

    Property Value

    A string value indicates the calculated column's formula.
    See Also