Aspose::Cells::Row::GetCellOrNull method
Row::GetCellOrNull method
Gets the cell or null in the specific index.
Cell Aspose::Cells::Row::GetCellOrNull(int32_t column)
Parameter | Type | Description |
---|---|---|
column | int32_t | The column index |
ReturnValue
Returns the cell object if the cell exists. Or returns null if the cell object does not exist.
See Also
- Class Cell
- Class Vector
- Class Row
- Namespace Aspose::Cells
- Library Aspose.Cells for C++