Click or drag to resize

CellData Constructor (String, String)

Initializes a new instance of the CellData class. Constructor with parameter

Namespace:  SIC.OpenDocumentFormat.XLS
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public CellData(
	string pAddress,
	string pValue
)

Parameters

pAddress
Type: SystemString
Cell address
pValue
Type: SystemString
Cell value
See Also