RevisionGroupCollection
Overview
RevisionGroupCollection is a class in Aspose.Words FOSS for .NET.
Inherits from: IEnumerable<RevisionGroup>.
A collection of RevisionGroup objects that represent revision groups in the document.
This class provides 1 method for working with RevisionGroupCollection objects in .NET programs.
Available methods include: GetEnumerator.
All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.
Properties: Count.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Returns the number of revision groups in the collection. |
Methods
| Signature | Description |
|---|---|
GetEnumerator() | Returns an enumerator object. |