XlsRangesCollection
HasBoolean Property
|
Indicates whether range contains bool value. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasBoolean { get; }
Public ReadOnly Property HasBoolean As Boolean
Get
public:
virtual property bool HasBoolean {
bool get () sealed;
}
abstract HasBoolean : bool with get
override HasBoolean : bool with get
Property Value
Type:
Boolean
Implements
IXLSRange
HasBoolean
See Also