| Name | Description |
 | ActiveSheet | Gets or sets the active sheet in the component. |
 | ActiveSheetIndex | Gets or sets the index of the active sheet in the component. |
 | AutoRecalculation | Gets or sets a value that indicates whether to automatically recalculate. |
 | AutoRefresh | Gets or sets whether the sheet can auto-refresh itself. |
 | BackgroundCalculation | Gets or sets whether to calculate the formulas in the background thread to reduce the time for opening an excel file. |
 | CanCellOverflow | Gets or sets whether data can overflow into adjacent empty cells in the component. |
 | CurrentTheme | Gets or sets the current theme for the workbook. |
 | CurrentThemeName | Gets or sets the current theme information for the workbook. |
 | CustomFunctions | Gets the custom functions. |
 | CustomNames | Gets the custom names. |
 | GridLineColor | Gets or sets the color of the gridline. |
 | HorizontalScrollBarVisibility | Gets or sets the horizontal scroll bar visibility. |
 | Item | Overloaded. Gets the worksheet at the specified index. |
 | LoadExcelOnDemand | Gets or sets whether to load data on demand to reduce the time for opening an excel file. |
 | Name | Gets or sets the name of the workbook. |
 | NamedStyles | Gets or sets a collection of StyleInfo objects for this sheet. |
 | Protect | Gets or sets whether this workbook is protected. |
 | ReferenceStyle | Gets or sets the style for cell and range references in cell formulas on this sheet. |
 | SheetCount | Gets or sets the number of sheets for this workbook. |
 | Sheets | Gets a collection of Worksheet objects for this workbook. |
 | ShowDragDropTip | Gets or sets a value that indicates whether to show the drag drop tip. |
 | ShowDragFillTip | Gets or sets a value that indicates whether to show the drag fill tip. |
 | ShowGridLine | Gets or sets a value that indicates whether to show the gridline. |
 | ShowResizeTip | Gets or sets whether to display a resize tip. |
 | ShowScrollTip | Gets or sets whether to display a scroll tip. |
 | StartSheetIndex | Gets or sets the index of the start sheet of the Workbook |
 | Themes | Gets themes for the workbook. |
 | VerticalScrollBarVisibility | Gets or sets the vertical scroll bar visibility. |