RevisionLogCollectionDaysPreservingHistory Property |
Gets and sets the number of days the spreadsheet application will keep the change history for this workbook.
Namespace:
Aspose.Cells.Revisions
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic int DaysPreservingHistory { get; set; }
Public Property DaysPreservingHistory As Integer
Get
Set
public:
property int DaysPreservingHistory {
int get ();
void set (int value);
}
member DaysPreservingHistory : int with get, set
Property Value
Type:
Int32
See Also