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


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