OriginAnyParserFindNoteByName Method |
Finds a note by name.
Namespace: Altaxo.Serialization.OriginAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int FindNoteByName(
string name
)
Parameters
- name String
- The note name.
Return Value
Int32The zero-based note index, or
-1 if it was not found.
See Also