CellRangeIsEmpty
Property
|
Property that indicates whether all cells in
this cell range are empty.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool? IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean?
Get
public:
property Nullable<bool> IsEmpty {
Nullable<bool> get ();
}
member IsEmpty : Nullable<bool> with get
Property Value
NullableBoolean
See Also