Gets or sets the value of a specific cell.

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

Syntax

C#
public Object this[
	int row,
	string colName
] { get; set; }
Visual Basic
Public Default Property Item ( _
	row As Integer, _
	colName As String _
) As Object
	Get
	Set

Parameters

row
Type: System..::..Int32
Index of the row that contains the cell.
colName
Type: System..::..String
ColumnName of the column that contains the cell.

Return Value

The value of the cell.

See Also