Cells.GetCell

Cells.GetCell method

Gets the Cell element or null at the specified cell row index and column index.

[Obsolete("Use Cells.CheckCell(int row, int column) instead.")]
public Cell GetCell(int row, int column)
ParameterTypeDescription
rowInt32Row index
columnInt32Column index

Return Value

Return Cell object if a Cell object exists. Return null if the cell does not exist.

Remarks

NOTE: This member is now obsolete. Instead, please use CheckCell(int row, int column) method. This method will be removed 12 months later since February 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also