Click or drag to resize

OriginAnyParserFindSpreadColumnByName Method

Finds a spreadsheet 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 FindSpreadColumnByName(
	int spread,
	string name
)

Parameters

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

Return Value

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