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#
public Object this[
	string colName
] { get; set; }
Visual Basic
Public Default Property Item ( _
	colName As String _
) As Object
	Get
	Set

Parameters

colName
Type: System..::..String
Name of the Column that contains the data.

Return Value

The data stored in this row at a specific column.

Remarks

Columns are identified by their ColumnName property.

See Also