Click or drag to resize
NanoXLSX

WorksheetCastValue Method

Method to cast a value or align an object of the type Cell to the context of the worksheet

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
private Cell CastValue(
	Object value,
	int column,
	int row
)

Parameters

value  Object
Unspecified value or object of the type Cell
column  Int32
Column index
row  Int32
Row index

Return Value

Cell
Cell object
See Also