GridRow.GetCellByIndex

GridRow.GetCellByIndex method

Get the cell by specific index in the list.

[Obsolete("Use GridRow.GetEnumerator() method to iterate all cells in this row instead.")]
public GridCell GetCellByIndex(int index)
ParameterTypeDescription
indexInt32The position.

Return Value

The Cell object.

Remarks

NOTE: This member is now obsolete. Instead,please use Row.GetEnumerator() method to iterate all cells in this row. This property will be removed 12 months later since February 2015. Aspose apologizes for any inconvenience you may have experienced.

See Also