Spread Windows Forms 11.0 Product Documentation
Size Property (CharBoxInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CharBoxInfo Class : Size Property
Gets or sets the size of the char box.
Syntax
'Declaration
 
Public Property Size As Size
'Usage
 
Dim instance As CharBoxInfo
Dim value As Size
 
instance.Size = value
 
value = instance.Size
public Size Size {get; set;}

Property Value

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

Reference

CharBoxInfo Class
CharBoxInfo Members