OriginAnyParserFindExcelColumnByName Method |
Finds an Excel column by name.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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
Int32The zero-based column index, or
-1 if it was not found.
See Also