Worksheet.CastValue Method

PicoXLSX

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: 2.4.0.0 (2.4.0)
Syntax
C#
private Cell CastValue(
	Object value,
	int column,
	int row
)

Parameters

value
Type: SystemObject
Unspecified value or object of the type Cell
column
Type: SystemInt32
Column index
row
Type: SystemInt32
Row index

Return Value

Type: Cell
Cell object
See Also