Row.GetCellOrNull
Row.GetCellOrNull method
Gets the cell or null in the specific index.
public Cell GetCellOrNull(int column)
Parameter | Type | Description |
---|---|---|
column | Int32 | The column index |
Return Value
Returns the cell object if the cell exists. Or returns null if the cell object does not exist.
See Also
- class Cell
- class Row
- namespace Aspose.Cells
- assembly Aspose.Cells