Click or drag to resize

OriginAnyParserFindExcelColumnByName Method

Finds an Excel column by name.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected int FindExcelColumnByName(
	int idxExcel,
	int idxSheet,
	string name
)

Parameters

idxExcel  Int32
The Excel workbook index.
idxSheet  Int32
The sheet index.
name  String
The column name.

Return Value

Int32
The zero-based column index, or -1 if it was not found.
See Also