Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / DisplayField Class / Size Property


In This Topic
    Size Property (DisplayField)
    In This Topic
    Gets the size of the DisplayField.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Size As Size
    'Usage
     
    
    Dim instance As DisplayField
    Dim value As Size
     
    value = instance.Size
    public Size Size {get;}

    Property Value

    A Size indicates the size of the field.
    See Also