ListColumnFormula Property |
Gets and sets the formula of the list column.
Namespace:
Aspose.Cells.Tables
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string Formula { get; set; }
Public Property Formula As String
Get
Set
public:
property String^ Formula {
String^ get ();
void set (String^ value);
}
member Formula : string with get, set
Property Value
Type:
String
See Also