Gets the index of the right column in this CellRange.

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

Syntax

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

Remarks

This value is the higher of Column or Column2.

See Also