IExcel Sheet WriterGet Cell Method
Get a cell at the given position.
Definition
Namespace: Casewhere.Runtime.IO
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
An excel cell writer.
Assembly: Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
C#
IExcelCellWriter GetCell(
int row,
int column
)Parameters
Return Value
IExcelCellWriterAn excel cell writer.