Click or drag to resize
PicoXLSX

WorksheetCastValue Method

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

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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