windowsforms-devexpress-dot-xtraspreadsheet-ba4eb89b.md
Lists items that can be displayed on the Spreadsheet status bar.
Namespace : DevExpress.XtraSpreadsheet
Assembly : DevExpress.XtraSpreadsheet.v25.2.dll
NuGet Package : DevExpress.Win.Spreadsheet
[Flags]
public enum SpreadsheetStatusBarItems
<Flags>
Public Enum SpreadsheetStatusBarItems
| 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.
|
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