Click or drag to resize

IExcelSheetWriterGetCell Method

Get a cell at the given position.

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
IExcelCellWriter GetCell(
	int row,
	int column
)

Parameters

row
Type: SystemInt32
The index of a row.
column
Type: SystemInt32
The index of a column.

Return Value

Type: IExcelCellWriter
An excel cell writer.
See Also