Spread WPF 17
GrapeCity.Excel Namespace / GcRect Structure / Empty Property


In This Topic
    Empty Property (GcRect)
    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