Range.GetCellOrNull
Range.GetCellOrNull method
Gets Cell
object or null in this range.
public Cell GetCellOrNull(int rowOffset, int columnOffset)
Parameter | Type | Description |
---|---|---|
rowOffset | Int32 | Row offset in this range, zero based. |
columnOffset | Int32 | Column offset in this range, zero based. |
Return Value
Cell
object.
See Also
- class Cell
- class Range
- namespace Aspose.Cells
- assembly Aspose.Cells