XlsPivotField
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:
virtual property String^ Formula {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Formula : string with get, set
override Formula : string with get, set
Property Value
Type:
String
Implements
IPivotField
Formula
See Also