Worksheet.CastValue Method

NanoXLSX

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: 1.2.3.0 (1.2.3)
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