XlsChartDataLabels
HasFormula Property
|
Gets or sets a value indicating whether this instance has formula.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasFormula { get; }
Public ReadOnly Property HasFormula As Boolean
Get
public:
property bool HasFormula {
bool get ();
}
member HasFormula : bool with get
Property Value
Type:
Boolean
See Also