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


In This Topic
    Right Property (Grid)
    In This Topic
    Gets or sets the right Line structure.
    Syntax
    'Declaration
     
    
    Public Property Right As Line
    'Usage
     
    
    Dim instance As Grid
    Dim value As Line
     
    instance.Right = value
     
    value = instance.Right
    public Line Right {get; set;}

    Property Value

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