IPivotField
IsFormulaField Property
|
Indicates whether this field is formula field
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsFormulaField { get; }
ReadOnly Property IsFormulaField As Boolean
Get
property bool IsFormulaField {
bool get ();
}
abstract IsFormulaField : bool with get
Property Value
Type:
Boolean
See Also