Click or drag to resize

XLSDocument.Sheet.GetDataColumn 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: System.String
Sheet name to reads
pColumn
Type: System.String
Column name to reads e.g. A

Return Value

Type: List<CellData>
Gives a list of Cell type
See Also