FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / Column2 Property

In This Topic
    Column2 Property (CellRange)
    In This Topic
    Gets or sets the index of the last column in this CellRange.
    Syntax
    'Declaration
     
    Public Property Column2 As Integer
    public int Column2 {get; set;}
    See Also