Click or drag to resize

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
)

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