XLSDocumentSheetGetCellValue Method (String, String) | |
Get Cell Value (by sheet name and cell reference)
Namespace:
SIC.OpenDocumentFormat.XLS
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public CellData GetCellValue(
string pSheetName,
string pAddressName
)
Public Function GetCellValue (
pSheetName As String,
pAddressName As String
) As CellData
Parameters
- pSheetName
- Type: SystemString
Sheet name to reads - pAddressName
- Type: SystemString
Address name to reads
Return Value
Type:
CellData[Missing <returns> documentation for "M:SIC.OpenDocumentFormat.XLS.XLSDocument.Sheet.GetCellValue(System.String,System.String)"]
See Also