SpreadsheetRibbonTabCollectionBuilder Members
A builder for the Spreadsheet ribbon tab collection.Methods
| Name | Description |
|---|---|
| Add() | Adds a new tab to the end of the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| Add(String, String) | Adds a new tab to the end of the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| Add(String) | Adds a new tab with the specified title to the end of the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| AddChartDesignContextTab() | Adds the Chart Design context tab to the Spreadsheet’s tab collection. |
| AddChartFormatContextTab() | Adds the Chart Format context tab to the Spreadsheet’s tab collection. |
| AddChartLayoutContextTab() | Adds the Chart Layout context tab to the Spreadsheet’s tab collection. |
| AddDataTab() | Adds the Data tab to the ribbon tab collection. |
| AddFormulasTab() | Adds the Formulas tab to the ribbon tab collection. |
| AddHomeTab() | Adds the Home tab to the ribbon tab collection. |
| AddInsertTab() | Adds the Insert tab to the ribbon tab collection. |
| AddPictureFormatContextTab() | Adds the Picture Format context tab to the ribbon tab collection. |
| AddReviewTab() | Adds the Review tab to the ribbon tab collection. |
| AddTableDesignContextTab() | Adds the Table Design context tab to the ribbon tab collection. |
| AddViewTab() | Adds the View tab to the ribbon tab collection. |
| Clear() | Removes all tabs from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetAt(Int32) | Retrieves a tab from the collection by a tab index. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| GetByName(String) | Retrieves a specific tab from the collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| GetByTitle(String) | Retrieves a tab from the collection by a tab title. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| Insert(Int32) | Inserts a new tab to the ribbon tab collection at the specified position. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| InsertChartDesignContextTab(Int32) | Inserts the Chart Design context tab to the ribbon tab collection at the specified position. |
| InsertChartFormatContextTab(Int32) | Inserts the Chart Format context tab to the ribbon tab collection at the specified position. |
| InsertChartLayoutContextTab(Int32) | Inserts the Chart Layout context tab to the ribbon tab collection at the specified position. |
| InsertDataTab(Int32) | Inserts the Data tab to the ribbon tab collection at the specified position. |
| InsertFormulasTab(Int32) | Inserts the Formulas tab to the ribbon tab collection at the specified position. |
| InsertHomeTab(Int32) | Inserts the Home tab to the ribbon tab collection at the specified position. |
| InsertInsertTab(Int32) | Inserts the Insert tab to the ribbon tab collection at the specified position. |
| InsertPictureFormatContextTab(Int32) | Inserts the Picture Format context tab to the ribbon tab collection at the specified position. |
| InsertReviewTab(Int32) | Inserts the Review tab to the ribbon tab collection at the specified position. |
| InsertTableDesignContextTab(Int32) | Inserts the Table Design tab to the ribbon tab collection at the specified position. |
| InsertViewTab(Int32) | Inserts the View tab to the ribbon tab collection at the specified position. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RemoveAt(Int32) | Removes a tab at the specified position from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| RemoveByName(String) | Removes a tab with the specified name from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| RemoveByTitle(String) | Removes a tab with the specified title from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also