Spread WinForms 15
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)

Parameters

value
A Size indicate the size.
See Also