XLSDocumentSheetGetDataColumn Method | |
Read data on column
Namespace:
SIC.OpenDocumentFormat.XLS
Assembly:
SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax public List<CellData> GetDataColumn(
string pSheetname,
string pColumn
)
Public Function GetDataColumn (
pSheetname As String,
pColumn As String
) As List(Of CellData)
Parameters
- pSheetname
- Type: SystemString
Sheet name to reads - pColumn
- Type: SystemString
Column name to reads e.g. A
Return Value
Type:
ListCellDataGives a list of Cell type
See Also