Name | Description | |
---|---|---|
ActiveSheet | Gets the active sheet (the sheet on top). | |
ActiveSheetIndex | Gets the active sheet index (the sheet on top). | |
Authors | Gets the list of authors. | |
BuiltinDocumentProperties | Gets the BuiltinDocumentProperties object that represents all properties of the spreadsheet document. | |
CompatibleFeatures | Internal use only. | |
ContainsMultipleSelectedWorksheets | Gets a boolean value indicating whether there are more than one worksheet selected. | |
CopyingRanges | Gets the multiple cell range which is processing copy action. | |
CustomDocumentProperties | Gets or sets the DocumentProperties object that represents all custom properties of the workbook. | |
Date1904 | Gets or sets whether the date system used to convert a date from/to a serial value starts since 1/1/1904. | |
DefaultSlicerStyle | Gets or sets the table style from the ITableStyle collection that is used as the default slicer style. | |
DefaultTableStyle | Gets or sets the table style from the TableStyles collection that is used as the default table style. | |
EditingCommentThreaded | Gets an ICommentThreaded object that represents the threaded comment which is editing. | |
Features | Gets a Features object to manipulate settings of features. | |
FirstSheet | Specifies the index to the first sheet in this book view. | |
FormatOptions | Gets the general FormatOptions value. | |
FormulaEngine | Gets the formula engine of this workbook. (Inherited from GrapeCity.Spreadsheet.WorkbookBase) | |
FullName | Gets the name of this workbook, including its path, as a string. | |
HoverComment | Gets or sets the comment which is under mouse cursor. | |
IsClipboardCutting | Gets or sets a boolean value indicating whether the current clipboard action is Cut. | |
LinkSources | Gets an array of links in the workbook. The names in the array are the names of the linked documents. Returns empty array if there are no links. | |
Locks | Gets the protected data of this workbook. | |
Name | Gets or sets the name of this Workbook. | |
Names | Gets a WorkbookBase.Names collection that represents all the names in the specified workbook (including all worksheet-specific names). (Inherited from GrapeCity.Spreadsheet.WorkbookBase) | |
Path | Gets a string that represents the complete path to the workbook/file that this workbook object respresents. | |
Protection | Gets a ProtectionMode value indicating whether this workbook is protected. | |
SaveLinkValues | Gets or sets a boolean value indicating whether externally referenced values will be saved with the workbook, enabling cells which refer to those values to be calculated without returning a #REF! error. | |
SelectedSheets | Gets a ISheets collection that represents all the selected sheets in the specified window. | |
Sheets | ||
SheetTabRatio | Specifies ratio between the workbook tabs bar and the horizontal scroll bar. | |
ShowHorizontalScroll | Specifies a boolean value that indicates whether to display the horizontal scroll bar in the user interface. | |
ShowSheetTabs | Specifies a boolean value that indicates whether to display the sheet tabs in the user interface. | |
ShowVerticalScroll | Specifies a boolean value that indicates whether to display the vertical scroll bar. | |
Styles | Gets a Styles collection that represents all the styles in the workbook. | |
TableStyles | Gets the collection of table styles that are used in the workbook. | |
Theme | Gets or sets the theme applied to the current workbook. | |
UpdateLinks | Gets or sets an UpdateLinks constant indicating a workbook's setting for updating links. | |
WorkbookSet | Overridden. Gets the container of this item. |