Workbook.RevisionNumber Property

Definition

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.

Applies to