Aspose::Cells::Range::GetCellOrNull method
Range::GetCellOrNull method
Gets Cell object or null in this range.
Cell Aspose::Cells::Range::GetCellOrNull(int32_t rowOffset, int32_t columnOffset)
Parameter | Type | Description |
---|---|---|
rowOffset | int32_t | Row offset in this range, zero based. |
columnOffset | int32_t | Column offset in this range, zero based. |
ReturnValue
Cell object.
See Also
- Class Cell
- Class Vector
- Class Range
- Namespace Aspose::Cells
- Library Aspose.Cells for C++