Spread Windows Forms 12.0 Product Documentation
Formula Property (TableColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : Formula Property
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

Reference

TableColumn Structure
TableColumn Members