Skip to main content

SpreadsheetStatusBarItems Enum

Lists items that can be displayed on the Spreadsheet status bar.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

[Flags]
public enum SpreadsheetStatusBarItems

Members

Name Description
Average

Displays the average of numerical values in the selected cells.

Count

Displays the number of selected cells that contain data.

NumCount

Displays the number of selected cells that contain numerical data.

Min

Displays the minimum numerical value in the selected cells.

Max

Displays the maximum numerical value in the selected cells.

Sum

Displays the sum of numerical values in the selected cells.

ZoomSlider

Displays the zoom slider that allows you zoom the current worksheet.

ZoomPercentage

Displays the current zoom level.

EndMode

Displays the End Mode label used to indicate that End Mode is activated.

Progress

Displays the progress bar that indicates the progress of lengthy operations (file load/save operations and export to PDF/HTML).

All

Displays all status bar items.

Remarks

Pass the SpreadsheetStatusBarItems enumeration values to the CreateRibbonStatusBar or CreateStatusBarManager method to add a status bar to a Spreadsheet application with a Ribbon or Bar UI.

See Also