StyleCollectionItem(Int32) Property |
Gets the style at the specified index.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public Style this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Style
Get
Parameters
- index Int32
- The zero-based index of the style to get.
Return Value
Style
The
Style at the specified index.
See Also