Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SeparatorBoxInfo Class / Shape Property


In This Topic
Shape Property (SeparatorBoxInfo)
In This Topic
Gets or sets the shape of the separator box.
Syntax
'Declaration
 
Public Property Shape As SeparatorShape
 
'Usage
 
Dim instance As SeparatorBoxInfo
Dim value As SeparatorShape
 
instance.Shape = value
 
value = instance.Shape

Property Value

A SeparatorShape indicating the shape of the separator box.
See Also