Click or drag to resize

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
)

Parameters

pSheetname
Type: SystemString
Sheet name to reads
pColumn
Type: SystemString
Column name to reads e.g. A

Return Value

Type: ListCellData
Gives a list of Cell type
See Also