Workbook.RevisionNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of times the workbook has been saved while open as a shared list. If the workbook is open in exclusive mode, this property returns 0 (zero).
public:
property int RevisionNumber { int get(); };
public int RevisionNumber { get; }
member this.RevisionNumber : int
Public ReadOnly Property RevisionNumber As Integer
Property Value
The number of times the workbook has been saved while open as a shared list.
Remarks
This property is updated only when the local copy of the workbook is saved, not when remote copies are saved.