IExcelSheetWriterGetCell Method
|
Get a cell at the given position.
Namespace: Casewhere.Runtime.IOAssembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIExcelCellWriter GetCell(
int row,
int column
)
Parameters
- row Int32
- The index of a row.
- column Int32
- The index of a column.
Return Value
IExcelCellWriterAn excel cell writer.
See Also