NanoXLSX Library Documentation
![]() | WorksheetReaderCellResolverTuple Constructor |
Default constructor with parameters
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

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
