Click or drag to resize

StyleCollectionIndexOf Method

Determines the index of a specific Style instance in the StyleCollection.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int IndexOf(
	Style item
)

Parameters

item  Style
The Style instance to locate in the StyleCollection.

Return Value

Int32
The index of item if found in the collection; otherwise, -1.
See Also