Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorksheetReference Structure / Empty Field


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