Click or drag to resize

OriginAnyParserFindColumnByName Method

Finds a spreadsheet column by name, truncated to Origin's eleven-character lookup width.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int FindColumnByName(
	int spread,
	string name
)

Parameters

spread  Int32
The spreadsheet index.
name  String
The column name to find.

Return Value

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