XlsPivotCacheField
Formula Property
|
Specifies the formula for the calculated field
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public 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