Spread Windows Forms 12.0 Product Documentation
Left Property (Grid)


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

Property Value

A Line structure that indicates the left line of the grid.
See Also

Reference

Grid Class
Grid Members