TextBoundariesIndexOf Method |
Try to find the text item and returns the index in the collection. If the
item is not found, the function returns -1.
Namespace: Altaxo.Graph.Scales.BoundariesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int IndexOf(
string item
)
Parameters
- item String
- The text item to find.
Return Value
Int32The ordinal number or double.NaN if the item is not found.
See Also