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


In This Topic
    Empty Property (GcSize)
    In This Topic
    Gets a value that represents a static empty GrapeCity.Excel.GcSize
    Syntax
    'Declaration
     
    Public Shared ReadOnly Property Empty As GcSize
    'Usage
     
    Dim value As GcSize
     
    value = GcSize.Empty
    public static GcSize Empty {get;}
    See Also