CellsAt Method
Overloads
| CellsAt(ISheet, Int32, Int32) | Returns a list of ISheetCell for the row / column | 
CellsAt(ISheet, Int32, Int32)
Returns a list of ISheetCell for the row / column
Declaration
      [Obsolete("Use GenericObject.Properties to modify sheet definition.")]
public static IEnumerable<ISheetCell> CellsAt(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 | 
|---|---|
| System.Collections.Generic.IEnumerable<ISheetCell> | A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the cells. |