StyleCollectionContains(Style) Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public bool Contains(
Style item
)
Public Function Contains (
item As Style
) As Boolean
Parameters
- item Style
-
The Style instance to locate in the
StyleCollection.
Return Value
Boolean if
item is found in the
StyleCollection;
otherwise,
.
See Also