In This Topic
Represents a GrapeCity.Excel.GcRect structure with its properties left uninitialized.
Syntax
'Declaration
Public Shared ReadOnly Property Empty As GcRect
'Usage
Dim value As GcRect
value = GcRect.Empty
public static GcRect Empty {get;}
See Also