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
)
Public Sub New (
pAddress As String,
pValue As String
)
Parameters
- pAddress
- Type: SystemString
Cell address - pValue
- Type: SystemString
Cell value
See Also