FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridCellRange Class / Column2 Property

In This Topic
    Column2 Property (GridCellRange)
    In This Topic
    Gets or sets the right most column.
    Syntax
    'Declaration
     
    Public Property Column2 As Integer
    public int Column2 {get; set;}
    See Also