XLSDocumentSheetGetCellValue Method (Cell) | |
Get Cell Value (by Cell)
Namespace:
SIC.OpenDocumentFormat.XLS
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public CellData GetCellValue(
Cell pCell
)
Public Function GetCellValue (
pCell As Cell
) As CellData
Parameters
- pCell
- Type: Cell
Cell to reads value
Return Value
Type:
CellData[Missing <returns> documentation for "M:SIC.OpenDocumentFormat.XLS.XLSDocument.Sheet.GetCellValue(DocumentFormat.OpenXml.Spreadsheet.Cell)"]
See Also