RevisionFormat Class
RevisionFormat class
Represents a revision record of information about a formatting change.
type RevisionFormat struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewRevisionFormat | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of revision. |
| GetAreas | The range to which this formatting was applied. |
| GetStyle | Gets the applied style. |
| GetWorksheet | Gets the worksheet. |
| GetId | Gets the number of this revision. |