Click or drag to resize

RevisionGroupCollectionItem Property

Gets the RevisionGroup at the specified index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public RevisionGroup this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the revision to get.

Return Value

RevisionGroup
The revision at the specified index.
See Also