WorksheetReader.CellResolverTuple Constructor

NanoXLSX

NanoXLSX

WorksheetReaderCellResolverTuple Constructor

Default constructor with parameters

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public CellResolverTuple(
	bool isValid,
	Object data,
	Type type
)

Parameters

isValid
Type: SystemBoolean
If true, the resolved cell contains valid data
data
Type: SystemObject
Data object.
type
Type: SystemType
Type of the cell
See Also