Spread Windows Forms 12.0 Product Documentation
Border Property (CharBoxInfo)


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

Property Value

A CharBoxBorderInfo indicates the border of the char box.
Remarks
This property retrieves the border style of this CharBoxInfo.
See Also

Reference

CharBoxInfo Class
CharBoxInfo Members