Class RevisionCustomView

RevisionCustomView class

Represents a revision record of adding or removing a custom view to the workbook

public class RevisionCustomView : Revision

Properties

NameDescription
ActionType { get; }Gets the type of action.
Guid { get; }Gets the globally unique identifier of the custom view.
Id { get; }Gets the number of this revision.(Inherited from Revision.)
override Type { get; }Gets the type of revision.
Worksheet { get; }Gets the worksheet.(Inherited from Revision.)

See Also