Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / Empty Field


In This Topic
    Empty Field (Rect)
    In This Topic
    Represents a Rect structure with its properties left uninitialized.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As Rect
    'Usage
     
    
    Dim value As Rect
     
    value = Rect.Empty
    public static readonly Rect Empty
    See Also