Gets the index of the column at the specified location.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

Remarks

If there is no column at the specified location, this property returns -1.

See Also