_Workbook.RevisionNumber Property

Definition

Returns 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). Read-only Integer.

public:
 property int RevisionNumber { int get(); };
public int RevisionNumber { get; }
Public ReadOnly Property RevisionNumber As Integer

Property Value

Remarks

The RevisionNumber property is updated only when the local copy of the workbook is saved, not when remote copies are saved.

Applies to