Gets the index of the left column in this CellRange.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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