Gets the index of the left column in this CellRange.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public int LeftColumn { get; }
Visual Basic
Public ReadOnly Property LeftColumn As Integer
	Get

Remarks

This value is the lower of Column or Column2.

See Also