StyleCollectionIndexOf Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public int IndexOf(
Style item
)
Public Function IndexOf (
item As Style
) As Integer
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