Skip to main content
Row

SpreadsheetHistory.Count Property

Returns the number of operations performed in a workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

int Count { get; }

Property Value

Type Description
Int32

A zero-based positive integer that represents the number of performed operations.

See Also