get_cell method

get_cell

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

Returns

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

def get_cell(self, row, column):
    ...
ParameterTypeDescription
rowintRow index
columnintColumn index

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