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 |
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!