CellFor Method
Overloads
| CellFor(ISheet, IGenericObject) |
Gets the ISheetCell for the object |
CellFor(ISheet, IGenericObject)
Gets the ISheetCell for the object
Declaration
public static ISheetCell CellFor(this ISheet source, IGenericObject genericObject)
Parameters
| Type | Name | Description |
|---|---|---|
| ISheet | source |
The sheet |
| IGenericObject | genericObject |
Object placed on the sheet |
Returns
| Type | Description |
|---|---|
| ISheetCell |
The cell for the object |