Gets or sets the data stored in this row at a specific column.

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

Syntax

C#
[BrowsableAttribute(false)]
public Object this[
	int colIndex
] { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Default Property Item ( _
	colIndex As Integer _
) As Object
	Get
	Set

Parameters

colIndex
Type: System..::..Int32
Index of the Column that contains the data.

Return Value

The data stored in this row at a specific column.

See Also