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

In This Topic
    LeftColumn Property
    In This Topic
    Gets the index of the left column in this CellRange.
    Syntax
    'Declaration
     
    Public ReadOnly Property LeftColumn As Integer
    public int LeftColumn {get;}
    Remarks
    This value is the lower of Column or Column2.
    See Also