<
ComponentOne OLAP for WPF and Silverlight
C1.Silverlight.FlexGrid Namespace / CellRange Structure / LeftColumn Property

In This Topic
    LeftColumn Property (CellRange)
    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