GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBox Class / Size Property


In This Topic
Size Property (CharBox)
In This Topic
Gets or sets the size of the char box.
Syntax
'Declaration
 
Public Property Size As Size
 
'Usage
 
Dim instance As CharBox
Dim value As Size
 
instance.Size = value
 
value = instance.Size

Property Value

A Size indicates the size of the char box.
See Also