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