Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBox Class / SetSize Method
A Size indicate the size.


In This Topic
    SetSize Method (CharBox)
    In This Topic
    Sets the size of the CharBox.
    Syntax
    'Declaration
     
    
    Protected Sub SetSize( _
       ByVal value As Size _
    ) 
    'Usage
     
    
    Dim instance As CharBox
    Dim value As Size
     
    instance.SetSize(value)
    protected void SetSize( 
       Size value
    )

    Parameters

    value
    A Size indicate the size.
    See Also