IsEmpty Property (GcSize)
In This Topic
Gets a value that indicates whether this instance of GrapeCity.Excel.Size is GrapeCity.Excel.GcSize.Empty.
Syntax
'Declaration
Public ReadOnly Property IsEmpty As Boolean
'Usage
Dim instance As GcSize
Dim value As Boolean
value = instance.IsEmpty
public bool IsEmpty {get;}
See Also