CellAt Method
Overloads
| CellAt(ISheet, Int32, Int32) |
Gets the ISheetCell for the row / column |
CellAt(ISheet, Int32, Int32)
Gets the ISheetCell for the row / column
Declaration
public static ISheetCell CellAt(this ISheet source, int col, int row)
Parameters
| Type | Name | Description |
|---|---|---|
| ISheet | source |
The sheet |
| System.Int32 | col |
Column |
| System.Int32 | row |
Row |
Returns
| Type | Description |
|---|---|
| ISheetCell |
The cell for the row/col |