XlsName
HasExternalFormula Property
|
Indicates is current range has external formula. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasExternalFormula { get; }
Public ReadOnly Property HasExternalFormula As Boolean
Get
public:
virtual property bool HasExternalFormula {
bool get () sealed;
}
abstract HasExternalFormula : bool with get
override HasExternalFormula : bool with get
Property Value
Type:
Boolean
Implements
IXLSRange
HasExternalFormula
See Also