GrapeCity.Xaml.Excel
CalculatedColumnFormula Property (ExcelTableColumn)


GrapeCity.Excel Namespace > ExcelTableColumn Class : CalculatedColumnFormula Property
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

Reference

ExcelTableColumn Class
ExcelTableColumn Members