Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Grid Class / Left Property


In This Topic
    Left Property (Grid)
    In This Topic
    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