XlsRangesCollection
IsBlank Property
|
Indicates whether the range is blank. 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 IsBlank { get; }
Public ReadOnly Property IsBlank As Boolean
Get
public:
virtual property bool IsBlank {
bool get () sealed;
}
abstract IsBlank : bool with get
override IsBlank : bool with get
Property Value
Type:
Boolean
Implements
IXLSRange
IsBlank
See Also