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[
	Column col
] { get; set; }
Visual Basic
Public Default Property Item ( _
	col As Column _
) As Object
	Get
	Set

Parameters

col
Type: C1.Silverlight.FlexGrid..::..Column
Column that contains the data.

Return Value

The data stored in this row at a specific column.

See Also