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


In This Topic
    Empty Field (SizeInt)
    In This Topic
    Gets a SizeInt structure that has a Height and Width value of 0. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Empty As SizeInt
    'Usage
     
    
    Dim value As SizeInt
     
    value = SizeInt.Empty
    public static readonly SizeInt Empty
    See Also