Click or drag to resize

IDevExpressQuantumGridCollectionTItem Property (Int32, String, Int32)

Gets a cell value by the row index (zero-based), column name and view index.

Namespace:  SmartBear.TestLeft.TestObjects.VCL.DevExpress
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
T this[
	int rowIndex,
	string columnName,
	int viewIndex
] { get; set; }

Parameters

rowIndex
Type: SystemInt32
Index of the row.
columnName
Type: SystemString
Name of the column.
viewIndex
Type: SystemInt32
Index of the view.

Return Value

Type: T
The cell value, if the cell was found.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also