Spread Windows Forms 12.0 Product Documentation
Separator Property (Grid)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > Grid Class : Separator Property
Gets or sets the header separator Line structure.
Syntax
'Declaration
 
Public Property Separator As Line
'Usage
 
Dim instance As Grid
Dim value As Line
 
instance.Separator = value
 
value = instance.Separator
public Line Separator {get; set;}

Property Value

A Line structure that indicates the header separator.
See Also

Reference

Grid Class
Grid Members