# Office VBA Reference ## [Office VBA Reference](overview/Index.md) ## Access ### [Overview](overview/Access.md) ### Concepts #### [Overview](../access/Concepts/Miscellaneous/concepts-access-vba-reference.md) #### ActiveX Data Objects (ADO) ##### ADO for Visual C++ syntax index for COM ###### [Overview](../access/concepts/miscellaneous/ado-for-visual-c-plus-plus-syntax-index-for-com.md) ###### [Collections](../access/concepts/miscellaneous/collections-ado-for-visual-c-plus-plus-syntax.md) ###### [Command](../access/concepts/miscellaneous/command-ado-for-visual-c-plus-plus-syntax.md) ###### [Connection](../access/concepts/miscellaneous/connection-ado-for-visual-c-plus-plus-syntax.md) ###### [Field](../access/concepts/miscellaneous/field-ado-for-visual-c-plus-plus-syntax.md) ###### [Error](../access/concepts/miscellaneous/error-ado-for-visual-c-plus-plus-syntax.md) ###### [Parameter](../access/concepts/miscellaneous/parameter-ado-for-visual-c-plus-plus-syntax.md) ###### [Record](../access/concepts/miscellaneous/record-ado-for-visual-c-plus-plus-syntax.md) ###### [Recordset](../access/concepts/miscellaneous/recordset-ado-for-visual-c-plus-plus-syntax.md) ###### [Stream](../access/concepts/miscellaneous/stream-ado-for-visual-c-plus-plus-syntax.md) ##### ADO for Visual C++ syntax index with import ###### [Overview](../access/concepts/miscellaneous/ado-for-visual-c-plus-plus-syntax-index-with-import.md) ###### [Collections](../access/concepts/miscellaneous/collections-visual-c-plus-plus-syntax-index-with-import.md) ###### [Command](../access/concepts/miscellaneous/command-visual-c-plus-plus-syntax-index-with-import.md) ###### [Connection](../access/concepts/miscellaneous/connection-visual-c-plus-plus-syntax-index-with-import.md) ###### [ConnectionEvents](../access/concepts/miscellaneous/connectionevents-visual-c-plus-plus-syntax-index-with-import.md) ###### [Error](../access/concepts/miscellaneous/error-visual-c-plus-plus-syntax-index-with-import.md) ###### [Field](../access/concepts/miscellaneous/field-visual-c-plus-plus-syntax-index-with-import.md) ###### [Parameter](../access/concepts/miscellaneous/parameter-visual-c-plus-plus-syntax-index-with-import.md) ###### [Property](../access/concepts/miscellaneous/property-visual-c-plus-plus-syntax-index-with-import.md) ###### [Record](../access/concepts/miscellaneous/record-visual-c-plus-plus-syntax-index-with-import.md) ###### [Recordset](../access/concepts/miscellaneous/recordset-visual-c-plus-plus-syntax-index-with-import.md) ###### [RecordsetEvents](../access/concepts/miscellaneous/recordsetevents-visual-c-plus-plus-syntax-index-with-import.md) ###### [Stream](../access/concepts/miscellaneous/stream-visual-c-plus-plus-syntax-index-with-import.md) ##### ADO/WFC syntax index ###### [Overview](../access/concepts/miscellaneous/ado-wfc-syntax-index.md) ###### [Collections](../access/concepts/miscellaneous/collections-ado-wfc-syntax.md) ###### [Command](../access/concepts/miscellaneous/command-ado-wfc-syntax.md) ###### [Connection](../access/concepts/miscellaneous/connection-ado-wfc-syntax.md) ###### [DataSpace (RDS)](../access/concepts/miscellaneous/dataspace-ado-wfc-syntax.md) ###### [Error](../access/concepts/miscellaneous/error-ado-wfc-syntax.md) ###### [Field](../access/concepts/miscellaneous/field-ado-wfc-syntax.md) ###### [ObjectProxy (RDS)](../access/concepts/miscellaneous/objectproxy-ado-wfc-syntax.md) ###### [Parameter](../access/concepts/miscellaneous/parameter-ado-wfc-syntax.md) ###### [Recordset](../access/concepts/miscellaneous/recordset-ado-wfc-syntax.md) ##### [Bind a form to an ADO Recordset](../access/Concepts/ActiveX-Data-Objects/bind-a-form-to-an-ado-recordset.md) ##### [Create an ADO connection string](../access/Concepts/ActiveX-Data-Objects/create-an-ado-connection-string.md) ##### [Set properties of ActiveX Data Objects in Visual Basic](../access/Concepts/ActiveX-Data-Objects/set-properties-of-activex-data-objects-in-visual-basic.md) #### Controls ##### [Add "(All)" to a combo box or list box](../access/Concepts/Controls/addallto-a-combo-box-or-list-box.md) ##### [Allow users to add items to an unbound combo box](../access/Concepts/Controls/allow-users-to-add-items-to-an-unbound-combo-box.md) ##### [Assign a control a value from a table](../access/Concepts/Controls/assign-a-control-a-value-from-a-table.md) ##### [Call procedures in a subform or subreport](../access/Concepts/Controls/call-procedures-in-a-subform-or-subreport.md) ##### [Hide a subform if the main form contains no records](../access/Concepts/Controls/hide-a-subform-if-the-main-form-contains-no-records.md) ##### [Prevent the accidental erasure of data when moving between controls on a form](../access/Concepts/Controls/prevent-the-accidental-erasure-of-data-when-moving-between-controls-on-a-form.md) ##### [Refer to tab control objects in VBA](../access/Concepts/Controls/refer-to-tab-control-objects-in-vba.md) #### Criteria expressions ##### [Calculate fields in domain aggregate functions](../access/Concepts/Criteria-Expressions/calculate-fields-in-domain-aggregate-functions.md) ##### [Date and time criteria expressions](../access/Concepts/Criteria-Expressions/date-and-time-criteria-expressions.md) ##### [Date and time criteria from a control on a form](../access/Concepts/Criteria-Expressions/date-and-time-criteria-from-a-control-on-a-form.md) ##### [Functions (alphabetical list)](../access/Concepts/Criteria-Expressions/functions-alphabetical-list.md) ##### [Functions (category list)](../access/Concepts/Criteria-Expressions/functions-category-list.md) ##### [Multiple fields in criteria expressions](../access/Concepts/Criteria-Expressions/multiple-fields-in-criteria-expressions.md) ##### [Numeric criteria expressions](../access/Concepts/Criteria-Expressions/numeric-criteria-expressions.md) ##### [Numeric criteria from a control on a form](../access/Concepts/Criteria-Expressions/numeric-criteria-from-a-control-on-a-form.md) ##### [Quotation marks in string expressions](../access/Concepts/Criteria-Expressions/include-quotation-marks-in-string-expressions.md) ##### [Restrict data to a subset of records](../access/Concepts/Criteria-Expressions/restrict-data-to-a-subset-of-records.md) ##### [Sort records in case-sensitive (ASCII) order](../access/Concepts/Criteria-Expressions/sort-records-in-case-sensitiveascii-order.md) ##### [Textual criteria expressions](../access/Concepts/Criteria-Expressions/textual-criteria-expressions.md) ##### [Textual criteria from a control on a form](../access/Concepts/Criteria-Expressions/textual-criteria-from-a-control-on-a-form.md) #### Data Access Objects (DAO) ##### [Add a record to a DAO Recordset](../access/Concepts/Data-Access-Objects/add-a-record-to-a-dao-recordset.md) ##### [Change tables involved in a one-to-many relationship in a DAO Recordset](../access/Concepts/Data-Access-Objects/change-tables-involved-in-a-one-to-many-relationship-in-a-dao-recordset.md) ##### [Count the number of records in a DAO Recordset](../access/Concepts/Data-Access-Objects/count-the-number-of-records-in-a-dao-recordset.md) ##### [Create a DAO Recordset from a form](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-form.md) ##### [Create a DAO Recordset from a query](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-query.md) ##### [Create a DAO Recordset from a table in the current database](../access/Concepts/Data-Access-Objects/create-a-dao-recordset-from-a-table-in-the-current-database.md) ##### [Create a user-defined property](../access/Concepts/Data-Access-Objects/create-a-user-defined-property.md) ##### [Delete a record from a DAO Recordset](../access/Concepts/Data-Access-Objects/delete-a-record-from-a-dao-recordset.md) ##### [Detect the limits of a DAO Recordset](../access/Concepts/Data-Access-Objects/detect-the-limits-of-a-dao-recordset.md) ##### [Extract data from a record in a DAO Recordset](../access/Concepts/Data-Access-Objects/extract-data-from-a-record-in-a-dao-recordset.md) ##### [Find a record in a dynaset-type or snapshot-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-dynaset-type-or-snapshot-type-dao-recordset.md) ##### [Find a record in a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/find-a-record-in-a-table-type-dao-recordset.md) ##### [Find the current position in a DAO Recordset](../access/Concepts/Data-Access-Objects/find-the-current-position-in-a-dao-recordset.md) ##### [Make bulk changes to a DAO Recordset](../access/Concepts/Data-Access-Objects/make-bulk-changes-to-a-dao-recordset.md) ##### [Manipulate multivalued fields with DAO](../access/Concepts/Data-Access-Objects/manipulate-multivalued-fields-with-dao.md) ##### [Mark a position in a DAO Recordset](../access/Concepts/Data-Access-Objects/mark-a-position-in-a-dao-recordset.md) ##### [Modify a query from a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-a-query-from-a-dao-recordset.md) ##### [Modify an existing record in a DAO Recordset](../access/Concepts/Data-Access-Objects/modify-an-existing-record-in-a-dao-recordset.md) ##### [Move through a DAO Recordset](../access/Concepts/Data-Access-Objects/move-through-a-dao-recordset.md) ##### [Read from and write to a field in a DAO Recordset](../access/Concepts/Data-Access-Objects/read-from-and-write-to-a-field-in-a-dao-recordset.md) ##### [Return a random record from a DAO Recordset](../access/Concepts/Data-Access-Objects/return-a-random-record-from-a-dao-recordset.md) ##### [Set properties of Data Access Objects in Visual Basic](../access/Concepts/Data-Access-Objects/set-properties-of-data-access-objects-in-visual-basic.md) ##### [Sort data in a DAO Recordset](../access/Concepts/Data-Access-Objects/sort-data-in-a-dao-recordset.md) ##### [Synchronize a DAO Recordset's record with a form's current record](../access/Concepts/Data-Access-Objects/synchronize-a-dao-recordset-s-record-with-a-form-s-current-record.md) ##### [Track design changes to a table-type DAO Recordset](../access/Concepts/Data-Access-Objects/track-design-changes-to-a-table-type-dao-recordset.md) ##### [Use transactions in a DAO Recordset](../access/Concepts/Data-Access-Objects/use-transactions-in-a-dao-recordset.md) ##### [Work with attachments in DAO](../access/Concepts/Data-Access-Objects/work-with-attachments-in-dao.md) #### Data types ##### Date/Time ###### [Date/time settings](Access.format.propertydate.time.md) ###### [Calculate age](../access/Concepts/Date-Time/calculate-age.md) ###### [Calculate and display specific date values](../access/Concepts/Date-Time/calculate-and-display-specific-date-values.md) ###### [Calculate elapsed time](../access/Concepts/Date-Time/calculate-elapsed-time.md) ###### [Find the number of working days between two dates](../access/Concepts/Date-Time/find-the-number-of-working-days-between-two-dates.md) ###### [Format dates as U.S. dates regardless of regional settings](../access/Concepts/Date-Time/format-dates-as-u-s-dates-regardless-of-regional-settings.md) ###### [Specify date and time in criteria expressions](../access/Concepts/Date-Time/specify-date-and-time-in-criteria-expressions.md) ##### [Number and Currency](Access.format.propertynumber.and.currency.md) ##### [Text and Memo](Access.format.propertytext.and.memo.md) ##### [Yes/No](Access.format.propertyyes.no.md) #### Error codes ##### [Comparison of data types](../access/Concepts/Error-Codes/comparison-of-data-types.md) ##### [Custom methods and properties](../access/Concepts/Error-Codes/custom-methods-and-properties.md) ##### [Elements of run-time error handling](../access/Concepts/Error-Codes/elements-of-run-time-error-handling.md) ##### [Error trapping](../access/Concepts/Error-Codes/error-trapping.md) ##### [Improvements in compilation performance](../access/Concepts/Error-Codes/improvements-in-compilation-performance.md) ##### [Macro actions and methods of the DoCmd object](../access/Concepts/Error-Codes/macro-actions-and-methods-of-the-docmd-object.md) ##### [Programming with class modules](../access/Concepts/Error-Codes/program-with-class-modules.md) ##### [Scoping and object-naming compatibility](../access/Concepts/Error-Codes/scoping-and-object-naming-compatibility.md) ##### [Using enumerated constants in Access 2002 and later](../access/Concepts/Error-Codes/using-enumerated-constants-in-microsoft-access-2002-and-later.md) #### Forms design ##### [Apply a filter when opening a form or report](../access/Concepts/Forms-Design/apply-a-filter-when-opening-a-form-or-report.md) ##### [Cancel an event](../access/Concepts/Forms-Design/cancel-an-event.md) ##### [Cancel the deletion of a record by using custom criteria](../access/Concepts/Forms-Design/cancel-the-deletion-of-a-record-by-using-custom-criteria.md) ##### [Change the filter or sort order of a form or report](../access/Concepts/Forms-Design/change-the-filter-or-sort-order-of-a-form-or-report.md) ##### [Create multiple instances of a form](../access/Concepts/Forms-Design/create-multiple-instances-of-a-form.md) ##### [Disable PAGE UP and PAGE DOWN keys in a form](../access/Concepts/Forms-Design/disable-page-up-and-page-down-keys-in-a-form.md) ##### [Prompt a user before closing a form](../access/Concepts/Forms-Design/prompt-a-user-before-closing-a-form.md) ##### [Suspend code execution until a pop-up form is closed](../access/Concepts/Forms-Design/suspend-code-execution-until-a-pop-up-form-is-closed.md) ##### [Synchronize two combo boxes on a form](../access/Concepts/Forms-Design/synchronize-two-combo-boxes-on-a-form.md) ##### [Use date and time criteria from a control on a form](../access/Concepts/Forms-Design/use-date-and-time-criteria-from-a-control-on-a-form.md) #### Forms - user input ##### [Add a value to a bound combo box](../access/Concepts/Forms/add-a-value-to-a-bound-combo-box.md) ##### [Determine whether the current record is a new record in a form](../access/Concepts/Forms/determine-whether-the-current-record-is-a-new-record-in-a-form.md) ##### [Display a custom dialog box when the user deletes a record](../access/Concepts/Forms/display-a-custom-dialog-box-when-the-user-deletes-a-record.md) ##### [Perform simple data validation checks when editing a record in a form](../access/Concepts/Forms/perform-simple-data-validation-checks-when-editing-a-record-in-a-form.md) ##### [Prompt a user before saving a record](../access/Concepts/Forms/prompt-a-user-before-saving-a-record.md) ##### [Use numeric criteria from a control on a form](../access/Concepts/Forms/use-numeric-criteria-from-a-control-on-a-form.md) ##### [Use textual criteria from a control on a form](../access/Concepts/Forms/use-textual-criteria-from-a-control-on-a-form.md) ##### [Use user input to build filter criteria](../access/Concepts/Forms/use-user-input-to-build-filter-criteria.md) #### Printing ##### [Close a report automatically if it does not contain any records](../access/Concepts/Printing/close-a-report-automatically-if-it-does-not-contain-any-records.md) ##### [Filter a report using a form's filter](../access/Concepts/Printing/filter-a-report-using-a-form-s-filter.md) ##### [Programmatically retrieve printer capabilities](../access/Concepts/Printing/programmatically-retrieve-printer-capabilities.md) ##### [Retrieve a list of installed printers](../access/Concepts/Printing/retrieve-a-list-of-installed-printers.md) ##### [Work with form and report printer settings](../access/Concepts/Printing/work-with-form-and-report-printer-settings.md) #### Reports ##### [Create alternating row colors on a report](../access/Concepts/Reports/create-alternating-row-colors-on-a-report.md) ##### [Set form, report, and control properties in code](../access/Concepts/Reports/set-form-report-and-control-properties-in-code.md) #### Settings ##### [Set a reference to a Visual Basic project in another Access database or project](../access/Concepts/Settings/set-a-reference-to-a-visual-basic-project-in-another-microsoft-access-database-o.md) ##### [Set form, report, and control properties in Visual Basic](../access/Concepts/Settings/set-form-report-and-control-properties-in-visual-basic.md) ##### [Set options from Visual Basic](../access/Concepts/Settings/set-options-from-visual-basic.md) ##### [Set properties by using Visual Basic](../access/Concepts/Settings/set-properties-by-using-visual-basic.md) ##### [Set references to type libraries](../access/Concepts/Settings/set-references-to-type-libraries.md) ##### [Set startup properties and options in code](../access/Concepts/Settings/set-startup-properties-and-options-in-code.md) #### Structured Query Language (Access SQL) ##### Aggregate functions ###### [Avg function](../access/Concepts/Criteria-Expressions/avg-function-microsoft-access-sql.md) ###### [Count function](../access/Concepts/Criteria-Expressions/count-function-microsoft-access-sql.md) ###### [First, Last functions](../access/concepts/miscellaneous/first-last-functions-microsoft-access-sql.md) ###### [Min, Max functions](../access/Concepts/Criteria-Expressions/min-max-functions-microsoft-access-sql.md) ###### [StDev, StDevP functions](../access/Concepts/Criteria-Expressions/stdev-stdevp-functions-microsoft-access-sql.md) ###### [Sum function](../access/Concepts/Criteria-Expressions/sum-function-microsoft-access-sql.md) ###### [Var, VarP functions](../access/Concepts/Criteria-Expressions/var-varp-functions-microsoft-access-sql.md) ##### Clauses ###### [FROM](../access/Concepts/Structured-Query-Language/from-clause-microsoft-access-sql.md) ###### [GROUP BY](../access/Concepts/Structured-Query-Language/group-by-clause-microsoft-access-sql.md) ###### [HAVING](../access/Concepts/Structured-Query-Language/having-clause-microsoft-access-sql.md) ###### [IN](../access/concepts/miscellaneous/in-clause-microsoft-access-sql.md) ###### [ORDER BY](../access/Concepts/Structured-Query-Language/order-by-clause-microsoft-access-sql.md) ###### [WHERE](../access/Concepts/Structured-Query-Language/where-clause-microsoft-access-sql.md) ##### Reserved keywords ###### [ALL](../access/Concepts/Structured-Query-Language/all-microsoft-access-sql-reserved-word.md) ###### [ALTER](../access/Concepts/Structured-Query-Language/alter-microsoft-access-sql-reserved-word.md) ###### [ASC/DESC](../access/Concepts/Structured-Query-Language/asc-desc-microsoft-access-sql-reserved-words.md) ###### [AS](../access/Concepts/Structured-Query-Language/as-microsoft-access-sql-reserved-word.md) ###### [BY](../access/Concepts/Structured-Query-Language/by-microsoft-access-sql-reserved-word.md) ###### [CONTAINER](../access/Concepts/Structured-Query-Language/container-microsoft-access-sql-reserved-word.md) ###### [CREATE](../access/Concepts/Structured-Query-Language/create-microsoft-access-sql-reserved-word.md) ###### [DELETE](../access/Concepts/Structured-Query-Language/delete-microsoft-access-sql-reserved-word.md) ###### [DROP](../access/Concepts/Structured-Query-Language/drop-microsoft-access-sql-reserved-word.md) ###### [FIRST](../access/Concepts/Structured-Query-Language/first-microsoft-access-sql-reserved-word.md) ###### [FROM](../access/Concepts/Structured-Query-Language/from-microsoft-access-sql-reserved-word.md) ###### [INDEX](../access/Concepts/Structured-Query-Language/index-microsoft-access-sql-reserved-word.md) ###### [IN](../access/Concepts/Structured-Query-Language/in-microsoft-access-sql-reserved-word.md) ###### [INSERT](../access/Concepts/Structured-Query-Language/insert-microsoft-access-sql-reserved-word.md) ###### [INTO](../access/Concepts/Structured-Query-Language/into-microsoft-access-sql-reserved-word.md) ###### [JOIN](../access/Concepts/Structured-Query-Language/join-microsoft-access-sql-reserved-word.md) ###### [LAST](../access/Concepts/Structured-Query-Language/last-microsoft-access-sql-reserved-word.md) ###### [ON](../access/Concepts/Structured-Query-Language/on-microsoft-access-sql-reserved-word.md) ###### [SCHEMA](../access/Concepts/Structured-Query-Language/schema-microsoft-access-sql-reserved-word.md) ###### [SELECT](../access/Concepts/Structured-Query-Language/select-microsoft-access-sql-reserved-word.md) ###### [SELECTSCHEMA](../access/Concepts/Structured-Query-Language/selectschema-microsoft-access-sql-reserved-word.md) ###### [SELECTSECURITY](../access/Concepts/Structured-Query-Language/selectsecurity-microsoft-access-sql-reserved-word.md) ###### [TABLE](../access/Concepts/Structured-Query-Language/table-microsoft-access-sql-reserved-word.md) ###### [TO](../access/Concepts/Structured-Query-Language/to-microsoft-access-sql-reserved-word.md) ###### [UPDATEIDENTITY](../access/Concepts/Structured-Query-Language/updateidentity-microsoft-access-sql-reserved-word.md) ###### [UPDATE](../access/Concepts/Structured-Query-Language/update-microsoft-access-sql-reserved-word.md) ###### [UPDATEOWNER](../access/Concepts/Structured-Query-Language/updateowner-microsoft-access-sql-reserved-word.md) ###### [UPDATESECURITY](../access/Concepts/Structured-Query-Language/updatesecurity-microsoft-access-sql-reserved-word.md) ###### [USER](../access/Concepts/Structured-Query-Language/user-microsoft-access-sql-reserved-word.md) ###### [VIEW](../access/Concepts/Structured-Query-Language/view-microsoft-access-sql-reserved-word.md) ###### [WITH](../access/Concepts/Structured-Query-Language/with-microsoft-access-sql-reserved-word.md) ##### [ALL, DISTINCT, DISTINCTROW, TOP predicates](../access/Concepts/Structured-Query-Language/all-distinct-distinctrow-top-predicates-microsoft-access-sql.md) ##### [Build SQL statements that include variables and controls](../access/Concepts/Structured-Query-Language/build-sql-statements-that-include-variables-and-controls.md) ##### [Create and delete tables and indexes](../access/Concepts/Structured-Query-Language/create-and-delete-tables-and-indexes-using-access-sql.md) ##### [Define relationships between tables](../access/Concepts/Structured-Query-Language/define-relationships-between-tables-using-access-sql.md) ##### [Group records in a result set](../access/Concepts/Structured-Query-Language/group-records-in-a-result-set-using-access-sql.md) ##### [In operator](../access/concepts/miscellaneous/in-operator-microsoft-access-sql.md) ##### [Insert, update, and delete records from a table](../access/Concepts/Structured-Query-Language/insert-update-and-delete-records-from-a-table-using-access-sql.md) ##### [Like operator](../access/Concepts/Structured-Query-Language/like-operator-microsoft-access-sql.md) ##### [Modify a table's design](../access/Concepts/Structured-Query-Language/modify-a-table-s-design-using-access-sql.md) ##### [Perform joins](../access/Concepts/Structured-Query-Language/perform-joins-using-access-sql.md) ##### [Retrieve records](../access/Concepts/Structured-Query-Language/retrieve-records-using-access-sql.md) ##### [Use international date formats in SQL statements](../access/Concepts/Structured-Query-Language/use-international-date-formats-in-sql-statements.md) #### Windows API ##### [Determine when a shelled process ends](../access/Concepts/Windows-API/determine-when-a-shelled-process-ends.md) ##### [Retrieve information from Clipboard](../access/Concepts/Windows-API/retrieve-information-from-the-clipboard.md) ##### [Retrieve name of user signed in to network](../access/Concepts/Windows-API/retrieve-the-name-of-the-user-logged-on-to-the-network.md) ##### [Send information to Clipboard](../access/Concepts/Windows-API/send-information-to-the-clipboard.md) #### XML ##### [Export a report to XML](../access/Concepts/XML/export-a-report-to-xml.md) ##### [Export data, schema, and related tables to XML](../access/Concepts/XML/export-data-schema-and-related-tables-to-xml.md) #### Miscellaneous ##### [0 Database Engine driver](../access/concepts/miscellaneous/0-database-engine-driver.md) ##### [5 Database Engine driver (1 of 2)](../access/concepts/miscellaneous/5-database-engine-driver-1-of-2.md) ##### [5 Database Engine driver (2 of 2)](../access/concepts/miscellaneous/5-database-engine-driver-2-of-2.md) ##### [Add records using AddNew](../access/concepts/miscellaneous/adding-records-using-addnew.md) ##### [AllowBypassKey property](../access/concepts/miscellaneous/allowbypasskey-property.md) ##### [AllowSpecialKeys property](../access/concepts/miscellaneous/allowspecialkeys-property.md) ##### [AllowZeroLength property](../access/concepts/miscellaneous/allowzerolength-property.md) ##### [Between...And operator](../access/concepts/miscellaneous/between-and-operator.md) ##### [Calculate fields in SQL functions](../access/concepts/miscellaneous/calculating-fields-in-sql-functions.md) ##### [Call Windows API](../access/concepts/miscellaneous/calling-the-windows-api-differences-in-string-function-operations.md) ##### [Compress data in Text, Memo, or Hyperlink field](../access/concepts/miscellaneous/about-compressing-the-data-in-a-text-memo-or-hyperlink-field.md) ##### [Constants enumeration (Access)](../access/concepts/miscellaneous/constants-enumeration-access.md) ##### [Convert library databases and add-ins](../access/concepts/miscellaneous/convert-library-databases-and-add-ins.md) ##### [Create database template programmatically](../access/Concepts/Miscellaneous/create-a-database-template-programmatically.md) ##### [Create deployment package programmatically](../access/Concepts/Miscellaneous/create-a-deployment-package-programmatically.md) ##### [Create portion in application registry tree to manage settings](../access/concepts/miscellaneous/creating-a-portion-in-your-application-s-registry-tree-to-manage-the-settings.md) ##### [Create shortcut menu for form, form control, or report](../access/Concepts/Miscellaneous/create-a-shortcut-menu-for-a-form-form-control-or-report.md) ##### [CurrentProject.IsSQLBackend property](../access/concepts/miscellaneous/currentproject-issqlbackend-property-access.md) ##### [DataType property](../access/concepts/miscellaneous/datatype-property.md) ##### [Description property](../access/concepts/miscellaneous/description-property-access.md) ##### [DestConnectStr, DestinationDB, DestinationTable properties](../access/concepts/miscellaneous/destconnectstr-destinationdb-destinationtable-properties.md) ##### [Detect user idle time or inactivity](../access/Concepts/Miscellaneous/detect-user-idle-time-or-inactivity.md) ##### [Detect whether an object is open](../access/Concepts/Miscellaneous/detect-whether-an-object-is-open.md) ##### [Display and use the File dialog box](../access/Concepts/Miscellaneous/display-and-use-the-file-dialog-box.md) ##### [DisplayControl property](../access/concepts/miscellaneous/displaycontrol-property.md) ##### [Event properties](../access/concepts/miscellaneous/event-properties.md) ##### Examples ###### [Axis example (VBScript)](../access/concepts/miscellaneous/axis-example-vbscript.md) ###### [Cancel method example (VBScript)](../access/concepts/miscellaneous/cancel-method-example-vbscript.md) ###### [CancelUpdate method example (VBScript)](../access/concepts/miscellaneous/cancelupdate-method-example-vbscript.md) ###### [Catalog example (VB)](../access/concepts/miscellaneous/catalog-example-vb.md) ###### [Cellset example (VB)](../access/concepts/miscellaneous/cellset-example-vb.md) ###### [Connect property example (VBScript)](../access/concepts/miscellaneous/connect-property-example-vbscript.md) ###### [ConvertToString method example (VBScript)](../access/concepts/miscellaneous/converttostring-method-example-vbscript.md) ###### [CreateRecordset method example (VBScript)](../access/concepts/miscellaneous/createrecordset-method-example-vbscript.md) ###### [CubeDef example (VBScript)](../access/concepts/miscellaneous/cubedef-example-vbscript.md) ###### [DataControl object example (VBScript)](../access/concepts/miscellaneous/datacontrol-object-example-vbscript.md) ###### [DataFactory object, Query method, and CreateObject method example (VBScript)](../access/concepts/miscellaneous/datafactory-object-query-method-and-createobject-method-example-vbscript.md) ###### [DataSpace object and CreateObject method example (VBScript)](../access/concepts/miscellaneous/dataspace-object-and-createobject-method-example-vbscript.md) ###### [ExecuteOptions and FetchOptions properties example (VBScript)](../access/concepts/miscellaneous/executeoptions-and-fetchoptions-properties-example-vbscript.md) ###### [Handler property example (VB)](../access/concepts/miscellaneous/handler-property-example-vb.md) ###### [Handler property example (VC++)](../access/concepts/miscellaneous/handler-property-example-vc-plus-plus.md) ###### [Handler property example (VJ++)](../access/concepts/miscellaneous/handler-property-example-vj-plus-plus.md) ###### [InternetTimeout property example (VB)](../access/concepts/miscellaneous/internettimeout-property-example-vb.md) ###### [InternetTimeout property example (VC++)](../access/concepts/miscellaneous/internettimeout-property-example-vc-plus-plus.md) ###### [InternetTimeout property example (VJ++)](../access/concepts/miscellaneous/internettimeout-property-example-vj-plus-plus.md) ###### [Members example (VBScript)](../access/concepts/miscellaneous/members-example-vbscript.md) ###### [ReadyState property example (VBScript)](../access/concepts/miscellaneous/readystate-property-example-vbscript.md) ###### [Recordset and SourceRecordset properties example (VBScript)](../access/concepts/miscellaneous/recordset-and-sourcerecordset-properties-example-vbscript.md) ###### [Refresh method example (VBScript)](../access/concepts/miscellaneous/refresh-method-example-vbscript.md) ###### [Server property example (VBScript)](../access/concepts/miscellaneous/server-property-example-vbscript.md) ###### [SQL property example (VBScript)](../access/concepts/miscellaneous/sql-property-example-vbscript.md) ###### [SubmitChanges method example (VBScript)](../access/concepts/miscellaneous/submitchanges-method-example-vbscript.md) ###### [Type property example (Field) (VJ++)](../access/concepts/miscellaneous/type-property-example-fieldvj-plus-plus.md) ###### [Type property example (Property) (VJ++)](../access/concepts/miscellaneous/type-property-example-propertyvj-plus-plus.md) ###### [URL property example (VBScript)](../access/concepts/miscellaneous/url-property-example-vbscript.md) ##### [Execute method (ADO command)](../access/concepts/miscellaneous/execute-method-ado-command.md) ##### [Execute method (ADO connection)](../access/concepts/miscellaneous/execute-method-ado-connection.md) ##### [FieldSize property](../access/concepts/miscellaneous/fieldsize-property.md) ##### [FilterColumn, FilterCriterion, FilterValue, SortColumn, and SortDirection properties](../access/concepts/miscellaneous/filtercolumn-filtercriterion-filtervalue-sortcolumn-and-sortdirection-properties.md) ##### [Handline errors in Visual J++](../access/concepts/miscellaneous/handline-errors-in-visual-j-plus-plus.md) ##### [Ignore Nulls property](../access/concepts/miscellaneous/ignore-nulls-property.md) ##### [Index or primary key cannot contain a Null value (Error 3058)](../access/concepts/miscellaneous/index-or-primary-key-cannot-contain-a-null-valueerror-3058.md) ##### [Indexed property](../access/concepts/miscellaneous/indexed-property.md) ##### [Input and InputB functions](../access/concepts/miscellaneous/input-and-inputb-functions-differences-in-string-function-operations.md) ##### [Language-specific properties and methods (Access)](../access/concepts/miscellaneous/language-specific-properties-and-methods.md) ##### [LogMessages property](../access/concepts/miscellaneous/logmessages-property.md) ##### [MaxRecords property](../access/concepts/miscellaneous/maxrecords-property.md) ##### [Name fields, controls, and objects](../access/concepts/miscellaneous/guidelines-for-naming-fields-controls-and-objects.md) ##### [New in Access 2013 for developers](../access/concepts/miscellaneous/new-in-access-for-developers.md) ##### [Object properties](../access/concepts/miscellaneous/object-properties.md) ##### [ODBCConnectStr property](../access/concepts/miscellaneous/odbcconnectstr-property.md) ##### [ODBCTimeout property](../access/concepts/miscellaneous/odbctimeout-property.md) ##### [OutputAllFields property](../access/concepts/miscellaneous/outputallfields-property.md) ##### [Primary property](../access/concepts/miscellaneous/primary-property.md) ##### [Recover tables deleted from a database](../access/Concepts/miscellaneous/recover-tables-deleted-from-a-database.md) ##### [Register custom business object](../access/concepts/miscellaneous/registering-a-custom-business-object.md) ##### [Required client settings](../access/concepts/miscellaneous/required-client-settings.md) ##### [Required property](../access/concepts/miscellaneous/required-property-access.md) ##### [RowSourceType user-defined functions](access.rowsourcetype.md) ##### [Set Startup properties from Visual Basic](../access/concepts/miscellaneous/set-startup-properties-from-visual-basic.md) ##### [SetObjectOwner method (ADOX)](../access/concepts/miscellaneous/setobjectowner-method-adox.md) ##### [Size property (ADO stream)](../access/concepts/miscellaneous/size-property-ado-stream.md) ##### [SourceConnectStr, SourceDatabase properties](../access/concepts/miscellaneous/sourceconnectstr-sourcedatabase-properties.md) ##### [SQL property (ADO)](../access/concepts/miscellaneous/sql-property-ado.md) ##### [SQL specific query](../access/concepts/miscellaneous/sql-specific-query.md) ##### [SubdatasheetName property](../access/concepts/miscellaneous/subdatasheetname-property.md) ##### [TopValues property](../access/concepts/miscellaneous/topvalues-property.md) ##### [Type property (Column) (ADOX)](../access/concepts/miscellaneous/type-property-columnadox.md) ##### [Type property (Key) (ADOX)](../access/concepts/miscellaneous/type-property-keyadox.md) ##### [Type property (Table) (ADOX)](../access/concepts/miscellaneous/type-property-tableadox.md) ##### [Unique property](../access/concepts/miscellaneous/unique-property.md) ##### [UniqueRecords property](../access/concepts/miscellaneous/uniquerecords-property.md) ##### [UniqueValues property](../access/concepts/miscellaneous/uniquevalues-property.md) ##### [Use default Paper size property](../access/concepts/miscellaneous/use-default-paper-size-property.md) ##### [Use existing custom menus and toolbars](../access/Concepts/Miscellaneous/use-existing-custom-menus-and-toolbars.md) ##### [Use source code control in your development environment](../access/concepts/miscellaneous/using-source-code-control-in-your-development-environment.md) ##### [Use the SetOption method from DAO](../access/concepts/miscellaneous/using-the-setoption-method-from-dao.md) ##### [Use the status bar progress meter](../access/Concepts/Miscellaneous/use-the-status-bar-progress-meter.md) ##### [Write your own customized handler](../access/concepts/miscellaneous/writing-your-own-customized-handler.md) ### Object model #### [Overview](overview/Access/object-model.md) #### [AccessObject object](Access.AccessObject.md) ##### Methods ###### [GetDependencyInfo](Access.AccessObject.GetDependencyInfo.md) ###### [IsDependentUpon](Access.AccessObject.IsDependentUpon.md) ##### Properties ###### [CurrentView](Access.AccessObject.CurrentView.md) ###### [DateCreated](Access.AccessObject.DateCreated.md) ###### [DateModified](Access.AccessObject.DateModified.md) ###### [FullName](Access.AccessObject.FullName.md) ###### [IsLoaded](Access.AccessObject.IsLoaded.md) ###### [IsWeb](Access.AccessObject.IsWeb.md) ###### [Name](Access.AccessObject.Name.md) ###### [Parent](Access.AccessObject.Parent.md) ###### [Properties](Access.AccessObject.Properties.md) ###### [Type](Access.AccessObject.Type.md) #### [AccessObjectProperty object](Access.AccessObjectProperty.md) ##### Properties ###### [Name](Access.AccessObjectProperty.Name.md) ###### [Value](Access.AccessObjectProperty.Value.md) #### [AccessObjectProperties object](Access.AccessObjectProperties.md) ##### Methods ###### [Add](Access.AccessObjectProperties.Add.md) ###### [Remove](Access.AccessObjectProperties.Remove.md) ##### Properties ###### [Application](Access.AccessObjectProperties.Application.md) ###### [Count](Access.AccessObjectProperties.Count.md) ###### [Item](Access.AccessObjectProperties.Item.md) ###### [Parent](Access.AccessObjectProperties.Parent.md) #### [AdditionalData object](Access.AdditionalData.md) ##### Methods ###### [Add](Access.AdditionalData.Add.md) ##### Properties ###### [Count](Access.AdditionalData.Count.md) ###### [Item](Access.AdditionalData.Item.md) ###### [Name](Access.AdditionalData.Name.md) #### [AllDatabaseDiagrams object](Access.AllDatabaseDiagrams.md) ##### Properties ###### [Application](Access.AllDatabaseDiagrams.Application.md) ###### [Count](Access.AllDatabaseDiagrams.Count.md) ###### [Item](Access.AllDatabaseDiagrams.Item.md) ###### [Parent](Access.AllDatabaseDiagrams.Parent.md) #### [AllForms object](Access.AllForms.md) ##### Properties ###### [Application](Access.AllForms.Application.md) ###### [Count](Access.AllForms.Count.md) ###### [Item](Access.AllForms.Item.md) ###### [Parent](Access.AllForms.Parent.md) #### [AllFunctions object](Access.AllFunctions.md) ##### Properties ###### [Application](Access.AllFunctions.Application.md) ###### [Count](Access.AllFunctions.Count.md) ###### [Item](Access.AllFunctions.Item.md) ###### [Parent](Access.AllFunctions.Parent.md) #### [AllMacros object](Access.allmacros.md) ##### Properties ###### [Application](Access.AllMacros.Application.md) ###### [Count](Access.AllMacros.Count.md) ###### [Item](Access.AllMacros.Item.md) ###### [Parent](Access.AllMacros.Parent.md) #### [AllModules object](Access.AllModules.md) ##### Properties ###### [Application](Access.AllModules.Application.md) ###### [Count](Access.AllModules.Count.md) ###### [Item](Access.AllModules.Item.md) ###### [Parent](Access.AllModules.Parent.md) #### [AllQueries object](Access.AllQueries.md) ##### Properties ###### [Application](Access.AllQueries.Application.md) ###### [Count](Access.AllQueries.Count.md) ###### [Item](Access.AllQueries.Item.md) ###### [Parent](Access.AllQueries.Parent.md) #### [AllReports object](Access.AllReports.md) ##### Properties ###### [Application](Access.AllReports.Application.md) ###### [Count](Access.AllReports.Count.md) ###### [Item](Access.AllReports.Item.md) ###### [Parent](Access.AllReports.Parent.md) #### [AllStoredProcedures object](Access.AllStoredProcedures.md) ##### Properties ###### [Application](Access.AllStoredProcedures.Application.md) ###### [Count](Access.AllStoredProcedures.Count.md) ###### [Item](Access.AllStoredProcedures.Item.md) ###### [Parent](Access.AllStoredProcedures.Parent.md) #### [AllTables object](Access.AllTables.md) ##### Properties ###### [Application](Access.AllTables.Application.md) ###### [Count](Access.AllTables.Count.md) ###### [Item](Access.AllTables.Item.md) ###### [Parent](Access.AllTables.Parent.md) #### [AllViews object](Access.AllViews.md) ##### Properties ###### [Application](Access.AllViews.Application.md) ###### [Count](Access.AllViews.Count.md) ###### [Item](Access.AllViews.Item.md) ###### [Parent](Access.AllViews.Parent.md) #### [Application object](Access.Application.md) ##### Methods ###### [AccessError](Access.Application.AccessError.md) ###### [AddToFavorites](Access.Application.AddToFavorites.md) ###### [BuildCriteria](Access.Application.BuildCriteria.md) ###### [CloseCurrentDatabase](Access.Application.CloseCurrentDatabase.md) ###### [CodeDb](Access.Application.CodeDb.md) ###### [ColumnHistory](Access.Application.ColumnHistory.md) ###### [ConvertAccessProject](Access.Application.ConvertAccessProject.md) ###### [CreateAccessProject](Access.Application.CreateAccessProject.md) ###### [CreateAdditionalData](Access.Application.CreateAdditionalData.md) ###### [CreateControl](Access.Application.CreateControl.md) ###### [CreateForm](Access.Application.CreateForm.md) ###### [CreateGroupLevel](Access.Application.CreateGroupLevel.md) ###### [CreateReport](Access.Application.CreateReport.md) ###### [CreateReportControl](Access.Application.CreateReportControl.md) ###### [CurrentDb](Access.Application.CurrentDb.md) ###### [CurrentUser](Access.Application.CurrentUser.md) ###### [CurrentWebUser](Access.Application.CurrentWebUser.md) ###### [CurrentWebUserGroups](Access.Application.CurrentWebUserGroups.md) ###### [DAvg](Access.application.davg.md) ###### [DCount](Access.Application.DCount.md) ###### [DDEExecute](Access.Application.DDEExecute.md) ###### [DDEInitiate](Access.Application.DDEInitiate.md) ###### [DDEPoke](Access.Application.DDEPoke.md) ###### [DDERequest](Access.Application.DDERequest.md) ###### [DDETerminate](Access.Application.DDETerminate.md) ###### [DDETerminateAll](Access.Application.DDETerminateAll.md) ###### [DefaultWorkspaceClone](Access.Application.DefaultWorkspaceClone.md) ###### [DeleteControl](Access.Application.DeleteControl.md) ###### [DeleteReportControl](Access.Application.DeleteReportControl.md) ###### [DFirst](Access.Application.DFirst.md) ###### [DirtyObject](Access.Application.DirtyObject.md) ###### [DLast](Access.Application.DLast.md) ###### [DLookup](Access.Application.DLookup.md) ###### [DMax](Access.Application.DMax.md) ###### [DMin](Access.Application.DMin.md) ###### [DStDev](Access.Application.DStDev.md) ###### [DStDevP](Access.Application.DStDevP.md) ###### [DSum](Access.Application.DSum.md) ###### [DVar](Access.Application.DVar.md) ###### [DVarP](Access.Application.DVarP.md) ###### [Echo](Access.Application.Echo.md) ###### [EuroConvert](Access.Application.EuroConvert.md) ###### [Eval](Access.Application.Eval.md) ###### [ExportNavigationPane](Access.Application.ExportNavigationPane.md) ###### [ExportXML](Access.Application.ExportXML.md) ###### [FollowHyperlink](Access.Application.FollowHyperlink.md) ###### [GetHiddenAttribute](Access.Application.GetHiddenAttribute.md) ###### [GetOption](Access.Application.GetOption.md) ###### [GUIDFromString](Access.Application.GUIDFromString.md) ###### [HtmlEncode](Access.Application.HtmlEncode.md) ###### [HWndAccessApp](Access.Application.hWndAccessApp.md) ###### [HyperlinkPart](Access.Application.HyperlinkPart.md) ###### [ImportNavigationPane](Access.Application.ImportNavigationPane.md) ###### [ImportXML](Access.Application.ImportXML.md) ###### [InstantiateTemplate](Access.Application.InstantiateTemplate.md) ###### [IsCurrentWebUserInGroup](Access.Application.IsCurrentWebUserInGroup.md) ###### [LoadCustomUI](Access.Application.LoadCustomUI.md) ###### [LoadFromAXL](Access.Application.LoadFromAXL.md) ###### [LoadPicture](Access.Application.LoadPicture.md) ###### [NewAccessProject](Access.Application.NewAccessProject.md) ###### [NewCurrentDatabase](Access.Application.NewCurrentDatabase.md) ###### [Nz](Access.Application.Nz.md) ###### [OpenAccessProject](Access.Application.OpenAccessProject.md) ###### [OpenCurrentDatabase](Access.Application.OpenCurrentDatabase.md) ###### [PlainText](Access.Application.PlainText.md) ###### [Quit](Access.Application.Quit.md) ###### [RefreshDatabaseWindow](Access.Application.RefreshDatabaseWindow.md) ###### [RefreshTitleBar](Access.Application.RefreshTitleBar.md) ###### [Run](Access.Application.Run.md) ###### [RunCommand](Access.Application.RunCommand.md) ###### [SaveAsAXL](Access.Application.SaveAsAXL.md) ###### [SaveAsTemplate](Access.Application.SaveAsTemplate.md) ###### [SetDefaultWorkgroupFile](Access.Application.SetDefaultWorkgroupFile.md) ###### [SetHiddenAttribute](Access.Application.SetHiddenAttribute.md) ###### [SetOption](Access.Application.SetOption.md) ###### [StringFromGUID](Access.Application.StringFromGUID.md) ###### [SysCmd](Access.Application.SysCmd.md) ###### [TransformXML](Access.Application.TransformXML.md) ##### Properties ###### [AppIcon](Access.Application.AppIcon.md) ###### [Application](Access.Application.Application.md) ###### [AppTitle](Access.Application.AppTitle.md) ###### [Assistance](Access.Application.Assistance.md) ###### [AutoCorrect](Access.Application.AutoCorrect.md) ###### [AutomationSecurity](Access.Application.AutomationSecurity.md) ###### [BrokenReference](Access.Application.BrokenReference.md) ###### [Build](Access.Application.Build.md) ###### [CodeContextObject](Access.Application.CodeContextObject.md) ###### [CodeData](Access.Application.CodeData.md) ###### [CodeProject](Access.Application.CodeProject.md) ###### [COMAddIns](Access.Application.COMAddIns.md) ###### [CommandBars](Access.Application.CommandBars.md) ###### [CurrentData](Access.Application.CurrentData.md) ###### [CurrentObjectName](Access.Application.CurrentObjectName.md) ###### [CurrentObjectType](Access.Application.CurrentObjectType.md) ###### [CurrentProject](Access.Application.CurrentProject.md) ###### [DBEngine](Access.Application.DBEngine.md) ###### [DoCmd](Access.Application.DoCmd.md) ###### [FeatureInstall](Access.Application.FeatureInstall.md) ###### [FileDialog](Access.Application.FileDialog.md) ###### [Forms](Access.Application.Forms.md) ###### [IsCompiled](Access.Application.IsCompiled.md) ###### [LanguageSettings](Access.Application.LanguageSettings.md) ###### [MacroError](Access.Application.MacroError.md) ###### [MenuBar](Access.Application.MenuBar.md) ###### [Modules](Access.Application.Modules.md) ###### [Name](Access.Application.Name.md) ###### [NewFileTaskPane](Access.Application.NewFileTaskPane.md) ###### [Parent](Access.Application.Parent.md) ###### [Printer](Access.Application.Printer.md) ###### [Printers](Access.Application.Printers.md) ###### [ProductCode](Access.Application.ProductCode.md) ###### [References](Access.Application.References.md) ###### [Reports](Access.Application.Reports.md) ###### [ReturnVars](Access.application.returnvars.md) ###### [Screen](Access.Application.Screen.md) ###### [ShortcutMenuBar](Access.Application.ShortcutMenuBar.md) ###### [TempVars](Access.Application.TempVars.md) ###### [UserControl](Access.Application.UserControl.md) ###### [VBE](Access.Application.VBE.md) ###### [Version](Access.Application.Version.md) ###### [Visible](Access.Application.Visible.md) ###### [WebServices](Access.Application.WebServices.md) #### [Attachment object](Access.Attachment.md) ##### Events ###### [AfterUpdate](Access.Attachment.AfterUpdate-event.md) ###### [AttachmentCurrent](Access.Attachment.AttachmentCurrent.md) ###### [BeforeUpdate](Access.Attachment.BeforeUpdate-event.md) ###### [Change](Access.Attachment.Change.md) ###### [Click](Access.Attachment.Click.md) ###### [DblClick](Access.Attachment.DblClick.md) ###### [Dirty](Access.Attachment.Dirty.md) ###### [Enter](Access.Attachment.Enter.md) ###### [Exit](Access.Attachment.Exit.md) ###### [GotFocus](Access.Attachment.GotFocus.md) ###### [KeyDown](Access.Attachment.KeyDown.md) ###### [KeyPress](Access.Attachment.KeyPress.md) ###### [KeyUp](Access.Attachment.KeyUp.md) ###### [LostFocus](Access.Attachment.LostFocus.md) ###### [MouseDown](Access.Attachment.MouseDown.md) ###### [MouseMove](Access.Attachment.MouseMove.md) ###### [MouseUp](Access.Attachment.MouseUp.md) ##### Methods ###### [Back](Access.Attachment.Back.md) ###### [Forward](Access.Attachment.Forward.md) ###### [Move](Access.Attachment.Move.md) ###### [Requery](Access.Attachment.Requery.md) ###### [SetFocus](Access.Attachment.SetFocus.md) ###### [SizeToFit](Access.Attachment.SizeToFit.md) ##### Properties ###### [AddColon](Access.Attachment.AddColon.md) ###### [AfterUpdate](Access.Attachment.AfterUpdate-property.md) ###### [Application](Access.Attachment.Application.md) ###### [AttachmentCount](Access.Attachment.AttachmentCount.md) ###### [AutoLabel](Access.Attachment.AutoLabel.md) ###### [BackColor](Access.Attachment.BackColor.md) ###### [BackShade](Access.Attachment.BackShade.md) ###### [BackStyle](Access.Attachment.BackStyle.md) ###### [BackThemeColorIndex](Access.Attachment.BackThemeColorIndex.md) ###### [BackTint](Access.Attachment.BackTint.md) ###### [BeforeUpdate](Access.Attachment.BeforeUpdate-property.md) ###### [BorderColor](Access.Attachment.BorderColor.md) ###### [BorderShade](Access.Attachment.BorderShade.md) ###### [BorderStyle](Access.Attachment.BorderStyle.md) ###### [BorderThemeColorIndex](Access.Attachment.BorderThemeColorIndex.md) ###### [BorderTint](Access.Attachment.BorderTint.md) ###### [BorderWidth](Access.Attachment.BorderWidth.md) ###### [BottomPadding](Access.Attachment.BottomPadding.md) ###### [ColumnHidden](Access.Attachment.ColumnHidden.md) ###### [ColumnOrder](Access.Attachment.ColumnOrder.md) ###### [ColumnWidth](Access.Attachment.ColumnWidth.md) ###### [Controls](Access.Attachment.Controls.md) ###### [ControlSource](Access.Attachment.ControlSource.md) ###### [ControlTipText](Access.Attachment.ControlTipText.md) ###### [ControlType](Access.Attachment.ControlType.md) ###### [CurrentAttachment](Access.Attachment.CurrentAttachment.md) ###### [DefaultPicture](Access.Attachment.DefaultPicture.md) ###### [DefaultPictureType](Access.Attachment.DefaultPictureType.md) ###### [DisplayAs](Access.Attachment.DisplayAs.md) ###### [DisplayWhen](Access.Attachment.DisplayWhen.md) ###### [Enabled](Access.Attachment.Enabled.md) ###### [EventProcPrefix](Access.Attachment.EventProcPrefix.md) ###### [FileName](Access.Attachment.FileName.md) ###### [FileType](Access.Attachment.FileType.md) ###### [FileURL](Access.Attachment.FileURL.md) ###### [GridlineColor](Access.Attachment.GridlineColor.md) ###### [GridlineShade](Access.Attachment.GridlineShade.md) ###### [GridlineStyleBottom](Access.Attachment.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.Attachment.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.Attachment.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.Attachment.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.Attachment.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.Attachment.GridlineTint.md) ###### [GridlineWidthBottom](Access.Attachment.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.Attachment.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.Attachment.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.Attachment.GridlineWidthTop.md) ###### [Height](Access.Attachment.Height.md) ###### [HelpContextId](Access.Attachment.HelpContextId.md) ###### [HorizontalAnchor](Access.Attachment.HorizontalAnchor.md) ###### [InSelection](Access.Attachment.InSelection.md) ###### [IsVisible](Access.Attachment.IsVisible.md) ###### [LabelAlign](Access.Attachment.LabelAlign.md) ###### [LabelX](Access.Attachment.LabelX.md) ###### [LabelY](Access.Attachment.LabelY.md) ###### [Layout](Access.Attachment.Layout.md) ###### [LayoutID](Access.Attachment.LayoutID.md) ###### [Left](Access.Attachment.Left.md) ###### [LeftPadding](Access.Attachment.LeftPadding.md) ###### [Locked](Access.Attachment.Locked.md) ###### [Name](Access.Attachment.Name.md) ###### [OldBorderStyle](Access.Attachment.OldBorderStyle.md) ###### [OldValue](Access.Attachment.OldValue.md) ###### [OnAttachmentCurrent](Access.Attachment.OnAttachmentCurrent.md) ###### [OnChange](Access.Attachment.OnChange.md) ###### [OnClick](Access.Attachment.OnClick.md) ###### [OnDblClick](Access.Attachment.OnDblClick.md) ###### [OnDirty](Access.Attachment.OnDirty.md) ###### [OnEnter](Access.Attachment.OnEnter.md) ###### [OnExit](Access.Attachment.OnExit.md) ###### [OnGotFocus](Access.Attachment.OnGotFocus.md) ###### [OnKeyDown](Access.Attachment.OnKeyDown.md) ###### [OnKeyPress](Access.Attachment.OnKeyPress.md) ###### [OnKeyUp](Access.Attachment.OnKeyUp.md) ###### [OnLostFocus](Access.Attachment.OnLostFocus.md) ###### [OnMouseDown](Access.Attachment.OnMouseDown.md) ###### [OnMouseMove](Access.Attachment.OnMouseMove.md) ###### [OnMouseUp](Access.Attachment.OnMouseUp.md) ###### [Parent](Access.Attachment.Parent.md) ###### [PictureAlignment](Access.Attachment.PictureAlignment.md) ###### [PictureSizeMode](Access.Attachment.PictureSizeMode.md) ###### [PictureTiling](Access.Attachment.PictureTiling.md) ###### [Properties](Access.Attachment.Properties.md) ###### [RightPadding](Access.Attachment.RightPadding.md) ###### [Section](Access.Attachment.Section.md) ###### [ShortcutMenuBar](Access.Attachment.ShortcutMenuBar.md) ###### [SpecialEffect](Access.Attachment.SpecialEffect.md) ###### [StatusBarText](Access.Attachment.StatusBarText.md) ###### [TabIndex](Access.Attachment.TabIndex.md) ###### [TabStop](Access.Attachment.TabStop.md) ###### [Tag](Access.Attachment.Tag.md) ###### [Top](Access.Attachment.Top.md) ###### [TopPadding](Access.Attachment.TopPadding.md) ###### [VerticalAnchor](Access.Attachment.VerticalAnchor.md) ###### [Visible](Access.Attachment.Visible.md) ###### [Width](Access.Attachment.Width.md) #### [AutoCorrect object](Access.AutoCorrect.md) ##### Properties ###### [DisplayAutoCorrectOptions](Access.AutoCorrect.DisplayAutoCorrectOptions.md) #### [BoundObjectFrame object](Access.BoundObjectFrame.md) ##### Events ###### [AfterUpdate](Access.BoundObjectFrame.AfterUpdate-event.md) ###### [BeforeUpdate](Access.BoundObjectFrame.BeforeUpdate-event.md) ###### [Click](Access.BoundObjectFrame.Click.md) ###### [DblClick](Access.BoundObjectFrame.DblClick.md) ###### [Enter](Access.BoundObjectFrame.Enter.md) ###### [Exit](Access.BoundObjectFrame.Exit.md) ###### [GotFocus](Access.BoundObjectFrame.GotFocus.md) ###### [KeyDown](Access.BoundObjectFrame.KeyDown.md) ###### [KeyPress](Access.BoundObjectFrame.KeyPress.md) ###### [KeyUp](Access.BoundObjectFrame.KeyUp.md) ###### [LostFocus](Access.BoundObjectFrame.LostFocus.md) ###### [MouseDown](Access.BoundObjectFrame.MouseDown.md) ###### [MouseMove](Access.BoundObjectFrame.MouseMove.md) ###### [MouseUp](Access.BoundObjectFrame.MouseUp.md) ###### [Updated](Access.BoundObjectFrame.Updated.md) ##### Methods ###### [Move](Access.BoundObjectFrame.Move.md) ###### [Requery](Access.BoundObjectFrame.Requery.md) ###### [SetFocus](Access.BoundObjectFrame.SetFocus.md) ###### [SizeToFit](Access.BoundObjectFrame.SizeToFit.md) ##### Properties ###### [Action](Access.BoundObjectFrame.Action.md) ###### [AddColon](Access.BoundObjectFrame.AddColon.md) ###### [AfterUpdate](Access.BoundObjectFrame.AfterUpdate-property.md) ###### [Application](Access.BoundObjectFrame.Application.md) ###### [AutoActivate](Access.BoundObjectFrame.AutoActivate.md) ###### [AutoLabel](Access.BoundObjectFrame.AutoLabel.md) ###### [BackColor](Access.BoundObjectFrame.BackColor.md) ###### [BackShade](Access.BoundObjectFrame.BackShade.md) ###### [BackStyle](Access.BoundObjectFrame.BackStyle.md) ###### [BackThemeColorIndex](Access.BoundObjectFrame.BackThemeColorIndex.md) ###### [BackTint](Access.BoundObjectFrame.BackTint.md) ###### [BeforeUpdate](Access.BoundObjectFrame.BeforeUpdate-property.md) ###### [BorderColor](Access.BoundObjectFrame.BorderColor.md) ###### [BorderShade](Access.BoundObjectFrame.BorderShade.md) ###### [BorderStyle](Access.BoundObjectFrame.BorderStyle.md) ###### [BorderThemeColorIndex](Access.BoundObjectFrame.BorderThemeColorIndex.md) ###### [BorderTint](Access.BoundObjectFrame.BorderTint.md) ###### [BorderWidth](Access.BoundObjectFrame.BorderWidth.md) ###### [BottomPadding](Access.BoundObjectFrame.BottomPadding.md) ###### [Class](Access.BoundObjectFrame.Class.md) ###### [ColumnHidden](Access.BoundObjectFrame.ColumnHidden.md) ###### [ColumnOrder](Access.BoundObjectFrame.ColumnOrder.md) ###### [ColumnWidth](Access.BoundObjectFrame.ColumnWidth.md) ###### [Controls](Access.BoundObjectFrame.Controls.md) ###### [ControlSource](Access.BoundObjectFrame.ControlSource.md) ###### [ControlTipText](Access.BoundObjectFrame.ControlTipText.md) ###### [ControlType](Access.BoundObjectFrame.ControlType.md) ###### [DisplayType](Access.BoundObjectFrame.DisplayType.md) ###### [DisplayWhen](Access.BoundObjectFrame.DisplayWhen.md) ###### [Enabled](Access.BoundObjectFrame.Enabled.md) ###### [EventProcPrefix](Access.BoundObjectFrame.EventProcPrefix.md) ###### [GridlineColor](Access.BoundObjectFrame.GridlineColor.md) ###### [GridlineShade](Access.BoundObjectFrame.GridlineShade.md) ###### [GridlineStyleBottom](Access.BoundObjectFrame.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.BoundObjectFrame.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.BoundObjectFrame.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.BoundObjectFrame.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.BoundObjectFrame.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.BoundObjectFrame.GridlineTint.md) ###### [GridlineWidthBottom](Access.BoundObjectFrame.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.BoundObjectFrame.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.BoundObjectFrame.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.BoundObjectFrame.GridlineWidthTop.md) ###### [Height](Access.BoundObjectFrame.Height.md) ###### [HelpContextId](Access.BoundObjectFrame.HelpContextId.md) ###### [HorizontalAnchor](Access.BoundObjectFrame.HorizontalAnchor.md) ###### [InSelection](Access.BoundObjectFrame.InSelection.md) ###### [IsVisible](Access.BoundObjectFrame.IsVisible.md) ###### [LabelAlign](Access.BoundObjectFrame.LabelAlign.md) ###### [LabelX](Access.BoundObjectFrame.LabelX.md) ###### [LabelY](Access.BoundObjectFrame.LabelY.md) ###### [Layout](Access.BoundObjectFrame.Layout.md) ###### [LayoutID](Access.BoundObjectFrame.LayoutID.md) ###### [Left](Access.BoundObjectFrame.Left.md) ###### [LeftPadding](Access.BoundObjectFrame.LeftPadding.md) ###### [Locked](Access.BoundObjectFrame.Locked.md) ###### [Name](Access.BoundObjectFrame.Name.md) ###### [Object](Access.BoundObjectFrame.Object.md) ###### [ObjectPalette](Access.BoundObjectFrame.ObjectPalette.md) ###### [ObjectVerbs](Access.BoundObjectFrame.ObjectVerbs.md) ###### [ObjectVerbsCount](Access.BoundObjectFrame.ObjectVerbsCount.md) ###### [OldBorderStyle](Access.BoundObjectFrame.OldBorderStyle.md) ###### [OldValue](Access.BoundObjectFrame.OldValue.md) ###### [OLEType](Access.BoundObjectFrame.OLEType.md) ###### [OLETypeAllowed](Access.BoundObjectFrame.OLETypeAllowed.md) ###### [OnClick](Access.BoundObjectFrame.OnClick.md) ###### [OnDblClick](Access.BoundObjectFrame.OnDblClick.md) ###### [OnEnter](Access.BoundObjectFrame.OnEnter.md) ###### [OnExit](Access.BoundObjectFrame.OnExit.md) ###### [OnGotFocus](Access.BoundObjectFrame.OnGotFocus.md) ###### [OnKeyDown](Access.BoundObjectFrame.OnKeyDown.md) ###### [OnKeyPress](Access.BoundObjectFrame.OnKeyPress.md) ###### [OnKeyUp](Access.BoundObjectFrame.OnKeyUp.md) ###### [OnLostFocus](Access.BoundObjectFrame.OnLostFocus.md) ###### [OnMouseDown](Access.BoundObjectFrame.OnMouseDown.md) ###### [OnMouseMove](Access.BoundObjectFrame.OnMouseMove.md) ###### [OnMouseUp](Access.BoundObjectFrame.OnMouseUp.md) ###### [OnUpdated](Access.BoundObjectFrame.OnUpdated.md) ###### [Parent](Access.BoundObjectFrame.Parent.md) ###### [Properties](Access.BoundObjectFrame.Properties.md) ###### [RightPadding](Access.BoundObjectFrame.RightPadding.md) ###### [Scaling](Access.BoundObjectFrame.Scaling.md) ###### [Section](Access.BoundObjectFrame.Section.md) ###### [ShortcutMenuBar](Access.BoundObjectFrame.ShortcutMenuBar.md) ###### [SizeMode](Access.BoundObjectFrame.SizeMode.md) ###### [SourceDoc](Access.BoundObjectFrame.SourceDoc.md) ###### [SourceItem](Access.BoundObjectFrame.SourceItem.md) ###### [SpecialEffect](Access.BoundObjectFrame.SpecialEffect.md) ###### [StatusBarText](Access.BoundObjectFrame.StatusBarText.md) ###### [TabIndex](Access.BoundObjectFrame.TabIndex.md) ###### [TabStop](Access.BoundObjectFrame.TabStop.md) ###### [Tag](Access.BoundObjectFrame.Tag.md) ###### [Top](Access.BoundObjectFrame.Top.md) ###### [TopPadding](Access.BoundObjectFrame.TopPadding.md) ###### [UpdateOptions](Access.BoundObjectFrame.UpdateOptions.md) ###### [Value](Access.BoundObjectFrame.Value.md) ###### [VarOleObject](Access.BoundObjectFrame.VarOleObject.md) ###### [Verb](Access.BoundObjectFrame.Verb.md) ###### [VerticalAnchor](Access.BoundObjectFrame.VerticalAnchor.md) ###### [Visible](Access.BoundObjectFrame.Visible.md) ###### [Width](Access.BoundObjectFrame.Width.md) #### [Chart object](Access.Chart.md) ##### Properties ###### [CategoryAxisFontColor](Access.Chart.CategoryAxisFontColor.md) ###### [CategoryAxisFontSize](Access.Chart.CategoryAxisFontSize.md) ###### [CategoryAxisTitle](Access.Chart.CategoryAxisTitle.md) ###### [ChartAxis](Access.Chart.ChartAxis.md) ###### [ChartAxisCollection](Access.Chart.ChartAxisCollection.md) ###### [ChartLegend](Access.Chart.ChartLegend.md) ###### [ChartSeriesCollection](Access.Chart.ChartSeriesCollection.md) ###### [ChartSubtitle](Access.Chart.ChartSubtitle.md) ###### [ChartSubtitleFontColor](Access.Chart.ChartSubtitleFontColor.md) ###### [ChartSubtitleFontSize](Access.Chart.ChartSubtitleFontSize.md) ###### [ChartTitle](Access.Chart.ChartTitle.md) ###### [ChartTitleFontColor](Access.Chart.ChartTitleFontColor.md) ###### [ChartTitleFontName](Access.Chart.ChartTitleFontName.md) ###### [ChartTitleFontSize](Access.Chart.ChartTitleFontSize.md) ###### [ChartType](Access.Chart.ChartType.md) ###### [ChartValues](Access.Chart.ChartValues.md) ###### [ChartValuesCollection](Access.Chart.ChartValuesCollection.md) ###### [HasAxisTitles](Access.Chart.HasAxisTitles.md) ###### [HasLegend](Access.Chart.HasLegend.md) ###### [HasSubtitle](Access.Chart.HasSubtitle.md) ###### [HasTitle](Access.Chart.HasTitle.md) ###### [LegendPosition](Access.Chart.LegendPosition.md) ###### [LegendTextFontColor](Access.Chart.LegendTextFontColor.md) ###### [LegendTextFontSize](Access.Chart.LegendTextFontSize.md) ###### [PrimaryValuesAxisDisplayUnits](Access.Chart.PrimaryValuesAxisDisplayUnits.md) ###### [PrimaryValuesAxisFontColor](Access.Chart.PrimaryValuesAxisFontColor.md) ###### [PrimaryValuesAxisFontSize](Access.Chart.PrimaryValuesAxisFontSize.md) ###### [PrimaryValuesAxisFormat](Access.Chart.PrimaryValuesAxisFormat.md) ###### [PrimaryValuesAxisMaximum](Access.Chart.PrimaryValuesAxisMaximum.md) ###### [PrimaryValuesAxisMinimum](Access.Chart.PrimaryValuesAxisMinimum.md) ###### [PrimaryValuesAxisRange](Access.Chart.PrimaryValuesAxisRange.md) ###### [PrimaryValuesAxisTitle](Access.Chart.PrimaryValuesAxisTitle.md) ###### [RowSource](Access.Chart.RowSource.md) ###### [SecondaryValuesAxisDisplayUnits](Access.Chart.SecondaryValuesAxisDisplayUnits.md) ###### [SecondaryValuesAxisFontColor](Access.Chart.SecondaryValuesAxisFontColor.md) ###### [SecondaryValuesAxisFontSize](Access.Chart.SecondaryValuesAxisFontSize.md) ###### [SecondaryValuesAxisFormat](Access.Chart.SecondaryValuesAxisFormat.md) ###### [SecondaryValuesAxisMaximum](Access.Chart.SecondaryValuesAxisMaximum.md) ###### [SecondaryValuesAxisMinimum](Access.Chart.SecondaryValuesAxisMinimum.md) ###### [SecondaryValuesAxisRange](Access.Chart.SecondaryValuesAxisRange.md) ###### [SecondaryValuesAxisTitle](Access.Chart.SecondaryValuesAxisTitle.md) ###### [TransformedRowSource](Access.Chart.TransformedRowSource.md) #### [ChartAxis object](Access.ChartAxis.md) ##### Properties ###### [GroupType](Access.ChartAxis.GroupType.md) ###### [Name](Access.ChartAxis.Name.md) ##### [ChartAxisCollection object](Access.ChartAxisCollection.md) #### [ChartSeries object](Access.ChartSeries.md) ##### Properties ###### [BorderColor](Access.ChartSeries.BorderColor.md) ###### [ComboChartType](Access.ChartSeries.ComboChartType.md) ###### [DashType](Access.ChartSeries.DashType.md) ###### [DisplayDataLabel](Access.ChartSeries.DisplayDataLabel.md) ###### [DisplayName](Access.ChartSeries.DisplayName.md) ###### [FillColor](Access.ChartSeries.FillColor.md) ###### [LineWeight](Access.ChartSeries.LineWeight.md) ###### [MarkerType](Access.ChartSeries.MarkerType.md) ###### [MissingDataPolicy](Access.ChartSeries.MissingDataPolicy.md) ###### [Name](Access.ChartSeries.Name.md) ###### [PlotSeriesOn](Access.ChartSeries.PlotSeriesOn.md) ###### [TrendlineName](Access.ChartSeries.TrendlineName.md) ###### [TrendlineOptions](Access.ChartSeries.TrendlineOptions.md) ##### [ChartSeriesCollection object](Access.ChartSeriesCollection.md) #### [ChartValues object](Access.ChartValues.md) ##### Properties ###### [AggregateType](Access.ChartValues.AggregateType.md) ###### [Name](Access.ChartValues.Name.md) ##### [ChartValuesCollection object](Access.ChartValuesCollection.md) #### [CheckBox object](Access.CheckBox.md) ##### Events ###### [AfterUpdate](Access.CheckBox.AfterUpdate-event.md) ###### [BeforeUpdate](Access.CheckBox.BeforeUpdate-event.md) ###### [Click](Access.CheckBox.Click.md) ###### [DblClick](Access.CheckBox.DblClick.md) ###### [Enter](Access.CheckBox.Enter.md) ###### [Exit](Access.CheckBox.Exit.md) ###### [GotFocus](Access.CheckBox.GotFocus.md) ###### [KeyDown](Access.CheckBox.KeyDown.md) ###### [KeyPress](Access.CheckBox.KeyPress.md) ###### [KeyUp](Access.CheckBox.KeyUp.md) ###### [LostFocus](Access.CheckBox.LostFocus.md) ###### [MouseDown](Access.CheckBox.MouseDown.md) ###### [MouseMove](Access.CheckBox.MouseMove.md) ###### [MouseUp](Access.CheckBox.MouseUp.md) ##### Methods ###### [Move](Access.CheckBox.Move.md) ###### [Requery](Access.CheckBox.Requery.md) ###### [SetFocus](Access.CheckBox.SetFocus.md) ###### [SizeToFit](Access.CheckBox.SizeToFit.md) ###### [Undo](Access.CheckBox.Undo.md) ##### Properties ###### [AddColon](Access.CheckBox.AddColon.md) ###### [AfterUpdate](Access.CheckBox.AfterUpdate-property.md) ###### [Application](Access.CheckBox.Application.md) ###### [AutoLabel](Access.CheckBox.AutoLabel.md) ###### [BeforeUpdate](Access.CheckBox.BeforeUpdate-property.md) ###### [BorderColor](Access.CheckBox.BorderColor.md) ###### [BorderShade](Access.CheckBox.BorderShade.md) ###### [BorderStyle](Access.CheckBox.BorderStyle.md) ###### [BorderThemeColorIndex](Access.CheckBox.BorderThemeColorIndex.md) ###### [BorderTint](Access.CheckBox.BorderTint.md) ###### [BorderWidth](Access.CheckBox.BorderWidth.md) ###### [BottomPadding](Access.CheckBox.BottomPadding.md) ###### [ColumnHidden](Access.CheckBox.ColumnHidden.md) ###### [ColumnOrder](Access.CheckBox.ColumnOrder.md) ###### [ColumnWidth](Access.CheckBox.ColumnWidth.md) ###### [Controls](Access.CheckBox.Controls.md) ###### [ControlSource](Access.CheckBox.ControlSource.md) ###### [ControlTipText](Access.CheckBox.ControlTipText.md) ###### [ControlType](Access.CheckBox.ControlType.md) ###### [DefaultValue](Access.CheckBox.DefaultValue.md) ###### [DisplayWhen](Access.CheckBox.DisplayWhen.md) ###### [Enabled](Access.CheckBox.Enabled.md) ###### [EventProcPrefix](Access.CheckBox.EventProcPrefix.md) ###### [GridlineColor](Access.CheckBox.GridlineColor.md) ###### [GridlineShade](Access.CheckBox.GridlineShade.md) ###### [GridlineStyleBottom](Access.CheckBox.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.CheckBox.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.CheckBox.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.CheckBox.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.CheckBox.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.CheckBox.GridlineTint.md) ###### [GridlineWidthBottom](Access.CheckBox.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.CheckBox.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.CheckBox.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.CheckBox.GridlineWidthTop.md) ###### [Height](Access.CheckBox.Height.md) ###### [HelpContextId](Access.CheckBox.HelpContextId.md) ###### [HideDuplicates](Access.CheckBox.HideDuplicates.md) ###### [HorizontalAnchor](Access.CheckBox.HorizontalAnchor.md) ###### [InSelection](Access.CheckBox.InSelection.md) ###### [IsVisible](Access.CheckBox.IsVisible.md) ###### [LabelAlign](Access.CheckBox.LabelAlign.md) ###### [LabelX](Access.CheckBox.LabelX.md) ###### [LabelY](Access.CheckBox.LabelY.md) ###### [Layout](Access.CheckBox.Layout.md) ###### [LayoutID](Access.CheckBox.LayoutID.md) ###### [Left](Access.CheckBox.Left.md) ###### [LeftPadding](Access.CheckBox.LeftPadding.md) ###### [Locked](Access.CheckBox.Locked.md) ###### [Name](Access.CheckBox.Name.md) ###### [OldBorderStyle](Access.CheckBox.OldBorderStyle.md) ###### [OldValue](Access.CheckBox.OldValue.md) ###### [OnClick](Access.CheckBox.OnClick.md) ###### [OnDblClick](Access.CheckBox.OnDblClick.md) ###### [OnEnter](Access.CheckBox.OnEnter.md) ###### [OnExit](Access.CheckBox.OnExit.md) ###### [OnGotFocus](Access.CheckBox.OnGotFocus.md) ###### [OnKeyDown](Access.CheckBox.OnKeyDown.md) ###### [OnKeyPress](Access.CheckBox.OnKeyPress.md) ###### [OnKeyUp](Access.CheckBox.OnKeyUp.md) ###### [OnLostFocus](Access.CheckBox.OnLostFocus.md) ###### [OnMouseDown](Access.CheckBox.OnMouseDown.md) ###### [OnMouseMove](Access.CheckBox.OnMouseMove.md) ###### [OnMouseUp](Access.CheckBox.OnMouseUp.md) ###### [OptionValue](Access.CheckBox.OptionValue.md) ###### [Parent](Access.CheckBox.Parent.md) ###### [Properties](Access.CheckBox.Properties.md) ###### [ReadingOrder](Access.CheckBox.ReadingOrder.md) ###### [RightPadding](Access.CheckBox.RightPadding.md) ###### [Section](Access.CheckBox.Section.md) ###### [ShortcutMenuBar](Access.CheckBox.ShortcutMenuBar.md) ###### [SpecialEffect](Access.CheckBox.SpecialEffect.md) ###### [StatusBarText](Access.CheckBox.StatusBarText.md) ###### [TabIndex](Access.CheckBox.TabIndex.md) ###### [TabStop](Access.CheckBox.TabStop.md) ###### [Tag](Access.CheckBox.Tag.md) ###### [Top](Access.CheckBox.Top.md) ###### [TopPadding](Access.CheckBox.TopPadding.md) ###### [TripleState](Access.CheckBox.TripleState.md) ###### [ValidationRule](Access.CheckBox.ValidationRule.md) ###### [ValidationText](Access.CheckBox.ValidationText.md) ###### [Value](Access.CheckBox.Value.md) ###### [VerticalAnchor](Access.CheckBox.VerticalAnchor.md) ###### [Visible](Access.CheckBox.Visible.md) ###### [Width](Access.CheckBox.Width.md) #### [CodeData object](Access.CodeData.md) ##### Properties ###### [AllDatabaseDiagrams](Access.CodeData.AllDatabaseDiagrams.md) ###### [AllFunctions](Access.CodeData.AllFunctions.md) ###### [AllQueries](Access.CodeData.AllQueries.md) ###### [AllStoredProcedures](Access.CodeData.AllStoredProcedures.md) ###### [AllTables](Access.CodeData.AllTables.md) ###### [AllViews](Access.CodeData.AllViews.md) #### [CodeProject object](Access.CodeProject.md) ##### Methods ###### [AddSharedImage](Access.CodeProject.AddSharedImage.md) ###### [CloseConnection](Access.CodeProject.CloseConnection.md) ###### [OpenConnection](Access.CodeProject.OpenConnection.md) ###### [UpdateDependencyInfo](Access.CodeProject.UpdateDependencyInfo.md) ##### Properties ###### [AccessConnection](Access.CodeProject.AccessConnection.md) ###### [AllForms](Access.CodeProject.AllForms.md) ###### [AllMacros](Access.CodeProject.AllMacros.md) ###### [AllModules](Access.CodeProject.AllModules.md) ###### [AllReports](Access.CodeProject.AllReports.md) ###### [Application](Access.CodeProject.Application.md) ###### [BaseConnectionString](Access.CodeProject.BaseConnectionString.md) ###### [Connection](Access.CodeProject.Connection.md) ###### [FileFormat](Access.CodeProject.FileFormat.md) ###### [FullName](Access.CodeProject.FullName.md) ###### [ImportExportSpecifications](Access.CodeProject.ImportExportSpecifications.md) ###### [IsConnected](Access.CodeProject.IsConnected.md) ###### [IsTrusted](Access.CodeProject.IsTrusted.md) ###### [IsWeb](Access.CodeProject.IsWeb.md) ###### [Name](Access.CodeProject.Name.md) ###### [Parent](Access.CodeProject.Parent.md) ###### [Path](Access.CodeProject.Path.md) ###### [ProjectType](Access.CodeProject.ProjectType.md) ###### [Properties](Access.CodeProject.Properties.md) ###### [RemovePersonalInformation](Access.CodeProject.RemovePersonalInformation.md) ###### [Resources](Access.CodeProject.Resources.md) ###### [WebSite](Access.CodeProject.WebSite.md) #### [ComboBox object](Access.ComboBox.md) ##### Events ###### [AfterUpdate](Access.ComboBox.AfterUpdate-event.md) ###### [BeforeUpdate](Access.ComboBox.BeforeUpdate-event.md) ###### [Change](Access.ComboBox.Change.md) ###### [Click](Access.ComboBox.Click.md) ###### [DblClick](Access.ComboBox.DblClick.md) ###### [Dirty](Access.ComboBox.Dirty.md) ###### [Enter](Access.ComboBox.Enter.md) ###### [Exit](Access.ComboBox.Exit.md) ###### [GotFocus](Access.ComboBox.GotFocus.md) ###### [KeyDown](Access.ComboBox.KeyDown.md) ###### [KeyPress](Access.ComboBox.KeyPress.md) ###### [KeyUp](Access.ComboBox.KeyUp.md) ###### [LostFocus](Access.ComboBox.LostFocus.md) ###### [MouseDown](Access.ComboBox.MouseDown.md) ###### [MouseMove](Access.ComboBox.MouseMove.md) ###### [MouseUp](Access.ComboBox.MouseUp.md) ###### [NotInList](Access.ComboBox.NotInList.md) ###### [Undo](Access.ComboBox.Undo(even).md) ##### Methods ###### [AddItem](Access.ComboBox.AddItem.md) ###### [Dropdown](Access.ComboBox.Dropdown.md) ###### [Move](Access.ComboBox.Move.md) ###### [RemoveItem](Access.ComboBox.RemoveItem.md) ###### [Requery](Access.ComboBox.Requery.md) ###### [SetFocus](Access.ComboBox.SetFocus.md) ###### [SizeToFit](Access.ComboBox.SizeToFit.md) ###### [Undo](Access.ComboBox.Undo(method).md) ##### Properties ###### [AddColon](Access.ComboBox.AddColon.md) ###### [AfterUpdate](Access.ComboBox.AfterUpdate-property.md) ###### [AllowAutoCorrect](Access.ComboBox.AllowAutoCorrect.md) ###### [AllowValueListEdits](Access.ComboBox.AllowValueListEdits.md) ###### [Application](Access.ComboBox.Application.md) ###### [AutoExpand](Access.ComboBox.AutoExpand.md) ###### [AutoLabel](Access.ComboBox.AutoLabel.md) ###### [BackColor](Access.ComboBox.BackColor.md) ###### [BackShade](Access.ComboBox.BackShade.md) ###### [BackStyle](Access.ComboBox.BackStyle.md) ###### [BackThemeColorIndex](Access.ComboBox.BackThemeColorIndex.md) ###### [BackTint](Access.ComboBox.BackTint.md) ###### [BeforeUpdate](Access.ComboBox.BeforeUpdate-property.md) ###### [BorderColor](Access.ComboBox.BorderColor.md) ###### [BorderShade](Access.ComboBox.BorderShade.md) ###### [BorderStyle](Access.ComboBox.BorderStyle.md) ###### [BorderThemeColorIndex](Access.ComboBox.BorderThemeColorIndex.md) ###### [BorderTint](Access.ComboBox.BorderTint.md) ###### [BorderWidth](Access.ComboBox.BorderWidth.md) ###### [BottomMargin](Access.ComboBox.BottomMargin.md) ###### [BottomPadding](Access.ComboBox.BottomPadding.md) ###### [BoundColumn](Access.ComboBox.BoundColumn.md) ###### [CanGrow](Access.ComboBox.CanGrow.md) ###### [CanShrink](Access.ComboBox.CanShrink.md) ###### [Column](Access.ComboBox.Column.md) ###### [ColumnCount](Access.ComboBox.ColumnCount.md) ###### [ColumnHeads](Access.ComboBox.ColumnHeads.md) ###### [ColumnHidden](Access.ComboBox.ColumnHidden.md) ###### [ColumnOrder](Access.ComboBox.ColumnOrder.md) ###### [ColumnWidth](Access.ComboBox.ColumnWidth.md) ###### [ColumnWidths](Access.ComboBox.ColumnWidths.md) ###### [Controls](Access.ComboBox.Controls.md) ###### [ControlSource](Access.ComboBox.ControlSource.md) ###### [ControlTipText](Access.ComboBox.ControlTipText.md) ###### [ControlType](Access.ComboBox.ControlType.md) ###### [DecimalPlaces](Access.ComboBox.DecimalPlaces.md) ###### [DefaultValue](Access.ComboBox.DefaultValue.md) ###### [DisplayAsHyperlink](Access.ComboBox.DisplayAsHyperlink.md) ###### [DisplayWhen](Access.ComboBox.DisplayWhen.md) ###### [Enabled](Access.ComboBox.Enabled.md) ###### [EventProcPrefix](Access.ComboBox.EventProcPrefix.md) ###### [FontBold](Access.ComboBox.FontBold.md) ###### [FontItalic](Access.ComboBox.FontItalic.md) ###### [FontName](Access.ComboBox.FontName.md) ###### [FontSize](Access.ComboBox.FontSize.md) ###### [FontUnderline](Access.ComboBox.FontUnderline.md) ###### [FontWeight](Access.ComboBox.FontWeight.md) ###### [ForeColor](Access.ComboBox.ForeColor.md) ###### [ForeShade](Access.ComboBox.ForeShade.md) ###### [ForeThemeColorIndex](Access.ComboBox.ForeThemeColorIndex.md) ###### [ForeTint](Access.ComboBox.ForeTint.md) ###### [Format](Access.ComboBox.Format.md) ###### [FormatConditions](Access.ComboBox.FormatConditions.md) ###### [GridlineColor](Access.ComboBox.GridlineColor.md) ###### [GridlineShade](Access.ComboBox.GridlineShade.md) ###### [GridlineStyleBottom](Access.ComboBox.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.ComboBox.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.ComboBox.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.ComboBox.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.ComboBox.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.ComboBox.GridlineTint.md) ###### [GridlineWidthBottom](Access.ComboBox.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.ComboBox.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.ComboBox.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.ComboBox.GridlineWidthTop.md) ###### [Height](Access.ComboBox.Height.md) ###### [HelpContextId](Access.ComboBox.HelpContextId.md) ###### [HideDuplicates](Access.ComboBox.HideDuplicates.md) ###### [HorizontalAnchor](Access.ComboBox.HorizontalAnchor.md) ###### [Hyperlink](Access.ComboBox.Hyperlink.md) ###### [IMEHold](Access.ComboBox.IMEHold.md) ###### [IMEMode](Access.ComboBox.IMEMode.md) ###### [IMESentenceMode](Access.ComboBox.IMESentenceMode.md) ###### [InheritValueList](Access.ComboBox.InheritValueList.md) ###### [InputMask](Access.ComboBox.InputMask.md) ###### [InSelection](Access.ComboBox.InSelection.md) ###### [IsHyperlink](Access.ComboBox.IsHyperlink.md) ###### [IsVisible](Access.ComboBox.IsVisible.md) ###### [ItemData](Access.ComboBox.ItemData.md) ###### [ItemsSelected](Access.ComboBox.ItemsSelected.md) ###### [KeyboardLanguage](Access.ComboBox.KeyboardLanguage.md) ###### [LabelAlign](Access.ComboBox.LabelAlign.md) ###### [LabelX](Access.ComboBox.LabelX.md) ###### [LabelY](Access.ComboBox.LabelY.md) ###### [Layout](Access.ComboBox.Layout.md) ###### [LayoutID](Access.ComboBox.LayoutID.md) ###### [Left](Access.ComboBox.Left.md) ###### [LeftMargin](Access.ComboBox.LeftMargin.md) ###### [LeftPadding](Access.ComboBox.LeftPadding.md) ###### [LimitToList](Access.ComboBox.LimitToList.md) ###### [ListCount](Access.ComboBox.ListCount.md) ###### [ListIndex](Access.ComboBox.ListIndex.md) ###### [ListItemsEditForm](Access.ComboBox.ListItemsEditForm.md) ###### [ListRows](Access.ComboBox.ListRows.md) ###### [ListWidth](Access.ComboBox.ListWidth.md) ###### [Locked](Access.ComboBox.Locked.md) ###### [Name](Access.ComboBox.Name.md) ###### [NumeralShapes](Access.ComboBox.NumeralShapes.md) ###### [OldBorderStyle](Access.ComboBox.OldBorderStyle.md) ###### [OldValue](Access.ComboBox.OldValue.md) ###### [OnChange](Access.ComboBox.OnChange.md) ###### [OnClick](Access.ComboBox.OnClick.md) ###### [OnDblClick](Access.ComboBox.OnDblClick.md) ###### [OnDirty](Access.ComboBox.OnDirty.md) ###### [OnEnter](Access.ComboBox.OnEnter.md) ###### [OnExit](Access.ComboBox.OnExit.md) ###### [OnGotFocus](Access.ComboBox.OnGotFocus.md) ###### [OnKeyDown](Access.ComboBox.OnKeyDown.md) ###### [OnKeyPress](Access.ComboBox.OnKeyPress.md) ###### [OnKeyUp](Access.ComboBox.OnKeyUp.md) ###### [OnLostFocus](Access.ComboBox.OnLostFocus.md) ###### [OnMouseDown](Access.ComboBox.OnMouseDown.md) ###### [OnMouseMove](Access.ComboBox.OnMouseMove.md) ###### [OnMouseUp](Access.ComboBox.OnMouseUp.md) ###### [OnNotInList](Access.ComboBox.OnNotInList.md) ###### [OnUndo](Access.ComboBox.OnUndo.md) ###### [Parent](Access.ComboBox.Parent.md) ###### [Properties](Access.ComboBox.Properties.md) ###### [ReadingOrder](Access.ComboBox.ReadingOrder.md) ###### [Recordset](Access.ComboBox.Recordset.md) ###### [RightMargin](Access.ComboBox.RightMargin.md) ###### [RightPadding](Access.ComboBox.RightPadding.md) ###### [RowSource](Access.ComboBox.RowSource.md) ###### [RowSourceType](Access.ComboBox.RowSourceType.md) ###### [ScrollBarAlign](Access.ComboBox.ScrollBarAlign.md) ###### [Section](Access.ComboBox.Section.md) ###### [Selected](Access.ComboBox.Selected.md) ###### [SelLength](Access.ComboBox.SelLength.md) ###### [SelStart](Access.ComboBox.SelStart.md) ###### [SelText](Access.ComboBox.SelText.md) ###### [SeparatorCharacters](Access.ComboBox.SeparatorCharacters.md) ###### [ShortcutMenuBar](Access.ComboBox.ShortcutMenuBar.md) ###### [ShowOnlyRowSourceValues](Access.ComboBox.ShowOnlyRowSourceValues.md) ###### [SmartTags](Access.ComboBox.SmartTags.md) ###### [SpecialEffect](Access.ComboBox.SpecialEffect.md) ###### [StatusBarText](Access.ComboBox.StatusBarText.md) ###### [TabIndex](Access.ComboBox.TabIndex.md) ###### [TabStop](Access.ComboBox.TabStop.md) ###### [Tag](Access.ComboBox.Tag.md) ###### [Text](Access.ComboBox.Text.md) ###### [TextAlign](Access.ComboBox.TextAlign.md) ###### [ThemeFontIndex](Access.ComboBox.ThemeFontIndex.md) ###### [Top](Access.ComboBox.Top.md) ###### [TopMargin](Access.ComboBox.TopMargin.md) ###### [TopPadding](Access.ComboBox.TopPadding.md) ###### [ValidationRule](Access.ComboBox.ValidationRule.md) ###### [ValidationText](Access.ComboBox.ValidationText.md) ###### [Value](Access.ComboBox.Value.md) ###### [VerticalAnchor](Access.ComboBox.VerticalAnchor.md) ###### [Visible](Access.ComboBox.Visible.md) ###### [Width](Access.ComboBox.Width.md) #### [CommandButton object](Access.CommandButton.md) ##### Events ###### [Click](Access.CommandButton.Click.md) ###### [DblClick](Access.CommandButton.DblClick.md) ###### [Enter](Access.CommandButton.Enter.md) ###### [Exit](Access.CommandButton.Exit.md) ###### [GotFocus](Access.CommandButton.GotFocus.md) ###### [KeyDown](Access.CommandButton.KeyDown.md) ###### [KeyPress](Access.CommandButton.KeyPress.md) ###### [KeyUp](Access.CommandButton.KeyUp.md) ###### [LostFocus](Access.CommandButton.LostFocus.md) ###### [MouseDown](Access.CommandButton.MouseDown.md) ###### [MouseMove](Access.CommandButton.MouseMove.md) ###### [MouseUp](Access.CommandButton.MouseUp.md) ##### Methods ###### [Move](Access.CommandButton.Move.md) ###### [Requery](Access.CommandButton.Requery.md) ###### [SetFocus](Access.CommandButton.SetFocus.md) ###### [SizeToFit](Access.CommandButton.SizeToFit.md) ##### Properties ###### [AddColon](Access.CommandButton.AddColon.md) ###### [Alignment](Access.CommandButton.Alignment.md) ###### [Application](Access.CommandButton.Application.md) ###### [AutoLabel](Access.CommandButton.AutoLabel.md) ###### [AutoRepeat](Access.CommandButton.AutoRepeat.md) ###### [BackColor](Access.CommandButton.BackColor.md) ###### [BackShade](Access.CommandButton.BackShade.md) ###### [BackStyle](Access.CommandButton.BackStyle.md) ###### [BackThemeColorIndex](Access.CommandButton.BackThemeColorIndex.md) ###### [BackTint](Access.CommandButton.BackTint.md) ###### [Bevel](Access.CommandButton.Bevel.md) ###### [BorderColor](Access.CommandButton.BorderColor.md) ###### [BorderShade](Access.CommandButton.BorderShade.md) ###### [BorderStyle](Access.CommandButton.BorderStyle.md) ###### [BorderThemeColorIndex](Access.CommandButton.BorderThemeColorIndex.md) ###### [BorderTint](Access.CommandButton.BorderTint.md) ###### [BorderWidth](Access.CommandButton.BorderWidth.md) ###### [BottomPadding](Access.CommandButton.BottomPadding.md) ###### [Cancel](Access.CommandButton.Cancel.md) ###### [Caption](Access.CommandButton.Caption.md) ###### [Controls](Access.CommandButton.Controls.md) ###### [ControlTipText](Access.CommandButton.ControlTipText.md) ###### [ControlType](Access.CommandButton.ControlType.md) ###### [CursorOnHover](Access.CommandButton.CursorOnHover.md) ###### [Default](Access.CommandButton.Default.md) ###### [DisplayWhen](Access.CommandButton.DisplayWhen.md) ###### [Enabled](Access.CommandButton.Enabled.md) ###### [EventProcPrefix](Access.CommandButton.EventProcPrefix.md) ###### [FontBold](Access.CommandButton.FontBold.md) ###### [FontItalic](Access.CommandButton.FontItalic.md) ###### [FontName](Access.CommandButton.FontName.md) ###### [FontSize](Access.CommandButton.FontSize.md) ###### [FontUnderline](Access.CommandButton.FontUnderline.md) ###### [FontWeight](Access.CommandButton.FontWeight.md) ###### [ForeColor](Access.CommandButton.ForeColor.md) ###### [ForeShade](Access.CommandButton.ForeShade.md) ###### [ForeThemeColorIndex](Access.CommandButton.ForeThemeColorIndex.md) ###### [ForeTint](Access.CommandButton.ForeTint.md) ###### [Glow](Access.CommandButton.Glow.md) ###### [Gradient](Access.CommandButton.Gradient.md) ###### [GridlineColor](Access.CommandButton.GridlineColor.md) ###### [GridlineShade](Access.CommandButton.GridlineShade.md) ###### [GridlineStyleBottom](Access.CommandButton.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.CommandButton.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.CommandButton.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.CommandButton.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.CommandButton.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.CommandButton.GridlineTint.md) ###### [GridlineWidthBottom](Access.CommandButton.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.CommandButton.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.CommandButton.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.CommandButton.GridlineWidthTop.md) ###### [Height](Access.CommandButton.Height.md) ###### [HelpContextId](Access.CommandButton.HelpContextId.md) ###### [HorizontalAnchor](Access.CommandButton.HorizontalAnchor.md) ###### [HoverColor](Access.CommandButton.HoverColor.md) ###### [HoverForeColor](Access.CommandButton.HoverForeColor.md) ###### [HoverForeShade](Access.CommandButton.HoverForeShade.md) ###### [HoverForeThemeColorIndex](Access.CommandButton.HoverForeThemeColorIndex.md) ###### [HoverForeTint](Access.CommandButton.HoverForeTint.md) ###### [HoverShade](Access.CommandButton.HoverShade.md) ###### [HoverThemeColorIndex](Access.CommandButton.HoverThemeColorIndex.md) ###### [HoverTint](Access.CommandButton.HoverTint.md) ###### [Hyperlink](Access.CommandButton.Hyperlink.md) ###### [HyperlinkAddress](Access.CommandButton.HyperlinkAddress.md) ###### [HyperlinkSubAddress](Access.CommandButton.HyperlinkSubAddress.md) ###### [InSelection](Access.CommandButton.InSelection.md) ###### [IsVisible](Access.CommandButton.IsVisible.md) ###### [LabelAlign](Access.CommandButton.LabelAlign.md) ###### [LabelX](Access.CommandButton.LabelX.md) ###### [LabelY](Access.CommandButton.LabelY.md) ###### [Layout](Access.CommandButton.Layout.md) ###### [LayoutID](Access.CommandButton.LayoutID.md) ###### [Left](Access.CommandButton.Left.md) ###### [LeftPadding](Access.CommandButton.LeftPadding.md) ###### [Name](Access.CommandButton.Name.md) ###### [ObjectPalette](Access.CommandButton.ObjectPalette.md) ###### [OldValue](Access.CommandButton.OldValue.md) ###### [OnClick](Access.CommandButton.OnClick.md) ###### [OnDblClick](Access.CommandButton.OnDblClick.md) ###### [OnEnter](Access.CommandButton.OnEnter.md) ###### [OnExit](Access.CommandButton.OnExit.md) ###### [OnGotFocus](Access.CommandButton.OnGotFocus.md) ###### [OnKeyDown](Access.CommandButton.OnKeyDown.md) ###### [OnKeyPress](Access.CommandButton.OnKeyPress.md) ###### [OnKeyUp](Access.CommandButton.OnKeyUp.md) ###### [OnLostFocus](Access.CommandButton.OnLostFocus.md) ###### [OnMouseDown](Access.CommandButton.OnMouseDown.md) ###### [OnMouseMove](Access.CommandButton.OnMouseMove.md) ###### [OnMouseUp](Access.CommandButton.OnMouseUp.md) ###### [OnPush](Access.CommandButton.OnPush.md) ###### [Parent](Access.CommandButton.Parent.md) ###### [Picture](Access.CommandButton.Picture.md) ###### [PictureCaptionArrangement](Access.CommandButton.PictureCaptionArrangement.md) ###### [PictureData](Access.CommandButton.PictureData.md) ###### [PictureType](Access.CommandButton.PictureType.md) ###### [PressedColor](Access.CommandButton.PressedColor.md) ###### [PressedForeColor](Access.CommandButton.PressedForeColor.md) ###### [PressedForeShade](Access.CommandButton.PressedForeShade.md) ###### [PressedForeThemeColorIndex](Access.CommandButton.PressedForeThemeColorIndex.md) ###### [PressedForeTint](Access.CommandButton.PressedForeTint.md) ###### [PressedShade](Access.CommandButton.PressedShade.md) ###### [PressedThemeColorIndex](Access.CommandButton.PressedThemeColorIndex.md) ###### [PressedTint](Access.CommandButton.PressedTint.md) ###### [Properties](Access.CommandButton.Properties.md) ###### [QuickStyle](Access.CommandButton.QuickStyle.md) ###### [QuickStyleMask](Access.commandbutton.quickstylemask.md) ###### [ReadingOrder](Access.CommandButton.ReadingOrder.md) ###### [RightPadding](Access.CommandButton.RightPadding.md) ###### [Section](Access.CommandButton.Section.md) ###### [Shadow](Access.CommandButton.Shadow.md) ###### [Shape](Access.CommandButton.Shape.md) ###### [ShortcutMenuBar](Access.CommandButton.ShortcutMenuBar.md) ###### [SoftEdges](Access.CommandButton.SoftEdges.md) ###### [StatusBarText](Access.CommandButton.StatusBarText.md) ###### [TabIndex](Access.CommandButton.TabIndex.md) ###### [TabStop](Access.CommandButton.TabStop.md) ###### [Tag](Access.CommandButton.Tag.md) ###### [ThemeFontIndex](Access.CommandButton.ThemeFontIndex.md) ###### [Top](Access.CommandButton.Top.md) ###### [TopPadding](Access.CommandButton.TopPadding.md) ###### [Transparent](Access.CommandButton.Transparent.md) ###### [UseTheme](Access.CommandButton.UseTheme.md) ###### [VerticalAnchor](Access.CommandButton.VerticalAnchor.md) ###### [Visible](Access.CommandButton.Visible.md) ###### [Width](Access.CommandButton.Width.md) #### [Control object](Access.Control.md) ##### Methods ###### [Dropdown](Access.Control.Dropdown.md) ###### [Move](Access.Control.Move.md) ###### [Requery](Access.Control.Requery.md) ###### [SetFocus](Access.Control.SetFocus.md) ###### [SizeToFit](Access.Control.SizeToFit.md) ###### [Undo](Access.Control.Undo.md) ##### Properties ###### [Application](Access.Control.Application.md) ###### [BottomPadding](Access.Control.BottomPadding.md) ###### [Column](Access.Control.Column.md) ###### [Controls](Access.Control.Controls.md) ###### [Form](Access.Control.Form.md) ###### [GridlineColor](Access.Control.GridlineColor.md) ###### [GridlineStyleBottom](Access.Control.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.Control.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.Control.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.Control.GridlineStyleTop.md) ###### [GridlineWidthBottom](Access.Control.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.Control.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.Control.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.Control.GridlineWidthTop.md) ###### [HorizontalAnchor](Access.Control.HorizontalAnchor.md) ###### [Hyperlink](Access.Control.Hyperlink.md) ###### [ItemData](Access.Control.ItemData.md) ###### [ItemsSelected](Access.Control.ItemsSelected.md) ###### [Layout](Access.Control.Layout.md) ###### [LayoutID](Access.Control.LayoutID.md) ###### [LeftPadding](Access.Control.LeftPadding.md) ###### [Name](Access.Control.Name.md) ###### [Object](Access.Control.Object.md) ###### [ObjectVerbs](Access.Control.ObjectVerbs.md) ###### [OldValue](Access.Control.OldValue.md) ###### [Pages](Access.Control.Pages.md) ###### [Parent](Access.Control.Parent.md) ###### [Properties](Access.Control.Properties.md) ###### [Report](Access.Control.Report.md) ###### [RightPadding](Access.Control.RightPadding.md) ###### [Selected](Access.Control.Selected.md) ###### [SmartTags](Access.Control.SmartTags.md) ###### [TopPadding](Access.Control.TopPadding.md) ###### [VerticalAnchor](Access.Control.VerticalAnchor.md) #### [Controls object](Access.Controls.md) ##### Properties ###### [Application](Access.Controls.Application.md) ###### [Count](Access.Controls.Count.md) ###### [Item](Access.Controls.Item.md) ###### [Parent](Access.Controls.Parent.md) #### [CurrentData object](Access.CurrentData.md) ##### Properties ###### [AllDatabaseDiagrams](Access.CurrentData.AllDatabaseDiagrams.md) ###### [AllFunctions](Access.CurrentData.AllFunctions.md) ###### [AllQueries](Access.CurrentData.AllQueries.md) ###### [AllStoredProcedures](Access.CurrentData.AllStoredProcedures.md) ###### [AllTables](Access.CurrentData.AllTables.md) ###### [AllViews](Access.CurrentData.AllViews.md) #### [CurrentProject object](Access.CurrentProject.md) ##### Methods ###### [AddSharedImage](Access.CurrentProject.AddSharedImage.md) ###### [CloseConnection](Access.CurrentProject.CloseConnection.md) ###### [OpenConnection](Access.CurrentProject.OpenConnection.md) ###### [UpdateDependencyInfo](Access.CurrentProject.UpdateDependencyInfo.md) ##### Properties ###### [AccessConnection](Access.CurrentProject.AccessConnection.md) ###### [AllForms](Access.CurrentProject.AllForms.md) ###### [AllMacros](Access.CurrentProject.AllMacros.md) ###### [AllModules](Access.CurrentProject.AllModules.md) ###### [AllReports](Access.CurrentProject.AllReports.md) ###### [Application](Access.CurrentProject.Application.md) ###### [BaseConnectionString](Access.CurrentProject.BaseConnectionString.md) ###### [Connection](Access.CurrentProject.Connection.md) ###### [FileFormat](Access.CurrentProject.FileFormat.md) ###### [FullName](Access.CurrentProject.FullName.md) ###### [ImportExportSpecifications](Access.CurrentProject.ImportExportSpecifications.md) ###### [IsConnected](Access.CurrentProject.IsConnected.md) ###### [IsTrusted](Access.CurrentProject.IsTrusted.md) ###### [IsWeb](Access.CurrentProject.IsWeb.md) ###### [Name](Access.CurrentProject.Name.md) ###### [Parent](Access.CurrentProject.Parent.md) ###### [Path](Access.CurrentProject.Path.md) ###### [ProjectType](Access.CurrentProject.ProjectType.md) ###### [Properties](Access.CurrentProject.Properties.md) ###### [RemovePersonalInformation](Access.CurrentProject.RemovePersonalInformation.md) ###### [Resources](Access.CurrentProject.Resources.md) ###### [WebSite](Access.CurrentProject.WebSite.md) #### [CustomControl object](Access.CustomControl.md) ##### Events ###### [Enter](Access.CustomControl.Enter.md) ###### [Exit](Access.CustomControl.Exit.md) ###### [GotFocus](Access.CustomControl.GotFocus.md) ###### [LostFocus](Access.CustomControl.LostFocus.md) ###### [Updated](Access.CustomControl.Updated.md) ##### Methods ###### [Move](Access.CustomControl.Move.md) ###### [Requery](Access.CustomControl.Requery.md) ###### [SetFocus](Access.CustomControl.SetFocus.md) ###### [SizeToFit](Access.CustomControl.SizeToFit.md) ##### Properties ###### [About](Access.CustomControl.About.md) ###### [Application](Access.CustomControl.Application.md) ###### [BorderColor](Access.CustomControl.BorderColor.md) ###### [BorderShade](Access.CustomControl.BorderShade.md) ###### [BorderStyle](Access.CustomControl.BorderStyle.md) ###### [BorderThemeColorIndex](Access.CustomControl.BorderThemeColorIndex.md) ###### [BorderTint](Access.CustomControl.BorderTint.md) ###### [BorderWidth](Access.CustomControl.BorderWidth.md) ###### [BottomPadding](Access.CustomControl.BottomPadding.md) ###### [Cancel](Access.CustomControl.Cancel.md) ###### [Class](Access.CustomControl.Class.md) ###### [Controls](Access.CustomControl.Controls.md) ###### [ControlSource](Access.CustomControl.ControlSource.md) ###### [ControlTipText](Access.CustomControl.ControlTipText.md) ###### [ControlType](Access.CustomControl.ControlType.md) ###### [Custom](Access.CustomControl.Custom.md) ###### [Default](Access.CustomControl.Default.md) ###### [DisplayWhen](Access.CustomControl.DisplayWhen.md) ###### [Enabled](Access.CustomControl.Enabled.md) ###### [EventProcPrefix](Access.CustomControl.EventProcPrefix.md) ###### [GridlineColor](Access.CustomControl.GridlineColor.md) ###### [GridlineStyleBottom](Access.CustomControl.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.CustomControl.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.CustomControl.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.CustomControl.GridlineStyleTop.md) ###### [GridlineWidthBottom](Access.CustomControl.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.CustomControl.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.CustomControl.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.CustomControl.GridlineWidthTop.md) ###### [Height](Access.CustomControl.Height.md) ###### [HelpContextId](Access.CustomControl.HelpContextId.md) ###### [HorizontalAnchor](Access.CustomControl.HorizontalAnchor.md) ###### [InSelection](Access.CustomControl.InSelection.md) ###### [IsVisible](Access.CustomControl.IsVisible.md) ###### [Layout](Access.CustomControl.Layout.md) ###### [LayoutID](Access.CustomControl.LayoutID.md) ###### [Left](Access.CustomControl.Left.md) ###### [LeftPadding](Access.CustomControl.LeftPadding.md) ###### [Locked](Access.CustomControl.Locked.md) ###### [Name](Access.CustomControl.Name.md) ###### [Object](Access.CustomControl.Object.md) ###### [ObjectPalette](Access.CustomControl.ObjectPalette.md) ###### [ObjectVerbs](Access.CustomControl.ObjectVerbs.md) ###### [ObjectVerbsCount](Access.CustomControl.ObjectVerbsCount.md) ###### [OldBorderStyle](Access.CustomControl.OldBorderStyle.md) ###### [OldValue](Access.CustomControl.OldValue.md) ###### [OLEClass](Access.CustomControl.OLEClass.md) ###### [OnEnter](Access.CustomControl.OnEnter.md) ###### [OnExit](Access.CustomControl.OnExit.md) ###### [OnGotFocus](Access.CustomControl.OnGotFocus.md) ###### [OnLostFocus](Access.CustomControl.OnLostFocus.md) ###### [OnUpdated](Access.CustomControl.OnUpdated.md) ###### [Parent](Access.CustomControl.Parent.md) ###### [Properties](Access.CustomControl.Properties.md) ###### [RightPadding](Access.CustomControl.RightPadding.md) ###### [Section](Access.CustomControl.Section.md) ###### [SpecialEffect](Access.CustomControl.SpecialEffect.md) ###### [TabIndex](Access.CustomControl.TabIndex.md) ###### [TabStop](Access.CustomControl.TabStop.md) ###### [Tag](Access.CustomControl.Tag.md) ###### [Top](Access.CustomControl.Top.md) ###### [TopPadding](Access.CustomControl.TopPadding.md) ###### [Value](Access.CustomControl.Value.md) ###### [VarOleObject](Access.CustomControl.VarOleObject.md) ###### [Verb](Access.CustomControl.Verb.md) ###### [VerticalAnchor](Access.CustomControl.VerticalAnchor.md) ###### [Visible](Access.CustomControl.Visible.md) ###### [Width](Access.CustomControl.Width.md) #### [DependencyInfo object](Access.DependencyInfo.md) ##### Properties ###### [Dependants](Access.DependencyInfo.Dependants.md) ###### [Dependencies](Access.DependencyInfo.Dependencies.md) ###### [InsufficientPermissions](Access.DependencyInfo.InsufficientPermissions.md) ###### [OutOfDateObjects](Access.DependencyInfo.OutOfDateObjects.md) ###### [Parent](Access.DependencyInfo.Parent.md) ###### [UnsupportedObjects](Access.DependencyInfo.UnsupportedObjects.md) #### [DependencyObjects object](Access.DependencyObjects.md) ##### Properties ###### [Application](Access.DependencyObjects.Application.md) ###### [Count](Access.DependencyObjects.Count.md) ###### [Item](Access.DependencyObjects.Item.md) ###### [Parent](Access.DependencyObjects.Parent.md) #### [DoCmd object](Access.DoCmd.md) ##### Methods ###### [AddMenu](Access.DoCmd.AddMenu.md) ###### [ApplyFilter](Access.DoCmd.ApplyFilter.md) ###### [Beep](Access.DoCmd.Beep.md) ###### [BrowseTo](Access.DoCmd.BrowseTo.md) ###### [CancelEvent](Access.DoCmd.CancelEvent.md) ###### [ClearMacroError](Access.DoCmd.ClearMacroError.md) ###### [Close](Access.DoCmd.Close.md) ###### [CloseDatabase](Access.DoCmd.CloseDatabase.md) ###### [CopyDatabaseFile](Access.DoCmd.CopyDatabaseFile.md) ###### [CopyObject](Access.DoCmd.CopyObject.md) ###### [DeleteObject](Access.DoCmd.DeleteObject.md) ###### [DoMenuItem](Access.DoCmd.DoMenuItem.md) ###### [Echo](Access.DoCmd.Echo.md) ###### [FindNext](Access.DoCmd.FindNext.md) ###### [FindRecord](Access.DoCmd.FindRecord.md) ###### [GoToControl](Access.DoCmd.GoToControl.md) ###### [GoToPage](Access.DoCmd.GoToPage.md) ###### [GoToRecord](Access.DoCmd.GoToRecord.md) ###### [Hourglass](Access.DoCmd.Hourglass.md) ###### [LockNavigationPane](Access.DoCmd.LockNavigationPane.md) ###### [Maximize](Access.DoCmd.Maximize.md) ###### [Minimize](Access.DoCmd.Minimize.md) ###### [MoveSize](Access.DoCmd.MoveSize.md) ###### [NavigateTo](Access.DoCmd.NavigateTo.md) ###### [OpenDataAccessPage](Access.DoCmd.OpenDataAccessPage.md) ###### [OpenDiagram](Access.DoCmd.OpenDiagram.md) ###### [OpenForm](Access.DoCmd.OpenForm.md) ###### [OpenFunction](Access.DoCmd.OpenFunction.md) ###### [OpenModule](Access.DoCmd.OpenModule.md) ###### [OpenQuery](Access.DoCmd.OpenQuery.md) ###### [OpenReport](Access.DoCmd.OpenReport.md) ###### [OpenStoredProcedure](Access.DoCmd.OpenStoredProcedure.md) ###### [OpenTable](Access.DoCmd.OpenTable.md) ###### [OpenView](Access.DoCmd.OpenView.md) ###### [OutputTo](Access.DoCmd.OutputTo.md) ###### [PrintOut](Access.DoCmd.PrintOut.md) ###### [Quit](Access.DoCmd.Quit.md) ###### [RefreshRecord](Access.DoCmd.RefreshRecord.md) ###### [Rename](Access.DoCmd.Rename.md) ###### [RepaintObject](Access.DoCmd.RepaintObject.md) ###### [Requery](Access.DoCmd.Requery.md) ###### [Restore](Access.DoCmd.Restore.md) ###### [RunCommand](Access.DoCmd.RunCommand.md) ###### [RunDataMacro](Access.DoCmd.RunDataMacro.md) ###### [RunMacro](Access.DoCmd.RunMacro.md) ###### [RunSavedImportExport](Access.DoCmd.RunSavedImportExport.md) ###### [RunSQL](Access.DoCmd.RunSQL.md) ###### [Save](Access.DoCmd.Save.md) ###### [SearchForRecord](Access.DoCmd.SearchForRecord.md) ###### [SelectObject](Access.DoCmd.SelectObject.md) ###### [SendObject](Access.DoCmd.SendObject.md) ###### [SetDisplayedCategories](Access.DoCmd.SetDisplayedCategories.md) ###### [SetFilter](Access.DoCmd.SetFilter.md) ###### [SetMenuItem](Access.DoCmd.SetMenuItem.md) ###### [SetOrderBy](Access.DoCmd.SetOrderBy.md) ###### [SetParameter](Access.DoCmd.SetParameter.md) ###### [SetProperty](Access.DoCmd.SetProperty.md) ###### [SetWarnings](Access.DoCmd.SetWarnings.md) ###### [ShowAllRecords](Access.DoCmd.ShowAllRecords.md) ###### [ShowToolbar](Access.DoCmd.ShowToolbar.md) ###### [SingleStep](Access.DoCmd.SingleStep.md) ###### [TransferDatabase](Access.DoCmd.TransferDatabase.md) ###### [TransferSharePointList](Access.DoCmd.TransferSharePointList.md) ###### [TransferSpreadsheet](Access.DoCmd.TransferSpreadsheet.md) ###### [TransferSQLDatabase](Access.DoCmd.TransferSQLDatabase.md) ###### [TransferText](Access.DoCmd.TransferText.md) #### [EdgeBrowserControl object](Access.EdgeBrowserControl.md) ##### Events ###### [BeforeNavigate](Access.EdgeBrowserControl.BeforeNavigate.md) ###### [DocumentComplete](Access.EdgeBrowserControl.DocumentComplete.md) ###### [NavigateError](Access.EdgeBrowserControl.NavigateError.md) ##### Methods ###### [ExecuteJavascript](Access.EdgeBrowserControl.ExecuteJavascript.md) ###### [Navigate](Access.EdgeBrowserControl.Navigate.md) ###### [Refresh](Access.EdgeBrowserControl.Refresh.md) ###### [RetrieveJavascriptValue](Access.EdgeBrowserControl.RetrieveJavascriptValue.md) ##### Properties ###### [TrustedDomains](Access.EdgeBrowserControl.TrustedDomains.md) #### [EmptyCell object](Access.EmptyCell.md) ##### Methods ###### [Move](Access.EmptyCell.Move.md) ###### [SizeToFit](Access.EmptyCell.SizeToFit.md) ##### Properties ###### [Application](Access.EmptyCell.Application.md) ###### [BackColor](Access.EmptyCell.BackColor.md) ###### [BackShade](Access.EmptyCell.BackShade.md) ###### [BackStyle](Access.EmptyCell.BackStyle.md) ###### [BackThemeColorIndex](Access.EmptyCell.BackThemeColorIndex.md) ###### [BackTint](Access.EmptyCell.BackTint.md) ###### [BottomPadding](Access.EmptyCell.BottomPadding.md) ###### [ControlType](Access.EmptyCell.ControlType.md) ###### [DisplayWhen](Access.EmptyCell.DisplayWhen.md) ###### [EventProcPrefix](Access.EmptyCell.EventProcPrefix.md) ###### [GridlineColor](Access.EmptyCell.GridlineColor.md) ###### [GridlineShade](Access.EmptyCell.GridlineShade.md) ###### [GridlineStyleBottom](Access.EmptyCell.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.EmptyCell.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.EmptyCell.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.EmptyCell.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.EmptyCell.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.EmptyCell.GridlineTint.md) ###### [GridlineWidthBottom](Access.EmptyCell.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.EmptyCell.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.EmptyCell.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.EmptyCell.GridlineWidthTop.md) ###### [Height](Access.EmptyCell.Height.md) ###### [HelpContextId](Access.EmptyCell.HelpContextId.md) ###### [HorizontalAnchor](Access.EmptyCell.HorizontalAnchor.md) ###### [InSelection](Access.EmptyCell.InSelection.md) ###### [IsVisible](Access.EmptyCell.IsVisible.md) ###### [Layout](Access.EmptyCell.Layout.md) ###### [LayoutID](Access.EmptyCell.LayoutID.md) ###### [Left](Access.EmptyCell.Left.md) ###### [LeftPadding](Access.EmptyCell.LeftPadding.md) ###### [Name](Access.EmptyCell.Name.md) ###### [Parent](Access.EmptyCell.Parent.md) ###### [Properties](Access.EmptyCell.Properties.md) ###### [RightPadding](Access.EmptyCell.RightPadding.md) ###### [Section](Access.EmptyCell.Section.md) ###### [ShortcutMenuBar](Access.EmptyCell.ShortcutMenuBar.md) ###### [SpecialEffect](Access.EmptyCell.SpecialEffect.md) ###### [StatusBarText](Access.EmptyCell.StatusBarText.md) ###### [Tag](Access.EmptyCell.Tag.md) ###### [Top](Access.EmptyCell.Top.md) ###### [TopPadding](Access.EmptyCell.TopPadding.md) ###### [VerticalAnchor](Access.EmptyCell.VerticalAnchor.md) ###### [Visible](Access.EmptyCell.Visible.md) ###### [Width](Access.EmptyCell.Width.md) #### [Entity object](Access.Entity.md) ##### Properties ###### [Name](Access.Entity.Name.md) ###### [Operations](Access.Entity.Operations.md) ###### [Parent](Access.Entity.Parent.md) #### [Entities object](Access.Entities.md) ##### Properties ###### [Count](Access.Entities.Count.md) ###### [Item](Access.Entities.Item.md) ###### [Parent](Access.Entities.Parent.md) #### [Form object](Access.Form.md) ##### Events ###### [Activate](Access.Form.Activate.md) ###### [AfterDelConfirm](Access.Form.AfterDelConfirm(even).md) ###### [AfterFinalRender](Access.Form.AfterFinalRender(even).md) ###### [AfterInsert](Access.Form.AfterInsert(even).md) ###### [AfterLayout](Access.Form.AfterLayout(even).md) ###### [AfterRender](Access.Form.AfterRender(even).md) ###### [AfterUpdate](Access.Form.AfterUpdate-event.md) ###### [ApplyFilter](Access.Form.ApplyFilter.md) ###### [BeforeDelConfirm](Access.Form.BeforeDelConfirm(even).md) ###### [BeforeInsert](Access.Form.BeforeInsert(even).md) ###### [BeforeQuery](Access.Form.BeforeQuery(even).md) ###### [BeforeRender](Access.Form.BeforeRender(even).md) ###### [BeforeScreenTip](Access.Form.BeforeScreenTip(even).md) ###### [BeforeUpdate](Access.Form.BeforeUpdate-event.md) ###### [Click](Access.Form.Click.md) ###### [Close](Access.Form.Close.md) ###### [CommandBeforeExecute](Access.Form.CommandBeforeExecute(even).md) ###### [CommandChecked](Access.Form.CommandChecked(even).md) ###### [CommandEnabled](Access.Form.CommandEnabled(even).md) ###### [CommandExecute](Access.Form.CommandExecute(even).md) ###### [Current](Access.Form.Current.md) ###### [DataChange](Access.Form.DataChange(even).md) ###### [DataSetChange](Access.Form.DataSetChange(even).md) ###### [DblClick](Access.Form.DblClick.md) ###### [Deactivate](Access.Form.Deactivate.md) ###### [Delete](Access.Form.Delete.md) ###### [Dirty](Access.Form.Dirty(even).md) ###### [Error](Access.Form.Error.md) ###### [Filter](Access.Form.Filter(even).md) ###### [GotFocus](Access.Form.GotFocus.md) ###### [KeyDown](Access.Form.KeyDown.md) ###### [KeyPress](Access.Form.KeyPress.md) ###### [KeyUp](Access.Form.KeyUp.md) ###### [Load](Access.Form.Load.md) ###### [LostFocus](Access.Form.LostFocus.md) ###### [MouseDown](Access.Form.MouseDown.md) ###### [MouseMove](Access.Form.MouseMove.md) ###### [MouseUp](Access.Form.MouseUp.md) ###### [MouseWheel](Access.Form.MouseWheel(even).md) ###### [OnConnect](Access.Form.OnConnect(even).md) ###### [OnDisconnect](Access.Form.OnDisconnect(even).md) ###### [Open](Access.Form.Open.md) ###### [PivotTableChange](Access.Form.PivotTableChange(even).md) ###### [Query](Access.Form.Query(even).md) ###### [Resize](Access.Form.Resize.md) ###### [SelectionChange](Access.Form.SelectionChange(even).md) ###### [Timer](Access.Form.Timer.md) ###### [Undo](Access.Form.Undo(even).md) ###### [Unload](Access.Form.Unload.md) ###### [ViewChange](Access.Form.ViewChange(even).md) ##### Methods ###### [GoToPage](Access.Form.GoToPage.md) ###### [Move](Access.Form.Move.md) ###### [Recalc](Access.Form.Recalc.md) ###### [Refresh](Access.Form.Refresh.md) ###### [Repaint](Access.Form.Repaint.md) ###### [Requery](Access.Form.Requery.md) ###### [SetFocus](Access.Form.SetFocus.md) ###### [Undo](Access.Form.Undo(method).md) ##### Properties ###### [ActiveControl](Access.Form.ActiveControl.md) ###### [AfterDelConfirm](Access.Form.AfterDelConfirm(property).md) ###### [AfterFinalRender](Access.Form.AfterFinalRender(property).md) ###### [AfterInsert](Access.Form.AfterInsert(property).md) ###### [AfterLayout](Access.Form.AfterLayout(property).md) ###### [AfterRender](Access.Form.AfterRender(property).md) ###### [AfterUpdate](Access.Form.AfterUpdate-property.md) ###### [AllowAdditions](Access.Form.AllowAdditions.md) ###### [AllowDatasheetView](Access.Form.AllowDatasheetView.md) ###### [AllowDeletions](Access.Form.AllowDeletions.md) ###### [AllowEdits](Access.Form.AllowEdits.md) ###### [AllowFilters](Access.Form.AllowFilters.md) ###### [AllowFormView](Access.Form.AllowFormView.md) ###### [AllowLayoutView](Access.Form.AllowLayoutView.md) ###### [AllowPivotChartView](Access.Form.AllowPivotChartView.md) ###### [AllowPivotTableView](Access.Form.AllowPivotTableView.md) ###### [Application](Access.Form.Application.md) ###### [AutoCenter](Access.Form.AutoCenter.md) ###### [AutoResize](Access.Form.AutoResize.md) ###### [BeforeDelConfirm](Access.Form.BeforeDelConfirm(property).md) ###### [BeforeInsert](Access.Form.BeforeInsert(property).md) ###### [BeforeQuery](Access.Form.BeforeQuery(property).md) ###### [BeforeRender](Access.Form.BeforeRender(property).md) ###### [BeforeScreenTip](Access.Form.BeforeScreenTip(property).md) ###### [BeforeUpdate](Access.Form.BeforeUpdate-property.md) ###### [Bookmark](Access.Form.Bookmark.md) ###### [BorderStyle](Access.Form.BorderStyle.md) ###### [Caption](Access.Form.Caption.md) ###### [ChartSpace](Access.Form.ChartSpace.md) ###### [CloseButton](Access.Form.CloseButton.md) ###### [CommandBeforeExecute](Access.Form.CommandBeforeExecute(property).md) ###### [CommandChecked](Access.Form.CommandChecked(property).md) ###### [CommandEnabled](Access.Form.CommandEnabled(property).md) ###### [CommandExecute](Access.Form.CommandExecute(property).md) ###### [ControlBox](Access.Form.ControlBox.md) ###### [Controls](Access.Form.Controls.md) ###### [Count](Access.Form.Count.md) ###### [CurrentRecord](Access.Form.CurrentRecord.md) ###### [CurrentSectionLeft](Access.Form.CurrentSectionLeft.md) ###### [CurrentSectionTop](Access.Form.CurrentSectionTop.md) ###### [CurrentView](Access.Form.CurrentView.md) ###### [Cycle](Access.Form.Cycle.md) ###### [DataChange](Access.Form.DataChange(property).md) ###### [DataEntry](Access.Form.DataEntry.md) ###### [DataSetChange](Access.Form.DataSetChange(property).md) ###### [DatasheetAlternateBackColor](Access.Form.DatasheetAlternateBackColor.md) ###### [DatasheetBackColor](Access.Form.DatasheetBackColor.md) ###### [DatasheetBorderLineStyle](Access.Form.DatasheetBorderLineStyle.md) ###### [DatasheetCellsEffect](Access.Form.DatasheetCellsEffect.md) ###### [DatasheetColumnHeaderUnderlineStyle](Access.Form.DatasheetColumnHeaderUnderlineStyle.md) ###### [DatasheetFontHeight](Access.Form.DatasheetFontHeight.md) ###### [DatasheetFontItalic](Access.Form.DatasheetFontItalic.md) ###### [DatasheetFontName](Access.Form.DatasheetFontName.md) ###### [DatasheetFontUnderline](Access.Form.DatasheetFontUnderline.md) ###### [DatasheetFontWeight](Access.Form.DatasheetFontWeight.md) ###### [DatasheetForeColor](Access.Form.DatasheetForeColor.md) ###### [DatasheetGridlinesBehavior](Access.Form.DatasheetGridlinesBehavior.md) ###### [DatasheetGridlinesColor](Access.Form.DatasheetGridlinesColor.md) ###### [DefaultControl](Access.Form.DefaultControl.md) ###### [DefaultView](Access.Form.DefaultView.md) ###### [Dirty](Access.Form.Dirty(property).md) ###### [DisplayOnSharePointSite](Access.Form.DisplayOnSharePointSite.md) ###### [DividingLines](Access.Form.DividingLines.md) ###### [FastLaserPrinting](Access.Form.FastLaserPrinting.md) ###### [FetchDefaults](Access.Form.FetchDefaults.md) ###### [Filter](Access.Form.Filter(property).md) ###### [FilterOn](Access.Form.FilterOn.md) ###### [FilterOnLoad](Access.Form.FilterOnLoad.md) ###### [FitToScreen](Access.Form.FitToScreen.md) ###### [Form](Access.Form.Form.md) ###### [FrozenColumns](Access.Form.FrozenColumns.md) ###### [GridX](Access.Form.GridX.md) ###### [GridY](Access.Form.GridY.md) ###### [HasModule](Access.Form.HasModule.md) ###### [HelpContextId](Access.Form.HelpContextId.md) ###### [HelpFile](Access.Form.HelpFile.md) ###### [HorizontalDatasheetGridlineStyle](Access.Form.HorizontalDatasheetGridlineStyle.md) ###### [HWnd](Access.Form.Hwnd.md) ###### [InputParameters](Access.Form.InputParameters.md) ###### [InsideHeight](Access.Form.InsideHeight.md) ###### [InsideWidth](Access.Form.InsideWidth.md) ###### [KeyPreview](Access.Form.KeyPreview.md) ###### [LayoutForPrint](Access.Form.LayoutForPrint.md) ###### [MaxRecButton](Access.Form.MaxRecButton.md) ###### [MaxRecords](Access.Form.MaxRecords.md) ###### [MenuBar](Access.Form.MenuBar.md) ###### [MinMaxButtons](Access.Form.MinMaxButtons.md) ###### [Modal](Access.Form.Modal.md) ###### [Module](Access.Form.Module.md) ###### [MouseWheel](Access.Form.MouseWheel(property).md) ###### [Moveable](Access.Form.Moveable.md) ###### [Name](Access.Form.Name.md) ###### [NavigationButtons](Access.Form.NavigationButtons.md) ###### [NavigationCaption](Access.Form.NavigationCaption.md) ###### [NewRecord](Access.Form.NewRecord.md) ###### [OnActivate](Access.Form.OnActivate.md) ###### [OnApplyFilter](Access.Form.OnApplyFilter.md) ###### [OnClick](Access.Form.OnClick.md) ###### [OnClose](Access.Form.OnClose.md) ###### [OnConnect](Access.Form.OnConnect(property).md) ###### [OnCurrent](Access.Form.OnCurrent.md) ###### [OnDblClick](Access.Form.OnDblClick.md) ###### [OnDeactivate](Access.Form.OnDeactivate.md) ###### [OnDelete](Access.Form.OnDelete.md) ###### [OnDirty](Access.Form.OnDirty.md) ###### [OnDisconnect](Access.Form.OnDisconnect(property).md) ###### [OnError](Access.Form.OnError.md) ###### [OnFilter](Access.Form.OnFilter.md) ###### [OnGotFocus](Access.Form.OnGotFocus.md) ###### [OnInsert](Access.Form.OnInsert.md) ###### [OnKeyDown](Access.Form.OnKeyDown.md) ###### [OnKeyPress](Access.Form.OnKeyPress.md) ###### [OnKeyUp](Access.Form.OnKeyUp.md) ###### [OnLoad](Access.Form.OnLoad.md) ###### [OnLostFocus](Access.Form.OnLostFocus.md) ###### [OnMouseDown](Access.Form.OnMouseDown.md) ###### [OnMouseMove](Access.Form.OnMouseMove.md) ###### [OnMouseUp](Access.Form.OnMouseUp.md) ###### [OnOpen](Access.Form.OnOpen.md) ###### [OnResize](Access.Form.OnResize.md) ###### [OnTimer](Access.Form.OnTimer.md) ###### [OnUndo](Access.Form.OnUndo.md) ###### [OnUnload](Access.Form.OnUnload.md) ###### [OpenArgs](Access.Form.OpenArgs.md) ###### [OrderBy](Access.Form.OrderBy.md) ###### [OrderByOn](Access.Form.OrderByOn.md) ###### [OrderByOnLoad](Access.Form.OrderByOnLoad.md) ###### [Orientation](Access.Form.Orientation.md) ###### [Page](Access.Form.Page.md) ###### [Pages](Access.Form.Pages.md) ###### [Painting](Access.Form.Painting.md) ###### [PaintPalette](Access.Form.PaintPalette.md) ###### [PaletteSource](Access.Form.PaletteSource.md) ###### [Parent](Access.Form.Parent.md) ###### [Picture](Access.Form.Picture.md) ###### [PictureAlignment](Access.Form.PictureAlignment.md) ###### [PictureData](Access.Form.PictureData.md) ###### [PicturePalette](Access.Form.PicturePalette.md) ###### [PictureSizeMode](Access.Form.PictureSizeMode.md) ###### [PictureTiling](Access.Form.PictureTiling.md) ###### [PictureType](Access.Form.PictureType.md) ###### [PivotTable](Access.Form.PivotTable.md) ###### [PivotTableChange](Access.Form.PivotTableChange(property).md) ###### [PopUp](Access.Form.PopUp.md) ###### [Printer](Access.Form.Printer.md) ###### [Properties](Access.Form.Properties.md) ###### [PrtDevMode](Access.Form.PrtDevMode.md) ###### [PrtDevNames](Access.Form.PrtDevNames.md) ###### [PrtMip](Access.Form.PrtMip.md) ###### [Query](Access.Form.Query(property).md) ###### [RecordLocks](Access.Form.RecordLocks.md) ###### [RecordSelectors](Access.Form.RecordSelectors.md) ###### [Recordset](Access.Form.Recordset.md) ###### [RecordsetClone](Access.Form.RecordsetClone.md) ###### [RecordsetType](Access.form.recordsettype.md) ###### [RecordSource](Access.Form.RecordSource.md) ###### [RecordSourceQualifier](Access.Form.RecordSourceQualifier.md) ###### [ResyncCommand](Access.Form.ResyncCommand.md) ###### [RibbonName](Access.Form.RibbonName.md) ###### [RowHeight](Access.Form.RowHeight.md) ###### [ScrollBars](Access.Form.ScrollBars.md) ###### [Section](Access.Form.Section.md) ###### [SelectionChange](Access.Form.SelectionChange(property).md) ###### [SelHeight](Access.Form.SelHeight.md) ###### [SelLeft](Access.Form.SelLeft.md) ###### [SelTop](Access.Form.SelTop.md) ###### [SelWidth](Access.Form.SelWidth.md) ###### [ServerFilter](Access.Form.ServerFilter.md) ###### [ServerFilterByForm](Access.Form.ServerFilterByForm.md) ###### [ShortcutMenu](Access.Form.ShortcutMenu.md) ###### [ShortcutMenuBar](Access.Form.ShortcutMenuBar.md) ###### [SplitFormDatasheet](Access.Form.SplitFormDatasheet.md) ###### [SplitFormOrientation](Access.Form.SplitFormOrientation.md) ###### [SplitFormPrinting](Access.Form.SplitFormPrinting.md) ###### [SplitFormSize](Access.Form.SplitFormSize.md) ###### [SplitFormSplitterBar](Access.Form.SplitFormSplitterBar.md) ###### [SplitFormSplitterBarSave](Access.Form.SplitFormSplitterBarSave.md) ###### [SubdatasheetExpanded](Access.Form.SubdatasheetExpanded.md) ###### [SubdatasheetHeight](Access.Form.SubdatasheetHeight.md) ###### [Tag](Access.Form.Tag.md) ###### [TimerInterval](Access.Form.TimerInterval.md) ###### [Toolbar](Access.Form.Toolbar.md) ###### [UniqueTable](Access.Form.UniqueTable.md) ###### [UseDefaultPrinter](Access.Form.UseDefaultPrinter.md) ###### [VerticalDatasheetGridlineStyle](Access.Form.VerticalDatasheetGridlineStyle.md) ###### [ViewChange](Access.Form.ViewChange(property).md) ###### [ViewsAllowed](Access.Form.ViewsAllowed.md) ###### [Visible](Access.Form.Visible.md) ###### [Width](Access.Form.Width.md) ###### [WindowHeight](Access.Form.WindowHeight.md) ###### [WindowLeft](Access.Form.WindowLeft.md) ###### [WindowTop](Access.Form.WindowTop.md) ###### [WindowWidth](Access.Form.WindowWidth.md) #### [FormatCondition object](Access.FormatCondition.md) ##### Methods ###### [Delete](Access.FormatCondition.Delete.md) ###### [Modify](Access.FormatCondition.Modify.md) ##### Properties ###### [BackColor](Access.FormatCondition.BackColor.md) ###### [Enabled](Access.FormatCondition.Enabled.md) ###### [Expression1](Access.FormatCondition.Expression1.md) ###### [Expression2](Access.FormatCondition.Expression2.md) ###### [FontBold](Access.FormatCondition.FontBold.md) ###### [FontItalic](Access.FormatCondition.FontItalic.md) ###### [FontUnderline](Access.FormatCondition.FontUnderline.md) ###### [ForeColor](Access.FormatCondition.ForeColor.md) ###### [LongestBarLimit](Access.FormatCondition.LongestBarLimit.md) ###### [LongestBarValue](Access.FormatCondition.LongestBarValue.md) ###### [Operator](Access.FormatCondition.Operator.md) ###### [ShortestBarLimit](Access.FormatCondition.ShortestBarLimit.md) ###### [ShortestBarValue](Access.FormatCondition.ShortestBarValue.md) ###### [ShowBarOnly](Access.FormatCondition.ShowBarOnly.md) ###### [Type](Access.FormatCondition.Type.md) #### [FormatConditions object](Access.FormatConditions.md) ##### Methods ###### [Add](Access.FormatConditions.Add.md) ###### [Delete](Access.FormatConditions.Delete.md) ##### Properties ###### [Application](Access.FormatConditions.Application.md) ###### [Count](Access.FormatConditions.Count.md) ###### [Item](Access.FormatConditions.Item.md) ###### [Parent](Access.FormatConditions.Parent.md) #### [Forms object](Access.Forms.md) ##### Properties ###### [Application](Access.Forms.Application.md) ###### [Count](Access.Forms.Count.md) ###### [Item](Access.Forms.Item.md) ###### [Parent](Access.Forms.Parent.md) #### [GroupLevel object](Access.GroupLevel.md) ##### Properties ###### [Application](Access.GroupLevel.Application.md) ###### [ControlSource](Access.GroupLevel.ControlSource.md) ###### [GroupFooter](Access.GroupLevel.GroupFooter.md) ###### [GroupHeader](Access.GroupLevel.GroupHeader.md) ###### [GroupInterval](Access.GroupLevel.GroupInterval.md) ###### [GroupOn](Access.GroupLevel.GroupOn.md) ###### [KeepTogether](Access.GroupLevel.KeepTogether.md) ###### [Parent](Access.GroupLevel.Parent.md) ###### [Properties](Access.GroupLevel.Properties.md) ###### [SortOrder](Access.GroupLevel.SortOrder.md) #### [Hyperlink object](Access.Hyperlink.md) ##### Methods ###### [AddToFavorites](Access.Hyperlink.AddToFavorites.md) ###### [CreateNewDocument](Access.Hyperlink.CreateNewDocument.md) ###### [Follow](Access.Hyperlink.Follow.md) ##### Properties ###### [Address](Access.Hyperlink.Address.md) ###### [EmailSubject](Access.Hyperlink.EmailSubject.md) ###### [ScreenTip](Access.Hyperlink.ScreenTip.md) ###### [SubAddress](Access.Hyperlink.SubAddress.md) ###### [TextToDisplay](Access.Hyperlink.TextToDisplay.md) #### [Image object](Access.Image.md) ##### Events ###### [Click](Access.Image.Click.md) ###### [DblClick](Access.Image.DblClick.md) ###### [MouseDown](Access.Image.MouseDown.md) ###### [MouseMove](Access.Image.MouseMove.md) ###### [MouseUp](Access.Image.MouseUp.md) ##### Methods ###### [Move](Access.Image.Move.md) ###### [Requery](Access.Image.Requery.md) ###### [SetFocus](Access.Image.SetFocus.md) ###### [SizeToFit](Access.Image.SizeToFit.md) ##### Properties ###### [Application](Access.Image.Application.md) ###### [BackColor](Access.Image.BackColor.md) ###### [BackShade](Access.Image.BackShade.md) ###### [BackStyle](Access.Image.BackStyle.md) ###### [BackThemeColorIndex](Access.Image.BackThemeColorIndex.md) ###### [BackTint](Access.Image.BackTint.md) ###### [BorderColor](Access.Image.BorderColor.md) ###### [BorderShade](Access.Image.BorderShade.md) ###### [BorderStyle](Access.Image.BorderStyle.md) ###### [BorderThemeColorIndex](Access.Image.BorderThemeColorIndex.md) ###### [BorderTint](Access.Image.BorderTint.md) ###### [BorderWidth](Access.Image.BorderWidth.md) ###### [BottomPadding](Access.Image.BottomPadding.md) ###### [Controls](Access.Image.Controls.md) ###### [ControlTipText](Access.Image.ControlTipText.md) ###### [ControlType](Access.Image.ControlType.md) ###### [DisplayWhen](Access.Image.DisplayWhen.md) ###### [EventProcPrefix](Access.Image.EventProcPrefix.md) ###### [GridlineColor](Access.Image.GridlineColor.md) ###### [GridlineShade](Access.Image.GridlineShade.md) ###### [GridlineStyleBottom](Access.Image.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.Image.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.Image.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.Image.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.Image.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.Image.GridlineTint.md) ###### [GridlineWidthBottom](Access.Image.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.Image.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.Image.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.Image.GridlineWidthTop.md) ###### [Height](Access.Image.Height.md) ###### [HelpContextId](Access.Image.HelpContextId.md) ###### [HorizontalAnchor](Access.Image.HorizontalAnchor.md) ###### [Hyperlink](Access.Image.Hyperlink.md) ###### [HyperlinkAddress](Access.Image.HyperlinkAddress.md) ###### [HyperlinkSubAddress](Access.Image.HyperlinkSubAddress.md) ###### [ImageHeight](Access.Image.ImageHeight.md) ###### [ImageWidth](Access.Image.ImageWidth.md) ###### [InSelection](Access.Image.InSelection.md) ###### [IsVisible](Access.Image.IsVisible.md) ###### [Layout](Access.Image.Layout.md) ###### [LayoutID](Access.Image.LayoutID.md) ###### [Left](Access.Image.Left.md) ###### [LeftPadding](Access.Image.LeftPadding.md) ###### [Name](Access.Image.Name.md) ###### [ObjectPalette](Access.Image.ObjectPalette.md) ###### [OldBorderStyle](Access.Image.OldBorderStyle.md) ###### [OldValue](Access.Image.OldValue.md) ###### [OnClick](Access.Image.OnClick.md) ###### [OnDblClick](Access.Image.OnDblClick.md) ###### [OnMouseDown](Access.Image.OnMouseDown.md) ###### [OnMouseMove](Access.Image.OnMouseMove.md) ###### [OnMouseUp](Access.Image.OnMouseUp.md) ###### [Parent](Access.Image.Parent.md) ###### [Picture](Access.Image.Picture.md) ###### [PictureAlignment](Access.Image.PictureAlignment.md) ###### [PictureData](Access.Image.PictureData.md) ###### [PictureTiling](Access.Image.PictureTiling.md) ###### [PictureType](Access.Image.PictureType.md) ###### [Properties](Access.Image.Properties.md) ###### [RightPadding](Access.Image.RightPadding.md) ###### [Section](Access.Image.Section.md) ###### [ShortcutMenuBar](Access.Image.ShortcutMenuBar.md) ###### [SizeMode](Access.Image.SizeMode.md) ###### [SpecialEffect](Access.Image.SpecialEffect.md) ###### [Tag](Access.Image.Tag.md) ###### [Top](Access.Image.Top.md) ###### [TopPadding](Access.Image.TopPadding.md) ###### [VerticalAnchor](Access.Image.VerticalAnchor.md) ###### [Visible](Access.Image.Visible.md) ###### [Width](Access.Image.Width.md) #### [ImportExportSpecification object](Access.ImportExportSpecification.md) ##### Methods ###### [Delete](Access.ImportExportSpecification.Delete.md) ###### [Execute](Access.ImportExportSpecification.Execute.md) ##### Properties ###### [Application](Access.ImportExportSpecification.Application.md) ###### [Description](Access.ImportExportSpecification.Description.md) ###### [Name](Access.ImportExportSpecification.Name.md) ###### [Parent](Access.ImportExportSpecification.Parent.md) ###### [XML](Access.ImportExportSpecification.XML.md) #### [ImportExportSpecifications object](Access.ImportExportSpecifications.md) ##### Methods ###### [Add](Access.ImportExportSpecifications.Add.md) ##### Properties ###### [Application](Access.ImportExportSpecifications.Application.md) ###### [Count](Access.ImportExportSpecifications.Count.md) ###### [Item](Access.ImportExportSpecifications.Item.md) ###### [Parent](Access.ImportExportSpecifications.Parent.md) #### [Label object](Access.Label.md) ##### Events ###### [Click](Access.Label.Click.md) ###### [DblClick](Access.Label.DblClick.md) ###### [MouseDown](Access.Label.MouseDown.md) ###### [MouseMove](Access.Label.MouseMove.md) ###### [MouseUp](Access.Label.MouseUp.md) ##### Methods ###### [Move](Access.Label.Move.md) ###### [SizeToFit](Access.Label.SizeToFit.md) ##### Properties ###### [Application](Access.Label.Application.md) ###### [BackColor](Access.Label.BackColor.md) ###### [BackShade](Access.Label.BackShade.md) ###### [BackStyle](Access.Label.BackStyle.md) ###### [BackThemeColorIndex](Access.Label.BackThemeColorIndex.md) ###### [BackTint](Access.Label.BackTint.md) ###### [BorderColor](Access.Label.BorderColor.md) ###### [BorderShade](Access.Label.BorderShade.md) ###### [BorderStyle](Access.Label.BorderStyle.md) ###### [BorderThemeColorIndex](Access.Label.BorderThemeColorIndex.md) ###### [BorderTint](Access.Label.BorderTint.md) ###### [BorderWidth](Access.Label.BorderWidth.md) ###### [BottomMargin](Access.Label.BottomMargin.md) ###### [BottomPadding](Access.Label.BottomPadding.md) ###### [Caption](Access.Label.Caption.md) ###### [ControlTipText](Access.Label.ControlTipText.md) ###### [ControlType](Access.Label.ControlType.md) ###### [DisplayWhen](Access.Label.DisplayWhen.md) ###### [EventProcPrefix](Access.Label.EventProcPrefix.md) ###### [FontBold](Access.Label.FontBold.md) ###### [FontItalic](Access.Label.FontItalic.md) ###### [FontName](Access.Label.FontName.md) ###### [FontSize](Access.Label.FontSize.md) ###### [FontUnderline](Access.Label.FontUnderline.md) ###### [FontWeight](Access.Label.FontWeight.md) ###### [ForeColor](Access.Label.ForeColor.md) ###### [ForeShade](Access.Label.ForeShade.md) ###### [ForeThemeColorIndex](Access.Label.ForeThemeColorIndex.md) ###### [ForeTint](Access.Label.ForeTint.md) ###### [GridlineColor](Access.Label.GridlineColor.md) ###### [GridlineShade](Access.Label.GridlineShade.md) ###### [GridlineStyleBottom](Access.Label.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.Label.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.Label.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.Label.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.Label.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.Label.GridlineTint.md) ###### [GridlineWidthBottom](Access.Label.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.Label.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.Label.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.Label.GridlineWidthTop.md) ###### [Height](Access.Label.Height.md) ###### [HelpContextId](Access.Label.HelpContextId.md) ###### [HorizontalAnchor](Access.Label.HorizontalAnchor.md) ###### [Hyperlink](Access.Label.Hyperlink.md) ###### [HyperlinkAddress](Access.Label.HyperlinkAddress.md) ###### [HyperlinkSubAddress](Access.Label.HyperlinkSubAddress.md) ###### [InSelection](Access.Label.InSelection.md) ###### [IsVisible](Access.Label.IsVisible.md) ###### [Layout](Access.Label.Layout.md) ###### [LayoutID](Access.Label.LayoutID.md) ###### [Left](Access.Label.Left.md) ###### [LeftMargin](Access.Label.LeftMargin.md) ###### [LeftPadding](Access.Label.LeftPadding.md) ###### [LineSpacing](Access.Label.LineSpacing.md) ###### [Name](Access.Label.Name.md) ###### [NumeralShapes](Access.Label.NumeralShapes.md) ###### [OldBorderStyle](Access.Label.OldBorderStyle.md) ###### [OnClick](Access.Label.OnClick.md) ###### [OnDblClick](Access.Label.OnDblClick.md) ###### [OnMouseDown](Access.Label.OnMouseDown.md) ###### [OnMouseMove](Access.Label.OnMouseMove.md) ###### [OnMouseUp](Access.Label.OnMouseUp.md) ###### [Parent](Access.Label.Parent.md) ###### [Properties](Access.Label.Properties.md) ###### [ReadingOrder](Access.Label.ReadingOrder.md) ###### [RightMargin](Access.Label.RightMargin.md) ###### [RightPadding](Access.Label.RightPadding.md) ###### [Section](Access.Label.Section.md) ###### [ShortcutMenuBar](Access.Label.ShortcutMenuBar.md) ###### [SmartTags](Access.Label.SmartTags.md) ###### [SpecialEffect](Access.Label.SpecialEffect.md) ###### [Tag](Access.Label.Tag.md) ###### [TextAlign](Access.Label.TextAlign.md) ###### [ThemeFontIndex](Access.Label.ThemeFontIndex.md) ###### [Top](Access.Label.Top.md) ###### [TopMargin](Access.Label.TopMargin.md) ###### [TopPadding](Access.Label.TopPadding.md) ###### [Vertical](Access.Label.Vertical.md) ###### [VerticalAnchor](Access.Label.VerticalAnchor.md) ###### [Visible](Access.Label.Visible.md) ###### [Width](Access.Label.Width.md) #### [Line object](Access.Line.md) ##### Methods ###### [Move](Access.Line.Move.md) ###### [SizeToFit](Access.Line.SizeToFit.md) ##### Properties ###### [Application](Access.Line.Application.md) ###### [BorderColor](Access.Line.BorderColor.md) ###### [BorderShade](Access.Line.BorderShade.md) ###### [BorderStyle](Access.Line.BorderStyle.md) ###### [BorderThemeColorIndex](Access.Line.BorderThemeColorIndex.md) ###### [BorderTint](Access.Line.BorderTint.md) ###### [BorderWidth](Access.Line.BorderWidth.md) ###### [ControlType](Access.Line.ControlType.md) ###### [DisplayWhen](Access.Line.DisplayWhen.md) ###### [EventProcPrefix](Access.Line.EventProcPrefix.md) ###### [Height](Access.Line.Height.md) ###### [HorizontalAnchor](Access.Line.HorizontalAnchor.md) ###### [InSelection](Access.Line.InSelection.md) ###### [IsVisible](Access.Line.IsVisible.md) ###### [Left](Access.Line.Left.md) ###### [LineSlant](Access.Line.LineSlant.md) ###### [Name](Access.Line.Name.md) ###### [OldBorderStyle](Access.Line.OldBorderStyle.md) ###### [Parent](Access.Line.Parent.md) ###### [Properties](Access.Line.Properties.md) ###### [Section](Access.Line.Section.md) ###### [SpecialEffect](Access.Line.SpecialEffect.md) ###### [Tag](Access.Line.Tag.md) ###### [Top](Access.Line.Top.md) ###### [VerticalAnchor](Access.Line.VerticalAnchor.md) ###### [Visible](Access.Line.Visible.md) ###### [Width](Access.Line.Width.md) #### [ListBox object](Access.ListBox.md) ##### Events ###### [AfterUpdate](Access.ListBox.AfterUpdate-event.md) ###### [BeforeUpdate](Access.ListBox.BeforeUpdate-event.md) ###### [Click](Access.ListBox.Click.md) ###### [DblClick](Access.ListBox.DblClick.md) ###### [Enter](Access.ListBox.Enter.md) ###### [Exit](Access.ListBox.Exit.md) ###### [GotFocus](Access.ListBox.GotFocus.md) ###### [KeyDown](Access.ListBox.KeyDown.md) ###### [KeyPress](Access.ListBox.KeyPress.md) ###### [KeyUp](Access.ListBox.KeyUp.md) ###### [LostFocus](Access.ListBox.LostFocus.md) ###### [MouseDown](Access.ListBox.MouseDown.md) ###### [MouseMove](Access.ListBox.MouseMove.md) ###### [MouseUp](Access.ListBox.MouseUp.md) ##### Methods ###### [AddItem](Access.ListBox.AddItem.md) ###### [Move](Access.ListBox.Move.md) ###### [RemoveItem](Access.ListBox.RemoveItem.md) ###### [Requery](Access.ListBox.Requery.md) ###### [SetFocus](Access.ListBox.SetFocus.md) ###### [SizeToFit](Access.ListBox.SizeToFit.md) ###### [Undo](Access.ListBox.Undo.md) ##### Properties ###### [AddColon](Access.ListBox.AddColon.md) ###### [AfterUpdate](Access.ListBox.AfterUpdate-property.md) ###### [AllowValueListEdits](Access.ListBox.AllowValueListEdits.md) ###### [Application](Access.ListBox.Application.md) ###### [AutoLabel](Access.ListBox.AutoLabel.md) ###### [BackColor](Access.ListBox.BackColor.md) ###### [BackShade](Access.ListBox.BackShade.md) ###### [BackThemeColorIndex](Access.ListBox.BackThemeColorIndex.md) ###### [BackTint](Access.ListBox.BackTint.md) ###### [BeforeUpdate](Access.ListBox.BeforeUpdate-property.md) ###### [BorderColor](Access.ListBox.BorderColor.md) ###### [BorderShade](Access.ListBox.BorderShade.md) ###### [BorderStyle](Access.ListBox.BorderStyle.md) ###### [BorderThemeColorIndex](Access.ListBox.BorderThemeColorIndex.md) ###### [BorderTint](Access.ListBox.BorderTint.md) ###### [BorderWidth](Access.ListBox.BorderWidth.md) ###### [BottomPadding](Access.ListBox.BottomPadding.md) ###### [BoundColumn](Access.ListBox.BoundColumn.md) ###### [Column](Access.ListBox.Column.md) ###### [ColumnCount](Access.ListBox.ColumnCount.md) ###### [ColumnHeads](Access.ListBox.ColumnHeads.md) ###### [ColumnHidden](Access.ListBox.ColumnHidden.md) ###### [ColumnOrder](Access.ListBox.ColumnOrder.md) ###### [ColumnWidth](Access.ListBox.ColumnWidth.md) ###### [ColumnWidths](Access.ListBox.ColumnWidths.md) ###### [Controls](Access.ListBox.Controls.md) ###### [ControlSource](Access.ListBox.ControlSource.md) ###### [ControlTipText](Access.ListBox.ControlTipText.md) ###### [ControlType](Access.ListBox.ControlType.md) ###### [DefaultValue](Access.ListBox.DefaultValue.md) ###### [DisplayWhen](Access.ListBox.DisplayWhen.md) ###### [Enabled](Access.ListBox.Enabled.md) ###### [EventProcPrefix](Access.ListBox.EventProcPrefix.md) ###### [FontBold](Access.ListBox.FontBold.md) ###### [FontItalic](Access.ListBox.FontItalic.md) ###### [FontName](Access.ListBox.FontName.md) ###### [FontSize](Access.ListBox.FontSize.md) ###### [FontUnderline](Access.ListBox.FontUnderline.md) ###### [FontWeight](Access.ListBox.FontWeight.md) ###### [ForeColor](Access.ListBox.ForeColor.md) ###### [ForeShade](Access.ListBox.ForeShade.md) ###### [ForeThemeColorIndex](Access.ListBox.ForeThemeColorIndex.md) ###### [ForeTint](Access.ListBox.ForeTint.md) ###### [GridlineColor](Access.ListBox.GridlineColor.md) ###### [GridlineShade](Access.ListBox.GridlineShade.md) ###### [GridlineStyleBottom](Access.ListBox.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.ListBox.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.ListBox.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.ListBox.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.ListBox.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.ListBox.GridlineTint.md) ###### [GridlineWidthBottom](Access.ListBox.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.ListBox.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.ListBox.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.ListBox.GridlineWidthTop.md) ###### [Height](Access.ListBox.Height.md) ###### [HelpContextId](Access.ListBox.HelpContextId.md) ###### [HideDuplicates](Access.ListBox.HideDuplicates.md) ###### [HorizontalAnchor](Access.ListBox.HorizontalAnchor.md) ###### [Hyperlink](Access.ListBox.Hyperlink.md) ###### [IMEHold](Access.ListBox.IMEHold.md) ###### [IMEMode](Access.ListBox.IMEMode.md) ###### [IMESentenceMode](Access.ListBox.IMESentenceMode.md) ###### [InheritValueList](Access.ListBox.InheritValueList.md) ###### [InSelection](Access.ListBox.InSelection.md) ###### [IsVisible](Access.ListBox.IsVisible.md) ###### [ItemData](Access.ListBox.ItemData.md) ###### [ItemsSelected](Access.ListBox.ItemsSelected.md) ###### [LabelAlign](Access.ListBox.LabelAlign.md) ###### [LabelX](Access.ListBox.LabelX.md) ###### [LabelY](Access.ListBox.LabelY.md) ###### [Layout](Access.ListBox.Layout.md) ###### [LayoutID](Access.ListBox.LayoutID.md) ###### [Left](Access.ListBox.Left.md) ###### [LeftPadding](Access.ListBox.LeftPadding.md) ###### [ListCount](Access.ListBox.ListCount.md) ###### [ListIndex](Access.ListBox.ListIndex.md) ###### [ListItemsEditForm](Access.ListBox.ListItemsEditForm.md) ###### [Locked](Access.ListBox.Locked.md) ###### [MultiSelect](Access.ListBox.MultiSelect.md) ###### [Name](Access.ListBox.Name.md) ###### [NumeralShapes](Access.ListBox.NumeralShapes.md) ###### [OldBorderStyle](Access.ListBox.OldBorderStyle.md) ###### [OldValue](Access.ListBox.OldValue.md) ###### [OnClick](Access.ListBox.OnClick.md) ###### [OnDblClick](Access.ListBox.OnDblClick.md) ###### [OnEnter](Access.ListBox.OnEnter.md) ###### [OnExit](Access.ListBox.OnExit.md) ###### [OnGotFocus](Access.ListBox.OnGotFocus.md) ###### [OnKeyDown](Access.ListBox.OnKeyDown.md) ###### [OnKeyPress](Access.ListBox.OnKeyPress.md) ###### [OnKeyUp](Access.ListBox.OnKeyUp.md) ###### [OnLostFocus](Access.ListBox.OnLostFocus.md) ###### [OnMouseDown](Access.ListBox.OnMouseDown.md) ###### [OnMouseMove](Access.ListBox.OnMouseMove.md) ###### [OnMouseUp](Access.ListBox.OnMouseUp.md) ###### [Parent](Access.ListBox.Parent.md) ###### [Properties](Access.ListBox.Properties.md) ###### [ReadingOrder](Access.ListBox.ReadingOrder.md) ###### [Recordset](Access.ListBox.Recordset.md) ###### [RightPadding](Access.ListBox.RightPadding.md) ###### [RowSource](Access.ListBox.RowSource.md) ###### [RowSourceType](Access.ListBox.RowSourceType.md) ###### [ScrollBarAlign](Access.ListBox.ScrollBarAlign.md) ###### [Section](Access.ListBox.Section.md) ###### [Selected](Access.ListBox.Selected.md) ###### [ShortcutMenuBar](Access.ListBox.ShortcutMenuBar.md) ###### [ShowOnlyRowSourceValues](Access.ListBox.ShowOnlyRowSourceValues.md) ###### [SmartTags](Access.ListBox.SmartTags.md) ###### [SpecialEffect](Access.ListBox.SpecialEffect.md) ###### [StatusBarText](Access.ListBox.StatusBarText.md) ###### [TabIndex](Access.ListBox.TabIndex.md) ###### [TabStop](Access.ListBox.TabStop.md) ###### [Tag](Access.ListBox.Tag.md) ###### [ThemeFontIndex](Access.ListBox.ThemeFontIndex.md) ###### [Top](Access.ListBox.Top.md) ###### [TopPadding](Access.ListBox.TopPadding.md) ###### [ValidationRule](Access.ListBox.ValidationRule.md) ###### [ValidationText](Access.ListBox.ValidationText.md) ###### [Value](Access.ListBox.Value.md) ###### [VerticalAnchor](Access.ListBox.VerticalAnchor.md) ###### [Visible](Access.ListBox.Visible.md) ###### [Width](Access.ListBox.Width.md) #### [MacroError object](Access.MacroError.md) ##### Properties ###### [ActionName](Access.MacroError.ActionName.md) ###### [Arguments](Access.MacroError.Arguments.md) ###### [Condition](Access.MacroError.Condition.md) ###### [Description](Access.MacroError.Description.md) ###### [MacroName](Access.MacroError.MacroName.md) ###### [Number](Access.MacroError.Number.md) #### [Module object](Access.Module.md) ##### Methods ###### [AddFromFile](Access.Module.AddFromFile.md) ###### [AddFromString](Access.Module.AddFromString.md) ###### [CreateEventProc](Access.Module.CreateEventProc.md) ###### [DeleteLines](Access.Module.DeleteLines.md) ###### [Find](Access.Module.Find.md) ###### [InsertLines](Access.Module.InsertLines.md) ###### [InsertText](Access.Module.InsertText.md) ###### [ReplaceLine](Access.Module.ReplaceLine.md) ##### Properties ###### [Application](Access.Module.Application.md) ###### [CountOfDeclarationLines](Access.Module.CountOfDeclarationLines.md) ###### [CountOfLines](Access.Module.CountOfLines.md) ###### [Lines](Access.Module.Lines.md) ###### [Name](Access.Module.Name.md) ###### [Parent](Access.Module.Parent.md) ###### [ProcBodyLine](Access.Module.ProcBodyLine.md) ###### [ProcCountLines](Access.Module.ProcCountLines.md) ###### [ProcOfLine](Access.Module.ProcOfLine.md) ###### [ProcStartLine](Access.Module.ProcStartLine.md) ###### [Type](Access.Module.Type.md) #### [Modules object](Access.Modules.md) ##### Properties ###### [Application](Access.Modules.Application.md) ###### [Count](Access.Modules.Count.md) ###### [Item](Access.Modules.Item.md) ###### [Parent](Access.Modules.Parent.md) #### [NavigationButton object](Access.NavigationButton.md) ##### Events ###### [Click](Access.NavigationButton.Click.md) ###### [DblClick](Access.NavigationButton.DblClick.md) ###### [Enter](Access.NavigationButton.Enter.md) ###### [Exit](Access.NavigationButton.Exit.md) ###### [GotFocus](Access.NavigationButton.GotFocus.md) ###### [KeyDown](Access.NavigationButton.KeyDown.md) ###### [KeyPress](Access.NavigationButton.KeyPress.md) ###### [KeyUp](Access.NavigationButton.KeyUp.md) ###### [LostFocus](Access.NavigationButton.LostFocus.md) ###### [MouseDown](Access.NavigationButton.MouseDown.md) ###### [MouseMove](Access.NavigationButton.MouseMove.md) ###### [MouseUp](Access.NavigationButton.MouseUp.md) ##### Methods ###### [Move](Access.NavigationButton.Move.md) ###### [Requery](Access.NavigationButton.Requery.md) ###### [SetFocus](Access.NavigationButton.SetFocus.md) ###### [SizeToFit](Access.NavigationButton.SizeToFit.md) ##### Properties ###### [AddColon](Access.NavigationButton.AddColon.md) ###### [Alignment](Access.NavigationButton.Alignment.md) ###### [Application](Access.NavigationButton.Application.md) ###### [AutoLabel](Access.NavigationButton.AutoLabel.md) ###### [AutoRepeat](Access.NavigationButton.AutoRepeat.md) ###### [BackColor](Access.NavigationButton.BackColor.md) ###### [BackShade](Access.NavigationButton.BackShade.md) ###### [BackStyle](Access.NavigationButton.BackStyle.md) ###### [BackThemeColorIndex](Access.NavigationButton.BackThemeColorIndex.md) ###### [BackTint](Access.NavigationButton.BackTint.md) ###### [Bevel](Access.NavigationButton.Bevel.md) ###### [BorderColor](Access.NavigationButton.BorderColor.md) ###### [BorderShade](Access.NavigationButton.BorderShade.md) ###### [BorderStyle](Access.NavigationButton.BorderStyle.md) ###### [BorderThemeColorIndex](Access.NavigationButton.BorderThemeColorIndex.md) ###### [BorderTint](Access.NavigationButton.BorderTint.md) ###### [BorderWidth](Access.NavigationButton.BorderWidth.md) ###### [BottomPadding](Access.NavigationButton.BottomPadding.md) ###### [Caption](Access.NavigationButton.Caption.md) ###### [Controls](Access.NavigationButton.Controls.md) ###### [ControlTipText](Access.NavigationButton.ControlTipText.md) ###### [ControlType](Access.NavigationButton.ControlType.md) ###### [CursorOnHover](Access.NavigationButton.CursorOnHover.md) ###### [DisplayWhen](Access.NavigationButton.DisplayWhen.md) ###### [Enabled](Access.NavigationButton.Enabled.md) ###### [EventProcPrefix](Access.NavigationButton.EventProcPrefix.md) ###### [FontBold](Access.NavigationButton.FontBold.md) ###### [FontItalic](Access.NavigationButton.FontItalic.md) ###### [FontName](Access.NavigationButton.FontName.md) ###### [FontSize](Access.NavigationButton.FontSize.md) ###### [FontUnderline](Access.NavigationButton.FontUnderline.md) ###### [FontWeight](Access.NavigationButton.FontWeight.md) ###### [ForeColor](Access.NavigationButton.ForeColor.md) ###### [ForeShade](Access.NavigationButton.ForeShade.md) ###### [ForeThemeColorIndex](Access.NavigationButton.ForeThemeColorIndex.md) ###### [ForeTint](Access.NavigationButton.ForeTint.md) ###### [Glow](Access.NavigationButton.Glow.md) ###### [Gradient](Access.NavigationButton.Gradient.md) ###### [GridlineColor](Access.NavigationButton.GridlineColor.md) ###### [GridlineShade](Access.NavigationButton.GridlineShade.md) ###### [GridlineStyleBottom](Access.NavigationButton.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.NavigationButton.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.NavigationButton.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.NavigationButton.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.NavigationButton.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.NavigationButton.GridlineTint.md) ###### [GridlineWidthBottom](Access.NavigationButton.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.NavigationButton.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.NavigationButton.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.NavigationButton.GridlineWidthTop.md) ###### [Height](Access.NavigationButton.Height.md) ###### [HelpContextId](Access.NavigationButton.HelpContextId.md) ###### [HorizontalAnchor](Access.NavigationButton.HorizontalAnchor.md) ###### [HoverColor](Access.NavigationButton.HoverColor.md) ###### [HoverForeColor](Access.NavigationButton.HoverForeColor.md) ###### [HoverForeShade](Access.NavigationButton.HoverForeShade.md) ###### [HoverForeThemeColorIndex](Access.NavigationButton.HoverForeThemeColorIndex.md) ###### [HoverForeTint](Access.NavigationButton.HoverForeTint.md) ###### [HoverShade](Access.NavigationButton.HoverShade.md) ###### [HoverThemeColorIndex](Access.NavigationButton.HoverThemeColorIndex.md) ###### [HoverTint](Access.NavigationButton.HoverTint.md) ###### [Hyperlink](Access.NavigationButton.Hyperlink.md) ###### [HyperlinkAddress](Access.NavigationButton.HyperlinkAddress.md) ###### [HyperlinkSubAddress](Access.NavigationButton.HyperlinkSubAddress.md) ###### [InSelection](Access.NavigationButton.InSelection.md) ###### [IsVisible](Access.NavigationButton.IsVisible.md) ###### [LabelAlign](Access.NavigationButton.LabelAlign.md) ###### [LabelX](Access.NavigationButton.LabelX.md) ###### [LabelY](Access.NavigationButton.LabelY.md) ###### [Layout](Access.NavigationButton.Layout.md) ###### [LayoutID](Access.NavigationButton.LayoutID.md) ###### [Left](Access.NavigationButton.Left.md) ###### [LeftPadding](Access.NavigationButton.LeftPadding.md) ###### [Name](Access.NavigationButton.Name.md) ###### [NavigationTargetName](Access.NavigationButton.NavigationTargetName.md) ###### [NavigationWhereClause](Access.NavigationButton.NavigationWhereClause.md) ###### [ObjectPalette](Access.NavigationButton.ObjectPalette.md) ###### [OldValue](Access.NavigationButton.OldValue.md) ###### [OnClick](Access.NavigationButton.OnClick.md) ###### [OnDblClick](Access.NavigationButton.OnDblClick.md) ###### [OnEnter](Access.NavigationButton.OnEnter.md) ###### [OnExit](Access.NavigationButton.OnExit.md) ###### [OnGotFocus](Access.NavigationButton.OnGotFocus.md) ###### [OnKeyDown](Access.NavigationButton.OnKeyDown.md) ###### [OnKeyPress](Access.NavigationButton.OnKeyPress.md) ###### [OnKeyUp](Access.NavigationButton.OnKeyUp.md) ###### [OnLostFocus](Access.NavigationButton.OnLostFocus.md) ###### [OnMouseDown](Access.NavigationButton.OnMouseDown.md) ###### [OnMouseMove](Access.NavigationButton.OnMouseMove.md) ###### [OnMouseUp](Access.NavigationButton.OnMouseUp.md) ###### [OnPush](Access.NavigationButton.OnPush.md) ###### [Parent](Access.NavigationButton.Parent.md) ###### [ParentTab](Access.NavigationButton.ParentTab.md) ###### [Picture](Access.NavigationButton.Picture.md) ###### [PictureCaptionArrangement](Access.NavigationButton.PictureCaptionArrangement.md) ###### [PictureData](Access.NavigationButton.PictureData.md) ###### [PictureType](Access.NavigationButton.PictureType.md) ###### [PressedColor](Access.NavigationButton.PressedColor.md) ###### [PressedForeColor](Access.NavigationButton.PressedForeColor.md) ###### [PressedForeShade](Access.NavigationButton.PressedForeShade.md) ###### [PressedForeThemeColorIndex](Access.NavigationButton.PressedForeThemeColorIndex.md) ###### [PressedForeTint](Access.NavigationButton.PressedForeTint.md) ###### [PressedShade](Access.NavigationButton.PressedShade.md) ###### [PressedThemeColorIndex](Access.NavigationButton.PressedThemeColorIndex.md) ###### [PressedTint](Access.NavigationButton.PressedTint.md) ###### [Properties](Access.NavigationButton.Properties.md) ###### [QuickStyle](Access.NavigationButton.QuickStyle.md) ###### [QuickStyleMask](Access.navigationbutton.quickstylemask.md) ###### [ReadingOrder](Access.NavigationButton.ReadingOrder.md) ###### [RightPadding](Access.NavigationButton.RightPadding.md) ###### [Section](Access.NavigationButton.Section.md) ###### [Shadow](Access.NavigationButton.Shadow.md) ###### [Shape](Access.NavigationButton.Shape.md) ###### [ShortcutMenuBar](Access.NavigationButton.ShortcutMenuBar.md) ###### [SoftEdges](Access.NavigationButton.SoftEdges.md) ###### [StatusBarText](Access.NavigationButton.StatusBarText.md) ###### [TabIndex](Access.NavigationButton.TabIndex.md) ###### [TabStop](Access.NavigationButton.TabStop.md) ###### [Tag](Access.NavigationButton.Tag.md) ###### [ThemeFontIndex](Access.NavigationButton.ThemeFontIndex.md) ###### [Top](Access.NavigationButton.Top.md) ###### [TopPadding](Access.NavigationButton.TopPadding.md) ###### [Transparent](Access.NavigationButton.Transparent.md) ###### [VerticalAnchor](Access.NavigationButton.VerticalAnchor.md) ###### [Visible](Access.NavigationButton.Visible.md) ###### [Width](Access.NavigationButton.Width.md) #### [NavigationControl object](Access.NavigationControl.md) ##### Events ###### [AfterUpdate](Access.NavigationControl.AfterUpdate.md) ###### [BeforeUpdate](Access.NavigationControl.BeforeUpdate.md) ###### [Change](Access.NavigationControl.Change.md) ###### [Click](Access.NavigationControl.Click.md) ###### [DblClick](Access.NavigationControl.DblClick.md) ###### [Dirty](Access.NavigationControl.Dirty.md) ###### [Enter](Access.NavigationControl.Enter.md) ###### [Exit](Access.NavigationControl.Exit.md) ###### [GotFocus](Access.NavigationControl.GotFocus.md) ###### [KeyDown](Access.NavigationControl.KeyDown.md) ###### [KeyPress](Access.NavigationControl.KeyPress.md) ###### [KeyUp](Access.NavigationControl.KeyUp.md) ###### [LostFocus](Access.NavigationControl.LostFocus.md) ###### [MouseDown](Access.NavigationControl.MouseDown.md) ###### [MouseMove](Access.NavigationControl.MouseMove.md) ###### [MouseUp](Access.NavigationControl.MouseUp.md) ###### [Undo](Access.NavigationControl.Undo(event).md) ##### Methods ###### [Move](Access.NavigationControl.Move.md) ###### [Requery](Access.NavigationControl.Requery.md) ###### [SetFocus](Access.NavigationControl.SetFocus.md) ###### [SizeToFit](Access.NavigationControl.SizeToFit.md) ###### [Undo](Access.NavigationControl.Undo(method).md) ##### Properties ###### [Application](Access.NavigationControl.Application.md) ###### [AutoTab](Access.NavigationControl.AutoTab.md) ###### [BackColor](Access.NavigationControl.BackColor.md) ###### [BackShade](Access.NavigationControl.BackShade.md) ###### [BackStyle](Access.NavigationControl.BackStyle.md) ###### [BackThemeColorIndex](Access.NavigationControl.BackThemeColorIndex.md) ###### [BackTint](Access.NavigationControl.BackTint.md) ###### [BorderColor](Access.NavigationControl.BorderColor.md) ###### [BorderShade](Access.NavigationControl.BorderShade.md) ###### [BorderStyle](Access.NavigationControl.BorderStyle.md) ###### [BorderThemeColorIndex](Access.NavigationControl.BorderThemeColorIndex.md) ###### [BorderTint](Access.NavigationControl.BorderTint.md) ###### [BorderWidth](Access.NavigationControl.BorderWidth.md) ###### [BottomPadding](Access.NavigationControl.BottomPadding.md) ###### [Controls](Access.NavigationControl.Controls.md) ###### [ControlTipText](Access.NavigationControl.ControlTipText.md) ###### [ControlType](Access.NavigationControl.ControlType.md) ###### [DisplayWhen](Access.NavigationControl.DisplayWhen.md) ###### [Enabled](Access.NavigationControl.Enabled.md) ###### [EventProcPrefix](Access.NavigationControl.EventProcPrefix.md) ###### [FilterLookup](Access.NavigationControl.FilterLookup.md) ###### [FormatConditions](Access.NavigationControl.FormatConditions.md) ###### [GridlineColor](Access.NavigationControl.GridlineColor.md) ###### [GridlineShade](Access.NavigationControl.GridlineShade.md) ###### [GridlineStyleBottom](Access.NavigationControl.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.NavigationControl.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.NavigationControl.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.NavigationControl.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.NavigationControl.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.NavigationControl.GridlineTint.md) ###### [GridlineWidthBottom](Access.NavigationControl.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.NavigationControl.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.NavigationControl.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.NavigationControl.GridlineWidthTop.md) ###### [Height](Access.NavigationControl.Height.md) ###### [HelpContextId](Access.NavigationControl.HelpContextId.md) ###### [HorizontalAnchor](Access.NavigationControl.HorizontalAnchor.md) ###### [Hyperlink](Access.NavigationControl.Hyperlink.md) ###### [InSelection](Access.NavigationControl.InSelection.md) ###### [IsVisible](Access.NavigationControl.IsVisible.md) ###### [KeyboardLanguage](Access.NavigationControl.KeyboardLanguage.md) ###### [Layout](Access.NavigationControl.Layout.md) ###### [LayoutID](Access.NavigationControl.LayoutID.md) ###### [Left](Access.NavigationControl.Left.md) ###### [LeftPadding](Access.NavigationControl.LeftPadding.md) ###### [LineSpacing](Access.NavigationControl.LineSpacing.md) ###### [Name](Access.NavigationControl.Name.md) ###### [NumeralShapes](Access.NavigationControl.NumeralShapes.md) ###### [OldBorderStyle](Access.NavigationControl.OldBorderStyle.md) ###### [OldValue](Access.NavigationControl.OldValue.md) ###### [OnClick](Access.NavigationControl.OnClick.md) ###### [OnDblClick](Access.NavigationControl.OnDblClick.md) ###### [OnGotFocus](Access.NavigationControl.OnGotFocus.md) ###### [OnKeyDown](Access.NavigationControl.OnKeyDown.md) ###### [OnKeyPress](Access.NavigationControl.OnKeyPress.md) ###### [OnKeyUp](Access.NavigationControl.OnKeyUp.md) ###### [OnLostFocus](Access.NavigationControl.OnLostFocus.md) ###### [OnMouseDown](Access.NavigationControl.OnMouseDown.md) ###### [OnMouseMove](Access.NavigationControl.OnMouseMove.md) ###### [OnMouseUp](Access.NavigationControl.OnMouseUp.md) ###### [Parent](Access.NavigationControl.Parent.md) ###### [Properties](Access.NavigationControl.Properties.md) ###### [ReadingOrder](Access.NavigationControl.ReadingOrder.md) ###### [RightPadding](Access.NavigationControl.RightPadding.md) ###### [ScrollBarAlign](Access.NavigationControl.ScrollBarAlign.md) ###### [Section](Access.NavigationControl.Section.md) ###### [SelectedTab](Access.NavigationControl.SelectedTab.md) ###### [ShortcutMenuBar](Access.NavigationControl.ShortcutMenuBar.md) ###### [SmartTags](Access.NavigationControl.SmartTags.md) ###### [Span](Access.NavigationControl.Span.md) ###### [SpecialEffect](Access.NavigationControl.SpecialEffect.md) ###### [StatusBarText](Access.NavigationControl.StatusBarText.md) ###### [SubForm](Access.NavigationControl.SubForm.md) ###### [TabIndex](Access.NavigationControl.TabIndex.md) ###### [Tabs](Access.NavigationControl.Tabs.md) ###### [TabStop](Access.NavigationControl.TabStop.md) ###### [Tag](Access.NavigationControl.Tag.md) ###### [Top](Access.NavigationControl.Top.md) ###### [TopPadding](Access.NavigationControl.TopPadding.md) ###### [Value](Access.NavigationControl.Value.md) ###### [VerticalAnchor](Access.NavigationControl.VerticalAnchor.md) ###### [Visible](Access.NavigationControl.Visible.md) ###### [Width](Access.NavigationControl.Width.md) #### [ObjectFrame object](Access.ObjectFrame.md) ##### Events ###### [Click](Access.ObjectFrame.Click.md) ###### [DblClick](Access.ObjectFrame.DblClick.md) ###### [Enter](Access.ObjectFrame.Enter.md) ###### [Exit](Access.ObjectFrame.Exit.md) ###### [GotFocus](Access.ObjectFrame.GotFocus.md) ###### [LostFocus](Access.ObjectFrame.LostFocus.md) ###### [MouseDown](Access.ObjectFrame.MouseDown.md) ###### [MouseMove](Access.ObjectFrame.MouseMove.md) ###### [MouseUp](Access.ObjectFrame.MouseUp.md) ###### [Updated](Access.ObjectFrame.Updated.md) ##### Methods ###### [Move](Access.ObjectFrame.Move.md) ###### [Requery](Access.ObjectFrame.Requery.md) ###### [SetFocus](Access.ObjectFrame.SetFocus.md) ###### [SizeToFit](Access.ObjectFrame.SizeToFit.md) ##### Properties ###### [Action](Access.ObjectFrame.Action.md) ###### [Application](Access.ObjectFrame.Application.md) ###### [AutoActivate](Access.ObjectFrame.AutoActivate.md) ###### [BackColor](Access.ObjectFrame.BackColor.md) ###### [BackShade](Access.ObjectFrame.BackShade.md) ###### [BackStyle](Access.ObjectFrame.BackStyle.md) ###### [BackThemeColorIndex](Access.ObjectFrame.BackThemeColorIndex.md) ###### [BackTint](Access.ObjectFrame.BackTint.md) ###### [BorderColor](Access.ObjectFrame.BorderColor.md) ###### [BorderShade](Access.ObjectFrame.BorderShade.md) ###### [BorderStyle](Access.ObjectFrame.BorderStyle.md) ###### [BorderThemeColorIndex](Access.ObjectFrame.BorderThemeColorIndex.md) ###### [BorderTint](Access.ObjectFrame.BorderTint.md) ###### [BorderWidth](Access.ObjectFrame.BorderWidth.md) ###### [BottomPadding](Access.ObjectFrame.BottomPadding.md) ###### [Class](Access.ObjectFrame.Class.md) ###### [ColumnCount](Access.ObjectFrame.ColumnCount.md) ###### [ColumnHeads](Access.ObjectFrame.ColumnHeads.md) ###### [Controls](Access.ObjectFrame.Controls.md) ###### [ControlTipText](Access.ObjectFrame.ControlTipText.md) ###### [ControlType](Access.ObjectFrame.ControlType.md) ###### [DisplayType](Access.ObjectFrame.DisplayType.md) ###### [DisplayWhen](Access.ObjectFrame.DisplayWhen.md) ###### [Enabled](Access.ObjectFrame.Enabled.md) ###### [EventProcPrefix](Access.ObjectFrame.EventProcPrefix.md) ###### [GridlineColor](Access.ObjectFrame.GridlineColor.md) ###### [GridlineShade](Access.ObjectFrame.GridlineShade.md) ###### [GridlineStyleBottom](Access.ObjectFrame.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.ObjectFrame.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.ObjectFrame.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.ObjectFrame.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.ObjectFrame.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.ObjectFrame.GridlineTint.md) ###### [GridlineWidthBottom](Access.ObjectFrame.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.ObjectFrame.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.ObjectFrame.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.ObjectFrame.GridlineWidthTop.md) ###### [Height](Access.ObjectFrame.Height.md) ###### [HelpContextId](Access.ObjectFrame.HelpContextId.md) ###### [HorizontalAnchor](Access.ObjectFrame.HorizontalAnchor.md) ###### [InSelection](Access.ObjectFrame.InSelection.md) ###### [IsVisible](Access.ObjectFrame.IsVisible.md) ###### [Item](Access.ObjectFrame.Item.md) ###### [Layout](Access.ObjectFrame.Layout.md) ###### [LayoutID](Access.ObjectFrame.LayoutID.md) ###### [Left](Access.ObjectFrame.Left.md) ###### [LeftPadding](Access.ObjectFrame.LeftPadding.md) ###### [LinkChildFields](Access.ObjectFrame.LinkChildFields.md) ###### [LinkMasterFields](Access.ObjectFrame.LinkMasterFields.md) ###### [Locked](Access.ObjectFrame.Locked.md) ###### [Name](Access.ObjectFrame.Name.md) ###### [Object](Access.ObjectFrame.Object.md) ###### [ObjectPalette](Access.ObjectFrame.ObjectPalette.md) ###### [ObjectVerbs](Access.ObjectFrame.ObjectVerbs.md) ###### [ObjectVerbsCount](Access.ObjectFrame.ObjectVerbsCount.md) ###### [OldBorderStyle](Access.ObjectFrame.OldBorderStyle.md) ###### [OldValue](Access.ObjectFrame.OldValue.md) ###### [OLEClass](Access.ObjectFrame.OLEClass.md) ###### [OLEType](Access.ObjectFrame.OLEType.md) ###### [OLETypeAllowed](Access.ObjectFrame.OLETypeAllowed.md) ###### [OnClick](Access.ObjectFrame.OnClick.md) ###### [OnDblClick](Access.ObjectFrame.OnDblClick.md) ###### [OnEnter](Access.ObjectFrame.OnEnter.md) ###### [OnExit](Access.ObjectFrame.OnExit.md) ###### [OnGotFocus](Access.ObjectFrame.OnGotFocus.md) ###### [OnLostFocus](Access.ObjectFrame.OnLostFocus.md) ###### [OnMouseDown](Access.ObjectFrame.OnMouseDown.md) ###### [OnMouseMove](Access.ObjectFrame.OnMouseMove.md) ###### [OnMouseUp](Access.ObjectFrame.OnMouseUp.md) ###### [OnUpdated](Access.ObjectFrame.OnUpdated.md) ###### [Parent](Access.ObjectFrame.Parent.md) ###### [Properties](Access.ObjectFrame.Properties.md) ###### [RightPadding](Access.ObjectFrame.RightPadding.md) ###### [RowSource](Access.ObjectFrame.RowSource.md) ###### [RowSourceType](Access.ObjectFrame.RowSourceType.md) ###### [Scaling](Access.ObjectFrame.Scaling.md) ###### [Section](Access.ObjectFrame.Section.md) ###### [ShortcutMenuBar](Access.ObjectFrame.ShortcutMenuBar.md) ###### [SizeMode](Access.ObjectFrame.SizeMode.md) ###### [SourceDoc](Access.ObjectFrame.SourceDoc.md) ###### [SourceItem](Access.ObjectFrame.SourceItem.md) ###### [SourceObject](Access.ObjectFrame.SourceObject.md) ###### [SpecialEffect](Access.ObjectFrame.SpecialEffect.md) ###### [StatusBarText](Access.ObjectFrame.StatusBarText.md) ###### [TabIndex](Access.ObjectFrame.TabIndex.md) ###### [TabStop](Access.ObjectFrame.TabStop.md) ###### [Tag](Access.ObjectFrame.Tag.md) ###### [Top](Access.ObjectFrame.Top.md) ###### [TopPadding](Access.ObjectFrame.TopPadding.md) ###### [UpdateMethod](Access.ObjectFrame.UpdateMethod.md) ###### [UpdateOptions](Access.ObjectFrame.UpdateOptions.md) ###### [VarOleObject](Access.ObjectFrame.VarOleObject.md) ###### [Verb](Access.ObjectFrame.Verb.md) ###### [VerticalAnchor](Access.ObjectFrame.VerticalAnchor.md) ###### [Visible](Access.ObjectFrame.Visible.md) ###### [Width](Access.ObjectFrame.Width.md) #### [Operation object](Access.Operation.md) ##### Methods ###### [Execute](Access.Operation.Execute.md) ##### Properties ###### [Name](Access.Operation.Name.md) ###### [Parent](Access.Operation.Parent.md) ###### [WSParameters](Access.Operation.WSParameters.md) #### [Operations object](Access.Operations.md) ##### Properties ###### [Count](Access.Operations.Count.md) ###### [Item](Access.Operations.Item.md) ###### [Parent](Access.Operations.Parent.md) #### [OptionButton object](Access.OptionButton.md) ##### Events ###### [AfterUpdate](Access.OptionButton.AfterUpdate-event.md) ###### [BeforeUpdate](Access.OptionButton.BeforeUpdate-event.md) ###### [Click](Access.OptionButton.Click.md) ###### [DblClick](Access.OptionButton.DblClick.md) ###### [Enter](Access.OptionButton.Enter.md) ###### [Exit](Access.OptionButton.Exit.md) ###### [GotFocus](Access.OptionButton.GotFocus.md) ###### [KeyDown](Access.OptionButton.KeyDown.md) ###### [KeyPress](Access.OptionButton.KeyPress.md) ###### [KeyUp](Access.OptionButton.KeyUp.md) ###### [LostFocus](Access.OptionButton.LostFocus.md) ###### [MouseDown](Access.OptionButton.MouseDown.md) ###### [MouseMove](Access.OptionButton.MouseMove.md) ###### [MouseUp](Access.OptionButton.MouseUp.md) ##### Methods ###### [Move](Access.OptionButton.Move.md) ###### [Requery](Access.OptionButton.Requery.md) ###### [SetFocus](Access.OptionButton.SetFocus.md) ###### [SizeToFit](Access.OptionButton.SizeToFit.md) ##### Properties ###### [AddColon](Access.OptionButton.AddColon.md) ###### [AfterUpdate](Access.OptionButton.AfterUpdate-property.md) ###### [Application](Access.OptionButton.Application.md) ###### [AutoLabel](Access.OptionButton.AutoLabel.md) ###### [BeforeUpdate](Access.OptionButton.BeforeUpdate-property.md) ###### [BorderColor](Access.OptionButton.BorderColor.md) ###### [BorderShade](Access.OptionButton.BorderShade.md) ###### [BorderStyle](Access.OptionButton.BorderStyle.md) ###### [BorderThemeColorIndex](Access.OptionButton.BorderThemeColorIndex.md) ###### [BorderTint](Access.OptionButton.BorderTint.md) ###### [BorderWidth](Access.OptionButton.BorderWidth.md) ###### [BottomPadding](Access.OptionButton.BottomPadding.md) ###### [ColumnHidden](Access.OptionButton.ColumnHidden.md) ###### [ColumnOrder](Access.OptionButton.ColumnOrder.md) ###### [ColumnWidth](Access.OptionButton.ColumnWidth.md) ###### [Controls](Access.OptionButton.Controls.md) ###### [ControlSource](Access.OptionButton.ControlSource.md) ###### [ControlTipText](Access.OptionButton.ControlTipText.md) ###### [ControlType](Access.OptionButton.ControlType.md) ###### [DefaultValue](Access.OptionButton.DefaultValue.md) ###### [DisplayWhen](Access.OptionButton.DisplayWhen.md) ###### [Enabled](Access.OptionButton.Enabled.md) ###### [EventProcPrefix](Access.OptionButton.EventProcPrefix.md) ###### [GridlineColor](Access.OptionButton.GridlineColor.md) ###### [GridlineShade](Access.OptionButton.GridlineShade.md) ###### [GridlineStyleBottom](Access.OptionButton.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.OptionButton.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.OptionButton.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.OptionButton.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.OptionButton.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.OptionButton.GridlineTint.md) ###### [GridlineWidthBottom](Access.OptionButton.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.OptionButton.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.OptionButton.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.OptionButton.GridlineWidthTop.md) ###### [Height](Access.OptionButton.Height.md) ###### [HelpContextId](Access.OptionButton.HelpContextId.md) ###### [HideDuplicates](Access.OptionButton.HideDuplicates.md) ###### [HorizontalAnchor](Access.OptionButton.HorizontalAnchor.md) ###### [InSelection](Access.OptionButton.InSelection.md) ###### [IsVisible](Access.OptionButton.IsVisible.md) ###### [LabelAlign](Access.OptionButton.LabelAlign.md) ###### [LabelX](Access.OptionButton.LabelX.md) ###### [LabelY](Access.OptionButton.LabelY.md) ###### [Layout](Access.OptionButton.Layout.md) ###### [LayoutID](Access.OptionButton.LayoutID.md) ###### [Left](Access.OptionButton.Left.md) ###### [LeftPadding](Access.OptionButton.LeftPadding.md) ###### [Locked](Access.OptionButton.Locked.md) ###### [Name](Access.OptionButton.Name.md) ###### [OldBorderStyle](Access.OptionButton.OldBorderStyle.md) ###### [OldValue](Access.OptionButton.OldValue.md) ###### [OnClick](Access.OptionButton.OnClick.md) ###### [OnDblClick](Access.OptionButton.OnDblClick.md) ###### [OnEnter](Access.OptionButton.OnEnter.md) ###### [OnExit](Access.OptionButton.OnExit.md) ###### [OnGotFocus](Access.OptionButton.OnGotFocus.md) ###### [OnKeyDown](Access.OptionButton.OnKeyDown.md) ###### [OnKeyPress](Access.OptionButton.OnKeyPress.md) ###### [OnKeyUp](Access.OptionButton.OnKeyUp.md) ###### [OnLostFocus](Access.OptionButton.OnLostFocus.md) ###### [OnMouseDown](Access.OptionButton.OnMouseDown.md) ###### [OnMouseMove](Access.OptionButton.OnMouseMove.md) ###### [OnMouseUp](Access.OptionButton.OnMouseUp.md) ###### [OptionValue](Access.OptionButton.OptionValue.md) ###### [Parent](Access.OptionButton.Parent.md) ###### [Properties](Access.OptionButton.Properties.md) ###### [ReadingOrder](Access.OptionButton.ReadingOrder.md) ###### [RightPadding](Access.OptionButton.RightPadding.md) ###### [Section](Access.OptionButton.Section.md) ###### [ShortcutMenuBar](Access.OptionButton.ShortcutMenuBar.md) ###### [SpecialEffect](Access.OptionButton.SpecialEffect.md) ###### [StatusBarText](Access.OptionButton.StatusBarText.md) ###### [TabIndex](Access.OptionButton.TabIndex.md) ###### [TabStop](Access.OptionButton.TabStop.md) ###### [Tag](Access.OptionButton.Tag.md) ###### [Top](Access.OptionButton.Top.md) ###### [TopPadding](Access.OptionButton.TopPadding.md) ###### [TripleState](Access.OptionButton.TripleState.md) ###### [ValidationRule](Access.OptionButton.ValidationRule.md) ###### [ValidationText](Access.OptionButton.ValidationText.md) ###### [Value](Access.OptionButton.Value.md) ###### [VerticalAnchor](Access.OptionButton.VerticalAnchor.md) ###### [Visible](Access.OptionButton.Visible.md) ###### [Width](Access.OptionButton.Width.md) #### [OptionGroup object](Access.OptionGroup.md) ##### Events ###### [AfterUpdate](Access.OptionGroup.AfterUpdate-event.md) ###### [BeforeUpdate](Access.OptionGroup.BeforeUpdate-event.md) ###### [Click](Access.OptionGroup.Click.md) ###### [DblClick](Access.OptionGroup.DblClick.md) ###### [Enter](Access.OptionGroup.Enter.md) ###### [Exit](Access.OptionGroup.Exit.md) ###### [MouseDown](Access.OptionGroup.MouseDown.md) ###### [MouseMove](Access.OptionGroup.MouseMove.md) ###### [MouseUp](Access.OptionGroup.MouseUp.md) ##### Methods ###### [Move](Access.OptionGroup.Move.md) ###### [Requery](Access.OptionGroup.Requery.md) ###### [SetFocus](Access.OptionGroup.SetFocus.md) ###### [SizeToFit](Access.OptionGroup.SizeToFit.md) ###### [Undo](Access.OptionGroup.Undo.md) ##### Properties ###### [AddColon](Access.OptionGroup.AddColon.md) ###### [AfterUpdate](Access.OptionGroup.AfterUpdate-property.md) ###### [Application](Access.OptionGroup.Application.md) ###### [AutoLabel](Access.OptionGroup.AutoLabel.md) ###### [BackColor](Access.OptionGroup.BackColor.md) ###### [BackShade](Access.OptionGroup.BackShade.md) ###### [BackStyle](Access.OptionGroup.BackStyle.md) ###### [BackThemeColorIndex](Access.OptionGroup.BackThemeColorIndex.md) ###### [BackTint](Access.OptionGroup.BackTint.md) ###### [BeforeUpdate](Access.OptionGroup.BeforeUpdate-property.md) ###### [BorderColor](Access.OptionGroup.BorderColor.md) ###### [BorderShade](Access.OptionGroup.BorderShade.md) ###### [BorderStyle](Access.OptionGroup.BorderStyle.md) ###### [BorderThemeColorIndex](Access.OptionGroup.BorderThemeColorIndex.md) ###### [BorderTint](Access.OptionGroup.BorderTint.md) ###### [BorderWidth](Access.OptionGroup.BorderWidth.md) ###### [ColumnHidden](Access.OptionGroup.ColumnHidden.md) ###### [ColumnOrder](Access.OptionGroup.ColumnOrder.md) ###### [ColumnWidth](Access.OptionGroup.ColumnWidth.md) ###### [Controls](Access.OptionGroup.Controls.md) ###### [ControlSource](Access.OptionGroup.ControlSource.md) ###### [ControlTipText](Access.OptionGroup.ControlTipText.md) ###### [ControlType](Access.OptionGroup.ControlType.md) ###### [DefaultValue](Access.OptionGroup.DefaultValue.md) ###### [DisplayWhen](Access.OptionGroup.DisplayWhen.md) ###### [Enabled](Access.OptionGroup.Enabled.md) ###### [EventProcPrefix](Access.OptionGroup.EventProcPrefix.md) ###### [Height](Access.OptionGroup.Height.md) ###### [HelpContextId](Access.OptionGroup.HelpContextId.md) ###### [HideDuplicates](Access.OptionGroup.HideDuplicates.md) ###### [HorizontalAnchor](Access.OptionGroup.HorizontalAnchor.md) ###### [InSelection](Access.OptionGroup.InSelection.md) ###### [IsVisible](Access.OptionGroup.IsVisible.md) ###### [LabelAlign](Access.OptionGroup.LabelAlign.md) ###### [LabelX](Access.OptionGroup.LabelX.md) ###### [LabelY](Access.OptionGroup.LabelY.md) ###### [Left](Access.OptionGroup.Left.md) ###### [Locked](Access.OptionGroup.Locked.md) ###### [Name](Access.OptionGroup.Name.md) ###### [OldBorderStyle](Access.OptionGroup.OldBorderStyle.md) ###### [OldValue](Access.OptionGroup.OldValue.md) ###### [OnClick](Access.OptionGroup.OnClick.md) ###### [OnDblClick](Access.OptionGroup.OnDblClick.md) ###### [OnEnter](Access.OptionGroup.OnEnter.md) ###### [OnExit](Access.OptionGroup.OnExit.md) ###### [OnMouseDown](Access.OptionGroup.OnMouseDown.md) ###### [OnMouseMove](Access.OptionGroup.OnMouseMove.md) ###### [OnMouseUp](Access.OptionGroup.OnMouseUp.md) ###### [Parent](Access.OptionGroup.Parent.md) ###### [Properties](Access.OptionGroup.Properties.md) ###### [Section](Access.OptionGroup.Section.md) ###### [ShortcutMenuBar](Access.OptionGroup.ShortcutMenuBar.md) ###### [SpecialEffect](Access.OptionGroup.SpecialEffect.md) ###### [StatusBarText](Access.OptionGroup.StatusBarText.md) ###### [TabIndex](Access.OptionGroup.TabIndex.md) ###### [TabStop](Access.OptionGroup.TabStop.md) ###### [Tag](Access.OptionGroup.Tag.md) ###### [Top](Access.OptionGroup.Top.md) ###### [ValidationRule](Access.OptionGroup.ValidationRule.md) ###### [ValidationText](Access.OptionGroup.ValidationText.md) ###### [Value](Access.OptionGroup.Value.md) ###### [VerticalAnchor](Access.OptionGroup.VerticalAnchor.md) ###### [Visible](Access.OptionGroup.Visible.md) ###### [Width](Access.OptionGroup.Width.md) #### [Page object](Access.Page.md) ##### Events ###### [Click](Access.Page.Click.md) ###### [DblClick](Access.Page.DblClick.md) ###### [MouseDown](Access.Page.MouseDown.md) ###### [MouseMove](Access.Page.MouseMove.md) ###### [MouseUp](Access.Page.MouseUp.md) ##### Methods ###### [Move](Access.Page.Move.md) ###### [Requery](Access.Page.Requery.md) ###### [SetFocus](Access.Page.SetFocus.md) ###### [SetTabOrder](Access.Page.SetTabOrder.md) ###### [SizeToFit](Access.Page.SizeToFit.md) ##### Properties ###### [Application](Access.Page.Application.md) ###### [Caption](Access.Page.Caption.md) ###### [Controls](Access.Page.Controls.md) ###### [ControlTipText](Access.Page.ControlTipText.md) ###### [ControlType](Access.Page.ControlType.md) ###### [Enabled](Access.Page.Enabled.md) ###### [EventProcPrefix](Access.Page.EventProcPrefix.md) ###### [Height](Access.Page.Height.md) ###### [HelpContextId](Access.Page.HelpContextId.md) ###### [InSelection](Access.Page.InSelection.md) ###### [IsVisible](Access.Page.IsVisible.md) ###### [Left](Access.Page.Left.md) ###### [Name](Access.Page.Name.md) ###### [OnClick](Access.Page.OnClick.md) ###### [OnDblClick](Access.Page.OnDblClick.md) ###### [OnMouseDown](Access.Page.OnMouseDown.md) ###### [OnMouseMove](Access.Page.OnMouseMove.md) ###### [OnMouseUp](Access.Page.OnMouseUp.md) ###### [PageIndex](Access.Page.PageIndex.md) ###### [Parent](Access.Page.Parent.md) ###### [Picture](Access.Page.Picture.md) ###### [PictureData](Access.Page.PictureData.md) ###### [PictureType](Access.Page.PictureType.md) ###### [Properties](Access.Page.Properties.md) ###### [Section](Access.Page.Section.md) ###### [ShortcutMenuBar](Access.Page.ShortcutMenuBar.md) ###### [StatusBarText](Access.Page.StatusBarText.md) ###### [Tag](Access.Page.Tag.md) ###### [Top](Access.Page.Top.md) ###### [Visible](Access.Page.Visible.md) ###### [Width](Access.Page.Width.md) #### [Pages object](Access.Pages.md) ##### Methods ###### [Add](Access.Pages.Add.md) ###### [Remove](Access.Pages.Remove.md) ##### Properties ###### [Count](Access.Pages.Count.md) ###### [Item](Access.Pages.Item.md) #### [PageBreak object](Access.PageBreak.md) ##### Methods ###### [Move](Access.PageBreak.Move.md) ###### [SizeToFit](Access.PageBreak.SizeToFit.md) ##### Properties ###### [Application](Access.PageBreak.Application.md) ###### [ControlType](Access.PageBreak.ControlType.md) ###### [EventProcPrefix](Access.PageBreak.EventProcPrefix.md) ###### [InSelection](Access.PageBreak.InSelection.md) ###### [IsVisible](Access.PageBreak.IsVisible.md) ###### [Left](Access.PageBreak.Left.md) ###### [Name](Access.PageBreak.Name.md) ###### [Parent](Access.PageBreak.Parent.md) ###### [Properties](Access.PageBreak.Properties.md) ###### [Section](Access.PageBreak.Section.md) ###### [Tag](Access.PageBreak.Tag.md) ###### [Top](Access.PageBreak.Top.md) ###### [Visible](Access.PageBreak.Visible.md) #### [Printer object](Access.Printer.md) ##### Properties ###### [BottomMargin](Access.Printer.BottomMargin.md) ###### [ColorMode](Access.Printer.ColorMode.md) ###### [ColumnSpacing](Access.Printer.ColumnSpacing.md) ###### [Copies](Access.Printer.Copies.md) ###### [DataOnly](Access.Printer.DataOnly.md) ###### [DefaultSize](Access.Printer.DefaultSize.md) ###### [DeviceName](Access.Printer.DeviceName.md) ###### [DriverName](Access.Printer.DriverName.md) ###### [Duplex](Access.Printer.Duplex.md) ###### [ItemLayout](Access.Printer.ItemLayout.md) ###### [ItemsAcross](Access.Printer.ItemsAcross.md) ###### [ItemSizeHeight](Access.Printer.ItemSizeHeight.md) ###### [ItemSizeWidth](Access.Printer.ItemSizeWidth.md) ###### [LeftMargin](Access.Printer.LeftMargin.md) ###### [Orientation](Access.Printer.Orientation.md) ###### [PaperBin](Access.Printer.PaperBin.md) ###### [PaperSize](Access.Printer.PaperSize.md) ###### [Port](Access.Printer.Port.md) ###### [PrintQuality](Access.Printer.PrintQuality.md) ###### [RightMargin](Access.Printer.RightMargin.md) ###### [RowSpacing](Access.Printer.RowSpacing.md) ###### [TopMargin](Access.Printer.TopMargin.md) #### [Printers object](Access.Printers.md) ##### Properties ###### [Application](Access.Printers.Application.md) ###### [Count](Access.Printers.Count.md) ###### [Item](Access.Printers.Item.md) ###### [Parent](Access.Printers.Parent.md) #### [Properties object](Access.Properties.md) ##### Properties ###### [Application](Access.Properties.Application.md) ###### [Count](Access.Properties.Count.md) ###### [Item](Access.Properties.Item.md) ###### [Parent](Access.Properties.Parent.md) #### [Rectangle object](Access.Rectangle.md) ##### Events ###### [Click](Access.Rectangle.Click.md) ###### [DblClick](Access.Rectangle.DblClick.md) ###### [MouseDown](Access.Rectangle.MouseDown.md) ###### [MouseMove](Access.Rectangle.MouseMove.md) ###### [MouseUp](Access.Rectangle.MouseUp.md) ##### Methods ###### [Move](Access.Rectangle.Move.md) ###### [SizeToFit](Access.Rectangle.SizeToFit.md) ##### Properties ###### [Application](Access.Rectangle.Application.md) ###### [BackColor](Access.Rectangle.BackColor.md) ###### [BackShade](Access.Rectangle.BackShade.md) ###### [BackStyle](Access.Rectangle.BackStyle.md) ###### [BackThemeColorIndex](Access.Rectangle.BackThemeColorIndex.md) ###### [BackTint](Access.Rectangle.BackTint.md) ###### [BorderColor](Access.Rectangle.BorderColor.md) ###### [BorderShade](Access.Rectangle.BorderShade.md) ###### [BorderStyle](Access.Rectangle.BorderStyle.md) ###### [BorderThemeColorIndex](Access.Rectangle.BorderThemeColorIndex.md) ###### [BorderTint](Access.Rectangle.BorderTint.md) ###### [BorderWidth](Access.Rectangle.BorderWidth.md) ###### [ControlType](Access.Rectangle.ControlType.md) ###### [DisplayWhen](Access.Rectangle.DisplayWhen.md) ###### [EventProcPrefix](Access.Rectangle.EventProcPrefix.md) ###### [Height](Access.Rectangle.Height.md) ###### [HorizontalAnchor](Access.Rectangle.HorizontalAnchor.md) ###### [InSelection](Access.Rectangle.InSelection.md) ###### [IsVisible](Access.Rectangle.IsVisible.md) ###### [Left](Access.Rectangle.Left.md) ###### [Name](Access.Rectangle.Name.md) ###### [OldBorderStyle](Access.Rectangle.OldBorderStyle.md) ###### [OnClick](Access.Rectangle.OnClick.md) ###### [OnDblClick](Access.Rectangle.OnDblClick.md) ###### [OnMouseDown](Access.Rectangle.OnMouseDown.md) ###### [OnMouseMove](Access.Rectangle.OnMouseMove.md) ###### [OnMouseUp](Access.Rectangle.OnMouseUp.md) ###### [Parent](Access.Rectangle.Parent.md) ###### [Properties](Access.Rectangle.Properties.md) ###### [Section](Access.Rectangle.Section.md) ###### [SpecialEffect](Access.Rectangle.SpecialEffect.md) ###### [Tag](Access.Rectangle.Tag.md) ###### [Top](Access.Rectangle.Top.md) ###### [VerticalAnchor](Access.Rectangle.VerticalAnchor.md) ###### [Visible](Access.Rectangle.Visible.md) ###### [Width](Access.Rectangle.Width.md) #### [Reference object](Access.Reference.md) ##### Properties ###### [BuiltIn](Access.Reference.BuiltIn.md) ###### [Collection](Access.Reference.Collection.md) ###### [FullPath](Access.Reference.FullPath.md) ###### [GUID](Access.Reference.Guid.md) ###### [IsBroken](Access.Reference.IsBroken.md) ###### [Kind](Access.Reference.Kind.md) ###### [Major](Access.Reference.Major.md) ###### [Minor](Access.Reference.Minor.md) ###### [Name](Access.Reference.Name.md) #### [References object](Access.References.md) ##### Events ###### [ItemAdded](Access.References.ItemAdded.md) ###### [ItemRemoved](Access.References.ItemRemoved.md) ##### Methods ###### [AddFromFile](Access.References.AddFromFile.md) ###### [AddFromGUID](Access.References.AddFromGuid.md) ###### [Item](Access.References.Item.md) ###### [Remove](Access.References.Remove.md) ##### Properties ###### [Count](Access.References.Count.md) ###### [Parent](Access.References.Parent.md) #### [Report object](Access.Report.md) ##### Events ###### [Activate](Access.Report.Activate.md) ###### [ApplyFilter](Access.Report.ApplyFilter.md) ###### [Click](Access.Report.Click.md) ###### [Close](Access.Report.Close.md) ###### [Current](Access.Report.Current.md) ###### [DblClick](Access.Report.DblClick.md) ###### [Deactivate](Access.Report.Deactivate.md) ###### [Error](Access.Report.Error.md) ###### [Filter](Access.Report.Filter(even).md) ###### [GotFocus](Access.Report.GotFocus.md) ###### [KeyDown](Access.Report.KeyDown.md) ###### [KeyPress](Access.Report.KeyPress.md) ###### [KeyUp](Access.Report.KeyUp.md) ###### [Load](Access.Report.Load.md) ###### [LostFocus](Access.Report.LostFocus.md) ###### [MouseDown](Access.Report.MouseDown.md) ###### [MouseMove](Access.Report.MouseMove.md) ###### [MouseUp](Access.Report.MouseUp.md) ###### [MouseWheel](Access.Report.MouseWheel(even).md) ###### [NoData](Access.Report.NoData.md) ###### [Open](Access.Report.Open.md) ###### [Page](Access.Report.Page(even).md) ###### [Resize](Access.Report.Resize.md) ###### [Timer](Access.Report.Timer.md) ###### [Unload](Access.Report.Unload.md) ##### Methods ###### [Circle](Access.Report.Circle.md) ###### [Line](Access.Report.Line.md) ###### [Move](Access.Report.Move.md) ###### [Print](Access.Report.Print.md) ###### [PSet](Access.Report.PSet.md) ###### [Requery](Access.Report.Requery.md) ###### [Scale](Access.Report.Scale.md) ###### [TextHeight](Access.Report.TextHeight.md) ###### [TextWidth](Access.Report.TextWidth.md) ##### Properties ###### [ActiveControl](Access.Report.ActiveControl.md) ###### [AllowLayoutView](Access.Report.AllowLayoutView.md) ###### [AllowReportView](Access.Report.AllowReportView.md) ###### [Application](Access.Report.Application.md) ###### [AutoCenter](Access.Report.AutoCenter.md) ###### [AutoResize](Access.Report.AutoResize.md) ###### [BorderStyle](Access.Report.BorderStyle.md) ###### [Caption](Access.Report.Caption.md) ###### [CloseButton](Access.Report.CloseButton.md) ###### [ControlBox](Access.Report.ControlBox.md) ###### [Controls](Access.Report.Controls.md) ###### [Count](Access.Report.Count.md) ###### [CurrentRecord](Access.Report.CurrentRecord.md) ###### [CurrentView](Access.Report.CurrentView.md) ###### [CurrentX](Access.Report.CurrentX.md) ###### [CurrentY](Access.Report.CurrentY.md) ###### [Cycle](Access.Report.Cycle.md) ###### [DateGrouping](Access.Report.DateGrouping.md) ###### [DefaultControl](Access.Report.DefaultControl.md) ###### [DefaultView](Access.Report.DefaultView.md) ###### [Dirty](Access.Report.Dirty.md) ###### [DisplayOnSharePointSite](Access.Report.DisplayOnSharePointSite.md) ###### [DrawMode](Access.Report.DrawMode.md) ###### [DrawStyle](Access.Report.DrawStyle.md) ###### [DrawWidth](Access.Report.DrawWidth.md) ###### [FastLaserPrinting](Access.Report.FastLaserPrinting.md) ###### [FillColor](Access.Report.FillColor.md) ###### [FillStyle](Access.Report.FillStyle.md) ###### [Filter](Access.Report.Filter(property).md) ###### [FilterOn](Access.Report.FilterOn.md) ###### [FilterOnLoad](Access.Report.FilterOnLoad.md) ###### [FitToPage](Access.Report.FitToPage.md) ###### [FontBold](Access.Report.FontBold.md) ###### [FontItalic](Access.Report.FontItalic.md) ###### [FontName](Access.Report.FontName.md) ###### [FontSize](Access.Report.FontSize.md) ###### [FontUnderline](Access.Report.FontUnderline.md) ###### [ForeColor](Access.Report.ForeColor.md) ###### [FormatCount](Access.Report.FormatCount.md) ###### [GridX](Access.Report.GridX.md) ###### [GridY](Access.Report.GridY.md) ###### [GroupLevel](Access.Report.GroupLevel.md) ###### [GrpKeepTogether](Access.Report.GrpKeepTogether.md) ###### [HasData](Access.Report.HasData.md) ###### [HasModule](Access.Report.HasModule.md) ###### [Height](Access.Report.Height.md) ###### [HelpContextId](Access.Report.HelpContextId.md) ###### [HelpFile](Access.Report.HelpFile.md) ###### [HWnd](Access.Report.Hwnd.md) ###### [InputParameters](Access.Report.InputParameters.md) ###### [KeyPreview](Access.Report.KeyPreview.md) ###### [LayoutForPrint](Access.Report.LayoutForPrint.md) ###### [Left](Access.Report.Left.md) ###### [MenuBar](Access.Report.MenuBar.md) ###### [MinMaxButtons](Access.Report.MinMaxButtons.md) ###### [Modal](Access.Report.Modal.md) ###### [Module](Access.Report.Module.md) ###### [MouseWheel](Access.Report.MouseWheel(property).md) ###### [Moveable](Access.Report.Moveable.md) ###### [MoveLayout](Access.Report.MoveLayout.md) ###### [Name](Access.Report.Name.md) ###### [NextRecord](Access.Report.NextRecord.md) ###### [OnActivate](Access.Report.OnActivate.md) ###### [OnApplyFilter](Access.Report.OnApplyFilter.md) ###### [OnClick](Access.Report.OnClick.md) ###### [OnClose](Access.Report.OnClose.md) ###### [OnCurrent](Access.Report.OnCurrent.md) ###### [OnDblClick](Access.Report.OnDblClick.md) ###### [OnDeactivate](Access.Report.OnDeactivate.md) ###### [OnError](Access.Report.OnError.md) ###### [OnFilter](Access.Report.OnFilter.md) ###### [OnGotFocus](Access.Report.OnGotFocus.md) ###### [OnKeyDown](Access.Report.OnKeyDown.md) ###### [OnKeyPress](Access.Report.OnKeyPress.md) ###### [OnKeyUp](Access.Report.OnKeyUp.md) ###### [OnLoad](Access.Report.OnLoad.md) ###### [OnLostFocus](Access.Report.OnLostFocus.md) ###### [OnMouseDown](Access.Report.OnMouseDown.md) ###### [OnMouseMove](Access.Report.OnMouseMove.md) ###### [OnMouseUp](Access.Report.OnMouseUp.md) ###### [OnNoData](Access.Report.OnNoData.md) ###### [OnOpen](Access.Report.OnOpen.md) ###### [OnPage](Access.Report.OnPage.md) ###### [OnResize](Access.Report.OnResize.md) ###### [OnTimer](Access.Report.OnTimer.md) ###### [OnUnload](Access.Report.OnUnload.md) ###### [OpenArgs](Access.Report.OpenArgs.md) ###### [OrderBy](Access.Report.OrderBy.md) ###### [OrderByOn](Access.Report.OrderByOn.md) ###### [OrderByOnLoad](Access.Report.OrderByOnLoad.md) ###### [Orientation](Access.Report.Orientation.md) ###### [Page](Access.Report.Page(property).md) ###### [PageFooter](Access.Report.PageFooter.md) ###### [PageHeader](Access.Report.PageHeader.md) ###### [Pages](Access.Report.Pages.md) ###### [Painting](Access.Report.Painting.md) ###### [PaintPalette](Access.Report.PaintPalette.md) ###### [PaletteSource](Access.Report.PaletteSource.md) ###### [Parent](Access.Report.Parent.md) ###### [Picture](Access.Report.Picture.md) ###### [PictureAlignment](Access.Report.PictureAlignment.md) ###### [PictureData](Access.Report.PictureData.md) ###### [PicturePages](Access.Report.PicturePages.md) ###### [PicturePalette](Access.Report.PicturePalette.md) ###### [PictureSizeMode](Access.Report.PictureSizeMode.md) ###### [PictureTiling](Access.Report.PictureTiling.md) ###### [PictureType](Access.Report.PictureType.md) ###### [PopUp](Access.Report.PopUp.md) ###### [PrintCount](Access.Report.PrintCount.md) ###### [Printer](Access.Report.Printer.md) ###### [PrintSection](Access.Report.PrintSection.md) ###### [Properties](Access.Report.Properties.md) ###### [PrtDevMode](Access.Report.PrtDevMode.md) ###### [PrtDevNames](Access.Report.PrtDevNames.md) ###### [PrtMip](Access.Report.PrtMip.md) ###### [RecordLocks](Access.Report.RecordLocks.md) ###### [Recordset](Access.Report.Recordset.md) ###### [RecordSource](Access.Report.RecordSource.md) ###### [RecordSourceQualifier](Access.Report.RecordSourceQualifier.md) ###### [Report](Access.Report.Report.md) ###### [RibbonName](Access.Report.RibbonName.md) ###### [ScaleHeight](Access.Report.ScaleHeight.md) ###### [ScaleLeft](Access.Report.ScaleLeft.md) ###### [ScaleMode](Access.Report.ScaleMode.md) ###### [ScaleTop](Access.Report.ScaleTop.md) ###### [ScaleWidth](Access.Report.ScaleWidth.md) ###### [ScrollBars](Access.Report.ScrollBars.md) ###### [Section](Access.Report.Section.md) ###### [ServerFilter](Access.Report.ServerFilter.md) ###### [Shape](Access.report.shape.md) ###### [ShortcutMenuBar](Access.Report.ShortcutMenuBar.md) ###### [ShowPageMargins](Access.Report.ShowPageMargins.md) ###### [Tag](Access.Report.Tag.md) ###### [TimerInterval](Access.Report.TimerInterval.md) ###### [Toolbar](Access.Report.Toolbar.md) ###### [Top](Access.Report.Top.md) ###### [UseDefaultPrinter](Access.Report.UseDefaultPrinter.md) ###### [Visible](Access.Report.Visible.md) ###### [Width](Access.Report.Width.md) ###### [WindowHeight](Access.Report.WindowHeight.md) ###### [WindowLeft](Access.Report.WindowLeft.md) ###### [WindowTop](Access.Report.WindowTop.md) ###### [WindowWidth](Access.Report.WindowWidth.md) #### [Reports object](Access.Reports.md) ##### Properties ###### [Application](Access.Reports.Application.md) ###### [Count](Access.Reports.Count.md) ###### [Item](Access.Reports.Item.md) ###### [Parent](Access.Reports.Parent.md) #### [ReturnVar object](Access.ReturnVar.md) ##### Properties ###### [Name](Access.ReturnVar.Name.md) ###### [Value](Access.ReturnVar.Value.md) #### [ReturnVars object](Access.ReturnVars.md) ##### Properties ###### [Application](Access.ReturnVars.Application.md) ###### [Count](Access.ReturnVars.Count.md) ###### [Item](Access.ReturnVars.Item.md) ###### [Parent](Access.ReturnVars.Parent.md) #### [Screen object](Access.Screen.md) ##### Properties ###### [ActiveControl](Access.Screen.ActiveControl.md) ###### [ActiveDatasheet](Access.Screen.ActiveDatasheet.md) ###### [ActiveForm](Access.Screen.ActiveForm.md) ###### [ActiveReport](Access.Screen.ActiveReport.md) ###### [Application](Access.Screen.Application.md) ###### [MousePointer](Access.Screen.MousePointer.md) ###### [Parent](Access.Screen.Parent.md) ###### [PreviousControl](Access.Screen.PreviousControl.md) #### [Section object](Access.Section.md) ##### Events ###### [Click](Access.Section.Click.md) ###### [DblClick](Access.Section.DblClick.md) ###### [MouseDown](Access.Section.MouseDown.md) ###### [MouseMove](Access.Section.MouseMove.md) ###### [MouseUp](Access.Section.MouseUp.md) ###### [Paint](Access.Section.Paint.md) ##### Methods ###### [SetTabOrder](Access.Section.SetTabOrder.md) ##### Properties ###### [AlternateBackColor](Access.Section.AlternateBackColor.md) ###### [AlternateBackShade](Access.Section.AlternateBackShade.md) ###### [AlternateBackThemeColorIndex](Access.Section.AlternateBackThemeColorIndex.md) ###### [AlternateBackTint](Access.Section.AlternateBackTint.md) ###### [Application](Access.Section.Application.md) ###### [AutoHeight](Access.Section.AutoHeight.md) ###### [BackColor](Access.Section.BackColor.md) ###### [BackShade](Access.Section.BackShade.md) ###### [BackThemeColorIndex](Access.Section.BackThemeColorIndex.md) ###### [BackTint](Access.Section.BackTint.md) ###### [CanGrow](Access.Section.CanGrow.md) ###### [CanShrink](Access.Section.CanShrink.md) ###### [Controls](Access.Section.Controls.md) ###### [DisplayWhen](Access.Section.DisplayWhen.md) ###### [EventProcPrefix](Access.Section.EventProcPrefix.md) ###### [ForceNewPage](Access.Section.ForceNewPage.md) ###### [HasContinued](Access.Section.HasContinued.md) ###### [Height](Access.Section.Height.md) ###### [InSelection](Access.Section.InSelection.md) ###### [KeepTogether](Access.Section.KeepTogether.md) ###### [Name](Access.Section.Name.md) ###### [NewRowOrCol](Access.Section.NewRowOrCol.md) ###### [OnClick](Access.Section.OnClick.md) ###### [OnDblClick](Access.Section.OnDblClick.md) ###### [OnFormat](Access.Section.OnFormat.md) ###### [OnMouseDown](Access.Section.OnMouseDown.md) ###### [OnMouseMove](Access.Section.OnMouseMove.md) ###### [OnMouseUp](Access.Section.OnMouseUp.md) ###### [OnPaint](Access.Section.OnPaint.md) ###### [OnPrint](Access.Section.OnPrint.md) ###### [OnRetreat](Access.Section.OnRetreat.md) ###### [Parent](Access.Section.Parent.md) ###### [Properties](Access.Section.Properties.md) ###### [RepeatSection](Access.Section.RepeatSection.md) ###### [SpecialEffect](Access.Section.SpecialEffect.md) ###### [Tag](Access.Section.Tag.md) ###### [Visible](Access.Section.Visible.md) ###### [WillContinue](Access.Section.WillContinue.md) #### [SharedResource object](Access.SharedResource.md) ##### Methods ###### [Delete](Access.SharedResource.Delete.md) ##### Properties ###### [Name](Access.SharedResource.Name.md) ###### [Parent](Access.SharedResource.Parent.md) ###### [Type](Access.SharedResource.Type.md) #### [SharedResources object](Access.SharedResources.md) ##### Properties ###### [Application](Access.SharedResources.Application.md) ###### [Count](Access.SharedResources.Count.md) ###### [Item](Access.SharedResources.Item.md) ###### [Parent](Access.SharedResources.Parent.md) #### [SmartTag object](Access.SmartTag.md) ##### Methods ###### [Delete](Access.SmartTag.Delete.md) ##### Properties ###### [Application](Access.SmartTag.Application.md) ###### [IsMissing](Access.SmartTag.IsMissing.md) ###### [Name](Access.SmartTag.Name.md) ###### [Parent](Access.SmartTag.Parent.md) ###### [Properties](Access.SmartTag.Properties.md) ###### [SmartTagActions](Access.SmartTag.SmartTagActions.md) ###### [XML](Access.SmartTag.XML.md) #### [SmartTagAction object](Access.SmartTagAction.md) ##### Methods ###### [Execute](Access.SmartTagAction.Execute.md) ##### Properties ###### [Application](Access.SmartTagAction.Application.md) ###### [Name](Access.SmartTagAction.Name.md) ###### [Parent](Access.SmartTagAction.Parent.md) #### [SmartTagActions object](Access.SmartTagActions.md) ##### Properties ###### [Application](Access.SmartTagActions.Application.md) ###### [Count](Access.SmartTagActions.Count.md) ###### [Item](Access.SmartTagActions.Item.md) ###### [Parent](Access.SmartTagActions.Parent.md) #### [SmartTagProperty object](Access.SmartTagProperty.md) ##### Methods ###### [Delete](Access.SmartTagProperty.Delete.md) ##### Properties ###### [Name](Access.SmartTagProperty.Name.md) ###### [Value](Access.SmartTagProperty.Value.md) #### [SmartTagProperties object](Access.smarttagProperties.md) ##### Methods ###### [Add](Access.SmartTagProperties.Add.md) ###### [Application](Access.smarttagProperties.Application.md) ###### [Count](Access.smarttagProperties.Count.md) ###### [Item](Access.smarttagProperties.Item.md) ###### [Parent](Access.smarttagProperties.Parent.md) #### [SmartTags object](Access.SmartTags.md) ##### Methods ###### [Add](Access.SmartTags.Add.md) ##### Properties ###### [Application](Access.SmartTags.Application.md) ###### [Count](Access.SmartTags.Count.md) ###### [Item](Access.SmartTags.Item.md) ###### [Parent](Access.SmartTags.Parent.md) #### [SubForm object](Access.subForm.md) ##### Events ###### [Enter](Access.SubForm.Enter.md) ###### [Exit](Access.SubForm.Exit.md) ##### Methods ###### [Move](Access.subForm.Move.md) ###### [Requery](Access.subForm.Requery.md) ###### [SetFocus](Access.subForm.SetFocus.md) ###### [SizeToFit](Access.SubForm.SizeToFit.md) ##### Properties ###### [AddColon](Access.SubForm.AddColon.md) ###### [Application](Access.subForm.Application.md) ###### [AutoLabel](Access.SubForm.AutoLabel.md) ###### [BorderColor](Access.SubForm.BorderColor.md) ###### [BorderShade](Access.SubForm.BorderShade.md) ###### [BorderStyle](Access.subForm.BorderStyle.md) ###### [BorderThemeColorIndex](Access.SubForm.BorderThemeColorIndex.md) ###### [BorderTint](Access.SubForm.BorderTint.md) ###### [BorderWidth](Access.SubForm.BorderWidth.md) ###### [BottomPadding](Access.SubForm.BottomPadding.md) ###### [CanGrow](Access.SubForm.CanGrow.md) ###### [CanShrink](Access.SubForm.CanShrink.md) ###### [Controls](Access.subForm.Controls.md) ###### [ControlType](Access.SubForm.ControlType.md) ###### [DisplayWhen](Access.SubForm.DisplayWhen.md) ###### [Enabled](Access.SubForm.Enabled.md) ###### [EventProcPrefix](Access.SubForm.EventProcPrefix.md) ###### [FilterOnEmptyMaster](Access.SubForm.FilterOnEmptyMaster.md) ###### [Form](Access.subForm.Form.md) ###### [GridlineColor](Access.SubForm.GridlineColor.md) ###### [GridlineShade](Access.SubForm.GridlineShade.md) ###### [GridlineStyleBottom](Access.SubForm.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.SubForm.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.SubForm.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.SubForm.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.SubForm.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.SubForm.GridlineTint.md) ###### [GridlineWidthBottom](Access.SubForm.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.SubForm.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.SubForm.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.SubForm.GridlineWidthTop.md) ###### [Height](Access.SubForm.Height.md) ###### [HorizontalAnchor](Access.SubForm.HorizontalAnchor.md) ###### [InSelection](Access.SubForm.InSelection.md) ###### [IsVisible](Access.SubForm.IsVisible.md) ###### [LabelAlign](Access.SubForm.LabelAlign.md) ###### [LabelX](Access.SubForm.LabelX.md) ###### [LabelY](Access.SubForm.LabelY.md) ###### [Layout](Access.SubForm.Layout.md) ###### [LayoutID](Access.SubForm.LayoutID.md) ###### [Left](Access.SubForm.Left.md) ###### [LeftPadding](Access.SubForm.LeftPadding.md) ###### [LinkChildFields](Access.SubForm.LinkChildFields.md) ###### [LinkMasterFields](Access.SubForm.LinkMasterFields.md) ###### [Locked](Access.SubForm.Locked.md) ###### [Name](Access.subForm.Name.md) ###### [OldBorderStyle](Access.SubForm.OldBorderStyle.md) ###### [OnEnter](Access.SubForm.OnEnter.md) ###### [OnExit](Access.SubForm.OnExit.md) ###### [Parent](Access.subForm.Parent.md) ###### [Properties](Access.subForm.Properties.md) ###### [Report](Access.SubForm.Report.md) ###### [RightPadding](Access.SubForm.RightPadding.md) ###### [Section](Access.subForm.Section.md) ###### [SourceObject](Access.SubForm.SourceObject.md) ###### [SpecialEffect](Access.SubForm.SpecialEffect.md) ###### [StatusBarText](Access.SubForm.StatusBarText.md) ###### [TabIndex](Access.SubForm.TabIndex.md) ###### [TabStop](Access.SubForm.TabStop.md) ###### [Tag](Access.subForm.Tag.md) ###### [Top](Access.SubForm.Top.md) ###### [TopPadding](Access.SubForm.TopPadding.md) ###### [VerticalAnchor](Access.SubForm.VerticalAnchor.md) ###### [Visible](Access.subForm.Visible.md) ###### [Width](Access.subForm.Width.md) #### [TabControl object](Access.tabControl.md) ##### Events ###### [Change](Access.TabControl.Change.md) ###### [Click](Access.TabControl.Click.md) ###### [DblClick](Access.TabControl.DblClick.md) ###### [KeyDown](Access.TabControl.KeyDown.md) ###### [KeyPress](Access.TabControl.KeyPress.md) ###### [KeyUp](Access.TabControl.KeyUp.md) ###### [MouseDown](Access.TabControl.MouseDown.md) ###### [MouseMove](Access.TabControl.MouseMove.md) ###### [MouseUp](Access.TabControl.MouseUp.md) ##### Methods ###### [Move](Access.tabControl.Move.md) ###### [SizeToFit](Access.tabControl.SizeToFit.md) ##### Properties ###### [Application](Access.tabControl.Application.md) ###### [BackColor](Access.TabControl.BackColor.md) ###### [BackShade](Access.TabControl.BackShade.md) ###### [BackStyle](Access.TabControl.BackStyle.md) ###### [BackThemeColorIndex](Access.TabControl.BackThemeColorIndex.md) ###### [BackTint](Access.TabControl.BackTint.md) ###### [BorderColor](Access.TabControl.BorderColor.md) ###### [BorderShade](Access.TabControl.BorderShade.md) ###### [BorderStyle](Access.TabControl.BorderStyle.md) ###### [BorderThemeColorIndex](Access.TabControl.BorderThemeColorIndex.md) ###### [BorderTint](Access.TabControl.BorderTint.md) ###### [BottomPadding](Access.tabControl.BottomPadding.md) ###### [ControlType](Access.TabControl.ControlType.md) ###### [DisplayWhen](Access.TabControl.DisplayWhen.md) ###### [Enabled](Access.TabControl.Enabled.md) ###### [EventProcPrefix](Access.TabControl.EventProcPrefix.md) ###### [FontBold](Access.TabControl.FontBold.md) ###### [FontItalic](Access.TabControl.FontItalic.md) ###### [FontName](Access.TabControl.FontName.md) ###### [FontSize](Access.TabControl.FontSize.md) ###### [FontUnderline](Access.TabControl.FontUnderline.md) ###### [FontWeight](Access.TabControl.FontWeight.md) ###### [ForeColor](Access.TabControl.ForeColor.md) ###### [ForeShade](Access.TabControl.ForeShade.md) ###### [ForeThemeColorIndex](Access.TabControl.ForeThemeColorIndex.md) ###### [ForeTint](Access.TabControl.ForeTint.md) ###### [Gradient](Access.TabControl.Gradient.md) ###### [GridlineColor](Access.tabControl.GridlineColor.md) ###### [GridlineShade](Access.TabControl.GridlineShade.md) ###### [GridlineStyleBottom](Access.tabControl.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.tabControl.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.tabControl.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.tabControl.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.TabControl.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.TabControl.GridlineTint.md) ###### [GridlineWidthBottom](Access.tabControl.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.tabControl.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.tabControl.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.tabControl.GridlineWidthTop.md) ###### [Height](Access.TabControl.Height.md) ###### [HelpContextId](Access.TabControl.HelpContextId.md) ###### [HorizontalAnchor](Access.tabControl.HorizontalAnchor.md) ###### [HoverColor](Access.TabControl.HoverColor.md) ###### [HoverForeColor](Access.TabControl.HoverForeColor.md) ###### [HoverForeShade](Access.TabControl.HoverForeShade.md) ###### [HoverForeThemeColorIndex](Access.TabControl.HoverForeThemeColorIndex.md) ###### [HoverForeTint](Access.TabControl.HoverForeTint.md) ###### [HoverShade](Access.TabControl.HoverShade.md) ###### [HoverThemeColorIndex](Access.TabControl.HoverThemeColorIndex.md) ###### [HoverTint](Access.TabControl.HoverTint.md) ###### [InSelection](Access.TabControl.InSelection.md) ###### [IsVisible](Access.TabControl.IsVisible.md) ###### [Layout](Access.tabControl.Layout.md) ###### [LayoutID](Access.tabControl.LayoutID.md) ###### [Left](Access.TabControl.Left.md) ###### [LeftPadding](Access.tabControl.LeftPadding.md) ###### [MultiRow](Access.TabControl.MultiRow.md) ###### [Name](Access.tabControl.Name.md) ###### [OldValue](Access.tabControl.OldValue.md) ###### [OnChange](Access.TabControl.OnChange.md) ###### [OnClick](Access.TabControl.OnClick.md) ###### [OnDblClick](Access.TabControl.OnDblClick.md) ###### [OnKeyDown](Access.TabControl.OnKeyDown.md) ###### [OnKeyPress](Access.TabControl.OnKeyPress.md) ###### [OnKeyUp](Access.TabControl.OnKeyUp.md) ###### [OnMouseDown](Access.TabControl.OnMouseDown.md) ###### [OnMouseMove](Access.TabControl.OnMouseMove.md) ###### [OnMouseUp](Access.TabControl.OnMouseUp.md) ###### [Pages](Access.tabControl.Pages.md) ###### [Parent](Access.tabControl.Parent.md) ###### [PressedColor](Access.TabControl.PressedColor.md) ###### [PressedForeColor](Access.TabControl.PressedForeColor.md) ###### [PressedForeShade](Access.TabControl.PressedForeShade.md) ###### [PressedForeThemeColorIndex](Access.TabControl.PressedForeThemeColorIndex.md) ###### [PressedForeTint](Access.TabControl.PressedForeTint.md) ###### [PressedShade](Access.TabControl.PressedShade.md) ###### [PressedThemeColorIndex](Access.TabControl.PressedThemeColorIndex.md) ###### [PressedTint](Access.TabControl.PressedTint.md) ###### [Properties](Access.tabControl.Properties.md) ###### [RightPadding](Access.tabControl.RightPadding.md) ###### [Section](Access.TabControl.Section.md) ###### [Shape](Access.TabControl.Shape.md) ###### [ShortcutMenuBar](Access.TabControl.ShortcutMenuBar.md) ###### [StatusBarText](Access.TabControl.StatusBarText.md) ###### [Style](Access.TabControl.Style.md) ###### [TabFixedHeight](Access.TabControl.TabFixedHeight.md) ###### [TabFixedWidth](Access.TabControl.TabFixedWidth.md) ###### [TabIndex](Access.TabControl.TabIndex.md) ###### [TabStop](Access.TabControl.TabStop.md) ###### [Tag](Access.TabControl.Tag.md) ###### [ThemeFontIndex](Access.TabControl.ThemeFontIndex.md) ###### [Top](Access.TabControl.Top.md) ###### [TopPadding](Access.TabControl.TopPadding.md) ###### [UseTheme](Access.TabControl.UseTheme.md) ###### [Value](Access.TabControl.Value.md) ###### [VerticalAnchor](Access.TabControl.VerticalAnchor.md) ###### [Visible](Access.TabControl.Visible.md) ###### [Width](Access.TabControl.Width.md) #### [TempVar object](Access.TempVar.md) ##### Properties ###### [Name](Access.TempVar.Name.md) ###### [Value](Access.TempVar.Value.md) #### [TempVars object](Access.TempVars.md) ##### Methods ###### [Add](Access.TempVars.Add.md) ###### [Remove](Access.TempVars.Remove.md) ###### [RemoveAll](Access.TempVars.RemoveAll.md) ##### Properties ###### [Application](Access.TempVars.Application.md) ###### [Count](Access.TempVars.Count.md) ###### [Item](Access.TempVars.Item.md) ###### [Parent](Access.TempVars.Parent.md) #### [TextBox object](Access.TextBox.md) ##### Events ###### [AfterUpdate](Access.TextBox.AfterUpdate-event.md) ###### [BeforeUpdate](Access.TextBox.BeforeUpdate-event.md) ###### [Change](Access.TextBox.Change.md) ###### [Click](Access.TextBox.Click.md) ###### [DblClick](Access.TextBox.DblClick.md) ###### [Dirty](Access.TextBox.Dirty.md) ###### [Enter](Access.TextBox.Enter.md) ###### [Exit](Access.TextBox.Exit.md) ###### [GotFocus](Access.TextBox.GotFocus.md) ###### [KeyDown](Access.TextBox.KeyDown.md) ###### [KeyPress](Access.TextBox.KeyPress.md) ###### [KeyUp](Access.TextBox.KeyUp.md) ###### [LostFocus](Access.TextBox.LostFocus.md) ###### [MouseDown](Access.TextBox.MouseDown.md) ###### [MouseMove](Access.TextBox.MouseMove.md) ###### [MouseUp](Access.TextBox.MouseUp.md) ###### [Undo](Access.TextBox.Undo(even).md) ##### Methods ###### [Move](Access.TextBox.Move.md) ###### [Requery](Access.TextBox.Requery.md) ###### [SetFocus](Access.TextBox.SetFocus.md) ###### [SizeToFit](Access.TextBox.SizeToFit.md) ###### [Undo](Access.TextBox.Undo(method).md) ##### Properties ###### [AddColon](Access.TextBox.AddColon.md) ###### [AfterUpdate](Access.TextBox.AfterUpdate-property.md) ###### [AllowAutoCorrect](Access.TextBox.AllowAutoCorrect.md) ###### [Application](Access.TextBox.Application.md) ###### [AsianLineBreak](Access.TextBox.AsianLineBreak.md) ###### [AutoLabel](Access.TextBox.AutoLabel.md) ###### [AutoTab](Access.TextBox.AutoTab.md) ###### [BackColor](Access.TextBox.BackColor.md) ###### [BackShade](Access.TextBox.BackShade.md) ###### [BackStyle](Access.TextBox.BackStyle.md) ###### [BackThemeColorIndex](Access.TextBox.BackThemeColorIndex.md) ###### [BackTint](Access.TextBox.BackTint.md) ###### [BeforeUpdate](Access.TextBox.BeforeUpdate-property.md) ###### [BorderColor](Access.TextBox.BorderColor.md) ###### [BorderShade](Access.TextBox.BorderShade.md) ###### [BorderStyle](Access.TextBox.BorderStyle.md) ###### [BorderThemeColorIndex](Access.TextBox.BorderThemeColorIndex.md) ###### [BorderTint](Access.TextBox.BorderTint.md) ###### [BorderWidth](Access.TextBox.BorderWidth.md) ###### [BottomMargin](Access.TextBox.BottomMargin.md) ###### [BottomPadding](Access.TextBox.BottomPadding.md) ###### [CanGrow](Access.TextBox.CanGrow.md) ###### [CanShrink](Access.TextBox.CanShrink.md) ###### [ColumnHidden](Access.TextBox.ColumnHidden.md) ###### [ColumnOrder](Access.TextBox.ColumnOrder.md) ###### [ColumnWidth](Access.TextBox.ColumnWidth.md) ###### [Controls](Access.TextBox.Controls.md) ###### [ControlSource](Access.TextBox.ControlSource.md) ###### [ControlTipText](Access.TextBox.ControlTipText.md) ###### [ControlType](Access.TextBox.ControlType.md) ###### [DecimalPlaces](Access.TextBox.DecimalPlaces.md) ###### [DefaultValue](Access.TextBox.DefaultValue.md) ###### [DisplayAsHyperlink](Access.TextBox.DisplayAsHyperlink.md) ###### [DisplayWhen](Access.TextBox.DisplayWhen.md) ###### [Enabled](Access.TextBox.Enabled.md) ###### [EnterKeyBehavior](Access.TextBox.EnterKeyBehavior.md) ###### [EventProcPrefix](Access.TextBox.EventProcPrefix.md) ###### [FilterLookup](Access.TextBox.FilterLookup.md) ###### [FontBold](Access.TextBox.FontBold.md) ###### [FontItalic](Access.TextBox.FontItalic.md) ###### [FontName](Access.TextBox.FontName.md) ###### [FontSize](Access.TextBox.FontSize.md) ###### [FontUnderline](Access.TextBox.FontUnderline.md) ###### [FontWeight](Access.TextBox.FontWeight.md) ###### [ForeColor](Access.TextBox.ForeColor.md) ###### [ForeShade](Access.TextBox.ForeShade.md) ###### [ForeThemeColorIndex](Access.TextBox.ForeThemeColorIndex.md) ###### [ForeTint](Access.TextBox.ForeTint.md) ###### [Format](Access.TextBox.Format.md) ###### [FormatConditions](Access.TextBox.FormatConditions.md) ###### [FuriganaControl](Access.TextBox.FuriganaControl.md) ###### [GridlineColor](Access.TextBox.GridlineColor.md) ###### [GridlineShade](Access.TextBox.GridlineShade.md) ###### [GridlineStyleBottom](Access.TextBox.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.TextBox.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.TextBox.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.TextBox.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.TextBox.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.TextBox.GridlineTint.md) ###### [GridlineWidthBottom](Access.TextBox.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.TextBox.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.TextBox.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.TextBox.GridlineWidthTop.md) ###### [Height](Access.TextBox.Height.md) ###### [HelpContextId](Access.TextBox.HelpContextId.md) ###### [HideDuplicates](Access.TextBox.HideDuplicates.md) ###### [HorizontalAnchor](Access.TextBox.HorizontalAnchor.md) ###### [Hyperlink](Access.TextBox.Hyperlink.md) ###### [IMEHold](Access.TextBox.IMEHold.md) ###### [IMEMode](Access.TextBox.IMEMode.md) ###### [IMESentenceMode](Access.TextBox.IMESentenceMode.md) ###### [InputMask](Access.TextBox.InputMask.md) ###### [InSelection](Access.TextBox.InSelection.md) ###### [IsHyperlink](Access.TextBox.IsHyperlink.md) ###### [IsVisible](Access.TextBox.IsVisible.md) ###### [KeyboardLanguage](Access.TextBox.KeyboardLanguage.md) ###### [LabelAlign](Access.TextBox.LabelAlign.md) ###### [LabelX](Access.TextBox.LabelX.md) ###### [LabelY](Access.TextBox.LabelY.md) ###### [Layout](Access.TextBox.Layout.md) ###### [LayoutID](Access.TextBox.LayoutID.md) ###### [Left](Access.TextBox.Left.md) ###### [LeftMargin](Access.TextBox.LeftMargin.md) ###### [LeftPadding](Access.TextBox.LeftPadding.md) ###### [LineSpacing](Access.TextBox.LineSpacing.md) ###### [Locked](Access.TextBox.Locked.md) ###### [Name](Access.TextBox.Name.md) ###### [NumeralShapes](Access.TextBox.NumeralShapes.md) ###### [OldBorderStyle](Access.TextBox.OldBorderStyle.md) ###### [OldValue](Access.TextBox.OldValue.md) ###### [OnChange](Access.TextBox.OnChange.md) ###### [OnClick](Access.TextBox.OnClick.md) ###### [OnDblClick](Access.TextBox.OnDblClick.md) ###### [OnDirty](Access.TextBox.OnDirty.md) ###### [OnEnter](Access.TextBox.OnEnter.md) ###### [OnExit](Access.TextBox.OnExit.md) ###### [OnGotFocus](Access.TextBox.OnGotFocus.md) ###### [OnKeyDown](Access.TextBox.OnKeyDown.md) ###### [OnKeyPress](Access.TextBox.OnKeyPress.md) ###### [OnKeyUp](Access.TextBox.OnKeyUp.md) ###### [OnLostFocus](Access.TextBox.OnLostFocus.md) ###### [OnMouseDown](Access.TextBox.OnMouseDown.md) ###### [OnMouseMove](Access.TextBox.OnMouseMove.md) ###### [OnMouseUp](Access.TextBox.OnMouseUp.md) ###### [OnUndo](Access.TextBox.OnUndo.md) ###### [Parent](Access.TextBox.Parent.md) ###### [PostalAddress](Access.TextBox.PostalAddress.md) ###### [Properties](Access.TextBox.Properties.md) ###### [ReadingOrder](Access.TextBox.ReadingOrder.md) ###### [RightMargin](Access.TextBox.RightMargin.md) ###### [RightPadding](Access.TextBox.RightPadding.md) ###### [RunningSum](Access.TextBox.RunningSum.md) ###### [ScrollBarAlign](Access.TextBox.ScrollBarAlign.md) ###### [ScrollBars](Access.TextBox.ScrollBars.md) ###### [Section](Access.TextBox.Section.md) ###### [SelLength](Access.TextBox.SelLength.md) ###### [SelStart](Access.TextBox.SelStart.md) ###### [SelText](Access.TextBox.SelText.md) ###### [ShortcutMenuBar](Access.TextBox.ShortcutMenuBar.md) ###### [ShowDatePicker](Access.TextBox.ShowDatePicker.md) ###### [SmartTags](Access.TextBox.SmartTags.md) ###### [SpecialEffect](Access.TextBox.SpecialEffect.md) ###### [StatusBarText](Access.TextBox.StatusBarText.md) ###### [TabIndex](Access.TextBox.TabIndex.md) ###### [TabStop](Access.TextBox.TabStop.md) ###### [Tag](Access.TextBox.Tag.md) ###### [Text](Access.TextBox.Text.md) ###### [TextAlign](Access.TextBox.TextAlign.md) ###### [TextFormat](Access.TextBox.TextFormat.md) ###### [ThemeFontIndex](Access.TextBox.ThemeFontIndex.md) ###### [Top](Access.TextBox.Top.md) ###### [TopMargin](Access.TextBox.TopMargin.md) ###### [TopPadding](Access.TextBox.TopPadding.md) ###### [ValidationRule](Access.TextBox.ValidationRule.md) ###### [ValidationText](Access.TextBox.ValidationText.md) ###### [Value](Access.TextBox.Value.md) ###### [Vertical](Access.TextBox.Vertical.md) ###### [VerticalAnchor](Access.TextBox.VerticalAnchor.md) ###### [Visible](Access.TextBox.Visible.md) ###### [Width](Access.TextBox.Width.md) #### [ToggleButton object](Access.ToggleButton.md) ##### Events ###### [AfterUpdate](Access.ToggleButton.AfterUpdate-event.md) ###### [BeforeUpdate](Access.ToggleButton.BeforeUpdate-event.md) ###### [Click](Access.ToggleButton.Click.md) ###### [DblClick](Access.ToggleButton.DblClick.md) ###### [Enter](Access.ToggleButton.Enter.md) ###### [Exit](Access.ToggleButton.Exit.md) ###### [GotFocus](Access.ToggleButton.GotFocus.md) ###### [KeyDown](Access.ToggleButton.KeyDown.md) ###### [KeyPress](Access.ToggleButton.KeyPress.md) ###### [KeyUp](Access.ToggleButton.KeyUp.md) ###### [LostFocus](Access.ToggleButton.LostFocus.md) ###### [MouseDown](Access.ToggleButton.MouseDown.md) ###### [MouseMove](Access.ToggleButton.MouseMove.md) ###### [MouseUp](Access.ToggleButton.MouseUp.md) ##### Methods ###### [Move](Access.ToggleButton.Move.md) ###### [Requery](Access.ToggleButton.Requery.md) ###### [SetFocus](Access.ToggleButton.SetFocus.md) ###### [SizeToFit](Access.ToggleButton.SizeToFit.md) ###### [Undo](Access.ToggleButton.Undo.md) ##### Properties ###### [AddColon](Access.ToggleButton.AddColon.md) ###### [AfterUpdate](Access.ToggleButton.AfterUpdate-property.md) ###### [Application](Access.ToggleButton.Application.md) ###### [AutoLabel](Access.ToggleButton.AutoLabel.md) ###### [BackColor](Access.ToggleButton.BackColor.md) ###### [BackShade](Access.ToggleButton.BackShade.md) ###### [BackThemeColorIndex](Access.ToggleButton.BackThemeColorIndex.md) ###### [BackTint](Access.ToggleButton.BackTint.md) ###### [BeforeUpdate](Access.ToggleButton.BeforeUpdate-property.md) ###### [Bevel](Access.ToggleButton.Bevel.md) ###### [BorderColor](Access.ToggleButton.BorderColor.md) ###### [BorderShade](Access.ToggleButton.BorderShade.md) ###### [BorderStyle](Access.ToggleButton.BorderStyle.md) ###### [BorderThemeColorIndex](Access.ToggleButton.BorderThemeColorIndex.md) ###### [BorderTint](Access.ToggleButton.BorderTint.md) ###### [BorderWidth](Access.ToggleButton.BorderWidth.md) ###### [BottomPadding](Access.ToggleButton.BottomPadding.md) ###### [Caption](Access.ToggleButton.Caption.md) ###### [ColumnHidden](Access.ToggleButton.ColumnHidden.md) ###### [ColumnOrder](Access.ToggleButton.ColumnOrder.md) ###### [ColumnWidth](Access.ToggleButton.ColumnWidth.md) ###### [Controls](Access.ToggleButton.Controls.md) ###### [ControlSource](Access.ToggleButton.ControlSource.md) ###### [ControlTipText](Access.ToggleButton.ControlTipText.md) ###### [ControlType](Access.ToggleButton.ControlType.md) ###### [DefaultValue](Access.ToggleButton.DefaultValue.md) ###### [DisplayWhen](Access.ToggleButton.DisplayWhen.md) ###### [Enabled](Access.ToggleButton.Enabled.md) ###### [EventProcPrefix](Access.ToggleButton.EventProcPrefix.md) ###### [FontBold](Access.ToggleButton.FontBold.md) ###### [FontItalic](Access.ToggleButton.FontItalic.md) ###### [FontName](Access.ToggleButton.FontName.md) ###### [FontSize](Access.ToggleButton.FontSize.md) ###### [FontUnderline](Access.ToggleButton.FontUnderline.md) ###### [FontWeight](Access.ToggleButton.FontWeight.md) ###### [ForeColor](Access.ToggleButton.ForeColor.md) ###### [ForeShade](Access.ToggleButton.ForeShade.md) ###### [ForeThemeColorIndex](Access.ToggleButton.ForeThemeColorIndex.md) ###### [ForeTint](Access.ToggleButton.ForeTint.md) ###### [Glow](Access.ToggleButton.Glow.md) ###### [Gradient](Access.ToggleButton.Gradient.md) ###### [GridlineColor](Access.ToggleButton.GridlineColor.md) ###### [GridlineShade](Access.ToggleButton.GridlineShade.md) ###### [GridlineStyleBottom](Access.ToggleButton.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.ToggleButton.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.ToggleButton.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.ToggleButton.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.ToggleButton.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.ToggleButton.GridlineTint.md) ###### [GridlineWidthBottom](Access.ToggleButton.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.ToggleButton.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.ToggleButton.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.ToggleButton.GridlineWidthTop.md) ###### [Height](Access.ToggleButton.Height.md) ###### [HelpContextId](Access.ToggleButton.HelpContextId.md) ###### [HideDuplicates](Access.ToggleButton.HideDuplicates.md) ###### [HorizontalAnchor](Access.ToggleButton.HorizontalAnchor.md) ###### [HoverColor](Access.ToggleButton.HoverColor.md) ###### [HoverForeColor](Access.ToggleButton.HoverForeColor.md) ###### [HoverForeShade](Access.ToggleButton.HoverForeShade.md) ###### [HoverForeThemeColorIndex](Access.ToggleButton.HoverForeThemeColorIndex.md) ###### [HoverForeTint](Access.ToggleButton.HoverForeTint.md) ###### [HoverShade](Access.ToggleButton.HoverShade.md) ###### [HoverThemeColorIndex](Access.ToggleButton.HoverThemeColorIndex.md) ###### [HoverTint](Access.ToggleButton.HoverTint.md) ###### [InSelection](Access.ToggleButton.InSelection.md) ###### [IsVisible](Access.ToggleButton.IsVisible.md) ###### [LabelAlign](Access.ToggleButton.LabelAlign.md) ###### [LabelX](Access.ToggleButton.LabelX.md) ###### [LabelY](Access.ToggleButton.LabelY.md) ###### [Layout](Access.ToggleButton.Layout.md) ###### [LayoutID](Access.ToggleButton.LayoutID.md) ###### [Left](Access.ToggleButton.Left.md) ###### [LeftPadding](Access.ToggleButton.LeftPadding.md) ###### [Locked](Access.ToggleButton.Locked.md) ###### [Name](Access.ToggleButton.Name.md) ###### [ObjectPalette](Access.ToggleButton.ObjectPalette.md) ###### [OldValue](Access.ToggleButton.OldValue.md) ###### [OnClick](Access.ToggleButton.OnClick.md) ###### [OnDblClick](Access.ToggleButton.OnDblClick.md) ###### [OnEnter](Access.ToggleButton.OnEnter.md) ###### [OnExit](Access.ToggleButton.OnExit.md) ###### [OnGotFocus](Access.ToggleButton.OnGotFocus.md) ###### [OnKeyDown](Access.ToggleButton.OnKeyDown.md) ###### [OnKeyPress](Access.ToggleButton.OnKeyPress.md) ###### [OnKeyUp](Access.ToggleButton.OnKeyUp.md) ###### [OnLostFocus](Access.ToggleButton.OnLostFocus.md) ###### [OnMouseDown](Access.ToggleButton.OnMouseDown.md) ###### [OnMouseMove](Access.ToggleButton.OnMouseMove.md) ###### [OnMouseUp](Access.ToggleButton.OnMouseUp.md) ###### [OptionValue](Access.ToggleButton.OptionValue.md) ###### [Parent](Access.ToggleButton.Parent.md) ###### [Picture](Access.ToggleButton.Picture.md) ###### [PictureData](Access.ToggleButton.PictureData.md) ###### [PictureType](Access.ToggleButton.PictureType.md) ###### [PressedColor](Access.ToggleButton.PressedColor.md) ###### [PressedForeColor](Access.ToggleButton.PressedForeColor.md) ###### [PressedForeShade](Access.ToggleButton.PressedForeShade.md) ###### [PressedForeThemeColorIndex](Access.ToggleButton.PressedForeThemeColorIndex.md) ###### [PressedForeTint](Access.ToggleButton.PressedForeTint.md) ###### [PressedShade](Access.ToggleButton.PressedShade.md) ###### [PressedThemeColorIndex](Access.ToggleButton.PressedThemeColorIndex.md) ###### [PressedTint](Access.ToggleButton.PressedTint.md) ###### [Properties](Access.ToggleButton.Properties.md) ###### [QuickStyle](Access.ToggleButton.QuickStyle.md) ###### [QuickStyleMask](Access.togglebutton.quickstylemask.md) ###### [ReadingOrder](Access.ToggleButton.ReadingOrder.md) ###### [RightPadding](Access.ToggleButton.RightPadding.md) ###### [Section](Access.ToggleButton.Section.md) ###### [Shadow](Access.ToggleButton.Shadow.md) ###### [Shape](Access.ToggleButton.Shape.md) ###### [ShortcutMenuBar](Access.ToggleButton.ShortcutMenuBar.md) ###### [SoftEdges](Access.ToggleButton.SoftEdges.md) ###### [StatusBarText](Access.ToggleButton.StatusBarText.md) ###### [TabIndex](Access.ToggleButton.TabIndex.md) ###### [TabStop](Access.ToggleButton.TabStop.md) ###### [Tag](Access.ToggleButton.Tag.md) ###### [ThemeFontIndex](Access.ToggleButton.ThemeFontIndex.md) ###### [Top](Access.ToggleButton.Top.md) ###### [TopPadding](Access.ToggleButton.TopPadding.md) ###### [TripleState](Access.ToggleButton.TripleState.md) ###### [UseTheme](Access.ToggleButton.UseTheme.md) ###### [ValidationRule](Access.ToggleButton.ValidationRule.md) ###### [ValidationText](Access.ToggleButton.ValidationText.md) ###### [Value](Access.ToggleButton.Value.md) ###### [VerticalAnchor](Access.ToggleButton.VerticalAnchor.md) ###### [Visible](Access.ToggleButton.Visible.md) ###### [Width](Access.ToggleButton.Width.md) #### [WebBrowserControl object](Access.WebBrowserControl.md) ##### Events ###### [AfterUpdate](Access.WebBrowserControl.AfterUpdate.md) ###### [BeforeNavigate2](Access.WebBrowserControl.BeforeNavigate2.md) ###### [BeforeUpdate](Access.WebBrowserControl.BeforeUpdate.md) ###### [Change](Access.WebBrowserControl.Change.md) ###### [Click](Access.WebBrowserControl.Click.md) ###### [DblClick](Access.WebBrowserControl.DblClick.md) ###### [Dirty](Access.WebBrowserControl.Dirty.md) ###### [DocumentComplete](Access.WebBrowserControl.DocumentComplete.md) ###### [Enter](Access.WebBrowserControl.Enter.md) ###### [Exit](Access.WebBrowserControl.Exit.md) ###### [GotFocus](Access.WebBrowserControl.GotFocus.md) ###### [KeyDown](Access.WebBrowserControl.KeyDown.md) ###### [KeyPress](Access.WebBrowserControl.KeyPress.md) ###### [KeyUp](Access.WebBrowserControl.KeyUp.md) ###### [LostFocus](Access.WebBrowserControl.LostFocus.md) ###### [MouseDown](Access.WebBrowserControl.MouseDown.md) ###### [MouseMove](Access.WebBrowserControl.MouseMove.md) ###### [MouseUp](Access.WebBrowserControl.MouseUp.md) ###### [NavigateError](Access.WebBrowserControl.NavigateError.md) ###### [ProgressChange](Access.WebBrowserControl.ProgressChange.md) ###### [Updated](Access.WebBrowserControl.Updated.md) ##### Methods ###### [Move](Access.WebBrowserControl.Move.md) ###### [Requery](Access.WebBrowserControl.Requery.md) ###### [SetFocus](Access.WebBrowserControl.SetFocus.md) ###### [SizeToFit](Access.WebBrowserControl.SizeToFit.md) ###### [Undo](Access.WebBrowserControl.Undo.md) ##### Properties ###### [Application](Access.WebBrowserControl.Application.md) ###### [BorderColor](Access.WebBrowserControl.BorderColor.md) ###### [BorderShade](Access.WebBrowserControl.BorderShade.md) ###### [BorderStyle](Access.WebBrowserControl.BorderStyle.md) ###### [BorderThemeColorIndex](Access.WebBrowserControl.BorderThemeColorIndex.md) ###### [BorderTint](Access.WebBrowserControl.BorderTint.md) ###### [BorderWidth](Access.WebBrowserControl.BorderWidth.md) ###### [BottomPadding](Access.WebBrowserControl.BottomPadding.md) ###### [Controls](Access.WebBrowserControl.Controls.md) ###### [ControlSource](Access.WebBrowserControl.ControlSource.md) ###### [ControlTipText](Access.WebBrowserControl.ControlTipText.md) ###### [ControlType](Access.WebBrowserControl.ControlType.md) ###### [DisplayWhen](Access.WebBrowserControl.DisplayWhen.md) ###### [Enabled](Access.WebBrowserControl.Enabled.md) ###### [EventProcPrefix](Access.WebBrowserControl.EventProcPrefix.md) ###### [GridlineColor](Access.WebBrowserControl.GridlineColor.md) ###### [GridlineShade](Access.WebBrowserControl.GridlineShade.md) ###### [GridlineStyleBottom](Access.WebBrowserControl.GridlineStyleBottom.md) ###### [GridlineStyleLeft](Access.WebBrowserControl.GridlineStyleLeft.md) ###### [GridlineStyleRight](Access.WebBrowserControl.GridlineStyleRight.md) ###### [GridlineStyleTop](Access.WebBrowserControl.GridlineStyleTop.md) ###### [GridlineThemeColorIndex](Access.WebBrowserControl.GridlineThemeColorIndex.md) ###### [GridlineTint](Access.WebBrowserControl.GridlineTint.md) ###### [GridlineWidthBottom](Access.WebBrowserControl.GridlineWidthBottom.md) ###### [GridlineWidthLeft](Access.WebBrowserControl.GridlineWidthLeft.md) ###### [GridlineWidthRight](Access.WebBrowserControl.GridlineWidthRight.md) ###### [GridlineWidthTop](Access.WebBrowserControl.GridlineWidthTop.md) ###### [Height](Access.WebBrowserControl.Height.md) ###### [HelpContextId](Access.WebBrowserControl.HelpContextId.md) ###### [HorizontalAnchor](Access.WebBrowserControl.HorizontalAnchor.md) ###### [Hyperlink](Access.WebBrowserControl.Hyperlink.md) ###### [InSelection](Access.WebBrowserControl.InSelection.md) ###### [Layout](Access.WebBrowserControl.Layout.md) ###### [LayoutID](Access.WebBrowserControl.LayoutID.md) ###### [Left](Access.WebBrowserControl.Left.md) ###### [LeftPadding](Access.WebBrowserControl.LeftPadding.md) ###### [LocationURL](Access.WebBrowserControl.LocationURL.md) ###### [Name](Access.WebBrowserControl.Name.md) ###### [Object](Access.WebBrowserControl.Object.md) ###### [OldValue](Access.WebBrowserControl.OldValue.md) ###### [OnBeforeNavigate](Access.WebBrowserControl.OnBeforeNavigate.md) ###### [OnDocumentComplete](Access.WebBrowserControl.OnDocumentComplete.md) ###### [OnKeyDown](Access.WebBrowserControl.OnKeyDown.md) ###### [OnKeyPress](Access.WebBrowserControl.OnKeyPress.md) ###### [OnKeyUp](Access.WebBrowserControl.OnKeyUp.md) ###### [OnMouseDown](Access.WebBrowserControl.OnMouseDown.md) ###### [OnMouseMove](Access.WebBrowserControl.OnMouseMove.md) ###### [OnMouseUp](Access.WebBrowserControl.OnMouseUp.md) ###### [OnNavigateError](Access.WebBrowserControl.OnNavigateError.md) ###### [OnProgressChange](Access.WebBrowserControl.OnProgressChange.md) ###### [OnUpdated](Access.WebBrowserControl.OnUpdated.md) ###### [Parent](Access.WebBrowserControl.Parent.md) ###### [Progress](Access.WebBrowserControl.Progress.md) ###### [Properties](Access.WebBrowserControl.Properties.md) ###### [ReadyState](Access.WebBrowserControl.ReadyState.md) ###### [RightPadding](Access.WebBrowserControl.RightPadding.md) ###### [ScrollBars](Access.WebBrowserControl.ScrollBars.md) ###### [ScrollLeft](Access.WebBrowserControl.ScrollLeft.md) ###### [ScrollTop](Access.WebBrowserControl.ScrollTop.md) ###### [Section](Access.WebBrowserControl.Section.md) ###### [SpecialEffect](Access.WebBrowserControl.SpecialEffect.md) ###### [StatusBarText](Access.WebBrowserControl.StatusBarText.md) ###### [TabIndex](Access.WebBrowserControl.TabIndex.md) ###### [TabStop](Access.WebBrowserControl.TabStop.md) ###### [Tag](Access.WebBrowserControl.Tag.md) ###### [Top](Access.WebBrowserControl.Top.md) ###### [TopPadding](Access.WebBrowserControl.TopPadding.md) ###### [Transform](Access.WebBrowserControl.Transform.md) ###### [Value](Access.WebBrowserControl.Value.md) ###### [VerticalAnchor](Access.WebBrowserControl.VerticalAnchor.md) ###### [Visible](Access.WebBrowserControl.Visible.md) ###### [Width](Access.WebBrowserControl.Width.md) #### [WebService object](Access.WebService.md) ##### Properties ###### [Entities](Access.WebService.Entities.md) ###### [Name](Access.WebService.Name.md) ###### [Parent](Access.WebService.Parent.md) #### [WebServices object](Access.WebServices.md) ##### Properties ###### [Application](Access.WebServices.Application.md) ###### [Count](Access.WebServices.Count.md) ###### [Item](Access.WebServices.Item.md) ###### [Parent](Access.WebServices.Parent.md) #### [WSParameter object](Access.WSParameter.md) ##### Properties ###### [Name](Access.WSParameter.Name.md) ###### [Parent](Access.WSParameter.Parent.md) ###### [Type](Access.WSParameter.Type.md) #### [WSParameters object](Access.WSParameters.md) ##### Properties ###### [Count](Access.WSParameters.Count.md) ###### [Item](Access.WSParameters.Item.md) ###### [Parent](Access.WSParameters.Parent.md) #### [Enumerations](Access.md) ##### [AcAggregateType](Access.AcAggregateType.md) ##### [AcAxisRange](Access.AcAxisRange.md) ##### [AcAxisUnits](Access.AcAxisUnits.md) ##### [AcBrowseToObjectType](Access.AcBrowseToObjectType.md) ##### [AcChartType](Access.AcChartType.md) ##### [AcCloseSave](Access.AcCloseSave.md) ##### [AcColorIndex](Access.AcColorIndex.md) ##### [AcCommand](Access.AcCommand.md) ##### [AcControlType](Access.AcControlType.md) ##### [AcCurrentView](Access.AcCurrentView.md) ##### [AcCursorOnHover](Access.AcCursorOnHover.md) ##### [AcDashType](Access.AcDashType.md) ##### [AcDataObjectType](Access.AcDataObjectType.md) ##### [AcDataTransferType](Access.AcDataTransferType.md) ##### [AcDateGroupType](Access.AcDateGroupType.md) ##### [AcDefReportView](Access.AcDefReportView.md) ##### [AcDefView](Access.AcDefView.md) ##### [AcDisplayAs](Access.AcDisplayAs.md) ##### [AcDisplayAsHyperlink](Access.AcDisplayAsHyperlink.md) ##### [AcExportQuality](Access.AcExportQuality.md) ##### [AcExportXMLEncoding](Access.AcExportXMLEncoding.md) ##### [AcExportXMLObjectType](Access.AcExportXMLObjectType.md) ##### [AcExportXMLOtherFlags](Access.AcExportXMLOtherFlags.md) ##### [AcExportXMLSchemaFormat](Access.AcExportXMLSchemaFormat.md) ##### [AcFileFormat](Access.AcFileFormat.md) ##### [AcFilterType](Access.AcFilterType.md) ##### [AcFindField](Access.AcFindField.md) ##### [AcFindMatch](Access.AcFindMatch.md) ##### [AcFormatBarLimits](Access.AcFormatBarLimits.md) ##### [AcFormatConditionOperator](Access.AcFormatConditionOperator.md) ##### [AcFormatConditionType](Access.AcFormatConditionType.md) ##### [AcFormOpenDataMode](Access.AcFormOpenDataMode.md) ##### [AcFormView](Access.AcFormView.md) ##### [AcHorizontalAnchor](Access.AcHorizontalAnchor.md) ##### [AcHyperlinkPart](Access.AcHyperlinkPart.md) ##### [AcImeMode](Access.AcImeMode.md) ##### [AcImeSentenceMode](Access.AcImeSentenceMode.md) ##### [AcImportXMLOption](Access.AcImportXMLOption.md) ##### [AcLayoutType](Access.AcLayoutType.md) ##### [AcLegendPosition](Access.AcLegendPosition.md) ##### [AcMarkerType](Access.AcMarkerType.md) ##### [AcMissingDataPolicy](Access.AcMissingDataPolicy.md) ##### [AcModuleType](Access.AcModuleType.md) ##### [AcNavigationSpan](Access.AcNavigationSpan.md) ##### [AcNewDatabaseFormat](Access.AcNewDatabaseFormat.md) ##### [AcObjectType](Access.AcObjectType.md) ##### [AcOpenDataMode](Access.AcOpenDataMode.md) ##### [AcOutputObjectType](Access.AcOutputObjectType.md) ##### [AcPictureCaptionArrangement](Access.AcPictureCaptionArrangement.md) ##### [AcPrintColor](Access.AcPrintColor.md) ##### [AcPrintDuplex](Access.AcPrintDuplex.md) ##### [AcPrintItemLayout](Access.AcPrintItemLayout.md) ##### [AcPrintObjQuality](Access.AcPrintObjQuality.md) ##### [AcPrintOrientation](Access.AcPrintOrientation.md) ##### [AcPrintPaperBin](Access.AcPrintPaperBin.md) ##### [AcPrintPaperSize](Access.AcPrintPaperSize.md) ##### [AcPrintQuality](Access.AcPrintQuality.md) ##### [AcPrintRange](Access.AcPrintRange.md) ##### [AcProjectType](Access.AcProjectType.md) ##### [AcProperty](Access.AcProperty.md) ##### [AcQuitOption](Access.AcQuitOption.md) ##### [AcRecord](Access.AcRecord.md) ##### [AcResourceType](Access.AcResourceType.md) ##### [AcSearchDirection](Access.AcSearchDirection.md) ##### [AcSection](Access.AcSection.md) ##### [AcSendObjectType](Access.AcSendObjectType.md) ##### [AcSeparatorCharacters](Access.AcSeparatorCharacters.md) ##### [AcSharePointListTransferType](Access.AcSharePointListTransferType.md) ##### [AcShowToolbar](Access.AcShowToolbar.md) ##### [AcSplitFormDatasheet](Access.AcSplitFormDatasheet.md) ##### [AcSplitFormOrientation](Access.AcSplitFormOrientation.md) ##### [AcSplitFormPrinting](Access.AcSplitFormPrinting.md) ##### [AcSpreadSheetType](Access.AcSpreadSheetType.md) ##### [AcSysCmdAction](Access.AcSysCmdAction.md) ##### [AcTextFormat](Access.AcTextFormat.md) ##### [AcTextTransferType](Access.AcTextTransferType.md) ##### [AcTransformXMLScriptOption](Access.AcTransformXMLScriptOption.md) ##### [AcTrendlineOptions](Access.AcTrendlineOptions.md) ##### [AcValueAxis](Access.AcValueAxis.md) ##### [AcVerticalAnchor](Access.AcVerticalAnchor.md) ##### [AcView](Access.AcView.md) ##### [AcWebBrowserScrollBars](Access.AcWebBrowserScrollBars.md) ##### [AcWebBrowserState](Access.AcWebBrowserState.md) ##### [AcWebUserDisplay](Access.AcWebUserDisplay.md) ##### [AcWebUserGroupsDisplay](Access.AcWebUserGroupsDisplay.md) ##### [AcWindowMode](Access.AcWindowMode.md) ## Excel ### [Overview](overview/Excel.md) ### Concepts #### [Overview](../excel/Concepts/Miscellaneous/concepts-excel-vba-reference.md) #### [About the PowerPivot Model object in Excel](../excel/Concepts/about-the-powerpivot-model-object-in-excel.md) #### [About coauthoring](../excel/Concepts/about-coauthoring-in-excel.md) #### [Language-specific properties, methods, and functions](../excel/Concepts/Language-specific-properties-methods-and-functions.md) #### [OLE DB for OLAP properties used by Excel](../excel/Concepts/ole-db-for-olap-properties-used-by-excel.md) #### [Programming for the single document interface in Excel](../excel/Concepts/programming-for-the-single-document-interface-in-excel.md) #### Functions ##### [Use the Solver VBA functions](../excel/Concepts/Functions/using-the-solver-vba-functions.md) ##### [SolverAdd function](../excel/Concepts/Functions/solveradd-function.md) ##### [SolverChange function](../excel/Concepts/Functions/solverchange-function.md) ##### [SolverDelete function](../excel/Concepts/Functions/solverdelete-function.md) ##### [SolverFinish function](../excel/Concepts/Functions/solverfinish-function.md) ##### [SolverFinishDialog function](../excel/Concepts/Functions/solverfinishdialog-function.md) ##### [SolverGet function](../excel/Concepts/Functions/solverget-function.md) ##### [SolverLoad function](../excel/Concepts/Functions/solverload-function.md) ##### [SolverOk function](../excel/Concepts/Functions/solverok-function.md) ##### [SolverOkDialog function](../excel/Concepts/Functions/solverokdialog-function.md) ##### [SolverOptions function](../excel/Concepts/Functions/solveroptions-function.md) ##### [SolverReset function](../excel/Concepts/Functions/solverreset-function.md) ##### [SolverSave function](../excel/Concepts/Functions/solversave-function.md) ##### [SolverSolve function](../excel/Concepts/Functions/solversolve-function.md) #### Workbooks and worksheets ##### [Add a table of contents to a workbook](../excel/Concepts/Workbooks-and-Worksheets/add-a-table-of-contents-to-a-workbook.md) ##### [Create address labels from a spreadsheet](../excel/Concepts/Workbooks-and-Worksheets/create-address-labels-from-a-spreadsheet.md) ##### [Create a scheduling calendar workbook](../excel/Concepts/Workbooks-and-Worksheets/create-a-scheduling-calendar-workbook.md) ##### [Create a workbook](../excel/Concepts/Workbooks-and-Worksheets/create-a-workbook.md) ##### [Create or replace a worksheet](../excel/Concepts/Workbooks-and-Worksheets/create-or-replace-a-worksheet.md) ##### [Name a worksheet by using a cell value](../excel/Concepts/Workbooks-and-Worksheets/name-a-worksheet-by-using-a-cell-value.md) ##### [Refer to more than one sheet](../excel/Concepts/Workbooks-and-Worksheets/refer-to-more-than-one-sheet.md) ##### [Refer to sheets by index number](../excel/Concepts/Workbooks-and-Worksheets/refer-to-sheets-by-index-number.md) ##### [Refer to sheets by name](../excel/Concepts/Workbooks-and-Worksheets/refer-to-sheets-by-name.md) ##### [Sort worksheets alphanumerically by name](../excel/Concepts/Workbooks-and-Worksheets/sort-worksheets-alphanumerically-by-name.md) ##### [Open a workbook](../excel/Concepts/Workbooks-and-Worksheets/opening-a-workbook.md) ##### [Save documents as webpages](../excel/Concepts/Workbooks-and-Worksheets/saving-documents-as-web-pages.md) ##### [Formatting and VBA codes for headers and footers](../excel/Concepts/Workbooks-and-Worksheets/formatting-and-vba-codes-for-headers-and-footers.md) ##### [Return an object from a collection](../excel/Concepts/Workbooks-and-Worksheets/returning-an-object-from-a-collection-excel.md) #### Cells and ranges ##### [Create an HTML file with a table of contents based on cell data](../excel/Concepts/Cells-and-Ranges/create-an-html-file-with-a-table-of-contents-based-on-cell-data.md) ##### [Delete duplicate entries in a range](../excel/Concepts/Cells-and-Ranges/delete-duplicate-entries-in-a-range.md) ##### [Fill a value down into blank cells in a column](../excel/Concepts/Cells-and-Ranges/fill-a-value-down-into-blank-cells-in-a-column.md) ##### [Hide and unhide columns](../excel/Concepts/Cells-and-Ranges/hide-and-unhide-columns.md) ##### [Highlight the active cell, row, or column](../excel/Concepts/Cells-and-Ranges/highlight-the-active-cell-row-or-column.md) ##### [Make a cell blink](../excel/Concepts/Cells-and-Ranges/make-a-cell-blink.md) ##### [Prevent duplicate entries in a range](../excel/Concepts/Cells-and-Ranges/prevent-duplicate-entries-in-a-range.md) ##### Reference cells and ranges ###### [Overview](../excel/Concepts/Cells-and-Ranges/reference-cells-and-ranges.md) ###### [Refer to all the cells on the worksheet](../excel/Concepts/Cells-and-Ranges/refer-to-all-the-cells-on-the-worksheet.md) ###### [Refer to cells and ranges by using A1 notation](../excel/Concepts/Cells-and-Ranges/refer-to-cells-and-ranges-by-using-a1-notation.md) ###### [Refer to cells by using a Range object](../excel/Concepts/Cells-and-Ranges/refer-to-cells-by-using-a-range-object.md) ###### [Refer to cells by using index numbers](../excel/Concepts/Cells-and-Ranges/refer-to-cells-by-using-index-numbers.md) ###### [Refer to cells by using shortcut notation](../excel/Concepts/Cells-and-Ranges/refer-to-cells-by-using-shortcut-notation.md) ###### [Refer to cells relative to other cells](../excel/Concepts/Cells-and-Ranges/refer-to-cells-relative-to-other-cells.md) ###### [Refer to multiple ranges](../excel/Concepts/Cells-and-Ranges/refer-to-multiple-ranges.md) ###### [Refer to named ranges](../excel/Concepts/Cells-and-Ranges/refer-to-named-ranges.md) ###### [Refer to rows and columns](../excel/Concepts/Cells-and-Ranges/refer-to-rows-and-columns.md) ##### [Select a range](../excel/Concepts/Cells-and-Ranges/select-a-range.md) ##### [Loop through a range of cells](../excel/Concepts/Cells-and-Ranges/looping-through-a-range-of-cells.md) ##### [Select and activate cells](../excel/Concepts/Cells-and-Ranges/selecting-and-activating-cells.md) ##### [Work with 3D ranges](../excel/Concepts/Cells-and-Ranges/working-with-3-d-ranges.md) ##### [Work with the active cell](../excel/Concepts/Cells-and-Ranges/working-with-the-active-cell.md) ##### [Cell error values](../excel/Concepts/Cells-and-Ranges/cell-error-values.md) #### Controls, dialog boxes, and forms ##### [Add a unique list of values to a combo box](../excel/Concepts/Controls-DialogBoxes-Forms/add-a-unique-list-of-values-to-a-combo-box.md) ##### [Add controls to a document](../excel/Concepts/Controls-DialogBoxes-Forms/add-controls-to-a-document.md) ##### [Add controls to a user form](../excel/Concepts/Controls-DialogBoxes-Forms/add-controls-to-a-user-form.md) ##### [Automatically dismiss a message box](../excel/Concepts/Controls-DialogBoxes-Forms/automatically-dismiss-a-message-box.md) ##### [Create a custom dialog box](../excel/Concepts/Controls-DialogBoxes-Forms/create-a-custom-dialog-box.md) ##### [Create a custom menu that calls a macro](../excel/Concepts/Controls-DialogBoxes-Forms/create-a-custom-menu-that-calls-a-macro.md) ##### [Create a user form](../excel/Concepts/Controls-DialogBoxes-Forms/create-a-user-form.md) ##### [ActiveX Controls](../excel/Concepts/Controls-DialogBoxes-Forms/activex-controls.md) ##### [Use ActiveX Controls on sheets](../excel/Concepts/Controls-DialogBoxes-Forms/using-activex-controls-on-sheets.md) ##### [Use ActiveX Controls on a document](../excel/Concepts/Controls-DialogBoxes-Forms/using-activex-controls-on-a-document.md) ##### [Built-in dialog box argument lists](../excel/Concepts/Controls-DialogBoxes-Forms/built-in-dialog-box-argument-lists.md) ##### [Use control values while code is running](../excel/Concepts/Controls-DialogBoxes-Forms/using-control-values-while-code-is-running.md) ##### [Display a custom dialog box](../excel/Concepts/Controls-DialogBoxes-Forms/displaying-a-custom-dialog-box.md) ##### [Initialize control properties](../excel/Concepts/Controls-DialogBoxes-Forms/initializing-control-properties.md) ##### [Set control properties](../excel/Concepts/Controls-DialogBoxes-Forms/setting-control-properties.md) #### Events, worksheet functions, and shapes ##### [Chart object events](../excel/Concepts/Events-WorksheetFunctions-Shapes/chart-object-events.md) ##### [Control and dialog box events](../excel/Concepts/Events-WorksheetFunctions-Shapes/control-and-dialog-box-events.md) ##### [QueryTable object events](../excel/Concepts/Events-WorksheetFunctions-Shapes/querytable-object-events.md) ##### [Worksheet object events](../excel/Concepts/Events-WorksheetFunctions-Shapes/worksheet-object-events.md) ##### [Use events with Excel objects](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-excel-objects.md) ##### [Use Excel worksheet functions in Visual Basic](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-excel-worksheet-functions-in-visual-basic.md) ##### [Working with shapes (drawing objects)](../excel/Concepts/Events-WorksheetFunctions-Shapes/working-with-shapes-drawing-objects.md) ##### [List of worksheet functions available to Visual Basic](../excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-available-to-visual-basic.md) ##### [List of worksheet functions that support long strings](../excel/Concepts/Events-WorksheetFunctions-Shapes/list-of-worksheet-functions-that-support-long-strings.md) ##### [Use events with embedded charts](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-embedded-charts.md) ##### [Use events with the Application object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-application-object.md) ##### [Use events with the QueryTable object](../excel/Concepts/Events-WorksheetFunctions-Shapes/using-events-with-the-querytable-object.md) ##### [Invalid procedure name error](../excel/Concepts/Events-WorksheetFunctions-Shapes/invalid-procedure-name-error.md) #### Working with other applications ##### [Control one Office application from another](../excel/Concepts/Working-with-Other-Applications/controlling-one-microsoft-office-application-from-another.md) ##### [Export a chart to a Word document](../excel/Concepts/Working-with-Other-Applications/exporting-a-chart-to-a-word-document.md) ##### [Export a range to a table in a Word document](../excel/Concepts/Working-with-Other-Applications/exporting-a-range-to-a-table-in-a-word-document.md) ##### [Export a table to a Word document](../excel/Concepts/Working-with-Other-Applications/exporting-a-table-to-a-word-document.md) ##### [Import Outlook Contacts to a worksheet](../excel/Concepts/Working-with-Other-Applications/import-outlook-contacts-to-a-worksheet.md) ##### [Send email to a list of recipients using Excel and Outlook](../excel/Concepts/Working-with-Other-Applications/sending-email-to-a-list-of-recipients-using-excel-and-outlook.md) #### Sparklines ##### [Animate a sparkline](../excel/Concepts/Sparklines/animate-a-sparkline.md) ##### [Change the color of the horizontal axis of a sparkline](../excel/Concepts/Sparklines/change-the-color-of-the-horizontal-axis-of-a-sparkline.md) ##### [Find all the sparklines on a sheet](../excel/Concepts/Sparklines/find-all-the-sparklines-on-a-sheet.md) #### Excel performance ##### [Improve calculation performance](../excel/Concepts/excel-performance/excel-improving-calculation-performance.md) ##### [Performance and limit improvements](../excel/Concepts/excel-performance/excel-performance-and-limit-improvements.md) ##### [Tips for optimizing performance obstructions](../excel/Concepts/excel-performance/excel-tips-for-optimizing-performance-obstructions.md) ### Object model #### [Overview](overview/Excel/object-model.md) #### [AboveAverage object](Excel.AboveAverage.md) ##### Methods ###### [Delete](Excel.AboveAverage.Delete.md) ###### [ModifyAppliesToRange](Excel.AboveAverage.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.AboveAverage.SetFirstPriority.md) ###### [SetLastPriority](Excel.AboveAverage.SetLastPriority.md) ##### Properties ###### [AboveBelow](Excel.AboveAverage.AboveBelow.md) ###### [Application](Excel.AboveAverage.Application.md) ###### [AppliesTo](Excel.AboveAverage.AppliesTo.md) ###### [Borders](Excel.AboveAverage.Borders.md) ###### [CalcFor](Excel.AboveAverage.CalcFor.md) ###### [Creator](Excel.AboveAverage.Creator.md) ###### [Font](Excel.AboveAverage.Font.md) ###### [Interior](Excel.AboveAverage.Interior.md) ###### [NumberFormat](Excel.AboveAverage.NumberFormat.md) ###### [NumStdDev](Excel.AboveAverage.NumStdDev.md) ###### [Parent](Excel.AboveAverage.Parent.md) ###### [Priority](Excel.AboveAverage.Priority.md) ###### [PTCondition](Excel.AboveAverage.PTCondition.md) ###### [ScopeType](Excel.AboveAverage.ScopeType.md) ###### [StopIfTrue](Excel.AboveAverage.StopIfTrue.md) ###### [Type](Excel.AboveAverage.Type.md) #### [Action object](Excel.Action.md) ##### Methods ###### [Execute](Excel.Action.Execute.md) ##### Properties ###### [Application](Excel.Action.Application.md) ###### [Caption](Excel.Action.Caption.md) ###### [Content](Excel.Action.Content.md) ###### [Coordinate](Excel.Action.Coordinate.md) ###### [Creator](Excel.Action.Creator.md) ###### [Name](Excel.Action.Name.md) ###### [Parent](Excel.Action.Parent.md) ###### [Type](Excel.Action.Type.md) #### [Actions object](Excel.Actions.md) ##### Properties ###### [Application](Excel.Actions.Application.md) ###### [Count](Excel.Actions.Count.md) ###### [Creator](Excel.Actions.Creator.md) ###### [Item](Excel.Actions.Item.md) ###### [Parent](Excel.Actions.Parent.md) #### [AddIn object](Excel.AddIn.md) ##### Properties ###### [Application](Excel.AddIn.Application.md) ###### [CLSID](Excel.AddIn.CLSID.md) ###### [Creator](Excel.AddIn.Creator.md) ###### [FullName](Excel.AddIn.FullName.md) ###### [Installed](Excel.AddIn.Installed.md) ###### [IsOpen](Excel.AddIn.IsOpen.md) ###### [Name](Excel.AddIn.Name.md) ###### [Parent](Excel.AddIn.Parent.md) ###### [Path](Excel.AddIn.Path.md) ###### [progID](Excel.AddIn.progID.md) #### [AddIns object](Excel.AddIns.md) ##### Methods ###### [Add](Excel.AddIns.Add.md) ##### Properties ###### [Application](Excel.AddIns.Application.md) ###### [Count](Excel.AddIns.Count.md) ###### [Creator](Excel.AddIns.Creator.md) ###### [Item](Excel.AddIns.Item.md) ###### [Parent](Excel.AddIns.Parent.md) #### [AddIns2 object](Excel.AddIns2.md) ##### Methods ###### [Add](Excel.AddIns2.Add.md) ##### Properties ###### [Application](Excel.AddIns2.Application.md) ###### [Count](Excel.AddIns2.Count.md) ###### [Creator](Excel.AddIns2.Creator.md) ###### [Item](Excel.AddIns2.Item.md) ###### [Parent](Excel.AddIns2.Parent.md) #### [Adjustments object](Excel.Adjustments.md) ##### Properties ###### [Application](Excel.Adjustments.Application.md) ###### [Count](Excel.Adjustments.Count.md) ###### [Creator](Excel.Adjustments.Creator.md) ###### [Item](Excel.Adjustments.Item.md) ###### [Parent](Excel.Adjustments.Parent.md) #### [AllowEditRange object](Excel.AllowEditRange.md) ##### Methods ###### [ChangePassword](Excel.AllowEditRange.ChangePassword.md) ###### [Delete](Excel.AllowEditRange.Delete.md) ###### [Unprotect](Excel.AllowEditRange.Unprotect.md) ##### Properties ###### [Range](Excel.AllowEditRange.Range.md) ###### [Title](Excel.AllowEditRange.Title.md) ###### [Users](Excel.AllowEditRange.Users.md) #### [AllowEditRanges object](Excel.AllowEditRanges.md) ##### Methods ###### [Add](Excel.AllowEditRanges.Add.md) ##### Properties ###### [Count](Excel.AllowEditRanges.Count.md) ###### [Item](Excel.AllowEditRanges.Item.md) #### [Application object](Excel.Application(object).md) ##### Events ###### [AfterCalculate](Excel.Application.AfterCalculate.md) ###### [NewWorkbook](Excel.Application.NewWorkbook(even).md) ###### [ProtectedViewWindowActivate](Excel.Application.ProtectedViewWindowActivate.md) ###### [ProtectedViewWindowBeforeClose](Excel.Application.ProtectedViewWindowBeforeClose.md) ###### [ProtectedViewWindowBeforeEdit](Excel.Application.ProtectedViewWindowBeforeEdit.md) ###### [ProtectedViewWindowDeactivate](Excel.Application.ProtectedViewWindowDeactivate.md) ###### [ProtectedViewWindowOpen](Excel.Application.ProtectedViewWindowOpen.md) ###### [ProtectedViewWindowResize](Excel.Application.ProtectedViewWindowResize.md) ###### [SheetActivate](Excel.Application.SheetActivate.md) ###### [SheetBeforeDelete](Excel.application.sheetbeforedelete.md) ###### [SheetBeforeDoubleClick](Excel.Application.SheetBeforeDoubleClick.md) ###### [SheetBeforeRightClick](Excel.Application.SheetBeforeRightClick.md) ###### [SheetCalculate](Excel.Application.SheetCalculate.md) ###### [SheetChange](Excel.Application.SheetChange.md) ###### [SheetDeactivate](Excel.Application.SheetDeactivate.md) ###### [SheetFollowHyperlink](Excel.Application.SheetFollowHyperlink.md) ###### [SheetLensGalleryRenderComplete](Excel.application.sheetlensgalleryrendercomplete.md) ###### [SheetPivotTableAfterValueChange](Excel.Application.SheetPivotTableAfterValueChange.md) ###### [SheetPivotTableBeforeAllocateChanges](Excel.Application.SheetPivotTableBeforeAllocateChanges.md) ###### [SheetPivotTableBeforeCommitChanges](Excel.Application.SheetPivotTableBeforeCommitChanges.md) ###### [SheetPivotTableBeforeDiscardChanges](Excel.Application.SheetPivotTableBeforeDiscardChanges.md) ###### [SheetPivotTableUpdate](Excel.Application.SheetPivotTableUpdate.md) ###### [SheetSelectionChange](Excel.Application.SheetSelectionChange.md) ###### [SheetTableUpdate](Excel.application.sheettableupdate.md) ###### [WindowActivate](Excel.Application.WindowActivate.md) ###### [WindowDeactivate](Excel.Application.WindowDeactivate.md) ###### [WindowResize](Excel.Application.WindowResize.md) ###### [WorkbookActivate](Excel.Application.WorkbookActivate.md) ###### [WorkbookAddinInstall](Excel.Application.WorkbookAddinInstall.md) ###### [WorkbookAddinUninstall](Excel.Application.WorkbookAddinUninstall.md) ###### [WorkbookAfterRemoteChange](Excel.Application.WorkbookAfterRemoteChange.md) ###### [WorkbookAfterSave](Excel.Application.WorkbookAfterSave.md) ###### [WorkbookAfterXmlExport](Excel.Application.WorkbookAfterXmlExport.md) ###### [WorkbookAfterXmlImport](Excel.Application.WorkbookAfterXmlImport.md) ###### [WorkbookBeforeClose](Excel.Application.WorkbookBeforeClose.md) ###### [WorkbookBeforePrint](Excel.Application.WorkbookBeforePrint.md) ###### [WorkbookBeforeRemoteChange](Excel.Application.WorkbookBeforeRemoteChange.md) ###### [WorkbookBeforeSave](Excel.Application.WorkbookBeforeSave.md) ###### [WorkbookBeforeXmlExport](Excel.Application.WorkbookBeforeXmlExport.md) ###### [WorkbookBeforeXmlImport](Excel.Application.WorkbookBeforeXmlImport.md) ###### [WorkbookDeactivate](Excel.Application.WorkbookDeactivate.md) ###### [WorkbookModelChange](Excel.application.workbookmodelchange.md) ###### [WorkbookNewChart](Excel.Application.WorkbookNewChart.md) ###### [WorkbookNewSheet](Excel.Application.WorkbookNewSheet.md) ###### [WorkbookOpen](Excel.Application.WorkbookOpen.md) ###### [WorkbookPivotTableCloseConnection](Excel.Application.WorkbookPivotTableCloseConnection.md) ###### [WorkbookPivotTableOpenConnection](Excel.Application.WorkbookPivotTableOpenConnection.md) ###### [WorkbookRowsetComplete](Excel.Application.WorkbookRowsetComplete.md) ###### [WorkbookSync](Excel.Application.WorkbookSync.md) ##### Methods ###### [ActivateMicrosoftApp](Excel.Application.ActivateMicrosoftApp.md) ###### [AddCustomList](Excel.Application.AddCustomList.md) ###### [Calculate](Excel.Application.Calculate.md) ###### [CalculateFull](Excel.Application.CalculateFull.md) ###### [CalculateFullRebuild](Excel.Application.CalculateFullRebuild.md) ###### [CalculateUntilAsyncQueriesDone](Excel.Application.CalculateUntilAsyncQueriesDone.md) ###### [CentimetersToPoints](Excel.Application.CentimetersToPoints.md) ###### [CheckAbort](Excel.Application.CheckAbort.md) ###### [CheckSpelling](Excel.Application.CheckSpelling.md) ###### [ConvertFormula](Excel.Application.ConvertFormula.md) ###### [DDEExecute](Excel.Application.DDEExecute.md) ###### [DDEInitiate](Excel.Application.DDEInitiate.md) ###### [DDEPoke](Excel.Application.DDEPoke.md) ###### [DDERequest](Excel.Application.DDERequest.md) ###### [DDETerminate](Excel.Application.DDETerminate.md) ###### [DeleteCustomList](Excel.Application.DeleteCustomList.md) ###### [DisplayXMLSourcePane](Excel.Application.DisplayXMLSourcePane.md) ###### [DoubleClick](Excel.Application.DoubleClick.md) ###### [Evaluate](Excel.Application.Evaluate.md) ###### [ExecuteExcel4Macro](Excel.Application.ExecuteExcel4Macro.md) ###### [FindFile](Excel.Application.FindFile.md) ###### [GetCustomListContents](Excel.Application.GetCustomListContents.md) ###### [GetCustomListNum](Excel.Application.GetCustomListNum.md) ###### [GetOpenFilename](Excel.Application.GetOpenFilename.md) ###### [GetPhonetic](Excel.Application.GetPhonetic.md) ###### [GetSaveAsFilename](Excel.Application.GetSaveAsFilename.md) ###### [Goto](Excel.Application.Goto.md) ###### [Help](Excel.Application.Help.md) ###### [InchesToPoints](Excel.Application.InchesToPoints.md) ###### [InputBox](Excel.Application.InputBox.md) ###### [Intersect](Excel.Application.Intersect.md) ###### [MacroOptions](Excel.Application.MacroOptions.md) ###### [MailLogoff](Excel.Application.MailLogoff.md) ###### [MailLogon](Excel.Application.MailLogon.md) ###### [NextLetter](Excel.Application.NextLetter.md) ###### [OnKey](Excel.Application.OnKey.md) ###### [OnRepeat](Excel.Application.OnRepeat.md) ###### [OnTime](Excel.Application.OnTime.md) ###### [OnUndo](Excel.Application.OnUndo.md) ###### [Quit](Excel.Application.Quit.md) ###### [RecordMacro](Excel.Application.RecordMacro.md) ###### [RegisterXLL](Excel.Application.RegisterXLL.md) ###### [Repeat](Excel.Application.Repeat.md) ###### [Run](Excel.Application.Run.md) ###### [SaveWorkspace](Excel.Application.SaveWorkspace.md) ###### [SendKeys](Excel.Application.SendKeys.md) ###### [SharePointVersion](Excel.Application.SharePointVersion.md) ###### [Undo](Excel.Application.Undo.md) ###### [Union](Excel.Application.Union.md) ###### [Volatile](Excel.Application.Volatile.md) ###### [Wait](Excel.Application.Wait.md) ##### Properties ###### [ActiveCell](Excel.Application.ActiveCell.md) ###### [ActiveChart](Excel.Application.ActiveChart.md) ###### [ActiveEncryptionSession](Excel.Application.ActiveEncryptionSession.md) ###### [ActivePrinter](Excel.Application.ActivePrinter.md) ###### [ActiveProtectedViewWindow](Excel.Application.ActiveProtectedViewWindow.md) ###### [ActiveSheet](Excel.Application.ActiveSheet.md) ###### [ActiveWindow](Excel.Application.ActiveWindow.md) ###### [ActiveWorkbook](Excel.Application.ActiveWorkbook.md) ###### [AddIns](Excel.Application.AddIns.md) ###### [AddIns2](Excel.Application.AddIns2.md) ###### [AlertBeforeOverwriting](Excel.Application.AlertBeforeOverwriting.md) ###### [AltStartupPath](Excel.Application.AltStartupPath.md) ###### [AlwaysUseClearType](Excel.Application.AlwaysUseClearType.md) ###### [Application](Excel.Application.Application.md) ###### [ArbitraryXMLSupportAvailable](Excel.Application.ArbitraryXMLSupportAvailable.md) ###### [AskToUpdateLinks](Excel.Application.AskToUpdateLinks.md) ###### [Assistance](Excel.Application.Assistance.md) ###### [AutoCorrect](Excel.Application.AutoCorrect.md) ###### [AutoFormatAsYouTypeReplaceHyperlinks](Excel.Application.AutoFormatAsYouTypeReplaceHyperlinks.md) ###### [AutomationSecurity](Excel.Application.AutomationSecurity.md) ###### [AutoPercentEntry](Excel.Application.AutoPercentEntry.md) ###### [AutoRecover](Excel.Application.AutoRecover.md) ###### [Build](Excel.Application.Build.md) ###### [CalculateBeforeSave](Excel.Application.CalculateBeforeSave.md) ###### [Calculation](Excel.Application.Calculation.md) ###### [CalculationInterruptKey](Excel.Application.CalculationInterruptKey.md) ###### [CalculationState](Excel.Application.CalculationState.md) ###### [CalculationVersion](Excel.Application.CalculationVersion.md) ###### [Caller](Excel.Application.Caller.md) ###### [CanPlaySounds](Excel.Application.CanPlaySounds.md) ###### [CanRecordSounds](Excel.Application.CanRecordSounds.md) ###### [Caption](Excel.Application.Caption.md) ###### [CellDragAndDrop](Excel.Application.CellDragAndDrop.md) ###### [Cells](Excel.Application.Cells.md) ###### [ChartDataPointTrack](Excel.application.chartdatapointtrack.md) ###### [Charts](Excel.Application.Charts.md) ###### [ClipboardFormats](Excel.Application.ClipboardFormats.md) ###### [ClusterConnector](Excel.Application.ClusterConnector.md) ###### [Columns](Excel.Application.Columns.md) ###### [COMAddIns](Excel.Application.COMAddIns.md) ###### [CommandBars](Excel.Application.CommandBars.md) ###### [CommandUnderlines](Excel.Application.CommandUnderlines.md) ###### [ConstrainNumeric](Excel.Application.ConstrainNumeric.md) ###### [ControlCharacters](Excel.Application.ControlCharacters.md) ###### [CopyObjectsWithCells](Excel.Application.CopyObjectsWithCells.md) ###### [Creator](Excel.Application.Creator.md) ###### [Cursor](Excel.Application.Cursor.md) ###### [CursorMovement](Excel.Application.CursorMovement.md) ###### [CustomListCount](Excel.Application.CustomListCount.md) ###### [CutCopyMode](Excel.Application.CutCopyMode.md) ###### [DataEntryMode](Excel.Application.DataEntryMode.md) ###### [DDEAppReturnCode](Excel.Application.DDEAppReturnCode.md) ###### [DecimalSeparator](Excel.Application.DecimalSeparator.md) ###### [DefaultFilePath](Excel.Application.DefaultFilePath.md) ###### [DefaultSaveFormat](Excel.Application.DefaultSaveFormat.md) ###### [DefaultSheetDirection](Excel.Application.DefaultSheetDirection.md) ###### [DefaultWebOptions](Excel.Application.DefaultWebOptions.md) ###### [DeferAsyncQueries](Excel.Application.DeferAsyncQueries.md) ###### [Dialogs](Excel.Application.Dialogs.md) ###### [DisplayAlerts](Excel.Application.DisplayAlerts.md) ###### [DisplayClipboardWindow](Excel.Application.DisplayClipboardWindow.md) ###### [DisplayCommentIndicator](Excel.Application.DisplayCommentIndicator.md) ###### [DisplayDocumentActionTaskPane](Excel.Application.DisplayDocumentActionTaskPane.md) ###### [DisplayDocumentInformationPanel](Excel.Application.DisplayDocumentInformationPanel.md) ###### [DisplayExcel4Menus](Excel.Application.DisplayExcel4Menus.md) ###### [DisplayFormulaAutoComplete](Excel.Application.DisplayFormulaAutoComplete.md) ###### [DisplayFormulaBar](Excel.Application.DisplayFormulaBar.md) ###### [DisplayFullScreen](Excel.Application.DisplayFullScreen.md) ###### [DisplayFunctionToolTips](Excel.Application.DisplayFunctionToolTips.md) ###### [DisplayInsertOptions](Excel.Application.DisplayInsertOptions.md) ###### [DisplayNoteIndicator](Excel.Application.DisplayNoteIndicator.md) ###### [DisplayPasteOptions](Excel.Application.DisplayPasteOptions.md) ###### [DisplayRecentFiles](Excel.Application.DisplayRecentFiles.md) ###### [DisplayScrollBars](Excel.Application.DisplayScrollBars.md) ###### [DisplayStatusBar](Excel.Application.DisplayStatusBar.md) ###### [EditDirectlyInCell](Excel.Application.EditDirectlyInCell.md) ###### [EnableAnimations](Excel.Application.EnableAnimations.md) ###### [EnableAutoComplete](Excel.Application.EnableAutoComplete.md) ###### [EnableCancelKey](Excel.Application.EnableCancelKey.md) ###### [EnableCheckFileExtensions](Excel.application.enablecheckfileextensions.md) ###### [EnableEvents](Excel.Application.EnableEvents.md) ###### [EnableLargeOperationAlert](Excel.Application.EnableLargeOperationAlert.md) ###### [EnableLivePreview](Excel.Application.EnableLivePreview.md) ###### [EnableMacroAnimations](Excel.application.enablemacroanimations.md) ###### [EnableSound](Excel.Application.EnableSound.md) ###### [ErrorCheckingOptions](Excel.Application.ErrorCheckingOptions.md) ###### [Excel4IntlMacroSheets](Excel.Application.Excel4IntlMacroSheets.md) ###### [Excel4MacroSheets](Excel.Application.Excel4MacroSheets.md) ###### [ExtendList](Excel.Application.ExtendList.md) ###### [FeatureInstall](Excel.Application.FeatureInstall.md) ###### [FileConverters](Excel.Application.FileConverters.md) ###### [FileDialog](Excel.Application.FileDialog.md) ###### [FileExportConverters](Excel.Application.FileExportConverters.md) ###### [FileValidation](Excel.Application.FileValidation.md) ###### [FileValidationPivot](Excel.Application.FileValidationPivot.md) ###### [FindFormat](Excel.Application.FindFormat.md) ###### [FixedDecimal](Excel.Application.FixedDecimal.md) ###### [FixedDecimalPlaces](Excel.Application.FixedDecimalPlaces.md) ###### [FlashFill](Excel.application.flashfill.md) ###### [FlashFillMode](Excel.application.flashfillmode.md) ###### [FormulaBarHeight](Excel.Application.FormulaBarHeight.md) ###### [GenerateGetPivotData](Excel.Application.GenerateGetPivotData.md) ###### [GenerateTableRefs](Excel.Application.GenerateTableRefs.md) ###### [Height](Excel.Application.Height.md) ###### [HighQualityModeForGraphics](Excel.Application.HighQualityModeForGraphics.md) ###### [Hinstance](Excel.Application.Hinstance.md) ###### [HinstancePtr](Excel.Application.HinstancePtr.md) ###### [HWnd](Excel.Application.Hwnd.md) ###### [IgnoreRemoteRequests](Excel.Application.IgnoreRemoteRequests.md) ###### [Interactive](Excel.Application.Interactive.md) ###### [International](Excel.Application.International.md) ###### [IsSandboxed](Excel.Application.IsSandboxed.md) ###### [Iteration](Excel.Application.Iteration.md) ###### [LanguageSettings](Excel.Application.LanguageSettings.md) ###### [LargeOperationCellThousandCount](Excel.Application.LargeOperationCellThousandCount.md) ###### [Left](Excel.Application.Left.md) ###### [LibraryPath](Excel.Application.LibraryPath.md) ###### [MailSession](Excel.Application.MailSession.md) ###### [MailSystem](Excel.Application.MailSystem.md) ###### [MapPaperSize](Excel.Application.MapPaperSize.md) ###### [MathCoprocessorAvailable](Excel.Application.MathCoprocessorAvailable.md) ###### [MaxChange](Excel.Application.MaxChange.md) ###### [MaxIterations](Excel.Application.MaxIterations.md) ###### [MeasurementUnit](Excel.Application.MeasurementUnit.md) ###### [MergeInstances](Excel.application.mergeinstances.md) ###### [MouseAvailable](Excel.Application.MouseAvailable.md) ###### [MoveAfterReturn](Excel.Application.MoveAfterReturn.md) ###### [MoveAfterReturnDirection](Excel.Application.MoveAfterReturnDirection.md) ###### [MultiThreadedCalculation](Excel.Application.MultiThreadedCalculation.md) ###### [Name](Excel.Application.Name.md) ###### [Names](Excel.Application.Names.md) ###### [NetworkTemplatesPath](Excel.Application.NetworkTemplatesPath.md) ###### [NewWorkbook](Excel.Application.NewWorkbook(property).md) ###### [ODBCErrors](Excel.Application.ODBCErrors.md) ###### [ODBCTimeout](Excel.Application.ODBCTimeout.md) ###### [OLEDBErrors](Excel.Application.OLEDBErrors.md) ###### [OnWindow](Excel.Application.OnWindow.md) ###### [OperatingSystem](Excel.Application.OperatingSystem.md) ###### [OrganizationName](Excel.Application.OrganizationName.md) ###### [Parent](Excel.Application.Parent.md) ###### [Path](Excel.Application.Path.md) ###### [PathSeparator](Excel.Application.PathSeparator.md) ###### [PivotTableSelection](Excel.Application.PivotTableSelection.md) ###### [PreviousSelections](Excel.Application.PreviousSelections.md) ###### [PrintCommunication](Excel.Application.PrintCommunication.md) ###### [ProductCode](Excel.Application.ProductCode.md) ###### [PromptForSummaryInfo](Excel.Application.PromptForSummaryInfo.md) ###### [ProtectedViewWindows](Excel.Application.ProtectedViewWindows.md) ###### [QuickAnalysis](Excel.application.quickanalysis.md) ###### [Range](Excel.Application.Range.md) ###### [Ready](Excel.Application.Ready.md) ###### [RecentFiles](Excel.Application.RecentFiles.md) ###### [RecordRelative](Excel.Application.RecordRelative.md) ###### [ReferenceStyle](Excel.Application.ReferenceStyle.md) ###### [RegisteredFunctions](Excel.Application.RegisteredFunctions.md) ###### [ReplaceFormat](Excel.Application.ReplaceFormat.md) ###### [RollZoom](Excel.Application.RollZoom.md) ###### [Rows](Excel.Application.Rows.md) ###### [RTD](Excel.Application.RTD.md) ###### [ScreenUpdating](Excel.Application.ScreenUpdating.md) ###### [Selection](Excel.Application.Selection.md) ###### [SensitivityLabelPolicy](Excel.Application.SensitivityLabelPolicy.md) ###### [Sheets](Excel.Application.Sheets.md) ###### [SheetsInNewWorkbook](Excel.Application.SheetsInNewWorkbook.md) ###### [ShowChartTipNames](Excel.Application.ShowChartTipNames.md) ###### [ShowChartTipValues](Excel.Application.ShowChartTipValues.md) ###### [ShowDevTools](Excel.Application.ShowDevTools.md) ###### [ShowMenuFloaties](Excel.Application.ShowMenuFloaties.md) ###### [ShowQuickAnalysis](Excel.application.showquickanalysis.md) ###### [ShowSelectionFloaties](Excel.Application.ShowSelectionFloaties.md) ###### [ShowStartupDialog](Excel.Application.ShowStartupDialog.md) ###### [ShowToolTips](Excel.Application.ShowToolTips.md) ###### [SmartArtColors](Excel.Application.SmartArtColors.md) ###### [SmartArtLayouts](Excel.Application.SmartArtLayouts.md) ###### [SmartArtQuickStyles](Excel.Application.SmartArtQuickStyles.md) ###### [Speech](Excel.Application.Speech.md) ###### [SpellingOptions](Excel.Application.SpellingOptions.md) ###### [StandardFont](Excel.Application.StandardFont.md) ###### [StandardFontSize](Excel.Application.StandardFontSize.md) ###### [StartupPath](Excel.Application.StartupPath.md) ###### [StatusBar](Excel.Application.StatusBar.md) ###### [TemplatesPath](Excel.Application.TemplatesPath.md) ###### [ThisCell](Excel.Application.ThisCell.md) ###### [ThisWorkbook](Excel.Application.ThisWorkbook.md) ###### [ThousandsSeparator](Excel.Application.ThousandsSeparator.md) ###### [Top](Excel.Application.Top.md) ###### [TransitionMenuKey](Excel.Application.TransitionMenuKey.md) ###### [TransitionMenuKeyAction](Excel.Application.TransitionMenuKeyAction.md) ###### [TransitionNavigKeys](Excel.Application.TransitionNavigKeys.md) ###### [UsableHeight](Excel.Application.UsableHeight.md) ###### [UsableWidth](Excel.Application.UsableWidth.md) ###### [UseClusterConnector](Excel.Application.UseClusterConnector.md) ###### [UsedObjects](Excel.Application.UsedObjects.md) ###### [UserControl](Excel.Application.UserControl.md) ###### [UserLibraryPath](Excel.Application.UserLibraryPath.md) ###### [UserName](Excel.Application.UserName.md) ###### [UseSystemSeparators](Excel.Application.UseSystemSeparators.md) ###### [Value](Excel.Application.Value.md) ###### [VBE](Excel.Application.VBE.md) ###### [Version](Excel.Application.Version.md) ###### [Visible](Excel.Application.Visible.md) ###### [WarnOnFunctionNameConflict](Excel.Application.WarnOnFunctionNameConflict.md) ###### [Watches](Excel.Application.Watches.md) ###### [Width](Excel.Application.Width.md) ###### [Windows](Excel.Application.Windows.md) ###### [WindowsForPens](Excel.Application.WindowsForPens.md) ###### [WindowState](Excel.Application.WindowState.md) ###### [Workbooks](Excel.Application.Workbooks.md) ###### [WorksheetFunction](Excel.Application.WorksheetFunction.md) ###### [Worksheets](Excel.Application.Worksheets.md) #### [Areas object](Excel.Areas.md) ##### Properties ###### [Application](Excel.Areas.Application.md) ###### [Count](Excel.Areas.Count.md) ###### [Creator](Excel.Areas.Creator.md) ###### [Item](Excel.Areas.Item.md) ###### [Parent](Excel.Areas.Parent.md) #### [Author object](Excel.Author.md) ##### Properties ###### [Application](Excel.Author.Application.md) ###### [Creator](Excel.Author.Creator.md) ###### [Name](Excel.Author.Name.md) ###### [Parent](Excel.Author.Parent.md) ###### [ProviderID](Excel.Author.ProviderID.md) ###### [UserID](Excel.Author.UserID.md) #### [AutoCorrect object](Excel.AutoCorrect(object).md) ##### Methods ###### [AddReplacement](Excel.AutoCorrect.AddReplacement.md) ###### [DeleteReplacement](Excel.AutoCorrect.DeleteReplacement.md) ##### Properties ###### [Application](Excel.AutoCorrect.Application.md) ###### [AutoExpandListRange](Excel.AutoCorrect.AutoExpandListRange.md) ###### [AutoFillFormulasInLists](Excel.AutoCorrect.AutoFillFormulasInLists.md) ###### [CapitalizeNamesOfDays](Excel.AutoCorrect.CapitalizeNamesOfDays.md) ###### [CorrectCapsLock](Excel.AutoCorrect.CorrectCapsLock.md) ###### [CorrectSentenceCap](Excel.AutoCorrect.CorrectSentenceCap.md) ###### [Creator](Excel.AutoCorrect.Creator.md) ###### [DisplayAutoCorrectOptions](Excel.AutoCorrect.DisplayAutoCorrectOptions.md) ###### [Parent](Excel.AutoCorrect.Parent.md) ###### [ReplacementList](Excel.AutoCorrect.ReplacementList.md) ###### [ReplaceText](Excel.AutoCorrect.ReplaceText.md) ###### [TwoInitialCapitals](Excel.AutoCorrect.TwoInitialCapitals.md) #### [AutoFilter object](Excel.AutoFilter.md) ##### Methods ###### [ApplyFilter](Excel.AutoFilter.ApplyFilter.md) ###### [ShowAllData](Excel.AutoFilter.ShowAllData.md) ##### Properties ###### [Application](Excel.AutoFilter.Application.md) ###### [Creator](Excel.AutoFilter.Creator.md) ###### [FilterMode](Excel.AutoFilter.FilterMode.md) ###### [Filters](Excel.AutoFilter.Filters.md) ###### [Parent](Excel.AutoFilter.Parent.md) ###### [Range](Excel.AutoFilter.Range.md) ###### [Sort](Excel.AutoFilter.Sort.md) #### [AutoRecover object](Excel.AutoRecover.md) ##### Properties ###### [Application](Excel.AutoRecover.Application.md) ###### [Creator](Excel.AutoRecover.Creator.md) ###### [Enabled](Excel.AutoRecover.Enabled.md) ###### [Parent](Excel.AutoRecover.Parent.md) ###### [Path](Excel.AutoRecover.Path.md) ###### [Time](Excel.AutoRecover.Time.md) #### [Axes object](Excel.Axes(object).md) ##### Methods ###### [Item](Excel.Axes.Item.md) ##### Properties ###### [Application](Excel.Axes.Application.md) ###### [Count](Excel.Axes.Count.md) ###### [Creator](Excel.Axes.Creator.md) ###### [Parent](Excel.Axes.Parent.md) #### [Axis object](Excel.Axis(object).md) ##### Methods ###### [Delete](Excel.Axis.Delete.md) ###### [Select](Excel.Axis.Select.md) ##### Properties ###### [Application](Excel.Axis.Application.md) ###### [AxisBetweenCategories](Excel.Axis.AxisBetweenCategories.md) ###### [AxisGroup](Excel.Axis.AxisGroup.md) ###### [AxisTitle](Excel.Axis.AxisTitle.md) ###### [BaseUnit](Excel.Axis.BaseUnit.md) ###### [BaseUnitIsAuto](Excel.Axis.BaseUnitIsAuto.md) ###### [Border](Excel.Axis.Border.md) ###### [CategoryNames](Excel.Axis.CategoryNames.md) ###### [CategoryType](Excel.Axis.CategoryType.md) ###### [Creator](Excel.Axis.Creator.md) ###### [Crosses](Excel.Axis.Crosses.md) ###### [CrossesAt](Excel.Axis.CrossesAt.md) ###### [DisplayUnit](Excel.Axis.DisplayUnit.md) ###### [DisplayUnitCustom](Excel.Axis.DisplayUnitCustom.md) ###### [DisplayUnitLabel](Excel.Axis.DisplayUnitLabel.md) ###### [Format](Excel.Axis.Format.md) ###### [HasDisplayUnitLabel](Excel.Axis.HasDisplayUnitLabel.md) ###### [HasMajorGridlines](Excel.Axis.HasMajorGridlines.md) ###### [HasMinorGridlines](Excel.Axis.HasMinorGridlines.md) ###### [HasTitle](Excel.Axis.HasTitle.md) ###### [Height](Excel.Axis.Height.md) ###### [Left](Excel.Axis.Left.md) ###### [LogBase](Excel.Axis.LogBase.md) ###### [MajorGridlines](Excel.Axis.MajorGridlines.md) ###### [MajorTickMark](Excel.Axis.MajorTickMark.md) ###### [MajorUnit](Excel.Axis.MajorUnit.md) ###### [MajorUnitIsAuto](Excel.Axis.MajorUnitIsAuto.md) ###### [MajorUnitScale](Excel.Axis.MajorUnitScale.md) ###### [MaximumScale](Excel.Axis.MaximumScale.md) ###### [MaximumScaleIsAuto](Excel.Axis.MaximumScaleIsAuto.md) ###### [MinimumScale](Excel.Axis.MinimumScale.md) ###### [MinimumScaleIsAuto](Excel.Axis.MinimumScaleIsAuto.md) ###### [MinorGridlines](Excel.Axis.MinorGridlines.md) ###### [MinorTickMark](Excel.Axis.MinorTickMark.md) ###### [MinorUnit](Excel.Axis.MinorUnit.md) ###### [MinorUnitIsAuto](Excel.Axis.MinorUnitIsAuto.md) ###### [MinorUnitScale](Excel.Axis.MinorUnitScale.md) ###### [Parent](Excel.Axis.Parent.md) ###### [ReversePlotOrder](Excel.Axis.ReversePlotOrder.md) ###### [ScaleType](Excel.Axis.ScaleType.md) ###### [TickLabelPosition](Excel.Axis.TickLabelPosition.md) ###### [TickLabels](Excel.Axis.TickLabels.md) ###### [TickLabelSpacing](Excel.Axis.TickLabelSpacing.md) ###### [TickLabelSpacingIsAuto](Excel.Axis.TickLabelSpacingIsAuto.md) ###### [TickMarkSpacing](Excel.Axis.TickMarkSpacing.md) ###### [Top](Excel.Axis.Top.md) ###### [Type](Excel.Axis.Type.md) ###### [Width](Excel.Axis.Width.md) #### [AxisTitle object](Excel.AxisTitle(object).md) ##### Methods ###### [Delete](Excel.AxisTitle.Delete.md) ###### [Select](Excel.AxisTitle.Select.md) ##### Properties ###### [Application](Excel.AxisTitle.Application.md) ###### [Caption](Excel.AxisTitle.Caption.md) ###### [Characters](Excel.AxisTitle.Characters.md) ###### [Creator](Excel.AxisTitle.Creator.md) ###### [Format](Excel.AxisTitle.Format.md) ###### [Formula](Excel.AxisTitle.Formula.md) ###### [FormulaLocal](Excel.AxisTitle.FormulaLocal.md) ###### [FormulaR1C1](Excel.AxisTitle.FormulaR1C1.md) ###### [FormulaR1C1Local](Excel.AxisTitle.FormulaR1C1Local.md) ###### [Height](Excel.AxisTitle.Height.md) ###### [HorizontalAlignment](Excel.AxisTitle.HorizontalAlignment.md) ###### [IncludeInLayout](Excel.AxisTitle.IncludeInLayout.md) ###### [Left](Excel.AxisTitle.Left.md) ###### [Name](Excel.AxisTitle.Name.md) ###### [Orientation](Excel.AxisTitle.Orientation.md) ###### [Parent](Excel.AxisTitle.Parent.md) ###### [Position](Excel.AxisTitle.Position.md) ###### [ReadingOrder](Excel.AxisTitle.ReadingOrder.md) ###### [Shadow](Excel.AxisTitle.Shadow.md) ###### [Text](Excel.AxisTitle.Text.md) ###### [Top](Excel.AxisTitle.Top.md) ###### [VerticalAlignment](Excel.AxisTitle.VerticalAlignment.md) ###### [Width](Excel.AxisTitle.Width.md) #### [Border object](Excel.Border(object).md) ##### Properties ###### [Application](Excel.Border.Application.md) ###### [Color](Excel.Border.Color.md) ###### [ColorIndex](Excel.Border.ColorIndex.md) ###### [Creator](Excel.Border.Creator.md) ###### [LineStyle](Excel.Border.LineStyle.md) ###### [Parent](Excel.Border.Parent.md) ###### [ThemeColor](Excel.Border.ThemeColor.md) ###### [TintAndShade](Excel.Border.TintAndShade.md) ###### [Weight](Excel.Border.Weight.md) #### [Borders object](Excel.Borders.md) ##### Properties ###### [Application](Excel.Borders.Application.md) ###### [Color](Excel.Borders.Color.md) ###### [ColorIndex](Excel.Borders.ColorIndex.md) ###### [Count](Excel.Borders.Count.md) ###### [Creator](Excel.Borders.Creator.md) ###### [Item](Excel.Borders.Item.md) ###### [LineStyle](Excel.Borders.LineStyle.md) ###### [Parent](Excel.Borders.Parent.md) ###### [ThemeColor](Excel.Borders.ThemeColor.md) ###### [TintAndShade](Excel.Borders.TintAndShade.md) ###### [Value](Excel.Borders.Value.md) ###### [Weight](Excel.Borders.Weight.md) #### [CalculatedFields object](Excel.CalculatedFields.md) ##### Methods ###### [Add](Excel.CalculatedFields.Add.md) ###### [Item](Excel.CalculatedFields.Item.md) ##### Properties ###### [Application](Excel.CalculatedFields.Application.md) ###### [Count](Excel.CalculatedFields.Count.md) ###### [Creator](Excel.CalculatedFields.Creator.md) ###### [Parent](Excel.CalculatedFields.Parent.md) #### [CalculatedItems object](Excel.CalculatedItems.md) ##### Methods ###### [Add](Excel.CalculatedItems.Add.md) ###### [Item](Excel.CalculatedItems.Item.md) ##### Properties ###### [Application](Excel.CalculatedItems.Application.md) ###### [Count](Excel.CalculatedItems.Count.md) ###### [Creator](Excel.CalculatedItems.Creator.md) ###### [Parent](Excel.CalculatedItems.Parent.md) #### [CalculatedMember object](Excel.CalculatedMember.md) ##### Methods ###### [Delete](Excel.CalculatedMember.Delete.md) ##### Properties ###### [Application](Excel.CalculatedMember.Application.md) ###### [Creator](Excel.CalculatedMember.Creator.md) ###### [DisplayFolder](Excel.CalculatedMember.DisplayFolder.md) ###### [Dynamic](Excel.CalculatedMember.Dynamic.md) ###### [FlattenHierarchies](Excel.CalculatedMember.FlattenHierarchies.md) ###### [Formula](Excel.CalculatedMember.Formula.md) ###### [HierarchizeDistinct](Excel.CalculatedMember.HierarchizeDistinct.md) ###### [IsValid](Excel.CalculatedMember.IsValid.md) ###### [MeasureGroup](Excel.calculatedmember.measuregroup.md) ###### [Name](Excel.CalculatedMember.Name.md) ###### [NumberFormat](Excel.calculatedmember.numberformat.md) ###### [Parent](Excel.CalculatedMember.Parent.md) ###### [ParentHierarchy](Excel.calculatedmember.parenthierarchy.md) ###### [ParentMember](Excel.calculatedmember.parentmember.md) ###### [SolveOrder](Excel.CalculatedMember.SolveOrder.md) ###### [SourceName](Excel.CalculatedMember.SourceName.md) ###### [Type](Excel.CalculatedMember.Type.md) #### [CalculatedMembers object](Excel.CalculatedMembers.md) ##### Methods ###### [Add](Excel.CalculatedMembers.Add.md) ###### [AddCalculatedMember](Excel.calculatedmembers.addcalculatedmember.md) ##### Properties ###### [Application](Excel.CalculatedMembers.Application.md) ###### [Count](Excel.CalculatedMembers.Count.md) ###### [Creator](Excel.CalculatedMembers.Creator.md) ###### [Item](Excel.CalculatedMembers.Item.md) ###### [Parent](Excel.CalculatedMembers.Parent.md) #### [CalloutFormat object](Excel.CalloutFormat.md) ##### Methods ###### [AutomaticLength](Excel.CalloutFormat.AutomaticLength.md) ###### [CustomDrop](Excel.CalloutFormat.CustomDrop.md) ###### [CustomLength](Excel.CalloutFormat.CustomLength.md) ###### [PresetDrop](Excel.CalloutFormat.PresetDrop.md) ##### Properties ###### [Accent](Excel.CalloutFormat.Accent.md) ###### [Angle](Excel.CalloutFormat.Angle.md) ###### [Application](Excel.CalloutFormat.Application.md) ###### [AutoAttach](Excel.CalloutFormat.AutoAttach.md) ###### [AutoLength](Excel.CalloutFormat.AutoLength.md) ###### [Border](Excel.CalloutFormat.Border.md) ###### [Creator](Excel.CalloutFormat.Creator.md) ###### [Drop](Excel.CalloutFormat.Drop.md) ###### [DropType](Excel.CalloutFormat.DropType.md) ###### [Gap](Excel.CalloutFormat.Gap.md) ###### [Length](Excel.CalloutFormat.Length.md) ###### [Parent](Excel.CalloutFormat.Parent.md) ###### [Type](Excel.CalloutFormat.Type.md) #### [CategoryCollection object](Excel.categorycollection.md) ##### Methods ###### [Item](Excel.categorycollection.item.md) ##### Properties ###### [Application](Excel.categorycollection.application.md) ###### [Count](Excel.categorycollection.count.md) ###### [Creator](Excel.categorycollection.creator.md) ###### [Parent](Excel.categorycollection.parent.md) #### [CellFormat object](Excel.CellFormat.md) ##### Methods ###### [Clear](Excel.CellFormat.Clear.md) ##### Properties ###### [AddIndent](Excel.CellFormat.AddIndent.md) ###### [Application](Excel.CellFormat.Application.md) ###### [Borders](Excel.CellFormat.Borders.md) ###### [Creator](Excel.CellFormat.Creator.md) ###### [Font](Excel.CellFormat.Font.md) ###### [FormulaHidden](Excel.CellFormat.FormulaHidden.md) ###### [HorizontalAlignment](Excel.CellFormat.HorizontalAlignment.md) ###### [IndentLevel](Excel.CellFormat.IndentLevel.md) ###### [Interior](Excel.CellFormat.Interior.md) ###### [Locked](Excel.CellFormat.Locked.md) ###### [MergeCells](Excel.CellFormat.MergeCells.md) ###### [NumberFormat](Excel.CellFormat.NumberFormat.md) ###### [NumberFormatLocal](Excel.CellFormat.NumberFormatLocal.md) ###### [Orientation](Excel.CellFormat.Orientation.md) ###### [Parent](Excel.CellFormat.Parent.md) ###### [ShrinkToFit](Excel.CellFormat.ShrinkToFit.md) ###### [VerticalAlignment](Excel.CellFormat.VerticalAlignment.md) ###### [WrapText](Excel.CellFormat.WrapText.md) #### [Characters object](Excel.Characters.md) ##### Methods ###### [Delete](Excel.Characters.Delete.md) ###### [Insert](Excel.Characters.Insert.md) ##### Properties ###### [Application](Excel.Characters.Application.md) ###### [Caption](Excel.Characters.Caption.md) ###### [Count](Excel.Characters.Count.md) ###### [Creator](Excel.Characters.Creator.md) ###### [Font](Excel.Characters.Font.md) ###### [Parent](Excel.Characters.Parent.md) ###### [PhoneticCharacters](Excel.Characters.PhoneticCharacters.md) ###### [Text](Excel.Characters.Text.md) #### [Chart object](Excel.Chart(object).md) ##### Events ###### [Activate](Excel.Chart.Activate(even).md) ###### [BeforeDoubleClick](Excel.Chart.BeforeDoubleClick.md) ###### [BeforeRightClick](Excel.Chart.BeforeRightClick.md) ###### [Calculate](Excel.Chart.Calculate.md) ###### [Deactivate](Excel.Chart.Deactivate.md) ###### [MouseDown](Excel.Chart.MouseDown.md) ###### [MouseMove](Excel.Chart.MouseMove.md) ###### [MouseUp](Excel.Chart.MouseUp.md) ###### [Resize](Excel.Chart.Resize.md) ###### [Select](Excel.Chart.Select(even).md) ###### [SeriesChange](Excel.Chart.SeriesChange.md) ##### Methods ###### [Activate](Excel.Chart.Activate(method).md) ###### [ApplyChartTemplate](Excel.Chart.ApplyChartTemplate.md) ###### [ApplyDataLabels](Excel.Chart.ApplyDataLabels.md) ###### [ApplyLayout](Excel.Chart.ApplyLayout.md) ###### [Axes](Excel.Chart.Axes.md) ###### [ChartGroups](Excel.Chart.ChartGroups.md) ###### [ChartObjects](Excel.Chart.ChartObjects.md) ###### [ChartWizard](Excel.Chart.ChartWizard.md) ###### [CheckSpelling](Excel.Chart.CheckSpelling.md) ###### [ClearToMatchColorStyle](Excel.chart.cleartomatchcolorstyle.md) ###### [ClearToMatchStyle](Excel.Chart.ClearToMatchStyle.md) ###### [Copy](Excel.Chart.Copy.md) ###### [CopyPicture](Excel.Chart.CopyPicture.md) ###### [Delete](Excel.Chart.Delete.md) ###### [Evaluate](Excel.Chart.Evaluate.md) ###### [Export](Excel.Chart.Export.md) ###### [ExportAsFixedFormat](Excel.Chart.ExportAsFixedFormat.md) ###### [FullSeriesCollection](Excel.chart.fullseriescollection.md) ###### [GetChartElement](Excel.Chart.GetChartElement.md) ###### [Location](Excel.Chart.Location.md) ###### [Move](Excel.Chart.Move.md) ###### [OLEObjects](Excel.Chart.OLEObjects.md) ###### [Paste](Excel.Chart.Paste.md) ###### [PrintOut](Excel.Chart.PrintOut.md) ###### [PrintPreview](Excel.Chart.PrintPreview.md) ###### [Protect](Excel.Chart.Protect.md) ###### [Refresh](Excel.Chart.Refresh.md) ###### [SaveAs](Excel.Chart.SaveAs.md) ###### [SaveChartTemplate](Excel.Chart.SaveChartTemplate.md) ###### [Select](Excel.Chart.Select(method).md) ###### [SeriesCollection](Excel.Chart.SeriesCollection.md) ###### [SetBackgroundPicture](Excel.Chart.SetBackgroundPicture.md) ###### [SetDefaultChart](Excel.Chart.SetDefaultChart.md) ###### [SetElement](Excel.Chart.SetElement.md) ###### [SetSourceData](Excel.Chart.SetSourceData.md) ###### [Unprotect](Excel.Chart.Unprotect.md) ##### Properties ###### [Application](Excel.Chart.Application.md) ###### [AutoScaling](Excel.Chart.AutoScaling.md) ###### [BackWall](Excel.Chart.BackWall.md) ###### [BarShape](Excel.Chart.BarShape.md) ###### [CategoryLabelLevel](Excel.chart.categorylabellevel.md) ###### [ChartArea](Excel.Chart.ChartArea.md) ###### [ChartColor](Excel.chart.chartcolor.md) ###### [ChartStyle](Excel.Chart.ChartStyle.md) ###### [ChartTitle](Excel.Chart.ChartTitle.md) ###### [ChartType](Excel.Chart.ChartType.md) ###### [CodeName](Excel.Chart.CodeName.md) ###### [Creator](Excel.Chart.Creator.md) ###### [DataTable](Excel.Chart.DataTable.md) ###### [DepthPercent](Excel.Chart.DepthPercent.md) ###### [DisplayBlanksAs](Excel.Chart.DisplayBlanksAs.md) ###### [Elevation](Excel.Chart.Elevation.md) ###### [Floor](Excel.Chart.Floor.md) ###### [GapDepth](Excel.Chart.GapDepth.md) ###### [HasAxis](Excel.Chart.HasAxis.md) ###### [HasDataTable](Excel.Chart.HasDataTable.md) ###### [HasLegend](Excel.Chart.HasLegend.md) ###### [HasTitle](Excel.Chart.HasTitle.md) ###### [HeightPercent](Excel.Chart.HeightPercent.md) ###### [Hyperlinks](Excel.Chart.Hyperlinks.md) ###### [Index](Excel.Chart.Index.md) ###### [Legend](Excel.Chart.Legend.md) ###### [MailEnvelope](Excel.Chart.MailEnvelope.md) ###### [Name](Excel.Chart.Name.md) ###### [Next](Excel.Chart.Next.md) ###### [PageSetup](Excel.Chart.PageSetup.md) ###### [Parent](Excel.Chart.Parent.md) ###### [Perspective](Excel.Chart.Perspective.md) ###### [PivotLayout](Excel.Chart.PivotLayout.md) ###### [PlotArea](Excel.Chart.PlotArea.md) ###### [PlotBy](Excel.Chart.PlotBy.md) ###### [PlotVisibleOnly](Excel.Chart.PlotVisibleOnly.md) ###### [Previous](Excel.Chart.Previous.md) ###### [PrintedCommentPages](Excel.Chart.PrintedCommentPages.md) ###### [ProtectContents](Excel.Chart.ProtectContents.md) ###### [ProtectData](Excel.Chart.ProtectData.md) ###### [ProtectDrawingObjects](Excel.Chart.ProtectDrawingObjects.md) ###### [ProtectFormatting](Excel.Chart.ProtectFormatting.md) ###### [ProtectionMode](Excel.Chart.ProtectionMode.md) ###### [ProtectSelection](Excel.Chart.ProtectSelection.md) ###### [RightAngleAxes](Excel.Chart.RightAngleAxes.md) ###### [Rotation](Excel.Chart.Rotation.md) ###### [SeriesNameLevel](Excel.chart.seriesnamelevel.md) ###### [Shapes](Excel.Chart.Shapes.md) ###### [ShowAllFieldButtons](Excel.Chart.ShowAllFieldButtons.md) ###### [ShowAxisFieldButtons](Excel.Chart.ShowAxisFieldButtons.md) ###### [ShowDataLabelsOverMaximum](Excel.Chart.ShowDataLabelsOverMaximum.md) ###### [ShowExpandCollapseEntireFieldButtons](Excel.chart.showexpandcollapseentirefieldbuttons.md) ###### [ShowLegendFieldButtons](Excel.Chart.ShowLegendFieldButtons.md) ###### [ShowReportFilterFieldButtons](Excel.Chart.ShowReportFilterFieldButtons.md) ###### [ShowValueFieldButtons](Excel.Chart.ShowValueFieldButtons.md) ###### [SideWall](Excel.Chart.SideWall.md) ###### [Tab](Excel.Chart.Tab.md) ###### [Visible](Excel.Chart.Visible.md) ###### [Walls](Excel.Chart.Walls.md) #### [ChartArea object](Excel.ChartArea(object).md) ##### Methods ###### [Clear](Excel.ChartArea.Clear.md) ###### [ClearContents](Excel.ChartArea.ClearContents.md) ###### [ClearFormats](Excel.ChartArea.ClearFormats.md) ###### [Copy](Excel.ChartArea.Copy.md) ###### [Select](Excel.ChartArea.Select.md) ##### Properties ###### [Application](Excel.ChartArea.Application.md) ###### [Creator](Excel.ChartArea.Creator.md) ###### [Format](Excel.ChartArea.Format.md) ###### [Height](Excel.ChartArea.Height.md) ###### [Left](Excel.ChartArea.Left.md) ###### [Name](Excel.ChartArea.Name.md) ###### [Parent](Excel.ChartArea.Parent.md) ###### [RoundedCorners](Excel.ChartArea.RoundedCorners.md) ###### [Shadow](Excel.ChartArea.Shadow.md) ###### [Top](Excel.ChartArea.Top.md) ###### [Width](Excel.ChartArea.Width.md) #### [ChartCategory object](Excel.chartcategory.md) ##### Properties ###### [Application](Excel.chartcategory.application.md) ###### [Creator](Excel.chartcategory.creator.md) ###### [IsFiltered](Excel.chartcategory.isfiltered.md) ###### [Name](Excel.chartcategory.name.md) ###### [Parent](Excel.chartcategory.parent.md) #### [ChartFormat object](Excel.ChartFormat.md) ##### Properties ###### [Adjustments](Excel.chartformat.adjustments.md) ###### [Application](Excel.ChartFormat.Application.md) ###### [AutoShapeType](Excel.chartformat.autoshapetype.md) ###### [Creator](Excel.ChartFormat.Creator.md) ###### [Fill](Excel.ChartFormat.Fill.md) ###### [Glow](Excel.ChartFormat.Glow.md) ###### [Line](Excel.ChartFormat.Line.md) ###### [Parent](Excel.ChartFormat.Parent.md) ###### [PictureFormat](Excel.ChartFormat.PictureFormat.md) ###### [Shadow](Excel.ChartFormat.Shadow.md) ###### [SoftEdge](Excel.ChartFormat.SoftEdge.md) ###### [TextFrame2](Excel.ChartFormat.TextFrame2.md) ###### [ThreeD](Excel.ChartFormat.ThreeD.md) #### [ChartGroup object](Excel.ChartGroup(object).md) ##### Methods ###### [CategoryCollection](Excel.chartgroup.categorycollection.md) ###### [FullCategoryCollection](Excel.chartgroup.fullcategorycollection.md) ###### [SeriesCollection](Excel.ChartGroup.SeriesCollection.md) ##### Properties ###### [Application](Excel.ChartGroup.Application.md) ###### [AxisGroup](Excel.ChartGroup.AxisGroup.md) ###### [BinsCountValue](Excel.chartgroup.binscountvalue.md) ###### [BinsOverflowEnabled](Excel.chartgroup.binsoverflowenabled.md) ###### [BinsOverflowValue](Excel.chartgroup.binsoverflowvalue.md) ###### [BinsType](Excel.chartgroup.binstype.md) ###### [BinsUnderflowEnabled](Excel.chartgroup.binsunderflowenabled.md) ###### [BinsUnderflowValue](Excel.chartgroup.binsunderflowvalue.md) ###### [BinWidthValue](Excel.chartgroup.binwidthvalue.md) ###### [BubbleScale](Excel.ChartGroup.BubbleScale.md) ###### [Creator](Excel.ChartGroup.Creator.md) ###### [DoughnutHoleSize](Excel.ChartGroup.DoughnutHoleSize.md) ###### [DownBars](Excel.ChartGroup.DownBars.md) ###### [DropLines](Excel.ChartGroup.DropLines.md) ###### [FirstSliceAngle](Excel.ChartGroup.FirstSliceAngle.md) ###### [GapWidth](Excel.ChartGroup.GapWidth.md) ###### [Has3DShading](Excel.ChartGroup.Has3DShading.md) ###### [HasDropLines](Excel.ChartGroup.HasDropLines.md) ###### [HasHiLoLines](Excel.ChartGroup.HasHiLoLines.md) ###### [HasRadarAxisLabels](Excel.ChartGroup.HasRadarAxisLabels.md) ###### [HasSeriesLines](Excel.ChartGroup.HasSeriesLines.md) ###### [HasUpDownBars](Excel.ChartGroup.HasUpDownBars.md) ###### [HiLoLines](Excel.ChartGroup.HiLoLines.md) ###### [Index](Excel.ChartGroup.Index.md) ###### [Overlap](Excel.ChartGroup.Overlap.md) ###### [Parent](Excel.ChartGroup.Parent.md) ###### [RadarAxisLabels](Excel.ChartGroup.RadarAxisLabels.md) ###### [SecondPlotSize](Excel.ChartGroup.SecondPlotSize.md) ###### [SeriesLines](Excel.ChartGroup.SeriesLines.md) ###### [ShowNegativeBubbles](Excel.ChartGroup.ShowNegativeBubbles.md) ###### [SizeRepresents](Excel.ChartGroup.SizeRepresents.md) ###### [SplitType](Excel.ChartGroup.SplitType.md) ###### [SplitValue](Excel.ChartGroup.SplitValue.md) ###### [UpBars](Excel.ChartGroup.UpBars.md) ###### [VaryByCategories](Excel.ChartGroup.VaryByCategories.md) #### [ChartGroups object](Excel.ChartGroups(object).md) ##### Methods ###### [Item](Excel.ChartGroups.Item.md) ##### Properties ###### [Application](Excel.ChartGroups.Application.md) ###### [Count](Excel.ChartGroups.Count.md) ###### [Creator](Excel.ChartGroups.Creator.md) ###### [Parent](Excel.ChartGroups.Parent.md) #### [ChartObject object](Excel.ChartObject.md) ##### Methods ###### [Activate](Excel.ChartObject.Activate.md) ###### [BringToFront](Excel.ChartObject.BringToFront.md) ###### [Copy](Excel.ChartObject.Copy.md) ###### [CopyPicture](Excel.ChartObject.CopyPicture.md) ###### [Cut](Excel.ChartObject.Cut.md) ###### [Delete](Excel.ChartObject.Delete.md) ###### [Duplicate](Excel.ChartObject.Duplicate.md) ###### [Select](Excel.ChartObject.Select.md) ###### [SendToBack](Excel.ChartObject.SendToBack.md) ##### Properties ###### [Application](Excel.ChartObject.Application.md) ###### [BottomRightCell](Excel.ChartObject.BottomRightCell.md) ###### [Chart](Excel.ChartObject.Chart.md) ###### [Creator](Excel.ChartObject.Creator.md) ###### [Height](Excel.ChartObject.Height.md) ###### [Index](Excel.ChartObject.Index.md) ###### [Left](Excel.ChartObject.Left.md) ###### [Locked](Excel.ChartObject.Locked.md) ###### [Name](Excel.ChartObject.Name.md) ###### [Parent](Excel.ChartObject.Parent.md) ###### [Placement](Excel.ChartObject.Placement.md) ###### [PrintObject](Excel.ChartObject.PrintObject.md) ###### [ProtectChartObject](Excel.ChartObject.ProtectChartObject.md) ###### [RoundedCorners](Excel.ChartObject.RoundedCorners.md) ###### [Shadow](Excel.ChartObject.Shadow.md) ###### [ShapeRange](Excel.ChartObject.ShapeRange.md) ###### [Top](Excel.ChartObject.Top.md) ###### [TopLeftCell](Excel.ChartObject.TopLeftCell.md) ###### [Visible](Excel.ChartObject.Visible.md) ###### [Width](Excel.ChartObject.Width.md) ###### [ZOrder](Excel.ChartObject.ZOrder.md) #### [ChartObjects object](Excel.ChartObjects.md) ##### Methods ###### [Add](Excel.ChartObjects.Add.md) ###### [Copy](Excel.ChartObjects.Copy.md) ###### [CopyPicture](Excel.ChartObjects.CopyPicture.md) ###### [Cut](Excel.ChartObjects.Cut.md) ###### [Delete](Excel.ChartObjects.Delete.md) ###### [Duplicate](Excel.ChartObjects.Duplicate.md) ###### [Item](Excel.ChartObjects.Item.md) ###### [Select](Excel.ChartObjects.Select.md) ##### Properties ###### [Application](Excel.ChartObjects.Application.md) ###### [Count](Excel.ChartObjects.Count.md) ###### [Creator](Excel.ChartObjects.Creator.md) ###### [Height](Excel.ChartObjects.Height.md) ###### [Left](Excel.ChartObjects.Left.md) ###### [Locked](Excel.ChartObjects.Locked.md) ###### [Parent](Excel.ChartObjects.Parent.md) ###### [Placement](Excel.ChartObjects.Placement.md) ###### [PrintObject](Excel.ChartObjects.PrintObject.md) ###### [ProtectChartObject](Excel.ChartObjects.ProtectChartObject.md) ###### [ShapeRange](Excel.ChartObjects.ShapeRange.md) ###### [Top](Excel.ChartObjects.Top.md) ###### [Visible](Excel.ChartObjects.Visible.md) ###### [Width](Excel.ChartObjects.Width.md) #### [Charts object](Excel.Charts.md) ##### Methods ###### [Add2](Excel.charts.add2.md) ###### [Copy](Excel.Charts.Copy.md) ###### [Delete](Excel.Charts.Delete.md) ###### [Move](Excel.Charts.Move.md) ###### [PrintOut](Excel.Charts.PrintOut.md) ###### [PrintPreview](Excel.Charts.PrintPreview.md) ###### [Select](Excel.Charts.Select.md) ##### Properties ###### [Application](Excel.Charts.Application.md) ###### [Count](Excel.Charts.Count.md) ###### [Creator](Excel.Charts.Creator.md) ###### [HPageBreaks](Excel.Charts.HPageBreaks.md) ###### [Item](Excel.Charts.Item.md) ###### [Parent](Excel.Charts.Parent.md) ###### [Visible](Excel.Charts.Visible.md) ###### [VPageBreaks](Excel.Charts.VPageBreaks.md) #### [ChartTitle object](Excel.ChartTitle(object).md) ##### Methods ###### [Delete](Excel.ChartTitle.Delete.md) ###### [Select](Excel.ChartTitle.Select.md) ##### Properties ###### [Application](Excel.ChartTitle.Application.md) ###### [Caption](Excel.ChartTitle.Caption.md) ###### [Characters](Excel.ChartTitle.Characters.md) ###### [Creator](Excel.ChartTitle.Creator.md) ###### [Format](Excel.ChartTitle.Format.md) ###### [Formula](Excel.ChartTitle.Formula.md) ###### [FormulaLocal](Excel.ChartTitle.FormulaLocal.md) ###### [FormulaR1C1](Excel.ChartTitle.FormulaR1C1.md) ###### [FormulaR1C1Local](Excel.ChartTitle.FormulaR1C1Local.md) ###### [Height](Excel.ChartTitle.Height.md) ###### [HorizontalAlignment](Excel.ChartTitle.HorizontalAlignment.md) ###### [IncludeInLayout](Excel.ChartTitle.IncludeInLayout.md) ###### [Left](Excel.ChartTitle.Left.md) ###### [Name](Excel.ChartTitle.Name.md) ###### [Orientation](Excel.ChartTitle.Orientation.md) ###### [Parent](Excel.ChartTitle.Parent.md) ###### [Position](Excel.ChartTitle.Position.md) ###### [ReadingOrder](Excel.ChartTitle.ReadingOrder.md) ###### [Shadow](Excel.ChartTitle.Shadow.md) ###### [Text](Excel.ChartTitle.Text.md) ###### [Top](Excel.ChartTitle.Top.md) ###### [VerticalAlignment](Excel.ChartTitle.VerticalAlignment.md) ###### [Width](Excel.ChartTitle.Width.md) #### [ChartView object](Excel.ChartView.md) ##### Properties ###### [Application](Excel.ChartView.Application.md) ###### [Creator](Excel.ChartView.Creator.md) ###### [Parent](Excel.ChartView.Parent.md) ###### [Sheet](Excel.ChartView.Sheet.md) #### [ColorFormat object](Excel.ColorFormat.md) ##### Properties ###### [Application](Excel.ColorFormat.Application.md) ###### [Brightness](Excel.ColorFormat.Brightness.md) ###### [Creator](Excel.ColorFormat.Creator.md) ###### [ObjectThemeColor](Excel.ColorFormat.ObjectThemeColor.md) ###### [Parent](Excel.ColorFormat.Parent.md) ###### [RGB](Excel.ColorFormat.RGB.md) ###### [SchemeColor](Excel.ColorFormat.SchemeColor.md) ###### [TintAndShade](Excel.ColorFormat.TintAndShade.md) ###### [Type](Excel.ColorFormat.Type.md) #### [ColorScale object](Excel.ColorScale.md) ##### Methods ###### [Delete](Excel.ColorScale.Delete.md) ###### [ModifyAppliesToRange](Excel.ColorScale.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.ColorScale.SetFirstPriority.md) ###### [SetLastPriority](Excel.ColorScale.SetLastPriority.md) ##### Properties ###### [Application](Excel.ColorScale.Application.md) ###### [AppliesTo](Excel.ColorScale.AppliesTo.md) ###### [ColorScaleCriteria](Excel.ColorScale.ColorScaleCriteria.md) ###### [Creator](Excel.ColorScale.Creator.md) ###### [Formula](Excel.ColorScale.Formula.md) ###### [Parent](Excel.ColorScale.Parent.md) ###### [Priority](Excel.ColorScale.Priority.md) ###### [PTCondition](Excel.ColorScale.PTCondition.md) ###### [ScopeType](Excel.ColorScale.ScopeType.md) ###### [StopIfTrue](Excel.ColorScale.StopIfTrue.md) ###### [Type](Excel.ColorScale.Type.md) #### [ColorScaleCriteria object](Excel.ColorScaleCriteria.md) ##### Properties ###### [Count](Excel.ColorScaleCriteria.Count.md) ###### [Item](Excel.ColorScaleCriteria.Item.md) #### [ColorScaleCriterion object](Excel.ColorScaleCriterion.md) ##### Properties ###### [FormatColor](Excel.ColorScaleCriterion.FormatColor.md) ###### [Index](Excel.ColorScaleCriterion.Index.md) ###### [Type](Excel.ColorScaleCriterion.Type.md) ###### [Value](Excel.ColorScaleCriterion.Value.md) #### [ColorStop object](Excel.ColorStop.md) ##### Methods ###### [Delete](Excel.ColorStop.Delete.md) ##### Properties ###### [Application](Excel.ColorStop.Application.md) ###### [Color](Excel.ColorStop.Color.md) ###### [Creator](Excel.ColorStop.Creator.md) ###### [Parent](Excel.ColorStop.Parent.md) ###### [Position](Excel.ColorStop.Position.md) ###### [ThemeColor](Excel.ColorStop.ThemeColor.md) ###### [TintAndShade](Excel.ColorStop.TintAndShade.md) #### [ColorStops object](Excel.ColorStops.md) ##### Methods ###### [Add](Excel.ColorStops.Add.md) ###### [Clear](Excel.ColorStops.Clear.md) ###### [Item](Excel.ColorStops.Item.md) ##### Properties ###### [Application](Excel.ColorStops.Application.md) ###### [Count](Excel.ColorStops.Count.md) ###### [Creator](Excel.ColorStops.Creator.md) ###### [Parent](Excel.ColorStops.Parent.md) #### [Comment object](Excel.Comment.md) ##### Methods ###### [Delete](Excel.Comment.Delete.md) ###### [Next](Excel.Comment.Next.md) ###### [Previous](Excel.Comment.Previous.md) ###### [Text](Excel.Comment.Text.md) ##### Properties ###### [Application](Excel.Comment.Application.md) ###### [Author](Excel.Comment.Author.md) ###### [Creator](Excel.Comment.Creator.md) ###### [Parent](Excel.Comment.Parent.md) ###### [Shape](Excel.Comment.Shape.md) ###### [Visible](Excel.Comment.Visible.md) #### [Comments object](Excel.Comments.md) ##### Methods ###### [Item](Excel.Comments.Item.md) ##### Properties ###### [Application](Excel.Comments.Application.md) ###### [Count](Excel.Comments.Count.md) ###### [Creator](Excel.Comments.Creator.md) ###### [Parent](Excel.Comments.Parent.md) #### [CommentThreaded object](Excel.CommentThreaded.md) ##### Methods ###### [AddReply](Excel.CommentThreaded.AddReply.md) ###### [Delete](Excel.CommentThreaded.Delete.md) ###### [Next](Excel.CommentThreaded.Next.md) ###### [Previous](Excel.CommentThreaded.Previous.md) ###### [Text](Excel.CommentThreaded.Text.md) ##### Properties ###### [Application](Excel.CommentThreaded.Application.md) ###### [Author](Excel.CommentThreaded.Author.md) ###### [Creator](Excel.CommentThreaded.Creator.md) ###### [Date](Excel.CommentThreaded.Date.md) ###### [Parent](Excel.CommentThreaded.Parent.md) ###### [Replies](Excel.CommentThreaded.Replies.md) #### [CommentsThreaded object](Excel.CommentsThreaded.md) ##### Methods ###### [Item](Excel.CommentsThreaded.Item.md) ##### Properties ###### [Application](Excel.CommentsThreaded.Application.md) ###### [Count](Excel.CommentsThreaded.Count.md) ###### [Creator](Excel.CommentsThreaded.Creator.md) ###### [Parent](Excel.CommentsThreaded.Parent.md) #### [ConditionValue object](Excel.ConditionValue.md) ##### Methods ###### [Modify](Excel.ConditionValue.Modify.md) ##### Properties ###### [Application](Excel.ConditionValue.Application.md) ###### [Creator](Excel.ConditionValue.Creator.md) ###### [Parent](Excel.ConditionValue.Parent.md) ###### [Type](Excel.ConditionValue.Type.md) ###### [Value](Excel.ConditionValue.Value.md) #### [Connections object](Excel.Connections.md) ##### Methods ###### [Add](Excel.Connections.Add.md) ###### [AddFromFile](Excel.Connections.AddFromFile.md) ###### [Item](Excel.Connections.Item.md) ##### Properties ###### [Application](Excel.Connections.Application.md) ###### [Count](Excel.Connections.Count.md) ###### [Creator](Excel.Connections.Creator.md) ###### [Parent](Excel.Connections.Parent.md) #### [ConnectorFormat object](Excel.ConnectorFormat.md) ##### Methods ###### [BeginConnect](Excel.ConnectorFormat.BeginConnect.md) ###### [BeginDisconnect](Excel.ConnectorFormat.BeginDisconnect.md) ###### [EndConnect](Excel.ConnectorFormat.EndConnect.md) ###### [EndDisconnect](Excel.ConnectorFormat.EndDisconnect.md) ##### Properties ###### [Application](Excel.ConnectorFormat.Application.md) ###### [BeginConnected](Excel.ConnectorFormat.BeginConnected.md) ###### [BeginConnectedShape](Excel.ConnectorFormat.BeginConnectedShape.md) ###### [BeginConnectionSite](Excel.ConnectorFormat.BeginConnectionSite.md) ###### [Creator](Excel.ConnectorFormat.Creator.md) ###### [EndConnected](Excel.ConnectorFormat.EndConnected.md) ###### [EndConnectedShape](Excel.ConnectorFormat.EndConnectedShape.md) ###### [EndConnectionSite](Excel.ConnectorFormat.EndConnectionSite.md) ###### [Parent](Excel.ConnectorFormat.Parent.md) ###### [Type](Excel.ConnectorFormat.Type.md) #### [ControlFormat object](Excel.ControlFormat.md) ##### Methods ###### [AddItem](Excel.ControlFormat.AddItem.md) ###### [List](Excel.ControlFormat.List.md) ###### [RemoveAllItems](Excel.ControlFormat.RemoveAllItems.md) ###### [RemoveItem](Excel.ControlFormat.RemoveItem.md) ##### Properties ###### [Application](Excel.ControlFormat.Application.md) ###### [Creator](Excel.ControlFormat.Creator.md) ###### [DropDownLines](Excel.ControlFormat.DropDownLines.md) ###### [Enabled](Excel.ControlFormat.Enabled.md) ###### [LargeChange](Excel.ControlFormat.LargeChange.md) ###### [LinkedCell](Excel.ControlFormat.LinkedCell.md) ###### [ListCount](Excel.ControlFormat.ListCount.md) ###### [ListFillRange](Excel.ControlFormat.ListFillRange.md) ###### [ListIndex](Excel.ControlFormat.ListIndex.md) ###### [LockedText](Excel.ControlFormat.LockedText.md) ###### [Max](Excel.ControlFormat.Max.md) ###### [Min](Excel.ControlFormat.Min.md) ###### [MultiSelect](Excel.ControlFormat.MultiSelect.md) ###### [Parent](Excel.ControlFormat.Parent.md) ###### [PrintObject](Excel.ControlFormat.PrintObject.md) ###### [SmallChange](Excel.ControlFormat.SmallChange.md) ###### [Value](Excel.ControlFormat.Value.md) #### [CubeField object](Excel.CubeField.md) ##### Methods ###### [AddMemberPropertyField](Excel.CubeField.AddMemberPropertyField.md) ###### [AutoGroup](Excel.cubefield.autogroup.md) ###### [ClearManualFilter](Excel.CubeField.ClearManualFilter.md) ###### [CreatePivotFields](Excel.CubeField.CreatePivotFields.md) ###### [Delete](Excel.CubeField.Delete.md) ##### Properties ###### [AllItemsVisible](Excel.CubeField.AllItemsVisible.md) ###### [Application](Excel.CubeField.Application.md) ###### [Caption](Excel.CubeField.Caption.md) ###### [Creator](Excel.CubeField.Creator.md) ###### [CubeFieldSubType](Excel.CubeField.CubeFieldSubType.md) ###### [CubeFieldType](Excel.CubeField.CubeFieldType.md) ###### [CurrentPageName](Excel.CubeField.CurrentPageName.md) ###### [DragToColumn](Excel.CubeField.DragToColumn.md) ###### [DragToData](Excel.CubeField.DragToData.md) ###### [DragToHide](Excel.CubeField.DragToHide.md) ###### [DragToPage](Excel.CubeField.DragToPage.md) ###### [DragToRow](Excel.CubeField.DragToRow.md) ###### [EnableMultiplePageItems](Excel.CubeField.EnableMultiplePageItems.md) ###### [FlattenHierarchies](Excel.CubeField.FlattenHierarchies.md) ###### [HasMemberProperties](Excel.CubeField.HasMemberProperties.md) ###### [HierarchizeDistinct](Excel.CubeField.HierarchizeDistinct.md) ###### [IncludeNewItemsInFilter](Excel.CubeField.IncludeNewItemsInFilter.md) ###### [IsDate](Excel.CubeField.IsDate.md) ###### [LayoutForm](Excel.CubeField.LayoutForm.md) ###### [LayoutSubtotalLocation](Excel.CubeField.LayoutSubtotalLocation.md) ###### [Name](Excel.CubeField.Name.md) ###### [Orientation](Excel.CubeField.Orientation.md) ###### [Parent](Excel.CubeField.Parent.md) ###### [PivotFields](Excel.CubeField.PivotFields.md) ###### [Position](Excel.CubeField.Position.md) ###### [ShowInFieldList](Excel.CubeField.ShowInFieldList.md) ###### [TreeviewControl](Excel.CubeField.TreeviewControl.md) ###### [Value](Excel.CubeField.Value.md) #### [CubeFields object](Excel.CubeFields.md) ##### Methods ###### [AddSet](Excel.CubeFields.AddSet.md) ###### [GetMeasure](Excel.cubefields.getmeasure.md) ##### Properties ###### [Application](Excel.CubeFields.Application.md) ###### [Count](Excel.CubeFields.Count.md) ###### [Creator](Excel.CubeFields.Creator.md) ###### [Item](Excel.CubeFields.Item.md) ###### [Parent](Excel.CubeFields.Parent.md) #### [CustomProperty object](Excel.CustomProperty.md) ##### Methods ###### [Delete](Excel.CustomProperty.Delete.md) ##### Properties ###### [Application](Excel.CustomProperty.Application.md) ###### [Creator](Excel.CustomProperty.Creator.md) ###### [Name](Excel.CustomProperty.Name.md) ###### [Parent](Excel.CustomProperty.Parent.md) ###### [Value](Excel.CustomProperty.Value.md) #### [CustomProperties object](Excel.CustomProperties.md) ##### Methods ###### [Add](Excel.CustomProperties.Add.md) ##### Properties ###### [Application](Excel.CustomProperties.Application.md) ###### [Count](Excel.CustomProperties.Count.md) ###### [Creator](Excel.CustomProperties.Creator.md) ###### [Item](Excel.CustomProperties.Item.md) ###### [Parent](Excel.CustomProperties.Parent.md) #### [CustomView object](Excel.CustomView.md) ##### Methods ###### [Delete](Excel.CustomView.Delete.md) ###### [Show](Excel.CustomView.Show.md) ##### Properties ###### [Application](Excel.CustomView.Application.md) ###### [Creator](Excel.CustomView.Creator.md) ###### [Name](Excel.CustomView.Name.md) ###### [Parent](Excel.CustomView.Parent.md) ###### [PrintSettings](Excel.CustomView.PrintSettings.md) ###### [RowColSettings](Excel.CustomView.RowColSettings.md) #### [CustomViews object](Excel.CustomViews.md) ##### Methods ###### [Add](Excel.CustomViews.Add.md) ###### [Item](Excel.CustomViews.Item.md) ##### Properties ###### [Application](Excel.CustomViews.Application.md) ###### [Count](Excel.CustomViews.Count.md) ###### [Creator](Excel.CustomViews.Creator.md) ###### [Parent](Excel.CustomViews.Parent.md) #### [DataBar object](Excel.DataBar.md) ##### Methods ###### [Delete](Excel.DataBar.Delete.md) ###### [ModifyAppliesToRange](Excel.DataBar.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.DataBar.SetFirstPriority.md) ###### [SetLastPriority](Excel.DataBar.SetLastPriority.md) ##### Properties ###### [Application](Excel.DataBar.Application.md) ###### [AppliesTo](Excel.DataBar.AppliesTo.md) ###### [AxisColor](Excel.DataBar.AxisColor.md) ###### [AxisPosition](Excel.DataBar.AxisPosition.md) ###### [BarBorder](Excel.DataBar.BarBorder.md) ###### [BarColor](Excel.DataBar.BarColor.md) ###### [BarFillType](Excel.DataBar.BarFillType.md) ###### [Creator](Excel.DataBar.Creator.md) ###### [Direction](Excel.DataBar.Direction.md) ###### [Formula](Excel.DataBar.Formula.md) ###### [MaxPoint](Excel.DataBar.MaxPoint.md) ###### [MinPoint](Excel.DataBar.MinPoint.md) ###### [NegativeBarFormat](Excel.DataBar.NegativeBarFormat.md) ###### [Parent](Excel.DataBar.Parent.md) ###### [PercentMax](Excel.DataBar.PercentMax.md) ###### [PercentMin](Excel.DataBar.PercentMin.md) ###### [Priority](Excel.DataBar.Priority.md) ###### [PTCondition](Excel.DataBar.PTCondition.md) ###### [ScopeType](Excel.DataBar.ScopeType.md) ###### [ShowValue](Excel.DataBar.ShowValue.md) ###### [StopIfTrue](Excel.DataBar.StopIfTrue.md) ###### [Type](Excel.DataBar.Type.md) #### [DataBarBorder object](Excel.DataBarBorder.md) ##### Properties ###### [Application](Excel.DataBarBorder.Application.md) ###### [Color](Excel.DataBarBorder.Color.md) ###### [Creator](Excel.DataBarBorder.Creator.md) ###### [Parent](Excel.DataBarBorder.Parent.md) ###### [Type](Excel.DataBarBorder.Type.md) #### [DataFeedConnection object](Excel.datafeedconnection.md) ##### Methods ###### [CancelRefresh](Excel.datafeedconnection.cancelrefresh.md) ###### [Refresh](Excel.datafeedconnection.refresh.md) ###### [SaveAsODC](Excel.datafeedconnection.saveasodc.md) ##### Properties ###### [AlwaysUseConnectionFile](Excel.datafeedconnection.alwaysuseconnectionfile.md) ###### [Application](Excel.datafeedconnection.application.md) ###### [CommandText](Excel.datafeedconnection.commandtext.md) ###### [CommandType](Excel.datafeedconnection.commandtype.md) ###### [Connection](Excel.datafeedconnection.connection.md) ###### [Creator](Excel.datafeedconnection.creator.md) ###### [EnableRefresh](Excel.datafeedconnection.enablerefresh.md) ###### [Parent](Excel.datafeedconnection.parent.md) ###### [RefreshDate](Excel.datafeedconnection.refreshdate.md) ###### [Refreshing](Excel.datafeedconnection.refreshing.md) ###### [RefreshOnFileOpen](Excel.datafeedconnection.refreshonfileopen.md) ###### [RefreshPeriod](Excel.datafeedconnection.refreshperiod.md) ###### [SavePassword](Excel.datafeedconnection.savepassword.md) ###### [ServerCredentialsMethod](Excel.datafeedconnection.servercredentialsmethod.md) ###### [SourceConnectionFile](Excel.datafeedconnection.sourceconnectionfile.md) ###### [SourceDataFile](Excel.datafeedconnection.sourcedatafile.md) #### [DataLabel object](Excel.DataLabel(object).md) ##### Methods ###### [Delete](Excel.DataLabel.Delete.md) ###### [Select](Excel.DataLabel.Select.md) ##### Properties ###### [Application](Excel.DataLabel.Application.md) ###### [AutoText](Excel.DataLabel.AutoText.md) ###### [Caption](Excel.DataLabel.Caption.md) ###### [Characters](Excel.DataLabel.Characters.md) ###### [Creator](Excel.DataLabel.Creator.md) ###### [Format](Excel.DataLabel.Format.md) ###### [Formula](Excel.DataLabel.Formula.md) ###### [FormulaLocal](Excel.DataLabel.FormulaLocal.md) ###### [FormulaR1C1](Excel.DataLabel.FormulaR1C1.md) ###### [FormulaR1C1Local](Excel.DataLabel.FormulaR1C1Local.md) ###### [Height](Excel.DataLabel.Height.md) ###### [HorizontalAlignment](Excel.DataLabel.HorizontalAlignment.md) ###### [Left](Excel.DataLabel.Left.md) ###### [Name](Excel.DataLabel.Name.md) ###### [NumberFormat](Excel.DataLabel.NumberFormat.md) ###### [NumberFormatLinked](Excel.DataLabel.NumberFormatLinked.md) ###### [NumberFormatLocal](Excel.DataLabel.NumberFormatLocal.md) ###### [Orientation](Excel.DataLabel.Orientation.md) ###### [Parent](Excel.DataLabel.Parent.md) ###### [Position](Excel.DataLabel.Position.md) ###### [ReadingOrder](Excel.DataLabel.ReadingOrder.md) ###### [Separator](Excel.DataLabel.Separator.md) ###### [Shadow](Excel.DataLabel.Shadow.md) ###### [ShowBubbleSize](Excel.DataLabel.ShowBubbleSize.md) ###### [ShowCategoryName](Excel.DataLabel.ShowCategoryName.md) ###### [ShowLegendKey](Excel.DataLabel.ShowLegendKey.md) ###### [ShowPercentage](Excel.DataLabel.ShowPercentage.md) ###### [ShowRange](Excel.datalabel.showrange.md) ###### [ShowSeriesName](Excel.DataLabel.ShowSeriesName.md) ###### [ShowValue](Excel.DataLabel.ShowValue.md) ###### [Text](Excel.DataLabel.Text.md) ###### [Top](Excel.DataLabel.Top.md) ###### [VerticalAlignment](Excel.DataLabel.VerticalAlignment.md) ###### [Width](Excel.DataLabel.Width.md) #### [DataLabels object](Excel.DataLabels(object).md) ##### Methods ###### [Delete](Excel.DataLabels.Delete.md) ###### [Item](Excel.DataLabels.Item.md) ###### [Propagate](Excel.datalabels.propagate.md) ###### [Select](Excel.DataLabels.Select.md) ##### Properties ###### [Application](Excel.DataLabels.Application.md) ###### [AutoText](Excel.DataLabels.AutoText.md) ###### [Count](Excel.DataLabels.Count.md) ###### [Creator](Excel.DataLabels.Creator.md) ###### [Format](Excel.DataLabels.Format.md) ###### [HorizontalAlignment](Excel.DataLabels.HorizontalAlignment.md) ###### [Name](Excel.DataLabels.Name.md) ###### [NumberFormat](Excel.DataLabels.NumberFormat.md) ###### [NumberFormatLinked](Excel.DataLabels.NumberFormatLinked.md) ###### [NumberFormatLocal](Excel.DataLabels.NumberFormatLocal.md) ###### [Orientation](Excel.DataLabels.Orientation.md) ###### [Parent](Excel.DataLabels.Parent.md) ###### [Position](Excel.DataLabels.Position.md) ###### [ReadingOrder](Excel.DataLabels.ReadingOrder.md) ###### [Separator](Excel.DataLabels.Separator.md) ###### [Shadow](Excel.DataLabels.Shadow.md) ###### [ShowBubbleSize](Excel.DataLabels.ShowBubbleSize.md) ###### [ShowCategoryName](Excel.DataLabels.ShowCategoryName.md) ###### [ShowLegendKey](Excel.DataLabels.ShowLegendKey.md) ###### [ShowPercentage](Excel.DataLabels.ShowPercentage.md) ###### [ShowRange](Excel.datalabels.showrange.md) ###### [ShowSeriesName](Excel.DataLabels.ShowSeriesName.md) ###### [ShowValue](Excel.DataLabels.ShowValue.md) ###### [VerticalAlignment](Excel.DataLabels.VerticalAlignment.md) #### [DataTable object](Excel.DataTable(object).md) ##### Methods ###### [Delete](Excel.DataTable.Delete.md) ###### [Select](Excel.DataTable.Select.md) ##### Properties ###### [Application](Excel.DataTable.Application.md) ###### [Border](Excel.DataTable.Border.md) ###### [Creator](Excel.DataTable.Creator.md) ###### [Font](Excel.DataTable.Font.md) ###### [Format](Excel.DataTable.Format.md) ###### [HasBorderHorizontal](Excel.DataTable.HasBorderHorizontal.md) ###### [HasBorderOutline](Excel.DataTable.HasBorderOutline.md) ###### [HasBorderVertical](Excel.DataTable.HasBorderVertical.md) ###### [Parent](Excel.DataTable.Parent.md) ###### [ShowLegendKey](Excel.DataTable.ShowLegendKey.md) #### [DefaultWebOptions object](Excel.DefaultWebOptions.md) ##### Properties ###### [AllowPNG](Excel.DefaultWebOptions.AllowPNG.md) ###### [AlwaysSaveInDefaultEncoding](Excel.DefaultWebOptions.AlwaysSaveInDefaultEncoding.md) ###### [Application](Excel.DefaultWebOptions.Application.md) ###### [CheckIfOfficeIsHTMLEditor](Excel.DefaultWebOptions.CheckIfOfficeIsHTMLEditor.md) ###### [Creator](Excel.DefaultWebOptions.Creator.md) ###### [DownloadComponents](Excel.DefaultWebOptions.DownloadComponents.md) ###### [Encoding](Excel.DefaultWebOptions.Encoding.md) ###### [FolderSuffix](Excel.DefaultWebOptions.FolderSuffix.md) ###### [Fonts](Excel.DefaultWebOptions.Fonts.md) ###### [LoadPictures](Excel.DefaultWebOptions.LoadPictures.md) ###### [LocationOfComponents](Excel.DefaultWebOptions.LocationOfComponents.md) ###### [OrganizeInFolder](Excel.DefaultWebOptions.OrganizeInFolder.md) ###### [Parent](Excel.DefaultWebOptions.Parent.md) ###### [PixelsPerInch](Excel.DefaultWebOptions.PixelsPerInch.md) ###### [RelyOnCSS](Excel.DefaultWebOptions.RelyOnCSS.md) ###### [RelyOnVML](Excel.DefaultWebOptions.RelyOnVML.md) ###### [SaveHiddenData](Excel.DefaultWebOptions.SaveHiddenData.md) ###### [SaveNewWebPagesAsWebArchives](Excel.DefaultWebOptions.SaveNewWebPagesAsWebArchives.md) ###### [ScreenSize](Excel.DefaultWebOptions.ScreenSize.md) ###### [TargetBrowser](Excel.DefaultWebOptions.TargetBrowser.md) ###### [UpdateLinksOnSave](Excel.DefaultWebOptions.UpdateLinksOnSave.md) ###### [UseLongFileNames](Excel.DefaultWebOptions.UseLongFileNames.md) #### [Dialog object](Excel.Dialog.md) ##### Methods ###### [Show](Excel.Dialog.Show.md) ##### Properties ###### [Application](Excel.Dialog.Application.md) ###### [Creator](Excel.Dialog.Creator.md) ###### [Parent](Excel.Dialog.Parent.md) #### [Dialogs object](Excel.Dialogs.md) ##### Properties ###### [Application](Excel.Dialogs.Application.md) ###### [Count](Excel.Dialogs.Count.md) ###### [Creator](Excel.Dialogs.Creator.md) ###### [Item](Excel.Dialogs.Item.md) ###### [Parent](Excel.Dialogs.Parent.md) #### [DialogSheetView object](Excel.DialogSheetView.md) ##### Properties ###### [Application](Excel.DialogSheetView.Application.md) ###### [Creator](Excel.DialogSheetView.Creator.md) ###### [Parent](Excel.DialogSheetView.Parent.md) ###### [Sheet](Excel.DialogSheetView.Sheet.md) #### [DisplayFormat object](Excel.DisplayFormat.md) ##### Properties ###### [AddIndent](Excel.DisplayFormat.AddIndent.md) ###### [Application](Excel.DisplayFormat.Application.md) ###### [Borders](Excel.DisplayFormat.Borders.md) ###### [Characters](Excel.DisplayFormat.Characters.md) ###### [Creator](Excel.DisplayFormat.Creator.md) ###### [Font](Excel.DisplayFormat.Font.md) ###### [FormulaHidden](Excel.DisplayFormat.FormulaHidden.md) ###### [HorizontalAlignment](Excel.DisplayFormat.HorizontalAlignment.md) ###### [IndentLevel](Excel.DisplayFormat.IndentLevel.md) ###### [Interior](Excel.DisplayFormat.Interior.md) ###### [Locked](Excel.DisplayFormat.Locked.md) ###### [MergeCells](Excel.DisplayFormat.MergeCells.md) ###### [NumberFormat](Excel.DisplayFormat.NumberFormat.md) ###### [NumberFormatLocal](Excel.DisplayFormat.NumberFormatLocal.md) ###### [Orientation](Excel.DisplayFormat.Orientation.md) ###### [Parent](Excel.DisplayFormat.Parent.md) ###### [ReadingOrder](Excel.DisplayFormat.ReadingOrder.md) ###### [ShrinkToFit](Excel.DisplayFormat.ShrinkToFit.md) ###### [Style](Excel.DisplayFormat.Style.md) ###### [VerticalAlignment](Excel.DisplayFormat.VerticalAlignment.md) ###### [WrapText](Excel.DisplayFormat.WrapText.md) #### [DisplayUnitLabel object](Excel.DisplayUnitLabel(object).md) ##### Methods ###### [Delete](Excel.DisplayUnitLabel.Delete.md) ###### [Select](Excel.DisplayUnitLabel.Select.md) ##### Properties ###### [Application](Excel.DisplayUnitLabel.Application.md) ###### [Caption](Excel.DisplayUnitLabel.Caption.md) ###### [Characters](Excel.DisplayUnitLabel.Characters.md) ###### [Creator](Excel.DisplayUnitLabel.Creator.md) ###### [Format](Excel.DisplayUnitLabel.Format.md) ###### [Formula](Excel.DisplayUnitLabel.Formula.md) ###### [FormulaLocal](Excel.DisplayUnitLabel.FormulaLocal.md) ###### [FormulaR1C1](Excel.DisplayUnitLabel.FormulaR1C1.md) ###### [FormulaR1C1Local](Excel.DisplayUnitLabel.FormulaR1C1Local.md) ###### [Height](Excel.DisplayUnitLabel.Height.md) ###### [HorizontalAlignment](Excel.DisplayUnitLabel.HorizontalAlignment.md) ###### [Left](Excel.DisplayUnitLabel.Left.md) ###### [Name](Excel.DisplayUnitLabel.Name.md) ###### [Orientation](Excel.DisplayUnitLabel.Orientation.md) ###### [Parent](Excel.DisplayUnitLabel.Parent.md) ###### [Position](Excel.DisplayUnitLabel.Position.md) ###### [ReadingOrder](Excel.DisplayUnitLabel.ReadingOrder.md) ###### [Shadow](Excel.DisplayUnitLabel.Shadow.md) ###### [Text](Excel.DisplayUnitLabel.Text.md) ###### [Top](Excel.DisplayUnitLabel.Top.md) ###### [VerticalAlignment](Excel.DisplayUnitLabel.VerticalAlignment.md) ###### [Width](Excel.DisplayUnitLabel.Width.md) #### [DownBars object](Excel.DownBars(object).md) ##### Methods ###### [Delete](Excel.DownBars.Delete.md) ###### [Select](Excel.DownBars.Select.md) ##### Properties ###### [Application](Excel.DownBars.Application.md) ###### [Creator](Excel.DownBars.Creator.md) ###### [Format](Excel.DownBars.Format.md) ###### [Name](Excel.DownBars.Name.md) ###### [Parent](Excel.DownBars.Parent.md) #### [DropLines object](Excel.DropLines(object).md) ##### Methods ###### [Delete](Excel.DropLines.Delete.md) ###### [Select](Excel.DropLines.Select.md) ##### Properties ###### [Application](Excel.DropLines.Application.md) ###### [Border](Excel.DropLines.Border.md) ###### [Creator](Excel.DropLines.Creator.md) ###### [Format](Excel.DropLines.Format.md) ###### [Name](Excel.DropLines.Name.md) ###### [Parent](Excel.DropLines.Parent.md) #### [Error object](Excel.Error.md) ##### Properties ###### [Application](Excel.Error.Application.md) ###### [Creator](Excel.Error.Creator.md) ###### [Ignore](Excel.Error.Ignore.md) ###### [Parent](Excel.Error.Parent.md) ###### [Value](Excel.Error.Value.md) #### [ErrorBars object](Excel.ErrorBars(object).md) ##### Methods ###### [ClearFormats](Excel.ErrorBars.ClearFormats.md) ###### [Delete](Excel.ErrorBars.Delete.md) ###### [Select](Excel.ErrorBars.Select.md) ##### Properties ###### [Application](Excel.ErrorBars.Application.md) ###### [Border](Excel.ErrorBars.Border.md) ###### [Creator](Excel.ErrorBars.Creator.md) ###### [EndStyle](Excel.ErrorBars.EndStyle.md) ###### [Format](Excel.ErrorBars.Format.md) ###### [Name](Excel.ErrorBars.Name.md) ###### [Parent](Excel.ErrorBars.Parent.md) #### [ErrorCheckingOptions object](Excel.ErrorCheckingOptions.md) ##### Properties ###### [Application](Excel.ErrorCheckingOptions.Application.md) ###### [BackgroundChecking](Excel.ErrorCheckingOptions.BackgroundChecking.md) ###### [Creator](Excel.ErrorCheckingOptions.Creator.md) ###### [EmptyCellReferences](Excel.ErrorCheckingOptions.EmptyCellReferences.md) ###### [EvaluateToError](Excel.ErrorCheckingOptions.EvaluateToError.md) ###### [InconsistentFormula](Excel.ErrorCheckingOptions.InconsistentFormula.md) ###### [InconsistentTableFormula](Excel.ErrorCheckingOptions.InconsistentTableFormula.md) ###### [IndicatorColorIndex](Excel.ErrorCheckingOptions.IndicatorColorIndex.md) ###### [ListDataValidation](Excel.ErrorCheckingOptions.ListDataValidation.md) ###### [NumberAsText](Excel.ErrorCheckingOptions.NumberAsText.md) ###### [OmittedCells](Excel.ErrorCheckingOptions.OmittedCells.md) ###### [Parent](Excel.ErrorCheckingOptions.Parent.md) ###### [TextDate](Excel.ErrorCheckingOptions.TextDate.md) ###### [UnlockedFormulaCells](Excel.ErrorCheckingOptions.UnlockedFormulaCells.md) #### [Errors object](Excel.Errors.md) ##### Properties ###### [Application](Excel.Errors.Application.md) ###### [Creator](Excel.Errors.Creator.md) ###### [Item](Excel.Errors.Item.md) ###### [Parent](Excel.Errors.Parent.md) #### [FileExportConverter object](Excel.FileExportConverter.md) ##### Properties ###### [Application](Excel.FileExportConverter.Application.md) ###### [Creator](Excel.FileExportConverter.Creator.md) ###### [Description](Excel.FileExportConverter.Description.md) ###### [Extensions](Excel.FileExportConverter.Extensions.md) ###### [FileFormat](Excel.FileExportConverter.FileFormat.md) ###### [Parent](Excel.FileExportConverter.Parent.md) #### [FileExportConverters object](Excel.FileExportConverters.md) ##### Properties ###### [Application](Excel.FileExportConverters.Application.md) ###### [Count](Excel.FileExportConverters.Count.md) ###### [Creator](Excel.FileExportConverters.Creator.md) ###### [Item](Excel.FileExportConverters.Item.md) ###### [Parent](Excel.FileExportConverters.Parent.md) #### [FillFormat object](Excel.FillFormat.md) ##### Methods ###### [OneColorGradient](Excel.FillFormat.OneColorGradient.md) ###### [Patterned](Excel.FillFormat.Patterned.md) ###### [PresetGradient](Excel.FillFormat.PresetGradient.md) ###### [PresetTextured](Excel.FillFormat.PresetTextured.md) ###### [Solid](Excel.FillFormat.Solid.md) ###### [TwoColorGradient](Excel.FillFormat.TwoColorGradient.md) ###### [UserPicture](Excel.FillFormat.UserPicture.md) ###### [UserTextured](Excel.FillFormat.UserTextured.md) ##### Properties ###### [Application](Excel.FillFormat.Application.md) ###### [BackColor](Excel.FillFormat.BackColor.md) ###### [Creator](Excel.FillFormat.Creator.md) ###### [ForeColor](Excel.FillFormat.ForeColor.md) ###### [GradientAngle](Excel.FillFormat.GradientAngle.md) ###### [GradientColorType](Excel.FillFormat.GradientColorType.md) ###### [GradientDegree](Excel.FillFormat.GradientDegree.md) ###### [GradientStops](Excel.FillFormat.GradientStops.md) ###### [GradientStyle](Excel.FillFormat.GradientStyle.md) ###### [GradientVariant](Excel.FillFormat.GradientVariant.md) ###### [Parent](Excel.FillFormat.Parent.md) ###### [Pattern](Excel.FillFormat.Pattern.md) ###### [PictureEffects](Excel.FillFormat.PictureEffects.md) ###### [PresetGradientType](Excel.FillFormat.PresetGradientType.md) ###### [PresetTexture](Excel.FillFormat.PresetTexture.md) ###### [RotateWithObject](Excel.FillFormat.RotateWithObject.md) ###### [TextureAlignment](Excel.FillFormat.TextureAlignment.md) ###### [TextureHorizontalScale](Excel.FillFormat.TextureHorizontalScale.md) ###### [TextureName](Excel.FillFormat.TextureName.md) ###### [TextureOffsetX](Excel.FillFormat.TextureOffsetX.md) ###### [TextureOffsetY](Excel.FillFormat.TextureOffsetY.md) ###### [TextureTile](Excel.FillFormat.TextureTile.md) ###### [TextureType](Excel.FillFormat.TextureType.md) ###### [TextureVerticalScale](Excel.FillFormat.TextureVerticalScale.md) ###### [Transparency](Excel.FillFormat.Transparency.md) ###### [Type](Excel.FillFormat.Type.md) ###### [Visible](Excel.FillFormat.Visible.md) #### [Filter object](Excel.Filter.md) ##### Properties ###### [Application](Excel.Filter.Application.md) ###### [Count](Excel.Filter.Count.md) ###### [Creator](Excel.Filter.Creator.md) ###### [Criteria1](Excel.Filter.Criteria1.md) ###### [Criteria2](Excel.Filter.Criteria2.md) ###### [On](Excel.Filter.On.md) ###### [Operator](Excel.Filter.Operator.md) ###### [Parent](Excel.Filter.Parent.md) #### [Filters object](Excel.Filters.md) ##### Properties ###### [Application](Excel.Filters.Application.md) ###### [Count](Excel.Filters.Count.md) ###### [Creator](Excel.Filters.Creator.md) ###### [Item](Excel.Filters.Item.md) ###### [Parent](Excel.Filters.Parent.md) #### [Floor object](Excel.Floor(object).md) ##### Methods ###### [ClearFormats](Excel.Floor.ClearFormats.md) ###### [Paste](Excel.Floor.Paste.md) ###### [Select](Excel.Floor.Select.md) ##### Properties ###### [Application](Excel.Floor.Application.md) ###### [Creator](Excel.Floor.Creator.md) ###### [Format](Excel.Floor.Format.md) ###### [Name](Excel.Floor.Name.md) ###### [Parent](Excel.Floor.Parent.md) ###### [PictureType](Excel.Floor.PictureType.md) ###### [Thickness](Excel.Floor.Thickness.md) #### [Font object](Excel.Font(object).md) ##### Properties ###### [Application](Excel.Font.Application.md) ###### [Background](Excel.Font.Background.md) ###### [Bold](Excel.Font.Bold.md) ###### [Color](Excel.Font.Color.md) ###### [ColorIndex](Excel.Font.ColorIndex.md) ###### [Creator](Excel.Font.Creator.md) ###### [FontStyle](Excel.Font.FontStyle.md) ###### [Italic](Excel.Font.Italic.md) ###### [Name](Excel.Font.Name.md) ###### [Parent](Excel.Font.Parent.md) ###### [Size](Excel.Font.Size.md) ###### [Strikethrough](Excel.Font.Strikethrough.md) ###### [Subscript](Excel.Font.Subscript.md) ###### [Superscript](Excel.Font.Superscript.md) ###### [ThemeColor](Excel.Font.ThemeColor.md) ###### [ThemeFont](Excel.Font.ThemeFont.md) ###### [TintAndShade](Excel.Font.TintAndShade.md) ###### [Underline](Excel.Font.Underline.md) #### [FormatColor object](Excel.FormatColor.md) ##### Properties ###### [Application](Excel.FormatColor.Application.md) ###### [Color](Excel.FormatColor.Color.md) ###### [ColorIndex](Excel.FormatColor.ColorIndex.md) ###### [Creator](Excel.FormatColor.Creator.md) ###### [Parent](Excel.FormatColor.Parent.md) ###### [ThemeColor](Excel.FormatColor.ThemeColor.md) ###### [TintAndShade](Excel.FormatColor.TintAndShade.md) #### [FormatCondition object](Excel.FormatCondition.md) ##### Methods ###### [Delete](Excel.FormatCondition.Delete.md) ###### [Modify](Excel.FormatCondition.Modify.md) ###### [ModifyAppliesToRange](Excel.FormatCondition.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.FormatCondition.SetFirstPriority.md) ###### [SetLastPriority](Excel.FormatCondition.SetLastPriority.md) ##### Properties ###### [Application](Excel.FormatCondition.Application.md) ###### [AppliesTo](Excel.FormatCondition.AppliesTo.md) ###### [Borders](Excel.FormatCondition.Borders.md) ###### [Creator](Excel.FormatCondition.Creator.md) ###### [DateOperator](Excel.FormatCondition.DateOperator.md) ###### [Font](Excel.FormatCondition.Font.md) ###### [Formula1](Excel.FormatCondition.Formula1.md) ###### [Formula2](Excel.FormatCondition.Formula2.md) ###### [Interior](Excel.FormatCondition.Interior.md) ###### [NumberFormat](Excel.FormatCondition.NumberFormat.md) ###### [Operator](Excel.FormatCondition.Operator.md) ###### [Parent](Excel.FormatCondition.Parent.md) ###### [Priority](Excel.FormatCondition.Priority.md) ###### [PTCondition](Excel.FormatCondition.PTCondition.md) ###### [ScopeType](Excel.FormatCondition.ScopeType.md) ###### [StopIfTrue](Excel.FormatCondition.StopIfTrue.md) ###### [Text](Excel.FormatCondition.Text.md) ###### [TextOperator](Excel.FormatCondition.TextOperator.md) ###### [Type](Excel.FormatCondition.Type.md) #### [FormatConditions object](Excel.FormatConditions.md) ##### Methods ###### [Add](Excel.FormatConditions.Add.md) ###### [AddAboveAverage](Excel.FormatConditions.AddAboveAverage.md) ###### [AddColorScale](Excel.FormatConditions.AddColorScale.md) ###### [AddDataBar](Excel.FormatConditions.AddDatabar.md) ###### [AddIconSetCondition](Excel.FormatConditions.AddIconSetCondition.md) ###### [AddTop10](Excel.FormatConditions.AddTop10.md) ###### [AddUniqueValues](Excel.FormatConditions.AddUniqueValues.md) ###### [Delete](Excel.FormatConditions.Delete.md) ###### [Item](Excel.FormatConditions.Item.md) ##### Properties ###### [Application](Excel.FormatConditions.Application.md) ###### [Count](Excel.FormatConditions.Count.md) ###### [Creator](Excel.FormatConditions.Creator.md) ###### [Parent](Excel.FormatConditions.Parent.md) #### [FreeformBuilder object](Excel.FreeformBuilder.md) ##### Methods ###### [AddNodes](Excel.FreeformBuilder.AddNodes.md) ###### [ConvertToShape](Excel.FreeformBuilder.ConvertToShape.md) ##### Properties ###### [Application](Excel.FreeformBuilder.Application.md) ###### [Creator](Excel.FreeformBuilder.Creator.md) ###### [Parent](Excel.FreeformBuilder.Parent.md) #### [FullSeriesCollection object](Excel.fullseriescollection.md) ##### Methods ###### [Item](Excel.fullseriescollection.item.md) ##### Properties ###### [Application](Excel.fullseriescollection.application.md) ###### [Count](Excel.fullseriescollection.count.md) ###### [Creator](Excel.fullseriescollection.creator.md) ###### [Parent](Excel.fullseriescollection.parent.md) #### [Graphic object](Excel.Graphic.md) ##### Properties ###### [Application](Excel.Graphic.Application.md) ###### [Brightness](Excel.Graphic.Brightness.md) ###### [ColorType](Excel.Graphic.ColorType.md) ###### [Contrast](Excel.Graphic.Contrast.md) ###### [Creator](Excel.Graphic.Creator.md) ###### [CropBottom](Excel.Graphic.CropBottom.md) ###### [CropLeft](Excel.Graphic.CropLeft.md) ###### [CropRight](Excel.Graphic.CropRight.md) ###### [CropTop](Excel.Graphic.CropTop.md) ###### [Filename](Excel.Graphic.Filename.md) ###### [Height](Excel.Graphic.Height.md) ###### [LockAspectRatio](Excel.Graphic.LockAspectRatio.md) ###### [Parent](Excel.Graphic.Parent.md) ###### [Width](Excel.Graphic.Width.md) #### [Gridlines object](Excel.Gridlines(object).md) ##### Methods ###### [Delete](Excel.Gridlines.Delete.md) ###### [Select](Excel.Gridlines.Select.md) ##### Properties ###### [Application](Excel.Gridlines.Application.md) ###### [Border](Excel.Gridlines.Border.md) ###### [Creator](Excel.Gridlines.Creator.md) ###### [Format](Excel.Gridlines.Format.md) ###### [Name](Excel.Gridlines.Name.md) ###### [Parent](Excel.Gridlines.Parent.md) #### [GroupShapes object](Excel.GroupShapes.md) ##### Methods ###### [Item](Excel.GroupShapes.Item.md) ##### Properties ###### [Application](Excel.GroupShapes.Application.md) ###### [Count](Excel.GroupShapes.Count.md) ###### [Creator](Excel.GroupShapes.Creator.md) ###### [Parent](Excel.GroupShapes.Parent.md) ###### [Range](Excel.GroupShapes.Range.md) #### [HeaderFooter object](Excel.HeaderFooter.md) ##### Properties ###### [Picture](Excel.HeaderFooter.Picture.md) ###### [Text](Excel.HeaderFooter.Text.md) #### [HiLoLines object](Excel.HiLoLines(object).md) ##### Methods ###### [Delete](Excel.HiLoLines.Delete.md) ###### [Select](Excel.HiLoLines.Select.md) ##### Properties ###### [Application](Excel.HiLoLines.Application.md) ###### [Border](Excel.HiLoLines.Border.md) ###### [Creator](Excel.HiLoLines.Creator.md) ###### [Format](Excel.HiLoLines.Format.md) ###### [Name](Excel.HiLoLines.Name.md) ###### [Parent](Excel.HiLoLines.Parent.md) #### [HPageBreak object](Excel.HPageBreak.md) ##### Methods ###### [Delete](Excel.HPageBreak.Delete.md) ###### [DragOff](Excel.HPageBreak.DragOff.md) ##### Properties ###### [Application](Excel.HPageBreak.Application.md) ###### [Creator](Excel.HPageBreak.Creator.md) ###### [Extent](Excel.HPageBreak.Extent.md) ###### [Location](Excel.HPageBreak.Location.md) ###### [Parent](Excel.HPageBreak.Parent.md) ###### [Type](Excel.HPageBreak.Type.md) #### [HPageBreaks object](Excel.HPageBreaks.md) ##### Methods ###### [Add](Excel.HPageBreaks.Add.md) ##### Properties ###### [Application](Excel.HPageBreaks.Application.md) ###### [Count](Excel.HPageBreaks.Count.md) ###### [Creator](Excel.HPageBreaks.Creator.md) ###### [Item](Excel.HPageBreaks.Item.md) ###### [Parent](Excel.HPageBreaks.Parent.md) #### [Hyperlink object](Excel.Hyperlink.md) ##### Methods ###### [AddToFavorites](Excel.Hyperlink.AddToFavorites.md) ###### [CreateNewDocument](Excel.Hyperlink.CreateNewDocument.md) ###### [Delete](Excel.Hyperlink.Delete.md) ###### [Follow](Excel.Hyperlink.Follow.md) ##### Properties ###### [Address](Excel.Hyperlink.Address.md) ###### [Application](Excel.Hyperlink.Application.md) ###### [Creator](Excel.Hyperlink.Creator.md) ###### [EmailSubject](Excel.Hyperlink.EmailSubject.md) ###### [Name](Excel.Hyperlink.Name.md) ###### [Parent](Excel.Hyperlink.Parent.md) ###### [Range](Excel.Hyperlink.Range.md) ###### [ScreenTip](Excel.Hyperlink.ScreenTip.md) ###### [Shape](Excel.Hyperlink.Shape.md) ###### [SubAddress](Excel.Hyperlink.SubAddress.md) ###### [TextToDisplay](Excel.Hyperlink.TextToDisplay.md) ###### [Type](Excel.Hyperlink.Type.md) #### [Hyperlinks object](Excel.Hyperlinks.md) ##### Methods ###### [Add](Excel.Hyperlinks.Add.md) ###### [Delete](Excel.Hyperlinks.Delete.md) ##### Properties ###### [Application](Excel.Hyperlinks.Application.md) ###### [Count](Excel.Hyperlinks.Count.md) ###### [Creator](Excel.Hyperlinks.Creator.md) ###### [Item](Excel.Hyperlinks.Item.md) ###### [Parent](Excel.Hyperlinks.Parent.md) #### [Icon object](Excel.Icon.md) ##### Properties ###### [Application](Excel.Icon.Application.md) ###### [Creator](Excel.Icon.Creator.md) ###### [Index](Excel.Icon.Index.md) ###### [Parent](Excel.Icon.Parent.md) #### [IconCriteria object](Excel.IconCriteria.md) ##### Properties ###### [Count](Excel.IconCriteria.Count.md) ###### [Item](Excel.IconCriteria.Item.md) #### [IconCriterion object](Excel.IconCriterion.md) ##### Properties ###### [Icon](Excel.IconCriterion.Icon.md) ###### [Index](Excel.IconCriterion.Index.md) ###### [Operator](Excel.IconCriterion.Operator.md) ###### [Type](Excel.IconCriterion.Type.md) ###### [Value](Excel.IconCriterion.Value.md) #### [IconSet object](Excel.IconSet.md) ##### Properties ###### [Application](Excel.IconSet.Application.md) ###### [Count](Excel.IconSet.Count.md) ###### [Creator](Excel.IconSet.Creator.md) ###### [ID](Excel.IconSet.ID.md) ###### [Item](Excel.IconSet.Item.md) ###### [Parent](Excel.IconSet.Parent.md) #### [IconSetCondition object](Excel.IconSetCondition.md) ##### Methods ###### [Delete](Excel.IconSetCondition.Delete.md) ###### [ModifyAppliesToRange](Excel.IconSetCondition.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.IconSetCondition.SetFirstPriority.md) ###### [SetLastPriority](Excel.IconSetCondition.SetLastPriority.md) ##### Properties ###### [Application](Excel.IconSetCondition.Application.md) ###### [AppliesTo](Excel.IconSetCondition.AppliesTo.md) ###### [Creator](Excel.IconSetCondition.Creator.md) ###### [Formula](Excel.IconSetCondition.Formula.md) ###### [IconCriteria](Excel.IconSetCondition.IconCriteria.md) ###### [IconSet](Excel.IconSetCondition.IconSet.md) ###### [Parent](Excel.IconSetCondition.Parent.md) ###### [PercentileValues](Excel.IconSetCondition.PercentileValues.md) ###### [Priority](Excel.IconSetCondition.Priority.md) ###### [PTCondition](Excel.IconSetCondition.PTCondition.md) ###### [ReverseOrder](Excel.IconSetCondition.ReverseOrder.md) ###### [ScopeType](Excel.IconSetCondition.ScopeType.md) ###### [ShowIconOnly](Excel.IconSetCondition.ShowIconOnly.md) ###### [StopIfTrue](Excel.IconSetCondition.StopIfTrue.md) ###### [Type](Excel.IconSetCondition.Type.md) #### [IconSets object](Excel.IconSets.md) ##### Properties ###### [Application](Excel.IconSets.Application.md) ###### [Count](Excel.IconSets.Count.md) ###### [Creator](Excel.IconSets.Creator.md) ###### [Item](Excel.IconSets.Item.md) ###### [Parent](Excel.IconSets.Parent.md) #### [Interior object](Excel.Interior(object).md) ##### Properties ###### [Application](Excel.Interior.Application.md) ###### [Color](Excel.Interior.Color.md) ###### [ColorIndex](Excel.Interior.ColorIndex.md) ###### [Creator](Excel.Interior.Creator.md) ###### [Gradient](Excel.Interior.Gradient.md) ###### [InvertIfNegative](Excel.Interior.InvertIfNegative.md) ###### [Parent](Excel.Interior.Parent.md) ###### [Pattern](Excel.Interior.Pattern.md) ###### [PatternColor](Excel.Interior.PatternColor.md) ###### [PatternColorIndex](Excel.Interior.PatternColorIndex.md) ###### [PatternThemeColor](Excel.Interior.PatternThemeColor.md) ###### [PatternTintAndShade](Excel.Interior.PatternTintAndShade.md) ###### [ThemeColor](Excel.Interior.ThemeColor.md) ###### [TintAndShade](Excel.Interior.TintAndShade.md) #### [IRtdServer object](Excel.IRtdServer.md) ##### Methods ###### [ConnectData](Excel.IRtdServer.ConnectData.md) ###### [DisconnectData](Excel.IRtdServer.DisconnectData.md) ###### [Heartbeat](Excel.IRtdServer.Heartbeat.md) ###### [RefreshData](Excel.IRtdServer.RefreshData.md) ###### [ServerStart](Excel.IRtdServer.ServerStart.md) ###### [ServerTerminate](Excel.IRtdServer.ServerTerminate.md) #### [IRTDUpdateEvent object](Excel.IRTDUpdateEvent.md) ##### Methods ###### [Disconnect](Excel.IRTDUpdateEvent.Disconnect.md) ###### [UpdateNotify](Excel.IRTDUpdateEvent.UpdateNotify.md) ##### Properties ###### [HeartbeatInterval](Excel.IRTDUpdateEvent.HeartbeatInterval.md) #### [LeaderLines object](Excel.LeaderLines(object).md) ##### Methods ###### [Delete](Excel.LeaderLines.Delete.md) ###### [Select](Excel.LeaderLines.Select.md) ##### Properties ###### [Application](Excel.LeaderLines.Application.md) ###### [Border](Excel.LeaderLines.Border.md) ###### [Creator](Excel.LeaderLines.Creator.md) ###### [Format](Excel.LeaderLines.Format.md) ###### [Parent](Excel.LeaderLines.Parent.md) #### [Legend object](Excel.Legend(object).md) ##### Methods ###### [Clear](Excel.Legend.Clear.md) ###### [Delete](Excel.Legend.Delete.md) ###### [LegendEntries](Excel.Legend.LegendEntries.md) ###### [Select](Excel.Legend.Select.md) ##### Properties ###### [Application](Excel.Legend.Application.md) ###### [Creator](Excel.Legend.Creator.md) ###### [Format](Excel.Legend.Format.md) ###### [Height](Excel.Legend.Height.md) ###### [IncludeInLayout](Excel.Legend.IncludeInLayout.md) ###### [Left](Excel.Legend.Left.md) ###### [Name](Excel.Legend.Name.md) ###### [Parent](Excel.Legend.Parent.md) ###### [Position](Excel.Legend.Position.md) ###### [Shadow](Excel.Legend.Shadow.md) ###### [Top](Excel.Legend.Top.md) ###### [Width](Excel.Legend.Width.md) #### [LegendEntries object](Excel.LegendEntries(object).md) ##### Methods ###### [Item](Excel.LegendEntries.Item.md) ##### Properties ###### [Application](Excel.LegendEntries.Application.md) ###### [Count](Excel.LegendEntries.Count.md) ###### [Creator](Excel.LegendEntries.Creator.md) ###### [Parent](Excel.LegendEntries.Parent.md) #### [LegendEntry object](Excel.LegendEntry(object).md) ##### Methods ###### [Delete](Excel.LegendEntry.Delete.md) ###### [Select](Excel.LegendEntry.Select.md) ##### Properties ###### [Application](Excel.LegendEntry.Application.md) ###### [Creator](Excel.LegendEntry.Creator.md) ###### [Font](Excel.LegendEntry.Font.md) ###### [Format](Excel.LegendEntry.Format.md) ###### [Height](Excel.LegendEntry.Height.md) ###### [Index](Excel.LegendEntry.Index.md) ###### [Left](Excel.LegendEntry.Left.md) ###### [LegendKey](Excel.LegendEntry.LegendKey.md) ###### [Parent](Excel.LegendEntry.Parent.md) ###### [Top](Excel.LegendEntry.Top.md) ###### [Width](Excel.LegendEntry.Width.md) #### [LegendKey object](Excel.LegendKey(object).md) ##### Methods ###### [ClearFormats](Excel.LegendKey.ClearFormats.md) ###### [Delete](Excel.LegendKey.Delete.md) ##### Properties ###### [Application](Excel.LegendKey.Application.md) ###### [Creator](Excel.LegendKey.Creator.md) ###### [Format](Excel.LegendKey.Format.md) ###### [Height](Excel.LegendKey.Height.md) ###### [InvertIfNegative](Excel.LegendKey.InvertIfNegative.md) ###### [Left](Excel.LegendKey.Left.md) ###### [MarkerBackgroundColor](Excel.LegendKey.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](Excel.LegendKey.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](Excel.LegendKey.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](Excel.LegendKey.MarkerForegroundColorIndex.md) ###### [MarkerSize](Excel.LegendKey.MarkerSize.md) ###### [MarkerStyle](Excel.LegendKey.MarkerStyle.md) ###### [Parent](Excel.LegendKey.Parent.md) ###### [PictureType](Excel.LegendKey.PictureType.md) ###### [PictureUnit2](Excel.LegendKey.PictureUnit2.md) ###### [Shadow](Excel.LegendKey.Shadow.md) ###### [Smooth](Excel.LegendKey.Smooth.md) ###### [Top](Excel.LegendKey.Top.md) ###### [Width](Excel.LegendKey.Width.md) #### [LinearGradient object](Excel.LinearGradient.md) ##### Properties ###### [Application](Excel.LinearGradient.Application.md) ###### [ColorStops](Excel.LinearGradient.ColorStops.md) ###### [Creator](Excel.LinearGradient.Creator.md) ###### [Degree](Excel.LinearGradient.Degree.md) ###### [Parent](Excel.LinearGradient.Parent.md) #### [LineFormat object](Excel.LineFormat.md) ##### Properties ###### [Application](Excel.LineFormat.Application.md) ###### [BackColor](Excel.LineFormat.BackColor.md) ###### [BeginArrowheadLength](Excel.LineFormat.BeginArrowheadLength.md) ###### [BeginArrowheadStyle](Excel.LineFormat.BeginArrowheadStyle.md) ###### [BeginArrowheadWidth](Excel.LineFormat.BeginArrowheadWidth.md) ###### [Creator](Excel.LineFormat.Creator.md) ###### [DashStyle](Excel.LineFormat.DashStyle.md) ###### [EndArrowheadLength](Excel.LineFormat.EndArrowheadLength.md) ###### [EndArrowheadStyle](Excel.LineFormat.EndArrowheadStyle.md) ###### [EndArrowheadWidth](Excel.LineFormat.EndArrowheadWidth.md) ###### [ForeColor](Excel.LineFormat.ForeColor.md) ###### [InsetPen](Excel.LineFormat.InsetPen.md) ###### [Parent](Excel.LineFormat.Parent.md) ###### [Pattern](Excel.LineFormat.Pattern.md) ###### [Style](Excel.LineFormat.Style.md) ###### [Transparency](Excel.LineFormat.Transparency.md) ###### [Visible](Excel.LineFormat.Visible.md) ###### [Weight](Excel.LineFormat.Weight.md) #### [LinkFormat object](Excel.LinkFormat.md) ##### Methods ###### [Update](Excel.LinkFormat.Update.md) ##### Properties ###### [Application](Excel.LinkFormat.Application.md) ###### [AutoUpdate](Excel.LinkFormat.AutoUpdate.md) ###### [Creator](Excel.LinkFormat.Creator.md) ###### [Locked](Excel.LinkFormat.Locked.md) ###### [Parent](Excel.LinkFormat.Parent.md) #### [ListColumn object](Excel.ListColumn.md) ##### Methods ###### [Delete](Excel.ListColumn.Delete.md) ##### Properties ###### [Application](Excel.ListColumn.Application.md) ###### [Creator](Excel.ListColumn.Creator.md) ###### [DataBodyRange](Excel.ListColumn.DataBodyRange.md) ###### [Index](Excel.ListColumn.Index.md) ###### [Name](Excel.ListColumn.Name.md) ###### [Parent](Excel.ListColumn.Parent.md) ###### [Range](Excel.ListColumn.Range.md) ###### [Total](Excel.ListColumn.Total.md) ###### [TotalsCalculation](Excel.ListColumn.TotalsCalculation.md) ###### [XPath](Excel.ListColumn.XPath.md) #### [ListColumns object](Excel.ListColumns.md) ##### Methods ###### [Add](Excel.ListColumns.Add.md) ##### Properties ###### [Application](Excel.ListColumns.Application.md) ###### [Count](Excel.ListColumns.Count.md) ###### [Creator](Excel.ListColumns.Creator.md) ###### [Item](Excel.ListColumns.Item.md) ###### [Parent](Excel.ListColumns.Parent.md) #### [ListDataFormat object](Excel.ListDataFormat.md) ##### Properties ###### [AllowFillIn](Excel.ListDataFormat.AllowFillIn.md) ###### [Application](Excel.ListDataFormat.Application.md) ###### [Choices](Excel.ListDataFormat.Choices.md) ###### [Creator](Excel.ListDataFormat.Creator.md) ###### [DecimalPlaces](Excel.ListDataFormat.DecimalPlaces.md) ###### [DefaultValue](Excel.ListDataFormat.DefaultValue.md) ###### [IsPercent](Excel.ListDataFormat.IsPercent.md) ###### [lcid](Excel.ListDataFormat.lcid.md) ###### [MaxCharacters](Excel.ListDataFormat.MaxCharacters.md) ###### [MaxNumber](Excel.ListDataFormat.MaxNumber.md) ###### [MinNumber](Excel.ListDataFormat.MinNumber.md) ###### [Parent](Excel.ListDataFormat.Parent.md) ###### [ReadOnly](Excel.ListDataFormat.ReadOnly.md) ###### [Required](Excel.ListDataFormat.Required.md) ###### [Type](Excel.ListDataFormat.Type.md) #### [ListObject object](Excel.ListObject.md) ##### Methods ###### [Delete](Excel.ListObject.Delete.md) ###### [ExportToVisio](Excel.ListObject.ExportToVisio.md) ###### [Publish](Excel.ListObject.Publish.md) ###### [Refresh](Excel.ListObject.Refresh.md) ###### [Resize](Excel.ListObject.Resize.md) ###### [Unlink](Excel.ListObject.Unlink.md) ###### [Unlist](Excel.ListObject.Unlist.md) ##### Properties ###### [Active](Excel.ListObject.Active.md) ###### [AlternativeText](Excel.ListObject.AlternativeText.md) ###### [Application](Excel.ListObject.Application.md) ###### [AutoFilter](Excel.ListObject.AutoFilter.md) ###### [Comment](Excel.ListObject.Comment.md) ###### [Creator](Excel.ListObject.Creator.md) ###### [DataBodyRange](Excel.ListObject.DataBodyRange.md) ###### [DisplayName](Excel.ListObject.DisplayName.md) ###### [DisplayRightToLeft](Excel.ListObject.DisplayRightToLeft.md) ###### [HeaderRowRange](Excel.ListObject.HeaderRowRange.md) ###### [InsertRowRange](Excel.ListObject.InsertRowRange.md) ###### [ListColumns](Excel.ListObject.ListColumns.md) ###### [ListRows](Excel.ListObject.ListRows.md) ###### [Name](Excel.ListObject.Name.md) ###### [Parent](Excel.ListObject.Parent.md) ###### [QueryTable](Excel.ListObject.QueryTable.md) ###### [Range](Excel.ListObject.Range.md) ###### [SharePointURL](Excel.ListObject.SharePointURL.md) ###### [ShowAutoFilter](Excel.ListObject.ShowAutoFilter.md) ###### [ShowAutoFilterDropDown](Excel.listobject.showautofilterdropdown.md) ###### [ShowHeaders](Excel.ListObject.ShowHeaders.md) ###### [ShowTableStyleColumnStripes](Excel.ListObject.ShowTableStyleColumnStripes.md) ###### [ShowTableStyleFirstColumn](Excel.ListObject.ShowTableStyleFirstColumn.md) ###### [ShowTableStyleLastColumn](Excel.ListObject.ShowTableStyleLastColumn.md) ###### [ShowTableStyleRowStripes](Excel.ListObject.ShowTableStyleRowStripes.md) ###### [ShowTotals](Excel.ListObject.ShowTotals.md) ###### [Slicers](Excel.listobject.slicers.md) ###### [Sort](Excel.ListObject.Sort.md) ###### [SourceType](Excel.ListObject.SourceType.md) ###### [Summary](Excel.ListObject.Summary.md) ###### [TableObject](Excel.listobject.tableobject.md) ###### [TableStyle](Excel.ListObject.TableStyle.md) ###### [TotalsRowRange](Excel.ListObject.TotalsRowRange.md) ###### [XmlMap](Excel.ListObject.XmlMap.md) #### [ListObjects object](Excel.ListObjects.md) ##### Methods ###### [Add](Excel.ListObjects.Add.md) ##### Properties ###### [Application](Excel.ListObjects.Application.md) ###### [Count](Excel.ListObjects.Count.md) ###### [Creator](Excel.ListObjects.Creator.md) ###### [Item](Excel.ListObjects.Item.md) ###### [Parent](Excel.ListObjects.Parent.md) #### [ListRow object](Excel.ListRow.md) ##### Methods ###### [Delete](Excel.ListRow.Delete.md) ##### Properties ###### [Application](Excel.ListRow.Application.md) ###### [Creator](Excel.ListRow.Creator.md) ###### [Index](Excel.ListRow.Index.md) ###### [Parent](Excel.ListRow.Parent.md) ###### [Range](Excel.ListRow.Range.md) #### [ListRows object](Excel.ListRows.md) ##### Methods ###### [Add](Excel.ListRows.Add.md) ##### Properties ###### [Application](Excel.ListRows.Application.md) ###### [Count](Excel.ListRows.Count.md) ###### [Creator](Excel.ListRows.Creator.md) ###### [Item](Excel.ListRows.Item.md) ###### [Parent](Excel.ListRows.Parent.md) #### [Mailer object](Excel.Mailer.md) ##### Properties ###### [Application](Excel.Mailer.Application.md) ###### [BCCRecipients](Excel.Mailer.BCCRecipients.md) ###### [CCRecipients](Excel.Mailer.CCRecipients.md) ###### [Creator](Excel.Mailer.Creator.md) ###### [Enclosures](Excel.Mailer.Enclosures.md) ###### [Parent](Excel.Mailer.Parent.md) ###### [Received](Excel.Mailer.Received.md) ###### [SendDateTime](Excel.Mailer.SendDateTime.md) ###### [Sender](Excel.Mailer.Sender.md) ###### [Subject](Excel.Mailer.Subject.md) ###### [ToRecipients](Excel.Mailer.ToRecipients.md) ###### [WhichAddress](Excel.Mailer.WhichAddress.md) #### [Model object](Excel.model.md) ##### Methods ###### [AddConnection](Excel.model.addconnection.md) ###### [CreateModelWorkbookConnection](Excel.model.createmodelworkbookconnection.md) ###### [Initialize](Excel.model.initialize.md) ###### [Refresh](Excel.model.refresh.md) ##### Properties ###### [Application](Excel.model.application.md) ###### [Creator](Excel.model.creator.md) ###### [DataModelConnection](Excel.model.datamodelconnection.md) ###### [ModelFormatBoolean](Excel.model.modelformatboolean.md) ###### [ModelFormatCurrency](Excel.model.modelformatcurrency.md) ###### [ModelFormatDate](Excel.model.modelformatdate.md) ###### [ModelFormatDecimalNumber](Excel.model.modelformatdecimalnumber.md) ###### [ModelFormatGeneral](Excel.model.modelformatgeneral.md) ###### [ModelFormatPercentageNumber](Excel.model.modelformatpercentagenumber.md) ###### [ModelFormatScientificNumber](Excel.model.modelformatscientificnumber.md) ###### [ModelFormatWholeNumber](Excel.model.modelformatwholenumber.md) ###### [ModelMeasures](Excel.model.modelmeasures.md) ###### [ModelRelationships](Excel.model.modelrelationships.md) ###### [ModelTables](Excel.model.modeltables.md) ###### [Name](Excel.model.name.md) ###### [Parent](Excel.model.parent.md) #### [ModelChanges object](Excel.modelchanges.md) ##### Properties ###### [Application](Excel.modelchanges.application.md) ###### [ColumnsAdded](Excel.modelchanges.columnsadded.md) ###### [ColumnsChanged](Excel.modelchanges.columnschanged.md) ###### [ColumnsDeleted](Excel.modelchanges.columnsdeleted.md) ###### [Creator](Excel.modelchanges.creator.md) ###### [MeasuresAdded](Excel.modelchanges.measuresadded.md) ###### [Parent](Excel.modelchanges.parent.md) ###### [RelationshipChange](Excel.modelchanges.relationshipchange.md) ###### [Source](Excel.modelchanges.source.md) ###### [TableNamesChanged](Excel.modelchanges.tablenameschanged.md) ###### [TablesAdded](Excel.modelchanges.tablesadded.md) ###### [TablesDeleted](Excel.modelchanges.tablesdeleted.md) ###### [TablesModified](Excel.modelchanges.tablesmodified.md) ###### [UnknownChange](Excel.modelchanges.unknownchange.md) #### [ModelColumnChange object](Excel.modelcolumnchange.md) ##### Properties ###### [Application](Excel.modelcolumnchange.application.md) ###### [ColumnName](Excel.modelcolumnchange.columnname.md) ###### [Creator](Excel.modelcolumnchange.creator.md) ###### [Parent](Excel.modelcolumnchange.parent.md) ###### [TableName](Excel.modelcolumnchange.tablename.md) #### [ModelColumnChanges object](Excel.modelcolumnchanges.md) ##### Methods ###### [Item](Excel.modelcolumnchanges.item.md) ##### Properties ###### [Application](Excel.modelcolumnchanges.application.md) ###### [Count](Excel.modelcolumnchanges.count.md) ###### [Creator](Excel.modelcolumnchanges.creator.md) ###### [Parent](Excel.modelcolumnchanges.parent.md) #### [ModelColumnName object](Excel.modelcolumnname.md) ##### Properties ###### [Application](Excel.modelcolumnname.application.md) ###### [ColumnName](Excel.modelcolumnname.columnname.md) ###### [Creator](Excel.modelcolumnname.creator.md) ###### [Parent](Excel.modelcolumnname.parent.md) ###### [TableName](Excel.modelcolumnname.tablename.md) #### [ModelColumnNames object](Excel.modelcolumnnames.md) ##### Methods ###### [Item](Excel.modelcolumnnames.item.md) ##### Properties ###### [Application](Excel.modelcolumnnames.application.md) ###### [Count](Excel.modelcolumnnames.count.md) ###### [Creator](Excel.modelcolumnnames.creator.md) ###### [Parent](Excel.modelcolumnnames.parent.md) #### [ModelConnection object](Excel.modelconnection.md) ##### Properties ###### [ADOConnection](Excel.modelconnection.adoconnection.md) ###### [Application](Excel.modelconnection.application.md) ###### [CalculatedMembers](Excel.modelconnection.calculatedmembers.md) ###### [CommandText](Excel.modelconnection.commandtext.md) ###### [CommandType](Excel.modelconnection.commandtype.md) ###### [Creator](Excel.modelconnection.creator.md) ###### [Parent](Excel.modelconnection.parent.md) #### [ModelFormatBoolean object](Excel.modelformatboolean.md) ##### Properties ###### [Application](Excel.modelformatboolean.application.md) ###### [Creator](Excel.modelformatboolean.creator.md) ###### [Parent](Excel.modelformatboolean.parent.md) #### [ModelFormatCurrency object](Excel.modelformatcurrency.md) ##### Properties ###### [Application](Excel.modelformatcurrency.application.md) ###### [Creator](Excel.modelformatcurrency.creator.md) ###### [DecimalPlaces](Excel.modelformatcurrency.decimalplaces.md) ###### [Parent](Excel.modelformatcurrency.parent.md) ###### [Symbol](Excel.modelformatcurrency.symbol.md) #### [ModelFormatDate object](Excel.modelformatdate.md) ##### Properties ###### [Application](Excel.modelformatdate.application.md) ###### [Creator](Excel.modelformatdate.creator.md) ###### [FormatString](Excel.modelformatdate.formatstring.md) ###### [Parent](Excel.modelformatdate.parent.md) #### [ModelFormatDecimalNumber object](Excel.modelformatdecimalnumber.md) ##### Properties ###### [Application](Excel.modelformatdecimalnumber.application.md) ###### [Creator](Excel.modelformatdecimalnumber.creator.md) ###### [DecimalPlaces](Excel.modelformatdecimalnumber.decimalplaces.md) ###### [Parent](Excel.modelformatdecimalnumber.parent.md) ###### [UseThousandSeparator](Excel.modelformatdecimalnumber.usethousandseparator.md) #### [ModelFormatGeneral object](Excel.modelformatgeneral.md) ##### Properties ###### [Application](Excel.modelformatgeneral.application.md) ###### [Creator](Excel.modelformatgeneral.creator.md) ###### [Parent](Excel.modelformatgeneral.parent.md) #### [ModelFormatPercentageNumber object](Excel.modelformatpercentagenumber.md) ##### Properties ###### [Application](Excel.modelformatpercentagenumber.application.md) ###### [Creator](Excel.modelformatpercentagenumber.creator.md) ###### [DecimalPlaces](Excel.modelformatpercentagenumber.decimalplaces.md) ###### [Parent](Excel.modelformatpercentagenumber.parent.md) ###### [UseThousandSeparator](Excel.modelformatpercentagenumber.usethousandseparator.md) #### [ModelFormatScientificNumber object](Excel.modelformatscientificnumber.md) ##### Properties ###### [Application](Excel.modelformatscientificnumber.application.md) ###### [Creator](Excel.modelformatscientificnumber.creator.md) ###### [DecimalPlaces](Excel.modelformatscientificnumber.decimalplaces.md) ###### [Parent](Excel.modelformatscientificnumber.parent.md) #### [ModelFormatWholeNumber object](Excel.modelformatwholenumber.md) ##### Properties ###### [Application](Excel.modelformatwholenumber.application.md) ###### [Creator](Excel.modelformatwholenumber.creator.md) ###### [Parent](Excel.modelformatwholenumber.parent.md) ###### [UseThousandSeparator](Excel.modelformatwholenumber.usethousandseparator.md) #### [ModelMeasure object](Excel.modelmeasure.md) ##### Methods ###### [Delete](Excel.modelmeasure.delete.md) ##### Properties ###### [Application](Excel.modelmeasure.application.md) ###### [AssociatedTable](Excel.modelmeasure.associatedtable.md) ###### [Creator](Excel.modelmeasure.creator.md) ###### [Description](Excel.modelmeasure.description.md) ###### [FormatInformation](Excel.modelmeasure.formatinformation.md) ###### [Formula](Excel.modelmeasure.formula.md) ###### [Name](Excel.modelmeasure.name.md) ###### [Parent](Excel.modelmeasure.parent.md) #### [ModelMeasureName object](Excel.modelmeasurename.md) ##### Properties ###### [Application](Excel.modelmeasurename.application.md) ###### [Creator](Excel.modelmeasurename.creator.md) ###### [MeasureName](Excel.modelmeasurename.measurename.md) ###### [Parent](Excel.modelmeasurename.parent.md) ###### [TableName](Excel.modelmeasurename.tablename.md) #### [ModelMeasureNames object](Excel.modelmeasurenames.md) ##### Methods ###### [Item](Excel.modelmeasurenames.item.md) ##### Properties ###### [Application](Excel.modelmeasurenames.application.md) ###### [Count](Excel.modelmeasurenames.count.md) ###### [Creator](Excel.modelmeasurenames.creator.md) ###### [Parent](Excel.modelmeasurenames.parent.md) #### [ModelMeasures object](Excel.modelmeasures.md) ##### Methods ###### [Add](Excel.modelmeasures.add.md) ###### [Item](Excel.modelmeasures.item.md) ##### Properties ###### [Application](Excel.modelmeasures.application.md) ###### [Count](Excel.modelmeasures.count.md) ###### [Creator](Excel.modelmeasures.creator.md) ###### [Parent](Excel.modelmeasures.parent.md) #### [ModelRelationship object](Excel.modelrelationship.md) ##### Methods ###### [Delete](Excel.modelrelationship.delete.md) ##### Properties ###### [Active](Excel.modelrelationship.active.md) ###### [Application](Excel.modelrelationship.application.md) ###### [Creator](Excel.modelrelationship.creator.md) ###### [ForeignKeyColumn](Excel.modelrelationship.foreignkeycolumn.md) ###### [ForeignKeyTable](Excel.modelrelationship.foreignkeytable.md) ###### [Parent](Excel.modelrelationship.parent.md) ###### [PrimaryKeyColumn](Excel.modelrelationship.primarykeycolumn.md) ###### [PrimaryKeyTable](Excel.modelrelationship.primarykeytable.md) #### [ModelRelationships object](Excel.modelrelationships.md) ##### Methods ###### [Add](Excel.modelrelationships.add.md) ###### [DetectRelationships](Excel.modelrelationships.detectrelationships.md) ###### [Item](Excel.modelrelationships.item.md) ##### Properties ###### [Application](Excel.modelrelationships.application.md) ###### [Count](Excel.modelrelationships.count.md) ###### [Creator](Excel.modelrelationships.creator.md) ###### [Parent](Excel.modelrelationships.parent.md) #### [ModelTable object](Excel.modeltable.md) ##### Methods ###### [Refresh](Excel.modeltable.refresh.md) ##### Properties ###### [Application](Excel.modeltable.application.md) ###### [Creator](Excel.modeltable.creator.md) ###### [ModelTableColumns](Excel.modeltable.modeltablecolumns.md) ###### [Name](Excel.modeltable.name.md) ###### [Parent](Excel.modeltable.parent.md) ###### [RecordCount](Excel.modeltable.recordcount.md) ###### [SourceName](Excel.modeltable.sourcename.md) ###### [SourceWorkbookConnection](Excel.modeltable.sourceworkbookconnection.md) #### [ModelTableColumn object](Excel.modeltablecolumn.md) ##### Properties ###### [Application](Excel.modeltablecolumn.application.md) ###### [Creator](Excel.modeltablecolumn.creator.md) ###### [DataType](Excel.modeltablecolumn.datatype.md) ###### [Name](Excel.modeltablecolumn.name.md) ###### [Parent](Excel.modeltablecolumn.parent.md) #### [ModelTableColumns object](Excel.modeltablecolumns.md) ##### Methods ###### [Item](Excel.modeltablecolumns.item.md) ##### Properties ###### [Application](Excel.modeltablecolumns.application.md) ###### [Count](Excel.modeltablecolumns.count.md) ###### [Creator](Excel.modeltablecolumns.creator.md) ###### [Parent](Excel.modeltablecolumns.parent.md) #### [ModelTableNameChange object](Excel.modeltablenamechange.md) ##### Properties ###### [Application](Excel.modeltablenamechange.application.md) ###### [Creator](Excel.modeltablenamechange.creator.md) ###### [Parent](Excel.modeltablenamechange.parent.md) ###### [TableNameNew](Excel.modeltablenamechange.tablenamenew.md) ###### [TableNameOld](Excel.modeltablenamechange.tablenameold.md) #### [ModelTableNameChanges object](Excel.modeltablenamechanges.md) ##### Methods ###### [Item](Excel.modeltablenamechanges.item.md) ##### Properties ###### [Application](Excel.modeltablenamechanges.application.md) ###### [Count](Excel.modeltablenamechanges.count.md) ###### [Creator](Excel.modeltablenamechanges.creator.md) ###### [Parent](Excel.modeltablenamechanges.parent.md) #### [ModelTableNames object](Excel.modeltablenames.md) ##### Methods ###### [Item](Excel.modeltablenames.item.md) ##### Properties ###### [Application](Excel.modeltablenames.application.md) ###### [Count](Excel.modeltablenames.count.md) ###### [Creator](Excel.modeltablenames.creator.md) ###### [Parent](Excel.modeltablenames.parent.md) #### [ModelTables object](Excel.modeltables.md) ##### Methods ###### [Item](Excel.modeltables.item.md) ##### Properties ###### [Application](Excel.modeltables.application.md) ###### [Count](Excel.modeltables.count.md) ###### [Creator](Excel.modeltables.creator.md) ###### [Parent](Excel.modeltables.parent.md) #### [Model3DFormat](Excel.Model3DFormat.md) ##### Methods ###### [IncrementRotationX](Excel.Model3DFormat.IncrementRotationX.md) ###### [IncrementRotationY](Excel.Model3DFormat.IncrementRotationY.md) ###### [IncrementRotationZ](Excel.Model3DFormat.IncrementRotationZ.md) ###### [ResetModel](Excel.Model3DFormat.ResetModel.md) ##### Properties ###### [AutoFit](Excel.Model3DFormat.AutoFit.md) ###### [CameraPositionX](Excel.Model3DFormat.CameraPositionX.md) ###### [CameraPositionY](Excel.Model3DFormat.CameraPositionY.md) ###### [CameraPositionZ](Excel.Model3DFormat.CameraPositionZ.md) ###### [Creator](Excel.Model3DFormat.Creator.md) ###### [FieldOfView](Excel.Model3DFormat.FieldOfView.md) ###### [LookAtPointX](Excel.Model3DFormat.LookAtPointX.md) ###### [LookAtPointY](Excel.Model3DFormat.LookAtPointY.md) ###### [LookAtPointZ](Excel.Model3DFormat.LookAtPointZ.md) ###### [RotationX](Excel.Model3DFormat.RotationX.md) ###### [RotationY](Excel.Model3DFormat.RotationY.md) ###### [RotationZ](Excel.Model3DFormat.RotationZ.md) #### [ModuleView object](Excel.ModuleView.md) ##### Properties ###### [Application](Excel.ModuleView.Application.md) ###### [Creator](Excel.ModuleView.Creator.md) ###### [Parent](Excel.ModuleView.Parent.md) ###### [Sheet](Excel.ModuleView.Sheet.md) #### [MultiThreadedCalculation object](Excel.MultiThreadedCalculation.md) ##### Properties ###### [Application](Excel.MultiThreadedCalculation.Application.md) ###### [Creator](Excel.MultiThreadedCalculation.Creator.md) ###### [Enabled](Excel.MultiThreadedCalculation.Enabled.md) ###### [Parent](Excel.MultiThreadedCalculation.Parent.md) ###### [ThreadCount](Excel.MultiThreadedCalculation.ThreadCount.md) ###### [ThreadMode](Excel.MultiThreadedCalculation.ThreadMode.md) #### [Name object](Excel.Name.md) ##### Methods ###### [Delete](Excel.Name.Delete.md) ##### Properties ###### [Application](Excel.Name.Application.md) ###### [Category](Excel.Name.Category.md) ###### [CategoryLocal](Excel.Name.CategoryLocal.md) ###### [Comment](Excel.Name.Comment.md) ###### [Creator](Excel.Name.Creator.md) ###### [Index](Excel.Name.Index.md) ###### [MacroType](Excel.Name.MacroType.md) ###### [Name](Excel.Name.Name.md) ###### [NameLocal](Excel.Name.NameLocal.md) ###### [Parent](Excel.Name.Parent.md) ###### [RefersTo](Excel.Name.RefersTo.md) ###### [RefersToLocal](Excel.Name.RefersToLocal.md) ###### [RefersToR1C1](Excel.Name.RefersToR1C1.md) ###### [RefersToR1C1Local](Excel.Name.RefersToR1C1Local.md) ###### [RefersToRange](Excel.Name.RefersToRange.md) ###### [ShortcutKey](Excel.Name.ShortcutKey.md) ###### [ValidWorkbookParameter](Excel.Name.ValidWorkbookParameter.md) ###### [Value](Excel.Name.Value.md) ###### [Visible](Excel.Name.Visible.md) ###### [WorkbookParameter](Excel.Name.WorkbookParameter.md) #### [Names object](Excel.Names.md) ##### Methods ###### [Add](Excel.Names.Add.md) ###### [Item](Excel.Names.Item.md) ##### Properties ###### [Application](Excel.Names.Application.md) ###### [Count](Excel.Names.Count.md) ###### [Creator](Excel.Names.Creator.md) ###### [Parent](Excel.Names.Parent.md) #### [NegativeBarFormat object](Excel.NegativeBarFormat.md) ##### Properties ###### [Application](Excel.NegativeBarFormat.Application.md) ###### [BorderColor](Excel.NegativeBarFormat.BorderColor.md) ###### [BorderColorType](Excel.NegativeBarFormat.BorderColorType.md) ###### [Color](Excel.NegativeBarFormat.Color.md) ###### [ColorType](Excel.NegativeBarFormat.ColorType.md) ###### [Creator](Excel.NegativeBarFormat.Creator.md) ###### [Parent](Excel.NegativeBarFormat.Parent.md) #### [ODBCConnection object](Excel.ODBCConnection.md) ##### Methods ###### [CancelRefresh](Excel.ODBCConnection.CancelRefresh.md) ###### [Refresh](Excel.ODBCConnection.Refresh.md) ###### [SaveAsODC](Excel.ODBCConnection.SaveAsODC.md) ##### Properties ###### [AlwaysUseConnectionFile](Excel.ODBCConnection.AlwaysUseConnectionFile.md) ###### [Application](Excel.ODBCConnection.Application.md) ###### [BackgroundQuery](Excel.ODBCConnection.BackgroundQuery.md) ###### [CommandText](Excel.ODBCConnection.CommandText.md) ###### [CommandType](Excel.ODBCConnection.CommandType.md) ###### [Connection](Excel.ODBCConnection.Connection.md) ###### [Creator](Excel.ODBCConnection.Creator.md) ###### [EnableRefresh](Excel.ODBCConnection.EnableRefresh.md) ###### [Parent](Excel.ODBCConnection.Parent.md) ###### [RefreshDate](Excel.ODBCConnection.RefreshDate.md) ###### [Refreshing](Excel.ODBCConnection.Refreshing.md) ###### [RefreshOnFileOpen](Excel.ODBCConnection.RefreshOnFileOpen.md) ###### [RefreshPeriod](Excel.ODBCConnection.RefreshPeriod.md) ###### [RobustConnect](Excel.ODBCConnection.RobustConnect.md) ###### [SavePassword](Excel.ODBCConnection.SavePassword.md) ###### [ServerCredentialsMethod](Excel.ODBCConnection.ServerCredentialsMethod.md) ###### [ServerSSOApplicationID](Excel.ODBCConnection.ServerSSOApplicationID.md) ###### [SourceConnectionFile](Excel.ODBCConnection.SourceConnectionFile.md) ###### [SourceData](Excel.ODBCConnection.SourceData.md) ###### [SourceDataFile](Excel.ODBCConnection.SourceDataFile.md) #### [ODBCError object](Excel.OdbcError.md) ##### Properties ###### [Application](Excel.OdbcError.Application.md) ###### [Creator](Excel.OdbcError.Creator.md) ###### [ErrorString](Excel.ODBCError.ErrorString.md) ###### [Parent](Excel.OdbcError.Parent.md) ###### [SqlState](Excel.ODBCError.SqlState.md) #### [ODBCErrors object](Excel.OdbcErrors.md) ##### Methods ###### [Item](Excel.ODBCErrors.Item.md) ##### Properties ###### [Application](Excel.OdbcErrors.Application.md) ###### [Count](Excel.ODBCErrors.Count.md) ###### [Creator](Excel.OdbcErrors.Creator.md) ###### [Parent](Excel.OdbcErrors.Parent.md) #### [OLEDBConnection object](Excel.OLEDBConnection.md) ##### Methods ###### [CancelRefresh](Excel.OLEDBConnection.CancelRefresh.md) ###### [MakeConnection](Excel.OLEDBConnection.MakeConnection.md) ###### [Reconnect](Excel.OLEDBConnection.Reconnect.md) ###### [Refresh](Excel.OLEDBConnection.Refresh.md) ###### [SaveAsODC](Excel.OLEDBConnection.SaveAsODC.md) ##### Properties ###### [ADOConnection](Excel.OLEDBConnection.ADOConnection.md) ###### [AlwaysUseConnectionFile](Excel.OLEDBConnection.AlwaysUseConnectionFile.md) ###### [Application](Excel.OLEDBConnection.Application.md) ###### [BackgroundQuery](Excel.OLEDBConnection.BackgroundQuery.md) ###### [CalculatedMembers](Excel.OLEDBConnection.CalculatedMembers.md) ###### [CommandText](Excel.OLEDBConnection.CommandText.md) ###### [CommandType](Excel.OLEDBConnection.CommandType.md) ###### [Connection](Excel.OLEDBConnection.Connection.md) ###### [Creator](Excel.OLEDBConnection.Creator.md) ###### [EnableRefresh](Excel.OLEDBConnection.EnableRefresh.md) ###### [IsConnected](Excel.OLEDBConnection.IsConnected.md) ###### [LocalConnection](Excel.OLEDBConnection.LocalConnection.md) ###### [LocaleID](Excel.OLEDBConnection.LocaleID.md) ###### [MaintainConnection](Excel.OLEDBConnection.MaintainConnection.md) ###### [MaxDrillthroughRecords](Excel.OLEDBConnection.MaxDrillthroughRecords.md) ###### [OLAP](Excel.OLEDBConnection.OLAP.md) ###### [Parent](Excel.OLEDBConnection.Parent.md) ###### [RefreshDate](Excel.OLEDBConnection.RefreshDate.md) ###### [Refreshing](Excel.OLEDBConnection.Refreshing.md) ###### [RefreshOnFileOpen](Excel.OLEDBConnection.RefreshOnFileOpen.md) ###### [RefreshPeriod](Excel.OLEDBConnection.RefreshPeriod.md) ###### [RetrieveInOfficeUILang](Excel.OLEDBConnection.RetrieveInOfficeUILang.md) ###### [RobustConnect](Excel.OLEDBConnection.RobustConnect.md) ###### [SavePassword](Excel.OLEDBConnection.SavePassword.md) ###### [ServerCredentialsMethod](Excel.OLEDBConnection.ServerCredentialsMethod.md) ###### [ServerFillColor](Excel.OLEDBConnection.ServerFillColor.md) ###### [ServerFontStyle](Excel.OLEDBConnection.ServerFontStyle.md) ###### [ServerNumberFormat](Excel.OLEDBConnection.ServerNumberFormat.md) ###### [ServerSSOApplicationID](Excel.OLEDBConnection.ServerSSOApplicationID.md) ###### [ServerTextColor](Excel.OLEDBConnection.ServerTextColor.md) ###### [SourceConnectionFile](Excel.OLEDBConnection.SourceConnectionFile.md) ###### [SourceDataFile](Excel.OLEDBConnection.SourceDataFile.md) ###### [UseLocalConnection](Excel.OLEDBConnection.UseLocalConnection.md) #### [OLEDBError object](Excel.oledbError.md) ##### Properties ###### [Application](Excel.oledbError.Application.md) ###### [Creator](Excel.oledbError.Creator.md) ###### [ErrorString](Excel.OLEDBError.ErrorString.md) ###### [Native](Excel.OLEDBError.Native.md) ###### [Number](Excel.OLEDBError.Number.md) ###### [Parent](Excel.oledbError.Parent.md) ###### [SqlState](Excel.OLEDBError.SqlState.md) ###### [Stage](Excel.OLEDBError.Stage.md) #### [OLEDBErrors object](Excel.OledbErrors.md) ##### Methods ###### [Item](Excel.OLEDBErrors.Item.md) ##### Properties ###### [Application](Excel.OledbErrors.Application.md) ###### [Count](Excel.OLEDBErrors.Count.md) ###### [Creator](Excel.OledbErrors.Creator.md) ###### [Parent](Excel.OledbErrors.Parent.md) #### [OLEFormat object](Excel.OLEFormat.md) ##### Methods ###### [Activate](Excel.OLEFormat.Activate.md) ###### [Verb](Excel.OLEFormat.Verb.md) ##### Properties ###### [Application](Excel.OLEFormat.Application.md) ###### [Creator](Excel.OLEFormat.Creator.md) ###### [Object](Excel.OLEFormat.Object.md) ###### [Parent](Excel.OLEFormat.Parent.md) ###### [progID](Excel.OLEFormat.progID.md) #### [OLEObject object](Excel.OLEObject.md) ##### Events ###### [GotFocus](Excel.OLEObject.GotFocus.md) ###### [LostFocus](Excel.OLEObject.LostFocus.md) ##### Methods ###### [Activate](Excel.OLEObject.Activate.md) ###### [BringToFront](Excel.OLEObject.BringToFront.md) ###### [Copy](Excel.OLEObject.Copy.md) ###### [CopyPicture](Excel.OLEObject.CopyPicture.md) ###### [Cut](Excel.OLEObject.Cut.md) ###### [Delete](Excel.OLEObject.Delete.md) ###### [Duplicate](Excel.OLEObject.Duplicate.md) ###### [Select](Excel.OLEObject.Select.md) ###### [SendToBack](Excel.OLEObject.SendToBack.md) ###### [Update](Excel.OLEObject.Update.md) ###### [Verb](Excel.OLEObject.Verb.md) ##### Properties ###### [Application](Excel.OLEObject.Application.md) ###### [AutoLoad](Excel.OLEObject.AutoLoad.md) ###### [AutoUpdate](Excel.OLEObject.AutoUpdate.md) ###### [Border](Excel.OLEObject.Border.md) ###### [BottomRightCell](Excel.OLEObject.BottomRightCell.md) ###### [Creator](Excel.OLEObject.Creator.md) ###### [Enabled](Excel.OLEObject.Enabled.md) ###### [Height](Excel.OLEObject.Height.md) ###### [Index](Excel.OLEObject.Index.md) ###### [Interior](Excel.OLEObject.Interior.md) ###### [Left](Excel.OLEObject.Left.md) ###### [LinkedCell](Excel.OLEObject.LinkedCell.md) ###### [ListFillRange](Excel.OLEObject.ListFillRange.md) ###### [Locked](Excel.OLEObject.Locked.md) ###### [Name](Excel.OLEObject.Name.md) ###### [Object](Excel.OLEObject.Object.md) ###### [OLEType](Excel.OLEObject.OLEType.md) ###### [Parent](Excel.OLEObject.Parent.md) ###### [Placement](Excel.OLEObject.Placement.md) ###### [PrintObject](Excel.OLEObject.PrintObject.md) ###### [progID](Excel.OLEObject.progID.md) ###### [Shadow](Excel.OLEObject.Shadow.md) ###### [ShapeRange](Excel.OLEObject.ShapeRange.md) ###### [SourceName](Excel.OLEObject.SourceName.md) ###### [Top](Excel.OLEObject.Top.md) ###### [TopLeftCell](Excel.OLEObject.TopLeftCell.md) ###### [Visible](Excel.OLEObject.Visible.md) ###### [Width](Excel.OLEObject.Width.md) ###### [ZOrder](Excel.OLEObject.ZOrder.md) #### [OLEObjects object](Excel.OLEObjects.md) ##### Methods ###### [Add](Excel.OLEObjects.Add.md) ###### [BringToFront](Excel.OLEObjects.BringToFront.md) ###### [Copy](Excel.OLEObjects.Copy.md) ###### [CopyPicture](Excel.OLEObjects.CopyPicture.md) ###### [Cut](Excel.OLEObjects.Cut.md) ###### [Delete](Excel.OLEObjects.Delete.md) ###### [Duplicate](Excel.OLEObjects.Duplicate.md) ###### [Item](Excel.OLEObjects.Item.md) ###### [Select](Excel.OLEObjects.Select.md) ###### [SendToBack](Excel.OLEObjects.SendToBack.md) ##### Properties ###### [Application](Excel.OLEObjects.Application.md) ###### [AutoLoad](Excel.OLEObjects.AutoLoad.md) ###### [Border](Excel.OLEObjects.Border.md) ###### [Count](Excel.OLEObjects.Count.md) ###### [Creator](Excel.OLEObjects.Creator.md) ###### [Enabled](Excel.OLEObjects.Enabled.md) ###### [Height](Excel.OLEObjects.Height.md) ###### [Interior](Excel.OLEObjects.Interior.md) ###### [Left](Excel.OLEObjects.Left.md) ###### [Locked](Excel.OLEObjects.Locked.md) ###### [Parent](Excel.OLEObjects.Parent.md) ###### [Placement](Excel.OLEObjects.Placement.md) ###### [PrintObject](Excel.OLEObjects.PrintObject.md) ###### [Shadow](Excel.OLEObjects.Shadow.md) ###### [ShapeRange](Excel.OLEObjects.ShapeRange.md) ###### [SourceName](Excel.OLEObjects.SourceName.md) ###### [Top](Excel.OLEObjects.Top.md) ###### [Visible](Excel.OLEObjects.Visible.md) ###### [Width](Excel.OLEObjects.Width.md) ###### [ZOrder](Excel.OLEObjects.ZOrder.md) #### [Outline object](Excel.Outline.md) ##### Methods ###### [ShowLevels](Excel.Outline.ShowLevels.md) ##### Properties ###### [Application](Excel.Outline.Application.md) ###### [AutomaticStyles](Excel.Outline.AutomaticStyles.md) ###### [Creator](Excel.Outline.Creator.md) ###### [Parent](Excel.Outline.Parent.md) ###### [SummaryColumn](Excel.Outline.SummaryColumn.md) ###### [SummaryRow](Excel.Outline.SummaryRow.md) #### [Page object](Excel.Page.md) ##### Properties ###### [CenterFooter](Excel.Page.CenterFooter.md) ###### [CenterHeader](Excel.Page.CenterHeader.md) ###### [LeftFooter](Excel.Page.LeftFooter.md) ###### [LeftHeader](Excel.Page.LeftHeader.md) ###### [RightFooter](Excel.Page.RightFooter.md) ###### [RightHeader](Excel.Page.RightHeader.md) #### [Pages object](Excel.Pages.md) ##### Properties ###### [Count](Excel.Pages.Count.md) ###### [Item](Excel.Pages.Item.md) #### [PageSetup object](Excel.PageSetup.md) ##### Properties ###### [AlignMarginsHeaderFooter](Excel.PageSetup.AlignMarginsHeaderFooter.md) ###### [Application](Excel.PageSetup.Application.md) ###### [BlackAndWhite](Excel.PageSetup.BlackAndWhite.md) ###### [BottomMargin](Excel.PageSetup.BottomMargin.md) ###### [CenterFooter](Excel.PageSetup.CenterFooter.md) ###### [CenterFooterPicture](Excel.PageSetup.CenterFooterPicture.md) ###### [CenterHeader](Excel.PageSetup.CenterHeader.md) ###### [CenterHeaderPicture](Excel.PageSetup.CenterHeaderPicture.md) ###### [CenterHorizontally](Excel.PageSetup.CenterHorizontally.md) ###### [CenterVertically](Excel.PageSetup.CenterVertically.md) ###### [Creator](Excel.PageSetup.Creator.md) ###### [DifferentFirstPageHeaderFooter](Excel.PageSetup.DifferentFirstPageHeaderFooter.md) ###### [Draft](Excel.PageSetup.Draft.md) ###### [EvenPage](Excel.PageSetup.EvenPage.md) ###### [FirstPage](Excel.PageSetup.FirstPage.md) ###### [FirstPageNumber](Excel.PageSetup.FirstPageNumber.md) ###### [FitToPagesTall](Excel.PageSetup.FitToPagesTall.md) ###### [FitToPagesWide](Excel.PageSetup.FitToPagesWide.md) ###### [FooterMargin](Excel.PageSetup.FooterMargin.md) ###### [HeaderMargin](Excel.PageSetup.HeaderMargin.md) ###### [LeftFooter](Excel.PageSetup.LeftFooter.md) ###### [LeftFooterPicture](Excel.PageSetup.LeftFooterPicture.md) ###### [LeftHeader](Excel.PageSetup.LeftHeader.md) ###### [LeftHeaderPicture](Excel.PageSetup.LeftHeaderPicture.md) ###### [LeftMargin](Excel.PageSetup.LeftMargin.md) ###### [OddAndEvenPagesHeaderFooter](Excel.PageSetup.OddAndEvenPagesHeaderFooter.md) ###### [Order](Excel.PageSetup.Order.md) ###### [Orientation](Excel.PageSetup.Orientation.md) ###### [Pages](Excel.PageSetup.Pages.md) ###### [PaperSize](Excel.PageSetup.PaperSize.md) ###### [Parent](Excel.PageSetup.Parent.md) ###### [PrintArea](Excel.PageSetup.PrintArea.md) ###### [PrintComments](Excel.PageSetup.PrintComments.md) ###### [PrintErrors](Excel.PageSetup.PrintErrors.md) ###### [PrintGridlines](Excel.PageSetup.PrintGridlines.md) ###### [PrintHeadings](Excel.PageSetup.PrintHeadings.md) ###### [PrintNotes](Excel.PageSetup.PrintNotes.md) ###### [PrintQuality](Excel.PageSetup.PrintQuality.md) ###### [PrintTitleColumns](Excel.PageSetup.PrintTitleColumns.md) ###### [PrintTitleRows](Excel.PageSetup.PrintTitleRows.md) ###### [RightFooter](Excel.PageSetup.RightFooter.md) ###### [RightFooterPicture](Excel.PageSetup.RightFooterPicture.md) ###### [RightHeader](Excel.PageSetup.RightHeader.md) ###### [RightHeaderPicture](Excel.PageSetup.RightHeaderPicture.md) ###### [RightMargin](Excel.PageSetup.RightMargin.md) ###### [ScaleWithDocHeaderFooter](Excel.PageSetup.ScaleWithDocHeaderFooter.md) ###### [TopMargin](Excel.PageSetup.TopMargin.md) ###### [Zoom](Excel.PageSetup.Zoom.md) #### [Pane object](Excel.Pane.md) ##### Methods ###### [Activate](Excel.Pane.Activate.md) ###### [LargeScroll](Excel.Pane.LargeScroll.md) ###### [PointsToScreenPixelsX](Excel.Pane.PointsToScreenPixelsX.md) ###### [PointsToScreenPixelsY](Excel.Pane.PointsToScreenPixelsY.md) ###### [ScrollIntoView](Excel.Pane.ScrollIntoView.md) ###### [SmallScroll](Excel.Pane.SmallScroll.md) ##### Properties ###### [Application](Excel.Pane.Application.md) ###### [Creator](Excel.Pane.Creator.md) ###### [Index](Excel.Pane.Index.md) ###### [Parent](Excel.Pane.Parent.md) ###### [ScrollColumn](Excel.Pane.ScrollColumn.md) ###### [ScrollRow](Excel.Pane.ScrollRow.md) ###### [VisibleRange](Excel.Pane.VisibleRange.md) #### [Panes object](Excel.Panes.md) ##### Properties ###### [Application](Excel.Panes.Application.md) ###### [Count](Excel.Panes.Count.md) ###### [Creator](Excel.Panes.Creator.md) ###### [Item](Excel.Panes.Item.md) ###### [Parent](Excel.Panes.Parent.md) #### [Parameter object](Excel.Parameter.md) ##### Methods ###### [SetParam](Excel.Parameter.SetParam.md) ##### Properties ###### [Application](Excel.Parameter.Application.md) ###### [Creator](Excel.Parameter.Creator.md) ###### [DataType](Excel.Parameter.DataType.md) ###### [Name](Excel.Parameter.Name.md) ###### [Parent](Excel.Parameter.Parent.md) ###### [PromptString](Excel.Parameter.PromptString.md) ###### [RefreshOnChange](Excel.Parameter.RefreshOnChange.md) ###### [SourceRange](Excel.Parameter.SourceRange.md) ###### [Type](Excel.Parameter.Type.md) ###### [Value](Excel.Parameter.Value.md) #### [Parameters object](Excel.Parameters.md) ##### Methods ###### [Add](Excel.Parameters.Add.md) ###### [Delete](Excel.Parameters.Delete.md) ###### [Item](Excel.Parameters.Item.md) ##### Properties ###### [Application](Excel.Parameters.Application.md) ###### [Count](Excel.Parameters.Count.md) ###### [Creator](Excel.Parameters.Creator.md) ###### [Parent](Excel.Parameters.Parent.md) #### [Phonetic object](Excel.Phonetic.md) ##### Properties ###### [Alignment](Excel.Phonetic.Alignment.md) ###### [Application](Excel.Phonetic.Application.md) ###### [CharacterType](Excel.Phonetic.CharacterType.md) ###### [Creator](Excel.Phonetic.Creator.md) ###### [Font](Excel.Phonetic.Font.md) ###### [Parent](Excel.Phonetic.Parent.md) ###### [Text](Excel.Phonetic.Text.md) ###### [Visible](Excel.Phonetic.Visible.md) #### [Phonetics object](Excel.Phonetics.md) ##### Methods ###### [Add](Excel.Phonetics.Add.md) ###### [Delete](Excel.Phonetics.Delete.md) ##### Properties ###### [Alignment](Excel.Phonetics.Alignment.md) ###### [Application](Excel.Phonetics.Application.md) ###### [CharacterType](Excel.Phonetics.CharacterType.md) ###### [Count](Excel.Phonetics.Count.md) ###### [Creator](Excel.Phonetics.Creator.md) ###### [Font](Excel.Phonetics.Font.md) ###### [Item](Excel.Phonetics.Item.md) ###### [Length](Excel.Phonetics.Length.md) ###### [Parent](Excel.Phonetics.Parent.md) ###### [Start](Excel.Phonetics.Start.md) ###### [Text](Excel.Phonetics.Text.md) ###### [Visible](Excel.Phonetics.Visible.md) #### [PictureFormat object](Excel.PictureFormat.md) ##### Methods ###### [IncrementBrightness](Excel.PictureFormat.IncrementBrightness.md) ###### [IncrementContrast](Excel.PictureFormat.IncrementContrast.md) ##### Properties ###### [Application](Excel.PictureFormat.Application.md) ###### [Brightness](Excel.PictureFormat.Brightness.md) ###### [ColorType](Excel.PictureFormat.ColorType.md) ###### [Contrast](Excel.PictureFormat.Contrast.md) ###### [Creator](Excel.PictureFormat.Creator.md) ###### [Crop](Excel.PictureFormat.Crop.md) ###### [CropBottom](Excel.PictureFormat.CropBottom.md) ###### [CropLeft](Excel.PictureFormat.CropLeft.md) ###### [CropRight](Excel.PictureFormat.CropRight.md) ###### [CropTop](Excel.PictureFormat.CropTop.md) ###### [Parent](Excel.PictureFormat.Parent.md) ###### [TransparencyColor](Excel.PictureFormat.TransparencyColor.md) ###### [TransparentBackground](Excel.PictureFormat.TransparentBackground.md) #### [PivotAxis object](Excel.pivotAxis.md) ##### Properties ###### [Application](Excel.pivotAxis.Application.md) ###### [Creator](Excel.pivotAxis.Creator.md) ###### [Parent](Excel.pivotAxis.Parent.md) ###### [PivotLines](Excel.PivotAxis.PivotLines.md) #### [PivotCache object](Excel.PivotCache.md) ##### Methods ###### [CreatePivotChart](Excel.pivotcache.createpivotchart.md) ###### [CreatePivotTable](Excel.PivotCache.CreatePivotTable.md) ###### [MakeConnection](Excel.PivotCache.MakeConnection.md) ###### [Refresh](Excel.PivotCache.Refresh.md) ###### [ResetTimer](Excel.PivotCache.ResetTimer.md) ###### [SaveAsODC](Excel.PivotCache.SaveAsODC.md) ##### Properties ###### [ADOConnection](Excel.PivotCache.ADOConnection.md) ###### [Application](Excel.PivotCache.Application.md) ###### [BackgroundQuery](Excel.PivotCache.BackgroundQuery.md) ###### [CommandText](Excel.PivotCache.CommandText.md) ###### [CommandType](Excel.PivotCache.CommandType.md) ###### [Connection](Excel.PivotCache.Connection.md) ###### [Creator](Excel.PivotCache.Creator.md) ###### [EnableRefresh](Excel.PivotCache.EnableRefresh.md) ###### [Index](Excel.PivotCache.Index.md) ###### [IsConnected](Excel.PivotCache.IsConnected.md) ###### [LocalConnection](Excel.PivotCache.LocalConnection.md) ###### [MaintainConnection](Excel.PivotCache.MaintainConnection.md) ###### [MemoryUsed](Excel.PivotCache.MemoryUsed.md) ###### [MissingItemsLimit](Excel.PivotCache.MissingItemsLimit.md) ###### [OLAP](Excel.PivotCache.OLAP.md) ###### [OptimizeCache](Excel.PivotCache.OptimizeCache.md) ###### [Parent](Excel.PivotCache.Parent.md) ###### [QueryType](Excel.PivotCache.QueryType.md) ###### [RecordCount](Excel.PivotCache.RecordCount.md) ###### [Recordset](Excel.PivotCache.Recordset.md) ###### [RefreshDate](Excel.PivotCache.RefreshDate.md) ###### [RefreshName](Excel.PivotCache.RefreshName.md) ###### [RefreshOnFileOpen](Excel.PivotCache.RefreshOnFileOpen.md) ###### [RefreshPeriod](Excel.PivotCache.RefreshPeriod.md) ###### [RobustConnect](Excel.PivotCache.RobustConnect.md) ###### [SavePassword](Excel.PivotCache.SavePassword.md) ###### [SourceConnectionFile](Excel.PivotCache.SourceConnectionFile.md) ###### [SourceData](Excel.PivotCache.SourceData.md) ###### [SourceDataFile](Excel.PivotCache.SourceDataFile.md) ###### [SourceType](Excel.PivotCache.SourceType.md) ###### [UpgradeOnRefresh](Excel.PivotCache.UpgradeOnRefresh.md) ###### [UseLocalConnection](Excel.PivotCache.UseLocalConnection.md) ###### [Version](Excel.PivotCache.Version.md) ###### [WorkbookConnection](Excel.PivotCache.WorkbookConnection.md) #### [PivotCaches object](Excel.PivotCaches.md) ##### Methods ###### [Create](Excel.PivotCaches.Create.md) ###### [Item](Excel.PivotCaches.Item.md) ##### Properties ###### [Application](Excel.PivotCaches.Application.md) ###### [Count](Excel.PivotCaches.Count.md) ###### [Creator](Excel.PivotCaches.Creator.md) ###### [Parent](Excel.PivotCaches.Parent.md) #### [PivotCell object](Excel.PivotCell.md) ##### Methods ###### [AllocateChange](Excel.PivotCell.AllocateChange.md) ###### [DiscardChange](Excel.PivotCell.DiscardChange.md) ##### Properties ###### [Application](Excel.PivotCell.Application.md) ###### [CellChanged](Excel.PivotCell.CellChanged.md) ###### [ColumnItems](Excel.PivotCell.ColumnItems.md) ###### [Creator](Excel.PivotCell.Creator.md) ###### [CustomSubtotalFunction](Excel.PivotCell.CustomSubtotalFunction.md) ###### [DataField](Excel.PivotCell.DataField.md) ###### [DataSourceValue](Excel.PivotCell.DataSourceValue.md) ###### [MDX](Excel.PivotCell.MDX.md) ###### [Parent](Excel.PivotCell.Parent.md) ###### [PivotCellType](Excel.PivotCell.PivotCellType.md) ###### [PivotColumnLine](Excel.PivotCell.PivotColumnLine.md) ###### [PivotField](Excel.PivotCell.PivotField.md) ###### [PivotItem](Excel.PivotCell.PivotItem.md) ###### [PivotRowLine](Excel.PivotCell.PivotRowLine.md) ###### [PivotTable](Excel.PivotCell.PivotTable.md) ###### [Range](Excel.PivotCell.Range.md) ###### [RowItems](Excel.PivotCell.RowItems.md) ###### [ServerActions](Excel.pivotcell.serveractions.md) #### [PivotField object](Excel.PivotField.md) ##### Methods ###### [AddPageItem](Excel.PivotField.AddPageItem.md) ###### [AutoGroup](Excel.pivotfield.autogroup.md) ###### [AutoShow](Excel.PivotField.AutoShow.md) ###### [AutoSort](Excel.PivotField.AutoSort.md) ###### [CalculatedItems](Excel.PivotField.CalculatedItems.md) ###### [ClearAllFilters](Excel.PivotField.ClearAllFilters.md) ###### [ClearLabelFilters](Excel.PivotField.ClearLabelFilters.md) ###### [ClearManualFilter](Excel.PivotField.ClearManualFilter.md) ###### [ClearValueFilters](Excel.PivotField.ClearValueFilters.md) ###### [Delete](Excel.PivotField.Delete.md) ###### [DrillTo](Excel.PivotField.DrillTo.md) ###### [PivotItems](Excel.PivotField.PivotItems.md) ##### Properties ###### [AllItemsVisible](Excel.PivotField.AllItemsVisible.md) ###### [Application](Excel.PivotField.Application.md) ###### [AutoShowCount](Excel.PivotField.AutoShowCount.md) ###### [AutoShowField](Excel.PivotField.AutoShowField.md) ###### [AutoShowRange](Excel.PivotField.AutoShowRange.md) ###### [AutoShowType](Excel.PivotField.AutoShowType.md) ###### [AutoSortCustomSubtotal](Excel.PivotField.AutoSortCustomSubtotal.md) ###### [AutoSortField](Excel.PivotField.AutoSortField.md) ###### [AutoSortOrder](Excel.PivotField.AutoSortOrder.md) ###### [AutoSortPivotLine](Excel.PivotField.AutoSortPivotLine.md) ###### [BaseField](Excel.PivotField.BaseField.md) ###### [BaseItem](Excel.PivotField.BaseItem.md) ###### [Calculation](Excel.PivotField.Calculation.md) ###### [Caption](Excel.PivotField.Caption.md) ###### [ChildField](Excel.PivotField.ChildField.md) ###### [ChildItems](Excel.PivotField.ChildItems.md) ###### [Creator](Excel.PivotField.Creator.md) ###### [CubeField](Excel.PivotField.CubeField.md) ###### [CurrentPage](Excel.PivotField.CurrentPage.md) ###### [CurrentPageList](Excel.PivotField.CurrentPageList.md) ###### [CurrentPageName](Excel.PivotField.CurrentPageName.md) ###### [DatabaseSort](Excel.PivotField.DatabaseSort.md) ###### [DataRange](Excel.PivotField.DataRange.md) ###### [DataType](Excel.PivotField.DataType.md) ###### [DisplayAsCaption](Excel.PivotField.DisplayAsCaption.md) ###### [DisplayAsTooltip](Excel.PivotField.DisplayAsTooltip.md) ###### [DisplayInReport](Excel.PivotField.DisplayInReport.md) ###### [DragToColumn](Excel.PivotField.DragToColumn.md) ###### [DragToData](Excel.PivotField.DragToData.md) ###### [DragToHide](Excel.PivotField.DragToHide.md) ###### [DragToPage](Excel.PivotField.DragToPage.md) ###### [DragToRow](Excel.PivotField.DragToRow.md) ###### [DrilledDown](Excel.PivotField.DrilledDown.md) ###### [EnableItemSelection](Excel.PivotField.EnableItemSelection.md) ###### [EnableMultiplePageItems](Excel.PivotField.EnableMultiplePageItems.md) ###### [Formula](Excel.PivotField.Formula.md) ###### [Function](Excel.PivotField.Function.md) ###### [GroupLevel](Excel.PivotField.GroupLevel.md) ###### [Hidden](Excel.PivotField.Hidden.md) ###### [HiddenItems](Excel.PivotField.HiddenItems.md) ###### [HiddenItemsList](Excel.PivotField.HiddenItemsList.md) ###### [IncludeNewItemsInFilter](Excel.PivotField.IncludeNewItemsInFilter.md) ###### [IsCalculated](Excel.PivotField.IsCalculated.md) ###### [IsMemberProperty](Excel.PivotField.IsMemberProperty.md) ###### [LabelRange](Excel.PivotField.LabelRange.md) ###### [LayoutBlankLine](Excel.PivotField.LayoutBlankLine.md) ###### [LayoutCompactRow](Excel.PivotField.LayoutCompactRow.md) ###### [LayoutForm](Excel.PivotField.LayoutForm.md) ###### [LayoutPageBreak](Excel.PivotField.LayoutPageBreak.md) ###### [LayoutSubtotalLocation](Excel.PivotField.LayoutSubtotalLocation.md) ###### [MemberPropertyCaption](Excel.PivotField.MemberPropertyCaption.md) ###### [MemoryUsed](Excel.PivotField.MemoryUsed.md) ###### [Name](Excel.PivotField.Name.md) ###### [NumberFormat](Excel.PivotField.NumberFormat.md) ###### [Orientation](Excel.PivotField.Orientation.md) ###### [Parent](Excel.PivotField.Parent.md) ###### [ParentField](Excel.PivotField.ParentField.md) ###### [ParentItems](Excel.PivotField.ParentItems.md) ###### [PivotFilters](Excel.PivotField.PivotFilters.md) ###### [Position](Excel.PivotField.Position.md) ###### [PropertyOrder](Excel.PivotField.PropertyOrder.md) ###### [PropertyParentField](Excel.PivotField.PropertyParentField.md) ###### [RepeatLabels](Excel.PivotField.RepeatLabels.md) ###### [ServerBased](Excel.PivotField.ServerBased.md) ###### [ShowAllItems](Excel.PivotField.ShowAllItems.md) ###### [ShowDetail](Excel.PivotField.ShowDetail.md) ###### [ShowingInAxis](Excel.PivotField.ShowingInAxis.md) ###### [SourceCaption](Excel.PivotField.SourceCaption.md) ###### [SourceName](Excel.PivotField.SourceName.md) ###### [StandardFormula](Excel.PivotField.StandardFormula.md) ###### [SubtotalName](Excel.PivotField.SubtotalName.md) ###### [Subtotals](Excel.PivotField.Subtotals.md) ###### [TotalLevels](Excel.PivotField.TotalLevels.md) ###### [UseMemberPropertyAsCaption](Excel.PivotField.UseMemberPropertyAsCaption.md) ###### [Value](Excel.PivotField.Value.md) ###### [VisibleItems](Excel.PivotField.VisibleItems.md) ###### [VisibleItemsList](Excel.PivotField.VisibleItemsList.md) #### [PivotFields object](Excel.PivotFields.md) ##### Methods ###### [Item](Excel.PivotFields.Item.md) ##### Properties ###### [Application](Excel.PivotFields.Application.md) ###### [Count](Excel.PivotFields.Count.md) ###### [Creator](Excel.PivotFields.Creator.md) ###### [Parent](Excel.PivotFields.Parent.md) #### [PivotFilter object](Excel.pivotFilter.md) ##### Methods ###### [Delete](Excel.PivotFilter.Delete.md) ##### Properties ###### [Active](Excel.PivotFilter.Active.md) ###### [Application](Excel.pivotFilter.Application.md) ###### [Creator](Excel.pivotFilter.Creator.md) ###### [DataCubeField](Excel.PivotFilter.DataCubeField.md) ###### [DataField](Excel.PivotFilter.DataField.md) ###### [Description](Excel.PivotFilter.Description.md) ###### [FilterType](Excel.PivotFilter.FilterType.md) ###### [IsMemberPropertyFilter](Excel.PivotFilter.IsMemberPropertyFilter.md) ###### [MemberPropertyField](Excel.PivotFilter.MemberPropertyField.md) ###### [Name](Excel.PivotFilter.Name.md) ###### [Order](Excel.PivotFilter.Order.md) ###### [Parent](Excel.pivotFilter.Parent.md) ###### [PivotField](Excel.PivotFilter.PivotField.md) ###### [Value1](Excel.PivotFilter.Value1.md) ###### [Value2](Excel.PivotFilter.Value2.md) ###### [WholeDayFilter](Excel.pivotfilter.wholedayfilter.md) #### [PivotFilters object](Excel.pivotFilters.md) ##### Methods ###### [Add](Excel.PivotFilters.Add.md) ##### Properties ###### [Application](Excel.pivotFilters.Application.md) ###### [Count](Excel.pivotFilters.Count.md) ###### [Creator](Excel.pivotFilters.Creator.md) ###### [Item](Excel.pivotFilters.Item.md) ###### [Parent](Excel.pivotFilters.Parent.md) #### [PivotFormula object](Excel.PivotFormula.md) ##### Methods ###### [Delete](Excel.PivotFormula.Delete.md) ##### Properties ###### [Application](Excel.PivotFormula.Application.md) ###### [Creator](Excel.PivotFormula.Creator.md) ###### [Formula](Excel.PivotFormula.Formula.md) ###### [Index](Excel.PivotFormula.Index.md) ###### [Parent](Excel.PivotFormula.Parent.md) ###### [StandardFormula](Excel.PivotFormula.StandardFormula.md) ###### [Value](Excel.PivotFormula.Value.md) #### [PivotFormulas object](Excel.PivotFormulas.md) ##### Methods ###### [Add](Excel.PivotFormulas.Add.md) ###### [Item](Excel.PivotFormulas.Item.md) ##### Properties ###### [Application](Excel.PivotFormulas.Application.md) ###### [Count](Excel.PivotFormulas.Count.md) ###### [Creator](Excel.PivotFormulas.Creator.md) ###### [Parent](Excel.PivotFormulas.Parent.md) #### [PivotItem object](Excel.PivotItem.md) ##### Methods ###### [Delete](Excel.PivotItem.Delete.md) ###### [DrillTo](Excel.PivotItem.DrillTo.md) ##### Properties ###### [Application](Excel.PivotItem.Application.md) ###### [Caption](Excel.PivotItem.Caption.md) ###### [ChildItems](Excel.PivotItem.ChildItems.md) ###### [Creator](Excel.PivotItem.Creator.md) ###### [DataRange](Excel.PivotItem.DataRange.md) ###### [DrilledDown](Excel.PivotItem.DrilledDown.md) ###### [Formula](Excel.PivotItem.Formula.md) ###### [IsCalculated](Excel.PivotItem.IsCalculated.md) ###### [LabelRange](Excel.PivotItem.LabelRange.md) ###### [Name](Excel.PivotItem.Name.md) ###### [Parent](Excel.PivotItem.Parent.md) ###### [ParentItem](Excel.PivotItem.ParentItem.md) ###### [ParentShowDetail](Excel.PivotItem.ParentShowDetail.md) ###### [Position](Excel.PivotItem.Position.md) ###### [RecordCount](Excel.PivotItem.RecordCount.md) ###### [ShowDetail](Excel.PivotItem.ShowDetail.md) ###### [SourceName](Excel.PivotItem.SourceName.md) ###### [SourceNameStandard](Excel.PivotItem.SourceNameStandard.md) ###### [StandardFormula](Excel.PivotItem.StandardFormula.md) ###### [Value](Excel.PivotItem.Value.md) ###### [Visible](Excel.PivotItem.Visible.md) #### [PivotItemList object](Excel.PivotItemList.md) ##### Methods ###### [Item](Excel.PivotItemList.Item.md) ##### Properties ###### [Application](Excel.PivotItemList.Application.md) ###### [Count](Excel.PivotItemList.Count.md) ###### [Creator](Excel.PivotItemList.Creator.md) ###### [Parent](Excel.PivotItemList.Parent.md) #### [PivotItems object](Excel.PivotItems.md) ##### Methods ###### [Add](Excel.PivotItems.Add.md) ###### [Item](Excel.PivotItems.Item.md) ##### Properties ###### [Application](Excel.PivotItems.Application.md) ###### [Count](Excel.PivotItems.Count.md) ###### [Creator](Excel.PivotItems.Creator.md) ###### [Parent](Excel.PivotItems.Parent.md) #### [PivotLayout object](Excel.PivotLayout.md) ##### Properties ###### [Application](Excel.PivotLayout.Application.md) ###### [Creator](Excel.PivotLayout.Creator.md) ###### [Parent](Excel.PivotLayout.Parent.md) ###### [PivotTable](Excel.PivotLayout.PivotTable.md) #### [PivotLine object](Excel.PivotLine.md) ##### Properties ###### [Application](Excel.PivotLine.Application.md) ###### [Creator](Excel.PivotLine.Creator.md) ###### [LineType](Excel.PivotLine.LineType.md) ###### [Parent](Excel.PivotLine.Parent.md) ###### [PivotLineCells](Excel.PivotLine.PivotLineCells.md) ###### [PivotLineCellsFull](Excel.pivotline.pivotlinecellsfull.md) ###### [Position](Excel.PivotLine.Position.md) #### [PivotLineCells object](Excel.PivotLineCells.md) ##### Properties ###### [Application](Excel.PivotLineCells.Application.md) ###### [Count](Excel.PivotLineCells.Count.md) ###### [Creator](Excel.PivotLineCells.Creator.md) ###### [Full](Excel.pivotlinecells.full.md) ###### [Item](Excel.PivotLineCells.Item.md) ###### [Parent](Excel.PivotLineCells.Parent.md) #### [PivotLines object](Excel.PivotLines.md) ##### Properties ###### [Application](Excel.PivotLines.Application.md) ###### [Count](Excel.PivotLines.Count.md) ###### [Creator](Excel.PivotLines.Creator.md) ###### [Item](Excel.PivotLines.Item.md) ###### [Parent](Excel.PivotLines.Parent.md) #### [PivotTable object](Excel.PivotTable.md) ##### Methods ###### [AddDataField](Excel.PivotTable.AddDataField.md) ###### [AddFields](Excel.PivotTable.AddFields.md) ###### [AllocateChanges](Excel.PivotTable.AllocateChanges.md) ###### [CalculatedFields](Excel.PivotTable.CalculatedFields.md) ###### [ChangeConnection](Excel.PivotTable.ChangeConnection.md) ###### [ChangePivotCache](Excel.PivotTable.ChangePivotCache.md) ###### [ClearAllFilters](Excel.PivotTable.ClearAllFilters.md) ###### [ClearTable](Excel.PivotTable.ClearTable.md) ###### [CommitChanges](Excel.PivotTable.CommitChanges.md) ###### [ConvertToFormulas](Excel.PivotTable.ConvertToFormulas.md) ###### [CreateCubeFile](Excel.PivotTable.CreateCubeFile.md) ###### [DiscardChanges](Excel.PivotTable.DiscardChanges.md) ###### [DrillDown](Excel.pivottable.drilldown.md) ###### [DrillTo](Excel.pivottable.drillto.md) ###### [DrillUp](Excel.pivottable.drillup.md) ###### [GetData](Excel.PivotTable.GetData.md) ###### [GetPivotData](Excel.PivotTable.GetPivotData.md) ###### [ListFormulas](Excel.PivotTable.ListFormulas.md) ###### [PivotCache](Excel.PivotTable.PivotCache.md) ###### [PivotFields](Excel.PivotTable.PivotFields.md) ###### [PivotSelect](Excel.PivotTable.PivotSelect.md) ###### [PivotTableWizard](Excel.PivotTable.PivotTableWizard.md) ###### [PivotValueCell](Excel.pivottable.pivotvaluecell.md) ###### [RefreshDataSourceValues](Excel.PivotTable.RefreshDataSourceValues.md) ###### [RefreshTable](Excel.PivotTable.RefreshTable.md) ###### [RepeatAllLabels](Excel.PivotTable.RepeatAllLabels.md) ###### [RowAxisLayout](Excel.PivotTable.RowAxisLayout.md) ###### [ShowPages](Excel.PivotTable.ShowPages.md) ###### [SubtotalLocation](Excel.PivotTable.SubtotalLocation.md) ###### [Update](Excel.PivotTable.Update.md) ##### Properties ###### [ActiveFilters](Excel.PivotTable.ActiveFilters.md) ###### [Allocation](Excel.PivotTable.Allocation.md) ###### [AllocationMethod](Excel.PivotTable.AllocationMethod.md) ###### [AllocationValue](Excel.PivotTable.AllocationValue.md) ###### [AllocationWeightExpression](Excel.PivotTable.AllocationWeightExpression.md) ###### [AllowMultipleFilters](Excel.PivotTable.AllowMultipleFilters.md) ###### [AlternativeText](Excel.PivotTable.AlternativeText.md) ###### [Application](Excel.PivotTable.Application.md) ###### [CacheIndex](Excel.PivotTable.CacheIndex.md) ###### [CalculatedMembers](Excel.PivotTable.CalculatedMembers.md) ###### [CalculatedMembersInFilters](Excel.PivotTable.CalculatedMembersInFilters.md) ###### [ChangeList](Excel.PivotTable.ChangeList.md) ###### [ColumnFields](Excel.PivotTable.ColumnFields.md) ###### [ColumnGrand](Excel.PivotTable.ColumnGrand.md) ###### [ColumnRange](Excel.PivotTable.ColumnRange.md) ###### [CompactLayoutColumnHeader](Excel.PivotTable.CompactLayoutColumnHeader.md) ###### [CompactLayoutRowHeader](Excel.PivotTable.CompactLayoutRowHeader.md) ###### [CompactRowIndent](Excel.PivotTable.CompactRowIndent.md) ###### [Creator](Excel.PivotTable.Creator.md) ###### [CubeFields](Excel.PivotTable.CubeFields.md) ###### [DataBodyRange](Excel.PivotTable.DataBodyRange.md) ###### [DataFields](Excel.PivotTable.DataFields.md) ###### [DataLabelRange](Excel.PivotTable.DataLabelRange.md) ###### [DataPivotField](Excel.PivotTable.DataPivotField.md) ###### [DisplayContextTooltips](Excel.PivotTable.DisplayContextTooltips.md) ###### [DisplayEmptyColumn](Excel.PivotTable.DisplayEmptyColumn.md) ###### [DisplayEmptyRow](Excel.PivotTable.DisplayEmptyRow.md) ###### [DisplayErrorString](Excel.PivotTable.DisplayErrorString.md) ###### [DisplayFieldCaptions](Excel.PivotTable.DisplayFieldCaptions.md) ###### [DisplayImmediateItems](Excel.PivotTable.DisplayImmediateItems.md) ###### [DisplayMemberPropertyTooltips](Excel.PivotTable.DisplayMemberPropertyTooltips.md) ###### [DisplayNullString](Excel.PivotTable.DisplayNullString.md) ###### [EnableDataValueEditing](Excel.PivotTable.EnableDataValueEditing.md) ###### [EnableDrilldown](Excel.PivotTable.EnableDrilldown.md) ###### [EnableFieldDialog](Excel.PivotTable.EnableFieldDialog.md) ###### [EnableFieldList](Excel.PivotTable.EnableFieldList.md) ###### [EnableWizard](Excel.PivotTable.EnableWizard.md) ###### [EnableWriteback](Excel.PivotTable.EnableWriteback.md) ###### [ErrorString](Excel.PivotTable.ErrorString.md) ###### [FieldListSortAscending](Excel.PivotTable.FieldListSortAscending.md) ###### [GrandTotalName](Excel.PivotTable.GrandTotalName.md) ###### [HasAutoFormat](Excel.pivottable.hasautoformat.md) ###### [Hidden](Excel.pivottable.hidden.md) ###### [HiddenFields](Excel.PivotTable.HiddenFields.md) ###### [InGridDropZones](Excel.PivotTable.InGridDropZones.md) ###### [InnerDetail](Excel.PivotTable.InnerDetail.md) ###### [LayoutRowDefault](Excel.PivotTable.LayoutRowDefault.md) ###### [Location](Excel.PivotTable.Location.md) ###### [ManualUpdate](Excel.PivotTable.ManualUpdate.md) ###### [MDX](Excel.PivotTable.MDX.md) ###### [MergeLabels](Excel.PivotTable.MergeLabels.md) ###### [Name](Excel.PivotTable.Name.md) ###### [NullString](Excel.PivotTable.NullString.md) ###### [PageFieldOrder](Excel.PivotTable.PageFieldOrder.md) ###### [PageFields](Excel.PivotTable.PageFields.md) ###### [PageFieldStyle](Excel.PivotTable.PageFieldStyle.md) ###### [PageFieldWrapCount](Excel.PivotTable.PageFieldWrapCount.md) ###### [PageRange](Excel.PivotTable.PageRange.md) ###### [PageRangeCells](Excel.PivotTable.PageRangeCells.md) ###### [Parent](Excel.PivotTable.Parent.md) ###### [PivotChart](Excel.pivottable.pivotchart.md) ###### [PivotColumnAxis](Excel.PivotTable.PivotColumnAxis.md) ###### [PivotFormulas](Excel.PivotTable.PivotFormulas.md) ###### [PivotRowAxis](Excel.PivotTable.PivotRowAxis.md) ###### [PivotSelection](Excel.PivotTable.PivotSelection.md) ###### [PivotSelectionStandard](Excel.PivotTable.PivotSelectionStandard.md) ###### [PreserveFormatting](Excel.PivotTable.PreserveFormatting.md) ###### [PrintDrillIndicators](Excel.PivotTable.PrintDrillIndicators.md) ###### [PrintTitles](Excel.PivotTable.PrintTitles.md) ###### [RefreshDate](Excel.PivotTable.RefreshDate.md) ###### [RefreshName](Excel.PivotTable.RefreshName.md) ###### [RepeatItemsOnEachPrintedPage](Excel.PivotTable.RepeatItemsOnEachPrintedPage.md) ###### [RowFields](Excel.PivotTable.RowFields.md) ###### [RowGrand](Excel.PivotTable.RowGrand.md) ###### [RowRange](Excel.PivotTable.RowRange.md) ###### [SaveData](Excel.PivotTable.SaveData.md) ###### [SelectionMode](Excel.PivotTable.SelectionMode.md) ###### [ShowDrillIndicators](Excel.PivotTable.ShowDrillIndicators.md) ###### [ShowPageMultipleItemLabel](Excel.PivotTable.ShowPageMultipleItemLabel.md) ###### [ShowTableStyleColumnHeaders](Excel.PivotTable.ShowTableStyleColumnHeaders.md) ###### [ShowTableStyleColumnStripes](Excel.PivotTable.ShowTableStyleColumnStripes.md) ###### [ShowTableStyleLastColumn](Excel.pivottable.showtablestylelastcolumn.md) ###### [ShowTableStyleRowHeaders](Excel.PivotTable.ShowTableStyleRowHeaders.md) ###### [ShowTableStyleRowStripes](Excel.PivotTable.ShowTableStyleRowStripes.md) ###### [ShowValuesRow](Excel.PivotTable.ShowValuesRow.md) ###### [Slicers](Excel.PivotTable.Slicers.md) ###### [SmallGrid](Excel.PivotTable.SmallGrid.md) ###### [SortUsingCustomLists](Excel.PivotTable.SortUsingCustomLists.md) ###### [SourceData](Excel.PivotTable.SourceData.md) ###### [SubtotalHiddenPageItems](Excel.PivotTable.SubtotalHiddenPageItems.md) ###### [Summary](Excel.PivotTable.Summary.md) ###### [TableRange1](Excel.PivotTable.TableRange1.md) ###### [TableRange2](Excel.PivotTable.TableRange2.md) ###### [TableStyle2](Excel.PivotTable.TableStyle2.md) ###### [Tag](Excel.PivotTable.Tag.md) ###### [TotalsAnnotation](Excel.PivotTable.TotalsAnnotation.md) ###### [VacatedStyle](Excel.PivotTable.VacatedStyle.md) ###### [Value](Excel.PivotTable.Value.md) ###### [Version](Excel.PivotTable.Version.md) ###### [ViewCalculatedMembers](Excel.PivotTable.ViewCalculatedMembers.md) ###### [VisibleFields](Excel.PivotTable.VisibleFields.md) ###### [VisualTotals](Excel.PivotTable.VisualTotals.md) ###### [VisualTotalsForSets](Excel.PivotTable.VisualTotalsForSets.md) #### [PivotTableChangeList object](Excel.PivotTableChangeList.md) ##### Methods ###### [Add](Excel.PivotTableChangeList.Add.md) ##### Properties ###### [Application](Excel.PivotTableChangeList.Application.md) ###### [Count](Excel.PivotTableChangeList.Count.md) ###### [Creator](Excel.PivotTableChangeList.Creator.md) ###### [Item](Excel.PivotTableChangeList.Item.md) ###### [Parent](Excel.PivotTableChangeList.Parent.md) #### [PivotTables object](Excel.PivotTables.md) ##### Methods ###### [Add](Excel.PivotTables.Add.md) ###### [Item](Excel.PivotTables.Item.md) ##### Properties ###### [Application](Excel.PivotTables.Application.md) ###### [Count](Excel.PivotTables.Count.md) ###### [Creator](Excel.PivotTables.Creator.md) ###### [Parent](Excel.PivotTables.Parent.md) #### [PivotValueCell object](Excel.pivotvaluecell.md) ##### Methods ###### [ShowDetail](Excel.pivotvaluecell.showdetail.md) ##### Properties ###### [Application](Excel.pivotvaluecell.application.md) ###### [Creator](Excel.pivotvaluecell.creator.md) ###### [Parent](Excel.pivotvaluecell.parent.md) ###### [PivotCell](Excel.pivotvaluecell.pivotcell.md) ###### [ServerActions](Excel.pivotvaluecell.serveractions.md) ###### [Value](Excel.pivotvaluecell.value.md) #### [PlotArea object](Excel.PlotArea(object).md) ##### Methods ###### [ClearFormats](Excel.PlotArea.ClearFormats.md) ###### [Select](Excel.PlotArea.Select.md) ##### Properties ###### [Application](Excel.PlotArea.Application.md) ###### [Creator](Excel.PlotArea.Creator.md) ###### [Format](Excel.PlotArea.Format.md) ###### [Height](Excel.PlotArea.Height.md) ###### [InsideHeight](Excel.PlotArea.InsideHeight.md) ###### [InsideLeft](Excel.PlotArea.InsideLeft.md) ###### [InsideTop](Excel.PlotArea.InsideTop.md) ###### [InsideWidth](Excel.PlotArea.InsideWidth.md) ###### [Left](Excel.PlotArea.Left.md) ###### [Name](Excel.PlotArea.Name.md) ###### [Parent](Excel.PlotArea.Parent.md) ###### [Position](Excel.PlotArea.Position.md) ###### [Top](Excel.PlotArea.Top.md) ###### [Width](Excel.PlotArea.Width.md) #### [Point object](Excel.Point(object).md) ##### Methods ###### [ApplyDataLabels](Excel.Point.ApplyDataLabels.md) ###### [ClearFormats](Excel.Point.ClearFormats.md) ###### [Copy](Excel.Point.Copy.md) ###### [Delete](Excel.Point.Delete.md) ###### [Paste](Excel.Point.Paste.md) ###### [PieSliceLocation](Excel.Point.PieSliceLocation.md) ###### [Select](Excel.Point.Select.md) ##### Properties ###### [Application](Excel.Point.Application.md) ###### [ApplyPictToEnd](Excel.Point.ApplyPictToEnd.md) ###### [ApplyPictToFront](Excel.Point.ApplyPictToFront.md) ###### [ApplyPictToSides](Excel.Point.ApplyPictToSides.md) ###### [Creator](Excel.Point.Creator.md) ###### [DataLabel](Excel.Point.DataLabel.md) ###### [Explosion](Excel.Point.Explosion.md) ###### [Format](Excel.Point.Format.md) ###### [Has3DEffect](Excel.Point.Has3DEffect.md) ###### [HasDataLabel](Excel.Point.HasDataLabel.md) ###### [Height](Excel.Point.Height.md) ###### [InvertIfNegative](Excel.Point.InvertIfNegative.md) ###### [IsTotal](Excel.point.istotal.md) ###### [Left](Excel.Point.Left.md) ###### [MarkerBackgroundColor](Excel.Point.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](Excel.Point.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](Excel.Point.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](Excel.Point.MarkerForegroundColorIndex.md) ###### [MarkerSize](Excel.Point.MarkerSize.md) ###### [MarkerStyle](Excel.Point.MarkerStyle.md) ###### [Name](Excel.Point.Name.md) ###### [Parent](Excel.Point.Parent.md) ###### [PictureType](Excel.Point.PictureType.md) ###### [PictureUnit2](Excel.Point.PictureUnit2.md) ###### [SecondaryPlot](Excel.Point.SecondaryPlot.md) ###### [Shadow](Excel.Point.Shadow.md) ###### [Top](Excel.Point.Top.md) ###### [Width](Excel.Point.Width.md) #### [Points object](Excel.Points(object).md) ##### Methods ###### [Item](Excel.Points.Item.md) ##### Properties ###### [Application](Excel.Points.Application.md) ###### [Count](Excel.Points.Count.md) ###### [Creator](Excel.Points.Creator.md) ###### [Parent](Excel.Points.Parent.md) #### [ProtectedViewWindow object](Excel.ProtectedViewWindow.md) ##### Methods ###### [Activate](Excel.ProtectedViewWindow.Activate.md) ###### [Close](Excel.ProtectedViewWindow.Close.md) ###### [Edit](Excel.ProtectedViewWindow.Edit.md) ##### Properties ###### [Caption](Excel.ProtectedViewWindow.Caption.md) ###### [EnableResize](Excel.ProtectedViewWindow.EnableResize.md) ###### [Height](Excel.ProtectedViewWindow.Height.md) ###### [Left](Excel.ProtectedViewWindow.Left.md) ###### [SourceName](Excel.ProtectedViewWindow.SourceName.md) ###### [SourcePath](Excel.ProtectedViewWindow.SourcePath.md) ###### [Top](Excel.ProtectedViewWindow.Top.md) ###### [Visible](Excel.ProtectedViewWindow.Visible.md) ###### [Width](Excel.ProtectedViewWindow.Width.md) ###### [WindowState](Excel.ProtectedViewWindow.WindowState.md) ###### [Workbook](Excel.ProtectedViewWindow.Workbook.md) #### [ProtectedViewWindows object](Excel.ProtectedViewWindows.md) ##### Methods ###### [Open](Excel.ProtectedViewWindows.Open.md) ##### Properties ###### [Application](Excel.ProtectedViewWindows.Application.md) ###### [Count](Excel.ProtectedViewWindows.Count.md) ###### [Creator](Excel.ProtectedViewWindows.Creator.md) ###### [Item](Excel.ProtectedViewWindows.Item.md) ###### [Parent](Excel.ProtectedViewWindows.Parent.md) #### [Protection object](Excel.Protection.md) ##### Properties ###### [AllowDeletingColumns](Excel.Protection.AllowDeletingColumns.md) ###### [AllowDeletingRows](Excel.Protection.AllowDeletingRows.md) ###### [AllowEditRanges](Excel.Protection.AllowEditRanges.md) ###### [AllowFiltering](Excel.Protection.AllowFiltering.md) ###### [AllowFormattingCells](Excel.Protection.AllowFormattingCells.md) ###### [AllowFormattingColumns](Excel.Protection.AllowFormattingColumns.md) ###### [AllowFormattingRows](Excel.Protection.AllowFormattingRows.md) ###### [AllowInsertingColumns](Excel.Protection.AllowInsertingColumns.md) ###### [AllowInsertingHyperlinks](Excel.Protection.AllowInsertingHyperlinks.md) ###### [AllowInsertingRows](Excel.Protection.AllowInsertingRows.md) ###### [AllowSorting](Excel.Protection.AllowSorting.md) ###### [AllowUsingPivotTables](Excel.Protection.AllowUsingPivotTables.md) #### [PublishObject object](Excel.PublishObject.md) ##### Methods ###### [Delete](Excel.PublishObject.Delete.md) ###### [Publish](Excel.PublishObject.Publish.md) ##### Properties ###### [Application](Excel.PublishObject.Application.md) ###### [AutoRepublish](Excel.PublishObject.AutoRepublish.md) ###### [Creator](Excel.PublishObject.Creator.md) ###### [DivID](Excel.PublishObject.DivID.md) ###### [Filename](Excel.PublishObject.Filename.md) ###### [HtmlType](Excel.PublishObject.HtmlType.md) ###### [Parent](Excel.PublishObject.Parent.md) ###### [Sheet](Excel.PublishObject.Sheet.md) ###### [Source](Excel.PublishObject.Source.md) ###### [SourceType](Excel.PublishObject.SourceType.md) ###### [Title](Excel.PublishObject.Title.md) #### [PublishObjects object](Excel.PublishObjects.md) ##### Methods ###### [Add](Excel.PublishObjects.Add.md) ###### [Delete](Excel.PublishObjects.Delete.md) ###### [Publish](Excel.PublishObjects.Publish.md) ##### Properties ###### [Application](Excel.PublishObjects.Application.md) ###### [Count](Excel.PublishObjects.Count.md) ###### [Creator](Excel.PublishObjects.Creator.md) ###### [Item](Excel.PublishObjects.Item.md) ###### [Parent](Excel.PublishObjects.Parent.md) #### [Queries object](Excel.queries.md) ##### Methods ###### [Add](Excel.queries.add.md) ###### [Item](Excel.queries.item.md) ##### Properties ###### [Application](Excel.queries.application.md) ###### [Count](Excel.queries.count.md) ###### [Creator](Excel.queries.creator.md) ###### [FastCombine](Excel.queries.fastcombine.md) ###### [Parent](Excel.queries.parent.md) #### [QueryTable object](Excel.QueryTable.md) ##### Events ###### [AfterRefresh](Excel.QueryTable.AfterRefresh.md) ###### [BeforeRefresh](Excel.QueryTable.BeforeRefresh.md) ##### Methods ###### [CancelRefresh](Excel.QueryTable.CancelRefresh.md) ###### [Delete](Excel.QueryTable.Delete.md) ###### [Refresh](Excel.QueryTable.Refresh.md) ###### [ResetTimer](Excel.QueryTable.ResetTimer.md) ###### [SaveAsODC](Excel.QueryTable.SaveAsODC.md) ##### Properties ###### [AdjustColumnWidth](Excel.QueryTable.AdjustColumnWidth.md) ###### [Application](Excel.QueryTable.Application.md) ###### [BackgroundQuery](Excel.QueryTable.BackgroundQuery.md) ###### [CommandText](Excel.QueryTable.CommandText.md) ###### [CommandType](Excel.QueryTable.CommandType.md) ###### [Connection](Excel.QueryTable.Connection.md) ###### [Creator](Excel.QueryTable.Creator.md) ###### [Destination](Excel.QueryTable.Destination.md) ###### [EditWebPage](Excel.QueryTable.EditWebPage.md) ###### [EnableEditing](Excel.QueryTable.EnableEditing.md) ###### [EnableRefresh](Excel.QueryTable.EnableRefresh.md) ###### [FetchedRowOverflow](Excel.QueryTable.FetchedRowOverflow.md) ###### [FieldNames](Excel.QueryTable.FieldNames.md) ###### [FillAdjacentFormulas](Excel.QueryTable.FillAdjacentFormulas.md) ###### [ListObject](Excel.QueryTable.ListObject.md) ###### [MaintainConnection](Excel.QueryTable.MaintainConnection.md) ###### [Name](Excel.QueryTable.Name.md) ###### [Parameters](Excel.QueryTable.Parameters.md) ###### [Parent](Excel.QueryTable.Parent.md) ###### [PostText](Excel.QueryTable.PostText.md) ###### [PreserveColumnInfo](Excel.QueryTable.PreserveColumnInfo.md) ###### [PreserveFormatting](Excel.QueryTable.PreserveFormatting.md) ###### [QueryType](Excel.QueryTable.QueryType.md) ###### [Recordset](Excel.QueryTable.Recordset.md) ###### [Refreshing](Excel.QueryTable.Refreshing.md) ###### [RefreshOnFileOpen](Excel.QueryTable.RefreshOnFileOpen.md) ###### [RefreshPeriod](Excel.QueryTable.RefreshPeriod.md) ###### [RefreshStyle](Excel.QueryTable.RefreshStyle.md) ###### [ResultRange](Excel.QueryTable.ResultRange.md) ###### [RobustConnect](Excel.QueryTable.RobustConnect.md) ###### [RowNumbers](Excel.QueryTable.RowNumbers.md) ###### [SaveData](Excel.QueryTable.SaveData.md) ###### [SavePassword](Excel.QueryTable.SavePassword.md) ###### [Sort](Excel.QueryTable.Sort.md) ###### [SourceConnectionFile](Excel.QueryTable.SourceConnectionFile.md) ###### [SourceDataFile](Excel.QueryTable.SourceDataFile.md) ###### [TextFileColumnDataTypes](Excel.QueryTable.TextFileColumnDataTypes.md) ###### [TextFileCommaDelimiter](Excel.QueryTable.TextFileCommaDelimiter.md) ###### [TextFileConsecutiveDelimiter](Excel.QueryTable.TextFileConsecutiveDelimiter.md) ###### [TextFileDecimalSeparator](Excel.QueryTable.TextFileDecimalSeparator.md) ###### [TextFileFixedColumnWidths](Excel.QueryTable.TextFileFixedColumnWidths.md) ###### [TextFileOtherDelimiter](Excel.QueryTable.TextFileOtherDelimiter.md) ###### [TextFileParseType](Excel.QueryTable.TextFileParseType.md) ###### [TextFilePlatform](Excel.QueryTable.TextFilePlatform.md) ###### [TextFilePromptOnRefresh](Excel.QueryTable.TextFilePromptOnRefresh.md) ###### [TextFileSemicolonDelimiter](Excel.QueryTable.TextFileSemicolonDelimiter.md) ###### [TextFileSpaceDelimiter](Excel.QueryTable.TextFileSpaceDelimiter.md) ###### [TextFileStartRow](Excel.QueryTable.TextFileStartRow.md) ###### [TextFileTabDelimiter](Excel.QueryTable.TextFileTabDelimiter.md) ###### [TextFileTextQualifier](Excel.QueryTable.TextFileTextQualifier.md) ###### [TextFileThousandsSeparator](Excel.QueryTable.TextFileThousandsSeparator.md) ###### [TextFileTrailingMinusNumbers](Excel.QueryTable.TextFileTrailingMinusNumbers.md) ###### [TextFileVisualLayout](Excel.QueryTable.TextFileVisualLayout.md) ###### [WebConsecutiveDelimitersAsOne](Excel.QueryTable.WebConsecutiveDelimitersAsOne.md) ###### [WebDisableDateRecognition](Excel.QueryTable.WebDisableDateRecognition.md) ###### [WebDisableRedirections](Excel.QueryTable.WebDisableRedirections.md) ###### [WebFormatting](Excel.QueryTable.WebFormatting.md) ###### [WebPreFormattedTextToColumns](Excel.QueryTable.WebPreFormattedTextToColumns.md) ###### [WebSelectionType](Excel.QueryTable.WebSelectionType.md) ###### [WebSingleBlockTextImport](Excel.QueryTable.WebSingleBlockTextImport.md) ###### [WebTables](Excel.QueryTable.WebTables.md) ###### [WorkbookConnection](Excel.QueryTable.WorkbookConnection.md) #### [QueryTables object](Excel.QueryTables.md) ##### Methods ###### [Add](Excel.QueryTables.Add.md) ###### [Item](Excel.QueryTables.Item.md) ##### Properties ###### [Application](Excel.QueryTables.Application.md) ###### [Count](Excel.QueryTables.Count.md) ###### [Creator](Excel.QueryTables.Creator.md) ###### [Parent](Excel.QueryTables.Parent.md) #### [QuickAnalysis object](Excel.quickanalysis.md) ##### Methods ###### [Hide](Excel.quickanalysis.hide.md) ###### [Show](Excel.quickanalysis.show.md) ##### Properties ###### [Application](Excel.quickanalysis.application.md) ###### [Creator](Excel.quickanalysis.creator.md) ###### [Parent](Excel.quickanalysis.parent.md) #### [Range object](Excel.Range(object).md) ##### Methods ###### [Activate](Excel.Range.Activate.md) ###### [AddComment](Excel.Range.AddComment.md) ###### [AddCommentThreaded](Excel.Range.AddCommentThreaded.md) ###### [AdvancedFilter](Excel.Range.AdvancedFilter.md) ###### [AllocateChanges](Excel.Range.AllocateChanges.md) ###### [ApplyNames](Excel.Range.ApplyNames.md) ###### [ApplyOutlineStyles](Excel.Range.ApplyOutlineStyles.md) ###### [AutoComplete](Excel.Range.AutoComplete.md) ###### [AutoFill](Excel.Range.AutoFill.md) ###### [AutoFilter](Excel.Range.AutoFilter.md) ###### [AutoFit](Excel.Range.AutoFit.md) ###### [AutoOutline](Excel.Range.AutoOutline.md) ###### [BorderAround](Excel.Range.BorderAround.md) ###### [Calculate](Excel.Range.Calculate.md) ###### [CalculateRowMajorOrder](Excel.Range.CalculateRowMajorOrder.md) ###### [CellControl](Excel.Range.CellControl.md) ###### [CheckSpelling](Excel.Range.CheckSpelling.md) ###### [Clear](Excel.Range.Clear.md) ###### [ClearComments](Excel.Range.ClearComments.md) ###### [ClearContents](Excel.Range.ClearContents.md) ###### [ClearFormats](Excel.Range.ClearFormats.md) ###### [ClearHyperlinks](Excel.Range.ClearHyperlinks.md) ###### [ClearNotes](Excel.Range.ClearNotes.md) ###### [ClearOutline](Excel.Range.ClearOutline.md) ###### [ColumnDifferences](Excel.Range.ColumnDifferences.md) ###### [Consolidate](Excel.Range.Consolidate.md) ###### [ConvertToLinkedDataType](excel.range.converttolinkeddatatype.md) ###### [Copy](Excel.Range.Copy.md) ###### [CopyFromRecordset](Excel.Range.CopyFromRecordset.md) ###### [CopyPicture](Excel.Range.CopyPicture.md) ###### [CreateNames](Excel.Range.CreateNames.md) ###### [Cut](Excel.Range.Cut.md) ###### [DataSeries](Excel.Range.DataSeries.md) ###### [DataTypeToText](excel.range.datatypetotext.md) ###### [Delete](Excel.Range.Delete.md) ###### [DialogBox](Excel.Range.DialogBox.md) ###### [Dirty](Excel.Range.Dirty.md) ###### [DiscardChanges](Excel.Range.DiscardChanges.md) ###### [EditionOptions](Excel.Range.EditionOptions.md) ###### [ExportAsFixedFormat](Excel.Range.ExportAsFixedFormat.md) ###### [FillDown](Excel.Range.FillDown.md) ###### [FillLeft](Excel.Range.FillLeft.md) ###### [FillRight](Excel.Range.FillRight.md) ###### [FillUp](Excel.Range.FillUp.md) ###### [Find](Excel.Range.Find.md) ###### [FindNext](Excel.Range.FindNext.md) ###### [FindPrevious](Excel.Range.FindPrevious.md) ###### [FlashFill](Excel.range.flashfill.md) ###### [FunctionWizard](Excel.Range.FunctionWizard.md) ###### [Group](Excel.Range.Group.md) ###### [Insert](Excel.Range.Insert.md) ###### [InsertIndent](Excel.Range.InsertIndent.md) ###### [Justify](Excel.Range.Justify.md) ###### [ListNames](Excel.Range.ListNames.md) ###### [Merge](Excel.Range.Merge.md) ###### [NavigateArrow](Excel.Range.NavigateArrow.md) ###### [NoteText](Excel.Range.NoteText.md) ###### [Parse](Excel.Range.Parse.md) ###### [PasteSpecial](Excel.Range.PasteSpecial.md) ###### [PrintOut](Excel.Range.PrintOut.md) ###### [PrintPreview](Excel.Range.PrintPreview.md) ###### [RemoveDuplicates](Excel.Range.RemoveDuplicates.md) ###### [RemoveSubtotal](Excel.Range.RemoveSubtotal.md) ###### [Replace](Excel.Range.Replace.md) ###### [ResetContents](Excel.Range.ResetContents.md) ###### [RowDifferences](Excel.Range.RowDifferences.md) ###### [Run](Excel.Range.Run.md) ###### [Select](Excel.Range.Select.md) ###### [SetCellDataTypeFromCell](excel.range.setcelldatatypefromcell.md) ###### [SetPhonetic](Excel.Range.SetPhonetic.md) ###### [Show](Excel.Range.Show.md) ###### [ShowCard](excel.range.showcard.md) ###### [ShowDependents](Excel.Range.ShowDependents.md) ###### [ShowErrors](Excel.Range.ShowErrors.md) ###### [ShowPrecedents](Excel.Range.ShowPrecedents.md) ###### [Sort](Excel.Range.Sort.md) ###### [SortSpecial](Excel.Range.SortSpecial.md) ###### [Speak](Excel.Range.Speak.md) ###### [SpecialCells](Excel.Range.SpecialCells.md) ###### [SubscribeTo](Excel.Range.SubscribeTo.md) ###### [Subtotal](Excel.Range.Subtotal.md) ###### [Table](Excel.Range.Table.md) ###### [TextToColumns](Excel.Range.TextToColumns.md) ###### [Ungroup](Excel.Range.Ungroup.md) ###### [UnMerge](Excel.Range.UnMerge.md) ##### Properties ###### [AddIndent](Excel.Range.AddIndent.md) ###### [Address](Excel.Range.Address.md) ###### [AddressLocal](Excel.Range.AddressLocal.md) ###### [AllowEdit](Excel.Range.AllowEdit.md) ###### [Application](Excel.Range.Application.md) ###### [Areas](Excel.Range.Areas.md) ###### [Borders](Excel.Range.Borders.md) ###### [Cells](Excel.Range.Cells.md) ###### [Characters](Excel.Range.Characters.md) ###### [Column](Excel.Range.Column.md) ###### [Columns](Excel.Range.Columns.md) ###### [ColumnWidth](Excel.Range.ColumnWidth.md) ###### [Comment](Excel.Range.Comment.md) ###### [CommentThreaded](Excel.Range.CommentThreaded.md) ###### [Count](Excel.Range.Count.md) ###### [CountLarge](Excel.Range.CountLarge.md) ###### [Creator](Excel.Range.Creator.md) ###### [CurrentArray](Excel.Range.CurrentArray.md) ###### [CurrentRegion](Excel.Range.CurrentRegion.md) ###### [Dependents](Excel.Range.Dependents.md) ###### [DirectDependents](Excel.Range.DirectDependents.md) ###### [DirectPrecedents](Excel.Range.DirectPrecedents.md) ###### [DisplayFormat](Excel.Range.DisplayFormat.md) ###### [End](Excel.Range.End.md) ###### [EntireColumn](Excel.Range.EntireColumn.md) ###### [EntireRow](Excel.Range.EntireRow.md) ###### [Errors](Excel.Range.Errors.md) ###### [Font](Excel.Range.Font.md) ###### [FormatConditions](Excel.Range.FormatConditions.md) ###### [Formula](Excel.Range.Formula.md) ###### [FormulaArray](Excel.Range.FormulaArray.md) ###### [FormulaHidden](Excel.Range.FormulaHidden.md) ###### [FormulaLocal](Excel.Range.FormulaLocal.md) ###### [FormulaR1C1](Excel.Range.FormulaR1C1.md) ###### [FormulaR1C1Local](Excel.Range.FormulaR1C1Local.md) ###### [HasArray](Excel.Range.HasArray.md) ###### [HasFormula](Excel.Range.HasFormula.md) ###### [HasRichDataType](excel.range.hasrichdatatype.md) ###### [Height](Excel.Range.Height.md) ###### [Hidden](Excel.Range.Hidden.md) ###### [HorizontalAlignment](Excel.Range.HorizontalAlignment.md) ###### [Hyperlinks](Excel.Range.Hyperlinks.md) ###### [ID](Excel.Range.ID.md) ###### [IndentLevel](Excel.Range.IndentLevel.md) ###### [Interior](Excel.Range.Interior.md) ###### [Item](Excel.Range.Item.md) ###### [Left](Excel.Range.Left.md) ###### [LinkedDataTypeState](excel.range.linkeddatatypestate.md) ###### [ListHeaderRows](Excel.Range.ListHeaderRows.md) ###### [ListObject](Excel.Range.ListObject.md) ###### [LocationInTable](Excel.Range.LocationInTable.md) ###### [Locked](Excel.Range.Locked.md) ###### [MDX](Excel.Range.MDX.md) ###### [MergeArea](Excel.Range.MergeArea.md) ###### [MergeCells](Excel.Range.MergeCells.md) ###### [Name](Excel.Range.Name.md) ###### [Next](Excel.Range.Next.md) ###### [NumberFormat](Excel.Range.NumberFormat.md) ###### [NumberFormatLocal](Excel.Range.NumberFormatLocal.md) ###### [Offset](Excel.Range.Offset.md) ###### [Orientation](Excel.Range.Orientation.md) ###### [OutlineLevel](Excel.Range.OutlineLevel.md) ###### [PageBreak](Excel.Range.PageBreak.md) ###### [Parent](Excel.Range.Parent.md) ###### [Phonetic](Excel.Range.Phonetic.md) ###### [Phonetics](Excel.Range.Phonetics.md) ###### [PivotCell](Excel.Range.PivotCell.md) ###### [PivotField](Excel.Range.PivotField.md) ###### [PivotItem](Excel.Range.PivotItem.md) ###### [PivotTable](Excel.Range.PivotTable.md) ###### [Precedents](Excel.Range.Precedents.md) ###### [PrefixCharacter](Excel.Range.PrefixCharacter.md) ###### [Previous](Excel.Range.Previous.md) ###### [QueryTable](Excel.Range.QueryTable.md) ###### [Range](Excel.Range.Range.md) ###### [ReadingOrder](Excel.Range.ReadingOrder.md) ###### [Resize](Excel.Range.Resize.md) ###### [Row](Excel.Range.Row.md) ###### [RowHeight](Excel.Range.RowHeight.md) ###### [Rows](Excel.Range.Rows.md) ###### [ServerActions](Excel.Range.ServerActions.md) ###### [ShowDetail](Excel.Range.ShowDetail.md) ###### [ShrinkToFit](Excel.Range.ShrinkToFit.md) ###### [SoundNote](Excel.Range.SoundNote.md) ###### [SparklineGroups](Excel.Range.SparklineGroups.md) ###### [Style](Excel.Range.Style.md) ###### [Summary](Excel.Range.Summary.md) ###### [Text](Excel.Range.Text.md) ###### [Top](Excel.Range.Top.md) ###### [UseStandardHeight](Excel.Range.UseStandardHeight.md) ###### [UseStandardWidth](Excel.Range.UseStandardWidth.md) ###### [Validation](Excel.Range.Validation.md) ###### [Value](Excel.Range.Value.md) ###### [Value2](Excel.Range.Value2.md) ###### [VerticalAlignment](Excel.Range.VerticalAlignment.md) ###### [Width](Excel.Range.Width.md) ###### [Worksheet](Excel.Range.Worksheet.md) ###### [WrapText](Excel.Range.WrapText.md) ###### [XPath](Excel.Range.XPath.md) #### [Ranges object](Excel.Ranges.md) ##### Properties ###### [Application](Excel.Ranges.Application.md) ###### [Count](Excel.Ranges.Count.md) ###### [Creator](Excel.Ranges.Creator.md) ###### [Item](Excel.Ranges.Item.md) ###### [Parent](Excel.Ranges.Parent.md) #### [RecentFile object](Excel.RecentFile.md) ##### Methods ###### [Delete](Excel.RecentFile.Delete.md) ###### [Open](Excel.RecentFile.Open.md) ##### Properties ###### [Application](Excel.RecentFile.Application.md) ###### [Creator](Excel.RecentFile.Creator.md) ###### [Index](Excel.RecentFile.Index.md) ###### [Name](Excel.RecentFile.Name.md) ###### [Parent](Excel.RecentFile.Parent.md) ###### [Path](Excel.RecentFile.Path.md) #### [RecentFiles object](Excel.RecentFiles.md) ##### Methods ###### [Add](Excel.RecentFiles.Add.md) ##### Properties ###### [Application](Excel.RecentFiles.Application.md) ###### [Count](Excel.RecentFiles.Count.md) ###### [Creator](Excel.RecentFiles.Creator.md) ###### [Item](Excel.RecentFiles.Item.md) ###### [Maximum](Excel.RecentFiles.Maximum.md) ###### [Parent](Excel.RecentFiles.Parent.md) #### [RectangularGradient object](Excel.RectangularGradient.md) ##### Properties ###### [Application](Excel.RectangularGradient.Application.md) ###### [ColorStops](Excel.RectangularGradient.ColorStops.md) ###### [Creator](Excel.RectangularGradient.Creator.md) ###### [Parent](Excel.RectangularGradient.Parent.md) ###### [RectangleBottom](Excel.RectangularGradient.RectangleBottom.md) ###### [RectangleLeft](Excel.RectangularGradient.RectangleLeft.md) ###### [RectangleRight](Excel.RectangularGradient.RectangleRight.md) ###### [RectangleTop](Excel.RectangularGradient.RectangleTop.md) #### [Research object](Excel.Research.md) ##### Methods ###### [IsResearchService](Excel.Research.IsResearchService.md) ###### [Query](Excel.Research.Query.md) ###### [SetLanguagePair](Excel.Research.SetLanguagePair.md) ##### Properties ###### [Application](Excel.Research.Application.md) ###### [Creator](Excel.Research.Creator.md) ###### [Parent](Excel.Research.Parent.md) #### [RoutingSlip object](Excel.RoutingSlip.md) ##### Methods ###### [Reset](Excel.RoutingSlip.Reset.md) ##### Properties ###### [Application](Excel.RoutingSlip.Application.md) ###### [Creator](Excel.RoutingSlip.Creator.md) ###### [Delivery](Excel.RoutingSlip.Delivery.md) ###### [Message](Excel.RoutingSlip.Message.md) ###### [Parent](Excel.RoutingSlip.Parent.md) ###### [Recipients](Excel.RoutingSlip.Recipients.md) ###### [ReturnWhenDone](Excel.RoutingSlip.ReturnWhenDone.md) ###### [Status](Excel.RoutingSlip.Status.md) ###### [Subject](Excel.RoutingSlip.Subject.md) ###### [TrackStatus](Excel.RoutingSlip.TrackStatus.md) #### [RTD object](Excel.RTD.md) ##### Methods ###### [RefreshData](Excel.RTD.RefreshData.md) ###### [RestartServers](Excel.RTD.RestartServers.md) ##### Properties ###### [ThrottleInterval](Excel.RTD.ThrottleInterval.md) #### [Scenario object](Excel.Scenario.md) ##### Methods ###### [ChangeScenario](Excel.Scenario.ChangeScenario.md) ###### [Delete](Excel.Scenario.Delete.md) ###### [Show](Excel.Scenario.Show.md) ##### Properties ###### [Application](Excel.Scenario.Application.md) ###### [ChangingCells](Excel.Scenario.ChangingCells.md) ###### [Comment](Excel.Scenario.Comment.md) ###### [Creator](Excel.Scenario.Creator.md) ###### [Hidden](Excel.Scenario.Hidden.md) ###### [Index](Excel.Scenario.Index.md) ###### [Locked](Excel.Scenario.Locked.md) ###### [Name](Excel.Scenario.Name.md) ###### [Parent](Excel.Scenario.Parent.md) ###### [Values](Excel.Scenario.Values.md) #### [Scenarios object](Excel.Scenarios.md) ##### Methods ###### [Add](Excel.Scenarios.Add.md) ###### [CreateSummary](Excel.Scenarios.CreateSummary.md) ###### [Item](Excel.Scenarios.Item.md) ###### [Merge](Excel.Scenarios.Merge.md) ##### Properties ###### [Application](Excel.Scenarios.Application.md) ###### [Count](Excel.Scenarios.Count.md) ###### [Creator](Excel.Scenarios.Creator.md) ###### [Parent](Excel.Scenarios.Parent.md) #### [Series object](Excel.Series(object).md) ##### Methods ###### [ApplyDataLabels](Excel.Series.ApplyDataLabels.md) ###### [ClearFormats](Excel.Series.ClearFormats.md) ###### [Copy](Excel.Series.Copy.md) ###### [DataLabels](Excel.Series.DataLabels.md) ###### [Delete](Excel.Series.Delete.md) ###### [ErrorBar](Excel.Series.ErrorBar.md) ###### [Paste](Excel.Series.Paste.md) ###### [Points](Excel.Series.Points.md) ###### [Select](Excel.Series.Select.md) ###### [Trendlines](Excel.Series.Trendlines.md) ##### Properties ###### [Application](Excel.Series.Application.md) ###### [ApplyPictToEnd](Excel.Series.ApplyPictToEnd.md) ###### [ApplyPictToFront](Excel.Series.ApplyPictToFront.md) ###### [ApplyPictToSides](Excel.Series.ApplyPictToSides.md) ###### [AxisGroup](Excel.Series.AxisGroup.md) ###### [BarShape](Excel.Series.BarShape.md) ###### [BubbleSizes](Excel.Series.BubbleSizes.md) ###### [ChartType](Excel.Series.ChartType.md) ###### [Creator](Excel.Series.Creator.md) ###### [ErrorBars](Excel.Series.ErrorBars.md) ###### [Explosion](Excel.Series.Explosion.md) ###### [Format](Excel.Series.Format.md) ###### [Formula](Excel.Series.Formula.md) ###### [FormulaLocal](Excel.Series.FormulaLocal.md) ###### [FormulaR1C1](Excel.Series.FormulaR1C1.md) ###### [FormulaR1C1Local](Excel.Series.FormulaR1C1Local.md) ###### [GeoMappingLevel](Excel.Series.GeoMappingLevel.md) ###### [GeoProjectionType](Excel.Series.GeoProjectionType.md) ###### [Has3DEffect](Excel.Series.Has3DEffect.md) ###### [HasDataLabels](Excel.Series.HasDataLabels.md) ###### [HasErrorBars](Excel.Series.HasErrorBars.md) ###### [HasLeaderLines](Excel.Series.HasLeaderLines.md) ###### [InvertColor](Excel.Series.InvertColor.md) ###### [InvertColorIndex](Excel.Series.InvertColorIndex.md) ###### [InvertIfNegative](Excel.Series.InvertIfNegative.md) ###### [IsFiltered](Excel.series.isfiltered.md) ###### [LeaderLines](Excel.Series.LeaderLines.md) ###### [MarkerBackgroundColor](Excel.Series.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](Excel.Series.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](Excel.Series.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](Excel.Series.MarkerForegroundColorIndex.md) ###### [MarkerSize](Excel.Series.MarkerSize.md) ###### [MarkerStyle](Excel.Series.MarkerStyle.md) ###### [Name](Excel.Series.Name.md) ###### [Parent](Excel.Series.Parent.md) ###### [ParentDataLabelOption](Excel.series.parentdatalabeloption.md) ###### [PictureType](Excel.Series.PictureType.md) ###### [PictureUnit2](Excel.Series.PictureUnit2.md) ###### [PlotColorIndex](Excel.Series.PlotColorIndex.md) ###### [PlotOrder](Excel.Series.PlotOrder.md) ###### [QuartileCalculationInclusiveMedian](Excel.series.quartilecalculationinclusivemedian.md) ###### [RegionLabelOptions](Excel.Series.RegionLabelOptions.md) ###### [Shadow](Excel.Series.Shadow.md) ###### [Smooth](Excel.Series.Smooth.md) ###### [Type](Excel.Series.Type.md) ###### [Values](Excel.Series.Values.md) ###### [XValues](Excel.Series.XValues.md) #### [SeriesCollection object](Excel.SeriesCollection.md) ##### Methods ###### [Add](Excel.SeriesCollection.Add.md) ###### [Extend](Excel.SeriesCollection.Extend.md) ###### [Item](Excel.SeriesCollection.Item.md) ###### [NewSeries](Excel.SeriesCollection.NewSeries.md) ###### [Paste](Excel.SeriesCollection.Paste.md) ##### Properties ###### [Application](Excel.SeriesCollection.Application.md) ###### [Count](Excel.SeriesCollection.Count.md) ###### [Creator](Excel.SeriesCollection.Creator.md) ###### [Parent](Excel.SeriesCollection.Parent.md) #### [SeriesLines object](Excel.SeriesLines(object).md) ##### Methods ###### [Delete](Excel.SeriesLines.Delete.md) ###### [Select](Excel.SeriesLines.Select.md) ##### Properties ###### [Application](Excel.SeriesLines.Application.md) ###### [Border](Excel.SeriesLines.Border.md) ###### [Creator](Excel.SeriesLines.Creator.md) ###### [Format](Excel.SeriesLines.Format.md) ###### [Name](Excel.SeriesLines.Name.md) ###### [Parent](Excel.SeriesLines.Parent.md) #### [ServerViewableItems object](Excel.ServerViewableItems.md) ##### Methods ###### [Add](Excel.ServerViewableItems.Add.md) ###### [Delete](Excel.ServerViewableItems.Delete.md) ###### [DeleteAll](Excel.ServerViewableItems.DeleteAll.md) ###### [Item](Excel.ServerViewableItems.Item.md) ##### Properties ###### [Application](Excel.ServerViewableItems.Application.md) ###### [Count](Excel.ServerViewableItems.Count.md) ###### [Creator](Excel.ServerViewableItems.Creator.md) ###### [Parent](Excel.ServerViewableItems.Parent.md) #### [ShadowFormat object](Excel.ShadowFormat.md) ##### Methods ###### [IncrementOffsetX](Excel.ShadowFormat.IncrementOffsetX.md) ###### [IncrementOffsetY](Excel.ShadowFormat.IncrementOffsetY.md) ##### Properties ###### [Application](Excel.ShadowFormat.Application.md) ###### [Blur](Excel.ShadowFormat.Blur.md) ###### [Creator](Excel.ShadowFormat.Creator.md) ###### [ForeColor](Excel.ShadowFormat.ForeColor.md) ###### [Obscured](Excel.ShadowFormat.Obscured.md) ###### [OffsetX](Excel.ShadowFormat.OffsetX.md) ###### [OffsetY](Excel.ShadowFormat.OffsetY.md) ###### [Parent](Excel.ShadowFormat.Parent.md) ###### [RotateWithShape](Excel.ShadowFormat.RotateWithShape.md) ###### [Size](Excel.ShadowFormat.Size.md) ###### [Style](Excel.ShadowFormat.Style.md) ###### [Transparency](Excel.ShadowFormat.Transparency.md) ###### [Type](Excel.ShadowFormat.Type.md) ###### [Visible](Excel.ShadowFormat.Visible.md) #### [Shape object](Excel.Shape.md) ##### Methods ###### [Apply](Excel.Shape.Apply.md) ###### [Copy](Excel.Shape.Copy.md) ###### [CopyPicture](Excel.Shape.CopyPicture.md) ###### [Cut](Excel.Shape.Cut.md) ###### [Delete](Excel.Shape.Delete.md) ###### [Duplicate](Excel.Shape.Duplicate.md) ###### [Flip](Excel.Shape.Flip.md) ###### [IncrementLeft](Excel.Shape.IncrementLeft.md) ###### [IncrementRotation](Excel.Shape.IncrementRotation.md) ###### [IncrementTop](Excel.Shape.IncrementTop.md) ###### [PickUp](Excel.Shape.PickUp.md) ###### [RerouteConnections](Excel.Shape.RerouteConnections.md) ###### [ScaleHeight](Excel.Shape.ScaleHeight.md) ###### [ScaleWidth](Excel.Shape.ScaleWidth.md) ###### [Select](Excel.Shape.Select.md) ###### [SetShapesDefaultProperties](Excel.Shape.SetShapesDefaultProperties.md) ###### [Ungroup](Excel.Shape.Ungroup.md) ###### [ZOrder](Excel.Shape.ZOrder.md) ##### Properties ###### [Adjustments](Excel.Shape.Adjustments.md) ###### [AlternativeText](Excel.Shape.AlternativeText.md) ###### [Application](Excel.Shape.Application.md) ###### [AutoShapeType](Excel.Shape.AutoShapeType.md) ###### [BackgroundStyle](Excel.Shape.BackgroundStyle.md) ###### [BlackWhiteMode](Excel.Shape.BlackWhiteMode.md) ###### [BottomRightCell](Excel.Shape.BottomRightCell.md) ###### [Callout](Excel.Shape.Callout.md) ###### [Chart](Excel.Shape.Chart.md) ###### [Child](Excel.Shape.Child.md) ###### [ConnectionSiteCount](Excel.Shape.ConnectionSiteCount.md) ###### [Connector](Excel.Shape.Connector.md) ###### [ConnectorFormat](Excel.Shape.ConnectorFormat.md) ###### [ControlFormat](Excel.Shape.ControlFormat.md) ###### [Creator](Excel.Shape.Creator.md) ###### [Decorative](Excel.Shape.Decorative.md) ###### [Fill](Excel.Shape.Fill.md) ###### [FormControlType](Excel.Shape.FormControlType.md) ###### [Glow](Excel.Shape.Glow.md) ###### [GraphicStyle](Excel.Shape.GraphicStyle.md) ###### [GroupItems](Excel.Shape.GroupItems.md) ###### [HasChart](Excel.Shape.HasChart.md) ###### [HasSmartArt](Excel.Shape.HasSmartArt.md) ###### [Height](Excel.Shape.Height.md) ###### [HorizontalFlip](Excel.Shape.HorizontalFlip.md) ###### [Hyperlink](Excel.Shape.Hyperlink.md) ###### [ID](Excel.Shape.ID.md) ###### [Left](Excel.Shape.Left.md) ###### [Line](Excel.Shape.Line.md) ###### [LinkFormat](Excel.Shape.LinkFormat.md) ###### [LockAspectRatio](Excel.Shape.LockAspectRatio.md) ###### [Locked](Excel.Shape.Locked.md) ###### [Model3D](Excel.Shape.Model3D.md) ###### [Name](Excel.Shape.Name.md) ###### [Nodes](Excel.Shape.Nodes.md) ###### [OLEFormat](Excel.Shape.OLEFormat.md) ###### [OnAction](Excel.Shape.OnAction.md) ###### [Parent](Excel.Shape.Parent.md) ###### [ParentGroup](Excel.Shape.ParentGroup.md) ###### [PictureFormat](Excel.Shape.PictureFormat.md) ###### [Placement](Excel.Shape.Placement.md) ###### [Reflection](Excel.Shape.Reflection.md) ###### [Rotation](Excel.Shape.Rotation.md) ###### [Shadow](Excel.Shape.Shadow.md) ###### [ShapeStyle](Excel.Shape.ShapeStyle.md) ###### [SmartArt](Excel.Shape.SmartArt.md) ###### [SoftEdge](Excel.Shape.SoftEdge.md) ###### [TextEffect](Excel.Shape.TextEffect.md) ###### [TextFrame](Excel.Shape.TextFrame.md) ###### [TextFrame2](Excel.Shape.TextFrame2.md) ###### [ThreeD](Excel.Shape.ThreeD.md) ###### [Title](Excel.Shape.Title.md) ###### [Top](Excel.Shape.Top.md) ###### [TopLeftCell](Excel.Shape.TopLeftCell.md) ###### [Type](Excel.Shape.Type.md) ###### [VerticalFlip](Excel.Shape.VerticalFlip.md) ###### [Vertices](Excel.Shape.Vertices.md) ###### [Visible](Excel.Shape.Visible.md) ###### [Width](Excel.Shape.Width.md) ###### [ZOrderPosition](Excel.Shape.ZOrderPosition.md) #### [ShapeNode object](Excel.ShapeNode.md) ##### Properties ###### [Application](Excel.ShapeNode.Application.md) ###### [Creator](Excel.ShapeNode.Creator.md) ###### [EditingType](Excel.ShapeNode.EditingType.md) ###### [Parent](Excel.ShapeNode.Parent.md) ###### [Points](Excel.ShapeNode.Points.md) ###### [SegmentType](Excel.ShapeNode.SegmentType.md) #### [ShapeNodes object](Excel.ShapeNodes.md) ##### Methods ###### [Delete](Excel.ShapeNodes.Delete.md) ###### [Insert](Excel.ShapeNodes.Insert.md) ###### [Item](Excel.ShapeNodes.Item.md) ###### [SetEditingType](Excel.ShapeNodes.SetEditingType.md) ###### [SetPosition](Excel.ShapeNodes.SetPosition.md) ###### [SetSegmentType](Excel.ShapeNodes.SetSegmentType.md) ##### Properties ###### [Application](Excel.ShapeNodes.Application.md) ###### [Count](Excel.ShapeNodes.Count.md) ###### [Creator](Excel.ShapeNodes.Creator.md) ###### [Parent](Excel.ShapeNodes.Parent.md) #### [ShapeRange object](Excel.ShapeRange.md) ##### Methods ###### [Align](Excel.ShapeRange.Align.md) ###### [Apply](Excel.ShapeRange.Apply.md) ###### [Delete](Excel.ShapeRange.Delete.md) ###### [Distribute](Excel.ShapeRange.Distribute.md) ###### [Duplicate](Excel.ShapeRange.Duplicate.md) ###### [Flip](Excel.ShapeRange.Flip.md) ###### [Group](Excel.ShapeRange.Group.md) ###### [IncrementLeft](Excel.ShapeRange.IncrementLeft.md) ###### [IncrementRotation](Excel.ShapeRange.IncrementRotation.md) ###### [IncrementTop](Excel.ShapeRange.IncrementTop.md) ###### [Item](Excel.ShapeRange.Item.md) ###### [PickUp](Excel.ShapeRange.PickUp.md) ###### [Regroup](Excel.ShapeRange.Regroup.md) ###### [RerouteConnections](Excel.ShapeRange.RerouteConnections.md) ###### [ScaleHeight](Excel.ShapeRange.ScaleHeight.md) ###### [ScaleWidth](Excel.ShapeRange.ScaleWidth.md) ###### [Select](Excel.ShapeRange.Select.md) ###### [SetShapesDefaultProperties](Excel.ShapeRange.SetShapesDefaultProperties.md) ###### [Ungroup](Excel.ShapeRange.Ungroup.md) ###### [ZOrder](Excel.ShapeRange.ZOrder.md) ##### Properties ###### [Adjustments](Excel.ShapeRange.Adjustments.md) ###### [AlternativeText](Excel.ShapeRange.AlternativeText.md) ###### [Application](Excel.ShapeRange.Application.md) ###### [AutoShapeType](Excel.ShapeRange.AutoShapeType.md) ###### [BackgroundStyle](Excel.ShapeRange.BackgroundStyle.md) ###### [BlackWhiteMode](Excel.ShapeRange.BlackWhiteMode.md) ###### [Callout](Excel.ShapeRange.Callout.md) ###### [Chart](Excel.ShapeRange.Chart.md) ###### [Child](Excel.ShapeRange.Child.md) ###### [ConnectionSiteCount](Excel.ShapeRange.ConnectionSiteCount.md) ###### [Connector](Excel.ShapeRange.Connector.md) ###### [ConnectorFormat](Excel.ShapeRange.ConnectorFormat.md) ###### [Count](Excel.ShapeRange.Count.md) ###### [Creator](Excel.ShapeRange.Creator.md) ###### [Decorative](Excel.ShapeRange.Decorative.md) ###### [Fill](Excel.ShapeRange.Fill.md) ###### [Glow](Excel.ShapeRange.Glow.md) ###### [GraphicStyle](Excel.ShapeRange.GraphicStyle.md) ###### [GroupItems](Excel.ShapeRange.GroupItems.md) ###### [HasChart](Excel.ShapeRange.HasChart.md) ###### [Height](Excel.ShapeRange.Height.md) ###### [HorizontalFlip](Excel.ShapeRange.HorizontalFlip.md) ###### [ID](Excel.ShapeRange.ID.md) ###### [Left](Excel.ShapeRange.Left.md) ###### [Line](Excel.ShapeRange.Line.md) ###### [LockAspectRatio](Excel.ShapeRange.LockAspectRatio.md) ###### [Model3D](Excel.ShapeRange.Model3D.md) ###### [Name](Excel.ShapeRange.Name.md) ###### [Nodes](Excel.ShapeRange.Nodes.md) ###### [Parent](Excel.ShapeRange.Parent.md) ###### [ParentGroup](Excel.ShapeRange.ParentGroup.md) ###### [PictureFormat](Excel.ShapeRange.PictureFormat.md) ###### [Reflection](Excel.ShapeRange.Reflection.md) ###### [Rotation](Excel.ShapeRange.Rotation.md) ###### [Shadow](Excel.ShapeRange.Shadow.md) ###### [ShapeStyle](Excel.ShapeRange.ShapeStyle.md) ###### [SoftEdge](Excel.ShapeRange.SoftEdge.md) ###### [TextEffect](Excel.ShapeRange.TextEffect.md) ###### [TextFrame](Excel.ShapeRange.TextFrame.md) ###### [TextFrame2](Excel.ShapeRange.TextFrame2.md) ###### [ThreeD](Excel.ShapeRange.ThreeD.md) ###### [Title](Excel.ShapeRange.Title.md) ###### [Top](Excel.ShapeRange.Top.md) ###### [Type](Excel.ShapeRange.Type.md) ###### [VerticalFlip](Excel.ShapeRange.VerticalFlip.md) ###### [Vertices](Excel.ShapeRange.Vertices.md) ###### [Visible](Excel.ShapeRange.Visible.md) ###### [Width](Excel.ShapeRange.Width.md) ###### [ZOrderPosition](Excel.ShapeRange.ZOrderPosition.md) #### [Shapes object](Excel.Shapes.md) ##### Methods ###### [AddCallout](Excel.Shapes.AddCallout.md) ###### [AddChart2](Excel.shapes.addchart2.md) ###### [AddConnector](Excel.Shapes.AddConnector.md) ###### [AddCurve](Excel.Shapes.AddCurve.md) ###### [AddFormControl](Excel.Shapes.AddFormControl.md) ###### [AddLabel](Excel.Shapes.AddLabel.md) ###### [AddLine](Excel.Shapes.AddLine.md) ###### [AddOLEObject](Excel.Shapes.AddOLEObject.md) ###### [AddPicture](Excel.Shapes.AddPicture.md) ###### [AddPicture2](Excel.shapes.addpicture2.md) ###### [AddPolyline](Excel.Shapes.AddPolyline.md) ###### [AddShape](Excel.Shapes.AddShape.md) ###### [AddSmartArt](Excel.Shapes.AddSmartArt.md) ###### [AddTextbox](Excel.Shapes.AddTextbox.md) ###### [AddTextEffect](Excel.Shapes.AddTextEffect.md) ###### [Add3DModel](Excel.Shapes.Add3DModel.md) ###### [BuildFreeform](Excel.Shapes.BuildFreeform.md) ###### [Item](Excel.Shapes.Item.md) ###### [SelectAll](Excel.Shapes.SelectAll.md) ##### Properties ###### [Application](Excel.Shapes.Application.md) ###### [Count](Excel.Shapes.Count.md) ###### [Creator](Excel.Shapes.Creator.md) ###### [Parent](Excel.Shapes.Parent.md) ###### [Range](Excel.Shapes.Range.md) #### [Sheets object](Excel.Sheets.md) ##### Methods ###### [Add](Excel.Sheets.Add.md) ###### [Add2](Excel.sheets.add2.md) ###### [Copy](Excel.Sheets.Copy.md) ###### [Delete](Excel.Sheets.Delete.md) ###### [FillAcrossSheets](Excel.Sheets.FillAcrossSheets.md) ###### [Move](Excel.Sheets.Move.md) ###### [PrintOut](Excel.Sheets.PrintOut.md) ###### [PrintPreview](Excel.Sheets.PrintPreview.md) ###### [Select](Excel.Sheets.Select.md) ##### Properties ###### [Application](Excel.Sheets.Application.md) ###### [Count](Excel.Sheets.Count.md) ###### [Creator](Excel.Sheets.Creator.md) ###### [HPageBreaks](Excel.Sheets.HPageBreaks.md) ###### [Item](Excel.Sheets.Item.md) ###### [Parent](Excel.Sheets.Parent.md) ###### [Visible](Excel.Sheets.Visible.md) ###### [VPageBreaks](Excel.Sheets.VPageBreaks.md) #### [SheetViews object](Excel.SheetViews.md) ##### Properties ###### [Application](Excel.SheetViews.Application.md) ###### [Count](Excel.SheetViews.Count.md) ###### [Creator](Excel.SheetViews.Creator.md) ###### [Item](Excel.SheetViews.Item.md) ###### [Parent](Excel.SheetViews.Parent.md) #### [Slicer object](Excel.Slicer.md) ##### Methods ###### [Copy](Excel.Slicer.Copy.md) ###### [Cut](Excel.Slicer.Cut.md) ###### [Delete](Excel.Slicer.Delete.md) ##### Properties ###### [ActiveItem](Excel.Slicer.ActiveItem.md) ###### [Application](Excel.Slicer.Application.md) ###### [Caption](Excel.Slicer.Caption.md) ###### [ColumnWidth](Excel.Slicer.ColumnWidth.md) ###### [Creator](Excel.Slicer.Creator.md) ###### [DisableMoveResizeUI](Excel.Slicer.DisableMoveResizeUI.md) ###### [DisplayHeader](Excel.Slicer.DisplayHeader.md) ###### [Height](Excel.Slicer.Height.md) ###### [Left](Excel.Slicer.Left.md) ###### [Locked](Excel.Slicer.Locked.md) ###### [Name](Excel.Slicer.Name.md) ###### [NumberOfColumns](Excel.Slicer.NumberOfColumns.md) ###### [Parent](Excel.Slicer.Parent.md) ###### [RowHeight](Excel.Slicer.RowHeight.md) ###### [Shape](Excel.Slicer.Shape.md) ###### [SlicerCache](Excel.Slicer.SlicerCache.md) ###### [SlicerCacheLevel](Excel.Slicer.SlicerCacheLevel.md) ###### [SlicerCacheType](Excel.slicer.slicercachetype.md) ###### [Style](Excel.Slicer.Style.md) ###### [TimelineViewState](Excel.slicer.timelineviewstate.md) ###### [Top](Excel.Slicer.Top.md) ###### [Width](Excel.Slicer.Width.md) #### [SlicerCache object](Excel.SlicerCache.md) ##### Methods ###### [ClearAllFilters](Excel.slicercache.clearallfilters.md) ###### [ClearDateFilter](Excel.slicercache.cleardatefilter.md) ###### [ClearManualFilter](Excel.slicercache.clearmanualfilter.md) ###### [Delete](Excel.SlicerCache.Delete.md) ##### Properties ###### [Application](Excel.SlicerCache.Application.md) ###### [Creator](Excel.SlicerCache.Creator.md) ###### [CrossFilterType](Excel.SlicerCache.CrossFilterType.md) ###### [FilterCleared](Excel.slicercache.filtercleared.md) ###### [Index](Excel.SlicerCache.Index.md) ###### [List](Excel.slicercache.list.md) ###### [ListObject](Excel.slicercache.listobject.md) ###### [Name](Excel.SlicerCache.Name.md) ###### [OLAP](Excel.SlicerCache.OLAP.md) ###### [Parent](Excel.SlicerCache.Parent.md) ###### [PivotTables](Excel.SlicerCache.PivotTables.md) ###### [RequireManualUpdate](Excel.slicercache.requiremanualupdate.md) ###### [ShowAllItems](Excel.SlicerCache.ShowAllItems.md) ###### [SlicerCacheLevels](Excel.SlicerCache.SlicerCacheLevels.md) ###### [SlicerCacheType](Excel.slicercache.slicercachetype.md) ###### [SlicerItems](Excel.SlicerCache.SlicerItems.md) ###### [Slicers](Excel.SlicerCache.Slicers.md) ###### [SortItems](Excel.SlicerCache.SortItems.md) ###### [SortUsingCustomLists](Excel.SlicerCache.SortUsingCustomLists.md) ###### [SourceName](Excel.SlicerCache.SourceName.md) ###### [SourceType](Excel.SlicerCache.SourceType.md) ###### [TimelineState](Excel.slicercache.timelinestate.md) ###### [VisibleSlicerItems](Excel.SlicerCache.VisibleSlicerItems.md) ###### [VisibleSlicerItemsList](Excel.SlicerCache.VisibleSlicerItemsList.md) ###### [WorkbookConnection](Excel.SlicerCache.WorkbookConnection.md) #### [SlicerCacheLevel object](Excel.SlicerCacheLevel.md) ##### Properties ###### [Application](Excel.SlicerCacheLevel.Application.md) ###### [Count](Excel.SlicerCacheLevel.Count.md) ###### [Creator](Excel.SlicerCacheLevel.Creator.md) ###### [CrossFilterType](Excel.SlicerCacheLevel.CrossFilterType.md) ###### [Name](Excel.SlicerCacheLevel.Name.md) ###### [Ordinal](Excel.SlicerCacheLevel.Ordinal.md) ###### [Parent](Excel.SlicerCacheLevel.Parent.md) ###### [SlicerItems](Excel.SlicerCacheLevel.SlicerItems.md) ###### [SortItems](Excel.SlicerCacheLevel.SortItems.md) ###### [VisibleSlicerItemsList](Excel.SlicerCacheLevel.VisibleSlicerItemsList.md) #### [SlicerCacheLevels object](Excel.SlicerCacheLevels.md) ##### Properties ###### [Application](Excel.SlicerCacheLevels.Application.md) ###### [Count](Excel.SlicerCacheLevels.Count.md) ###### [Creator](Excel.SlicerCacheLevels.Creator.md) ###### [Item](Excel.SlicerCacheLevels.Item.md) ###### [Parent](Excel.SlicerCacheLevels.Parent.md) #### [SlicerCaches object](Excel.SlicerCaches.md) ##### Methods ###### [Add](Excel.SlicerCaches.Add.md) ##### Properties ###### [Application](Excel.SlicerCaches.Application.md) ###### [Count](Excel.SlicerCaches.Count.md) ###### [Creator](Excel.SlicerCaches.Creator.md) ###### [Item](Excel.SlicerCaches.Item.md) ###### [Parent](Excel.SlicerCaches.Parent.md) #### [SlicerItem object](Excel.SlicerItem.md) ##### Properties ###### [Application](Excel.SlicerItem.Application.md) ###### [Caption](Excel.SlicerItem.Caption.md) ###### [Creator](Excel.SlicerItem.Creator.md) ###### [HasData](Excel.SlicerItem.HasData.md) ###### [Name](Excel.SlicerItem.Name.md) ###### [Parent](Excel.SlicerItem.Parent.md) ###### [Selected](Excel.SlicerItem.Selected.md) ###### [SourceName](Excel.SlicerItem.SourceName.md) ###### [SourceNameStandard](Excel.SlicerItem.SourceNameStandard.md) ###### [Value](Excel.SlicerItem.Value.md) #### [SlicerItems object](Excel.SlicerItems.md) ##### Properties ###### [Application](Excel.SlicerItems.Application.md) ###### [Count](Excel.SlicerItems.Count.md) ###### [Creator](Excel.SlicerItems.Creator.md) ###### [Item](Excel.SlicerItems.Item.md) ###### [Parent](Excel.SlicerItems.Parent.md) #### [SlicerPivotTables object](Excel.slicerPivotTables.md) ##### Methods ###### [AddPivotTable](Excel.SlicerPivotTables.AddPivotTable.md) ###### [RemovePivotTable](Excel.SlicerPivotTables.RemovePivotTable.md) ##### Properties ###### [Application](Excel.slicerPivotTables.Application.md) ###### [Count](Excel.slicerPivotTables.Count.md) ###### [Creator](Excel.slicerPivotTables.Creator.md) ###### [Item](Excel.SlicerPivotTables.Item.md) ###### [Parent](Excel.slicerPivotTables.Parent.md) #### [Slicers object](Excel.Slicers.md) ##### Methods ###### [Add](Excel.Slicers.Add.md) ##### Properties ###### [Application](Excel.Slicers.Application.md) ###### [Count](Excel.Slicers.Count.md) ###### [Creator](Excel.Slicers.Creator.md) ###### [Item](Excel.Slicers.Item.md) ###### [Parent](Excel.Slicers.Parent.md) #### [Sort object](Excel.Sort.md) ##### Methods ###### [Apply](Excel.Sort.Apply.md) ###### [SetRange](Excel.Sort.SetRange.md) ##### Properties ###### [Application](Excel.Sort.Application.md) ###### [Creator](Excel.Sort.Creator.md) ###### [Header](Excel.Sort.Header.md) ###### [MatchCase](Excel.Sort.MatchCase.md) ###### [Orientation](Excel.Sort.Orientation.md) ###### [Parent](Excel.Sort.Parent.md) ###### [Rng](Excel.Sort.Rng.md) ###### [SortFields](Excel.Sort.SortFields.md) ###### [SortMethod](Excel.Sort.SortMethod.md) #### [SortField object](Excel.SortField.md) ##### Methods ###### [Delete](Excel.SortField.Delete.md) ###### [ModifyKey](Excel.SortField.ModifyKey.md) ###### [SetIcon](Excel.SortField.SetIcon.md) ##### Properties ###### [Application](Excel.SortField.Application.md) ###### [Creator](Excel.SortField.Creator.md) ###### [CustomOrder](Excel.SortField.CustomOrder.md) ###### [DataOption](Excel.SortField.DataOption.md) ###### [Key](Excel.SortField.Key.md) ###### [Order](Excel.SortField.Order.md) ###### [Parent](Excel.SortField.Parent.md) ###### [Priority](Excel.SortField.Priority.md) ###### [SortOn](Excel.SortField.SortOn.md) ###### [SortOnValue](Excel.SortField.SortOnValue.md) #### [SortFields object](Excel.SortFields.md) ##### Methods ###### [Add](Excel.SortFields.Add.md) ###### [Add2](Excel.SortFields.Add2.md) ###### [Clear](Excel.SortFields.Clear.md) ##### Properties ###### [Application](Excel.SortFields.Application.md) ###### [Count](Excel.SortFields.Count.md) ###### [Creator](Excel.SortFields.Creator.md) ###### [Item](Excel.SortFields.Item.md) ###### [Parent](Excel.SortFields.Parent.md) #### [SparkAxes object](Excel.sparkAxes.md) ##### Properties ###### [Application](Excel.sparkAxes.Application.md) ###### [Creator](Excel.sparkAxes.Creator.md) ###### [Horizontal](Excel.SparkAxes.Horizontal.md) ###### [Parent](Excel.sparkAxes.Parent.md) ###### [Vertical](Excel.SparkAxes.Vertical.md) #### [SparkColor object](Excel.SparkColor.md) ##### Properties ###### [Application](Excel.SparkColor.Application.md) ###### [Color](Excel.SparkColor.Color.md) ###### [Creator](Excel.SparkColor.Creator.md) ###### [Parent](Excel.SparkColor.Parent.md) ###### [Visible](Excel.SparkColor.Visible.md) #### [SparkHorizontalAxis object](Excel.sparkhorizontalAxis.md) ##### Properties ###### [Application](Excel.sparkhorizontalAxis.Application.md) ###### [Axis](Excel.SparkHorizontalAxis.Axis.md) ###### [Creator](Excel.sparkhorizontalAxis.Creator.md) ###### [IsDateAxis](Excel.SparkHorizontalAxis.IsDateAxis.md) ###### [Parent](Excel.sparkhorizontalAxis.Parent.md) ###### [RightToLeftPlotOrder](Excel.SparkHorizontalAxis.RightToLeftPlotOrder.md) #### [Sparkline object](Excel.Sparkline.md) ##### Methods ###### [ModifyLocation](Excel.Sparkline.ModifyLocation.md) ###### [ModifySourceData](Excel.Sparkline.ModifySourceData.md) ##### Properties ###### [Application](Excel.Sparkline.Application.md) ###### [Creator](Excel.Sparkline.Creator.md) ###### [Location](Excel.Sparkline.Location.md) ###### [Parent](Excel.Sparkline.Parent.md) ###### [SourceData](Excel.Sparkline.SourceData.md) #### [SparklineGroup object](Excel.SparklineGroup.md) ##### Methods ###### [Delete](Excel.SparklineGroup.Delete.md) ###### [Modify](Excel.SparklineGroup.Modify.md) ###### [ModifyDateRange](Excel.SparklineGroup.ModifyDateRange.md) ###### [ModifyLocation](Excel.SparklineGroup.ModifyLocation.md) ###### [ModifySourceData](Excel.SparklineGroup.ModifySourceData.md) ##### Properties ###### [Application](Excel.SparklineGroup.Application.md) ###### [Axes](Excel.SparklineGroup.Axes.md) ###### [Count](Excel.SparklineGroup.Count.md) ###### [Creator](Excel.SparklineGroup.Creator.md) ###### [DateRange](Excel.SparklineGroup.DateRange.md) ###### [DisplayBlanksAs](Excel.sparklinegroup.displayblanksas.md) ###### [DisplayHidden](Excel.SparklineGroup.DisplayHidden.md) ###### [Item](Excel.SparklineGroup.Item.md) ###### [LineWeight](Excel.SparklineGroup.LineWeight.md) ###### [Location](Excel.SparklineGroup.Location.md) ###### [Parent](Excel.SparklineGroup.Parent.md) ###### [PlotBy](Excel.sparklinegroup.plotby.md) ###### [Points](Excel.sparklinegroup.points.md) ###### [SeriesColor](Excel.SparklineGroup.SeriesColor.md) ###### [SourceData](Excel.SparklineGroup.SourceData.md) ###### [Type](Excel.SparklineGroup.Type.md) #### [SparklineGroups object](Excel.SparklineGroups.md) ##### Methods ###### [Add](Excel.SparklineGroups.Add.md) ###### [Clear](Excel.SparklineGroups.Clear.md) ###### [ClearGroups](Excel.SparklineGroups.ClearGroups.md) ###### [Group](Excel.SparklineGroups.Group.md) ###### [Ungroup](Excel.SparklineGroups.Ungroup.md) ##### Properties ###### [Application](Excel.SparklineGroups.Application.md) ###### [Count](Excel.SparklineGroups.Count.md) ###### [Creator](Excel.SparklineGroups.Creator.md) ###### [Item](Excel.SparklineGroups.Item.md) ###### [Parent](Excel.SparklineGroups.Parent.md) #### [SparkPoints object](Excel.SparkPoints.md) ##### Properties ###### [Application](Excel.SparkPoints.Application.md) ###### [Creator](Excel.SparkPoints.Creator.md) ###### [Firstpoint](Excel.SparkPoints.Firstpoint.md) ###### [Highpoint](Excel.SparkPoints.Highpoint.md) ###### [Lastpoint](Excel.SparkPoints.Lastpoint.md) ###### [Lowpoint](Excel.SparkPoints.Lowpoint.md) ###### [Markers](Excel.SparkPoints.Markers.md) ###### [Negative](Excel.SparkPoints.Negative.md) ###### [Parent](Excel.SparkPoints.Parent.md) #### [SparkVerticalAxis object](Excel.SparkVerticalAxis.md) ##### Properties ###### [Application](Excel.SparkVerticalAxis.Application.md) ###### [Creator](Excel.SparkVerticalAxis.Creator.md) ###### [CustomMaxScaleValue](Excel.SparkVerticalAxis.CustomMaxScaleValue.md) ###### [CustomMinScaleValue](Excel.SparkVerticalAxis.CustomMinScaleValue.md) ###### [MaxScaleType](Excel.SparkVerticalAxis.MaxScaleType.md) ###### [MinScaleType](Excel.SparkVerticalAxis.MinScaleType.md) ###### [Parent](Excel.SparkVerticalAxis.Parent.md) #### [Speech object](Excel.Speech.md) ##### Methods ###### [Speak](Excel.Speech.Speak.md) ##### Properties ###### [Direction](Excel.Speech.Direction.md) ###### [SpeakCellOnEnter](Excel.Speech.SpeakCellOnEnter.md) #### [SpellingOptions object](Excel.SpellingOptions.md) ##### Properties ###### [ArabicModes](Excel.SpellingOptions.ArabicModes.md) ###### [ArabicStrictAlefHamza](Excel.SpellingOptions.ArabicStrictAlefHamza.md) ###### [ArabicStrictFinalYaa](Excel.SpellingOptions.ArabicStrictFinalYaa.md) ###### [ArabicStrictTaaMarboota](Excel.SpellingOptions.ArabicStrictTaaMarboota.md) ###### [BrazilReform](Excel.SpellingOptions.BrazilReform.md) ###### [DictLang](Excel.SpellingOptions.DictLang.md) ###### [GermanPostReform](Excel.SpellingOptions.GermanPostReform.md) ###### [HebrewModes](Excel.SpellingOptions.HebrewModes.md) ###### [IgnoreCaps](Excel.SpellingOptions.IgnoreCaps.md) ###### [IgnoreFileNames](Excel.SpellingOptions.IgnoreFileNames.md) ###### [IgnoreMixedDigits](Excel.SpellingOptions.IgnoreMixedDigits.md) ###### [KoreanCombineAux](Excel.SpellingOptions.KoreanCombineAux.md) ###### [KoreanProcessCompound](Excel.SpellingOptions.KoreanProcessCompound.md) ###### [KoreanUseAutoChangeList](Excel.SpellingOptions.KoreanUseAutoChangeList.md) ###### [PortugalReform](Excel.SpellingOptions.PortugalReform.md) ###### [RussianStrictE](Excel.SpellingOptions.RussianStrictE.md) ###### [SpanishModes](Excel.SpellingOptions.SpanishModes.md) ###### [SuggestMainOnly](Excel.SpellingOptions.SuggestMainOnly.md) ###### [UserDict](Excel.SpellingOptions.UserDict.md) #### [Style object](Excel.Style.md) ##### Methods ###### [Delete](Excel.Style.Delete.md) ##### Properties ###### [AddIndent](Excel.Style.AddIndent.md) ###### [Application](Excel.Style.Application.md) ###### [Borders](Excel.Style.Borders.md) ###### [BuiltIn](Excel.Style.BuiltIn.md) ###### [Creator](Excel.Style.Creator.md) ###### [Font](Excel.Style.Font.md) ###### [FormulaHidden](Excel.Style.FormulaHidden.md) ###### [HorizontalAlignment](Excel.Style.HorizontalAlignment.md) ###### [IncludeAlignment](Excel.Style.IncludeAlignment.md) ###### [IncludeBorder](Excel.Style.IncludeBorder.md) ###### [IncludeFont](Excel.Style.IncludeFont.md) ###### [IncludeNumber](Excel.Style.IncludeNumber.md) ###### [IncludePatterns](Excel.Style.IncludePatterns.md) ###### [IncludeProtection](Excel.Style.IncludeProtection.md) ###### [IndentLevel](Excel.Style.IndentLevel.md) ###### [Interior](Excel.Style.Interior.md) ###### [Locked](Excel.Style.Locked.md) ###### [MergeCells](Excel.Style.MergeCells.md) ###### [Name](Excel.Style.Name.md) ###### [NameLocal](Excel.Style.NameLocal.md) ###### [NumberFormat](Excel.Style.NumberFormat.md) ###### [NumberFormatLocal](Excel.Style.NumberFormatLocal.md) ###### [Orientation](Excel.Style.Orientation.md) ###### [Parent](Excel.Style.Parent.md) ###### [ReadingOrder](Excel.Style.ReadingOrder.md) ###### [ShrinkToFit](Excel.Style.ShrinkToFit.md) ###### [Value](Excel.Style.Value.md) ###### [VerticalAlignment](Excel.Style.VerticalAlignment.md) ###### [WrapText](Excel.Style.WrapText.md) #### [Styles object](Excel.Styles.md) ##### Methods ###### [Add](Excel.Styles.Add.md) ###### [Merge](Excel.Styles.Merge.md) ##### Properties ###### [Application](Excel.Styles.Application.md) ###### [Count](Excel.Styles.Count.md) ###### [Creator](Excel.Styles.Creator.md) ###### [Item](Excel.Styles.Item.md) ###### [Parent](Excel.Styles.Parent.md) #### [Tab object](Excel.Tab.md) ##### Properties ###### [Application](Excel.Tab.Application.md) ###### [Color](Excel.Tab.Color.md) ###### [ColorIndex](Excel.Tab.ColorIndex.md) ###### [Creator](Excel.Tab.Creator.md) ###### [Parent](Excel.Tab.Parent.md) ###### [ThemeColor](Excel.Tab.ThemeColor.md) ###### [TintAndShade](Excel.Tab.TintAndShade.md) #### [TableObject object](Excel.tableobject.md) ##### Methods ###### [Delete](Excel.tableobject.delete.md) ###### [Refresh](Excel.tableobject.refresh.md) ##### Properties ###### [AdjustColumnWidth](Excel.tableobject.adjustcolumnwidth.md) ###### [Application](Excel.tableobject.application.md) ###### [Creator](Excel.tableobject.creator.md) ###### [Destination](Excel.tableobject.destination.md) ###### [EnableEditing](Excel.tableobject.enableediting.md) ###### [EnableRefresh](Excel.tableobject.enablerefresh.md) ###### [FetchedRowOverflow](Excel.tableobject.fetchedrowoverflow.md) ###### [ListObject](Excel.tableobject.listobject.md) ###### [Parent](Excel.tableobject.parent.md) ###### [PreserveColumnInfo](Excel.tableobject.preservecolumninfo.md) ###### [PreserveFormatting](Excel.tableobject.preserveformatting.md) ###### [RefreshStyle](Excel.tableobject.refreshstyle.md) ###### [ResultRange](Excel.tableobject.resultrange.md) ###### [RowNumbers](Excel.tableobject.rownumbers.md) ###### [WorkbookConnection](Excel.tableobject.workbookconnection.md) #### [TableStyle object](Excel.TableStyle.md) ##### Methods ###### [Delete](Excel.TableStyle.Delete.md) ###### [Duplicate](Excel.TableStyle.Duplicate.md) ##### Properties ###### [Application](Excel.TableStyle.Application.md) ###### [BuiltIn](Excel.TableStyle.BuiltIn.md) ###### [Creator](Excel.TableStyle.Creator.md) ###### [Name](Excel.TableStyle.Name.md) ###### [NameLocal](Excel.TableStyle.NameLocal.md) ###### [Parent](Excel.TableStyle.Parent.md) ###### [ShowAsAvailablePivotTableStyle](Excel.TableStyle.ShowAsAvailablePivotTableStyle.md) ###### [ShowAsAvailableSlicerStyle](Excel.TableStyle.ShowAsAvailableSlicerStyle.md) ###### [ShowAsAvailableTableStyle](Excel.TableStyle.ShowAsAvailableTableStyle.md) ###### [ShowAsAvailableTimelineStyle](Excel.tablestyle.showasavailabletimelinestyle.md) ###### [TableStyleElements](Excel.TableStyle.TableStyleElements.md) #### [TableStyleElement object](Excel.TableStyleElement.md) ##### Methods ###### [Clear](Excel.TableStyleElement.Clear.md) ##### Properties ###### [Application](Excel.TableStyleElement.Application.md) ###### [Borders](Excel.TableStyleElement.Borders.md) ###### [Creator](Excel.TableStyleElement.Creator.md) ###### [Font](Excel.TableStyleElement.Font.md) ###### [HasFormat](Excel.TableStyleElement.HasFormat.md) ###### [Interior](Excel.TableStyleElement.Interior.md) ###### [Parent](Excel.TableStyleElement.Parent.md) ###### [StripeSize](Excel.TableStyleElement.StripeSize.md) #### [TableStyleElements object](Excel.TableStyleElements.md) ##### Methods ###### [Item](Excel.TableStyleElements.Item.md) ##### Properties ###### [Application](Excel.TableStyleElements.Application.md) ###### [Count](Excel.TableStyleElements.Count.md) ###### [Creator](Excel.TableStyleElements.Creator.md) ###### [Parent](Excel.TableStyleElements.Parent.md) #### [TableStyles object](Excel.TableStyles.md) ##### Methods ###### [Add](Excel.TableStyles.Add.md) ###### [Item](Excel.TableStyles.Item.md) ##### Properties ###### [Application](Excel.TableStyles.Application.md) ###### [Count](Excel.TableStyles.Count.md) ###### [Creator](Excel.TableStyles.Creator.md) ###### [Parent](Excel.TableStyles.Parent.md) #### [TextConnection object](Excel.textconnection.md) ##### Properties ###### [Application](Excel.textconnection.application.md) ###### [Connection](Excel.textconnection.connection.md) ###### [Creator](Excel.textconnection.creator.md) ###### [Parent](Excel.textconnection.parent.md) ###### [TextFileColumnDataTypes](Excel.textconnection.textfilecolumndatatypes.md) ###### [TextFileCommaDelimiter](Excel.textconnection.textfilecommadelimiter.md) ###### [TextFileConsecutiveDelimiter](Excel.textconnection.textfileconsecutivedelimiter.md) ###### [TextFileDecimalSeparator](Excel.textconnection.textfiledecimalseparator.md) ###### [TextFileFixedColumnWidths](Excel.textconnection.textfilefixedcolumnwidths.md) ###### [TextFileHeaderRow](Excel.textconnection.textfileheaderrow.md) ###### [TextFileOtherDelimiter](Excel.textconnection.textfileotherdelimiter.md) ###### [TextFileParseType](Excel.textconnection.textfileparsetype.md) ###### [TextFilePlatform](Excel.textconnection.textfileplatform.md) ###### [TextFilePromptOnRefresh](Excel.textconnection.textfilepromptonrefresh.md) ###### [TextFileSemicolonDelimiter](Excel.textconnection.textfilesemicolondelimiter.md) ###### [TextFileSpaceDelimiter](Excel.textconnection.textfilespacedelimiter.md) ###### [TextFileStartRow](Excel.textconnection.textfilestartrow.md) ###### [TextFileTabDelimiter](Excel.textconnection.textfiletabdelimiter.md) ###### [TextFileTextQualifier](Excel.textconnection.textfiletextqualifier.md) ###### [TextFileThousandsSeparator](Excel.textconnection.textfilethousandsseparator.md) ###### [TextFileTrailingMinusNumbers](Excel.textconnection.textfiletrailingminusnumbers.md) ###### [TextFileVisualLayout](Excel.textconnection.textfilevisuallayout.md) #### [TextEffectFormat object](Excel.TextEffectFormat.md) ##### Methods ###### [ToggleVerticalText](Excel.TextEffectFormat.ToggleVerticalText.md) ##### Properties ###### [Alignment](Excel.TextEffectFormat.Alignment.md) ###### [Application](Excel.TextEffectFormat.Application.md) ###### [Creator](Excel.TextEffectFormat.Creator.md) ###### [FontBold](Excel.TextEffectFormat.FontBold.md) ###### [FontItalic](Excel.TextEffectFormat.FontItalic.md) ###### [FontName](Excel.TextEffectFormat.FontName.md) ###### [FontSize](Excel.TextEffectFormat.FontSize.md) ###### [KernedPairs](Excel.TextEffectFormat.KernedPairs.md) ###### [NormalizedHeight](Excel.TextEffectFormat.NormalizedHeight.md) ###### [Parent](Excel.TextEffectFormat.Parent.md) ###### [PresetShape](Excel.TextEffectFormat.PresetShape.md) ###### [PresetTextEffect](Excel.TextEffectFormat.PresetTextEffect.md) ###### [RotatedChars](Excel.TextEffectFormat.RotatedChars.md) ###### [Text](Excel.TextEffectFormat.Text.md) ###### [Tracking](Excel.TextEffectFormat.Tracking.md) #### [TextFrame object](Excel.TextFrame.md) ##### Methods ###### [Characters](Excel.TextFrame.Characters.md) ##### Properties ###### [Application](Excel.TextFrame.Application.md) ###### [AutoMargins](Excel.TextFrame.AutoMargins.md) ###### [AutoSize](Excel.TextFrame.AutoSize.md) ###### [Creator](Excel.TextFrame.Creator.md) ###### [HorizontalAlignment](Excel.TextFrame.HorizontalAlignment.md) ###### [HorizontalOverflow](Excel.TextFrame.HorizontalOverflow.md) ###### [MarginBottom](Excel.TextFrame.MarginBottom.md) ###### [MarginLeft](Excel.TextFrame.MarginLeft.md) ###### [MarginRight](Excel.TextFrame.MarginRight.md) ###### [MarginTop](Excel.TextFrame.MarginTop.md) ###### [Orientation](Excel.TextFrame.Orientation.md) ###### [Parent](Excel.TextFrame.Parent.md) ###### [ReadingOrder](Excel.TextFrame.ReadingOrder.md) ###### [VerticalAlignment](Excel.TextFrame.VerticalAlignment.md) ###### [VerticalOverflow](Excel.TextFrame.VerticalOverflow.md) #### [TextFrame2 object](Excel.TextFrame2.md) ##### Methods ###### [DeleteText](Excel.TextFrame2.DeleteText.md) ##### Properties ###### [Application](Excel.TextFrame2.Application.md) ###### [AutoSize](Excel.TextFrame2.AutoSize.md) ###### [Column](Excel.TextFrame2.Column.md) ###### [Creator](Excel.TextFrame2.Creator.md) ###### [HasText](Excel.TextFrame2.HasText.md) ###### [HorizontalAnchor](Excel.TextFrame2.HorizontalAnchor.md) ###### [MarginBottom](Excel.TextFrame2.MarginBottom.md) ###### [MarginLeft](Excel.TextFrame2.MarginLeft.md) ###### [MarginRight](Excel.TextFrame2.MarginRight.md) ###### [MarginTop](Excel.TextFrame2.MarginTop.md) ###### [NoTextRotation](Excel.TextFrame2.NoTextRotation.md) ###### [Orientation](Excel.TextFrame2.Orientation.md) ###### [Parent](Excel.TextFrame2.Parent.md) ###### [PathFormat](Excel.TextFrame2.PathFormat.md) ###### [Ruler](Excel.TextFrame2.Ruler.md) ###### [TextRange](Excel.TextFrame2.TextRange.md) ###### [ThreeD](Excel.TextFrame2.ThreeD.md) ###### [VerticalAnchor](Excel.TextFrame2.VerticalAnchor.md) ###### [WarpFormat](Excel.TextFrame2.WarpFormat.md) ###### [WordArtformat](Excel.TextFrame2.WordArtformat.md) ###### [WordWrap](Excel.TextFrame2.WordWrap.md) #### [ThreeDFormat object](Excel.ThreeDFormat.md) ##### Methods ###### [IncrementRotationHorizontal](Excel.ThreeDFormat.IncrementRotationHorizontal.md) ###### [IncrementRotationVertical](Excel.ThreeDFormat.IncrementRotationVertical.md) ###### [IncrementRotationX](Excel.ThreeDFormat.IncrementRotationX.md) ###### [IncrementRotationY](Excel.ThreeDFormat.IncrementRotationY.md) ###### [IncrementRotationZ](Excel.ThreeDFormat.IncrementRotationZ.md) ###### [ResetRotation](Excel.ThreeDFormat.ResetRotation.md) ###### [SetExtrusionDirection](Excel.ThreeDFormat.SetExtrusionDirection.md) ###### [SetPresetCamera](Excel.ThreeDFormat.SetPresetCamera.md) ###### [SetThreeDFormat](Excel.ThreeDFormat.SetThreeDFormat.md) ##### Properties ###### [Application](Excel.ThreeDFormat.Application.md) ###### [BevelBottomDepth](Excel.ThreeDFormat.BevelBottomDepth.md) ###### [BevelBottomInset](Excel.ThreeDFormat.BevelBottomInset.md) ###### [BevelBottomType](Excel.ThreeDFormat.BevelBottomType.md) ###### [BevelTopDepth](Excel.ThreeDFormat.BevelTopDepth.md) ###### [BevelTopInset](Excel.ThreeDFormat.BevelTopInset.md) ###### [BevelTopType](Excel.ThreeDFormat.BevelTopType.md) ###### [ContourColor](Excel.ThreeDFormat.ContourColor.md) ###### [ContourWidth](Excel.ThreeDFormat.ContourWidth.md) ###### [Creator](Excel.ThreeDFormat.Creator.md) ###### [Depth](Excel.ThreeDFormat.Depth.md) ###### [ExtrusionColor](Excel.ThreeDFormat.ExtrusionColor.md) ###### [ExtrusionColorType](Excel.ThreeDFormat.ExtrusionColorType.md) ###### [FieldOfView](Excel.ThreeDFormat.FieldOfView.md) ###### [LightAngle](Excel.ThreeDFormat.LightAngle.md) ###### [Parent](Excel.ThreeDFormat.Parent.md) ###### [Perspective](Excel.ThreeDFormat.Perspective.md) ###### [PresetCamera](Excel.ThreeDFormat.PresetCamera.md) ###### [PresetExtrusionDirection](Excel.ThreeDFormat.PresetExtrusionDirection.md) ###### [PresetLighting](Excel.ThreeDFormat.PresetLighting.md) ###### [PresetLightingDirection](Excel.ThreeDFormat.PresetLightingDirection.md) ###### [PresetLightingSoftness](Excel.ThreeDFormat.PresetLightingSoftness.md) ###### [PresetMaterial](Excel.ThreeDFormat.PresetMaterial.md) ###### [PresetThreeDFormat](Excel.ThreeDFormat.PresetThreeDFormat.md) ###### [ProjectText](Excel.ThreeDFormat.ProjectText.md) ###### [RotationX](Excel.ThreeDFormat.RotationX.md) ###### [RotationY](Excel.ThreeDFormat.RotationY.md) ###### [RotationZ](Excel.ThreeDFormat.RotationZ.md) ###### [Visible](Excel.ThreeDFormat.Visible.md) ###### [Z](Excel.ThreeDFormat.Z.md) #### [TickLabels object](Excel.TickLabels(object).md) ##### Methods ###### [Delete](Excel.TickLabels.Delete.md) ###### [Select](Excel.TickLabels.Select.md) ##### Properties ###### [Alignment](Excel.TickLabels.Alignment.md) ###### [Application](Excel.TickLabels.Application.md) ###### [Creator](Excel.TickLabels.Creator.md) ###### [Depth](Excel.TickLabels.Depth.md) ###### [Font](Excel.TickLabels.Font.md) ###### [Format](Excel.TickLabels.Format.md) ###### [MultiLevel](Excel.TickLabels.MultiLevel.md) ###### [Name](Excel.TickLabels.Name.md) ###### [NumberFormat](Excel.TickLabels.NumberFormat.md) ###### [NumberFormatLinked](Excel.TickLabels.NumberFormatLinked.md) ###### [NumberFormatLocal](Excel.TickLabels.NumberFormatLocal.md) ###### [Offset](Excel.TickLabels.Offset.md) ###### [Orientation](Excel.TickLabels.Orientation.md) ###### [Parent](Excel.TickLabels.Parent.md) ###### [ReadingOrder](Excel.TickLabels.ReadingOrder.md) #### [TimelineState object](Excel.timelinestate.md) ##### Methods ###### [SetFilterDateRange](Excel.timelinestate.setfilterdaterange.md) ##### Properties ###### [Application](Excel.timelinestate.application.md) ###### [Creator](Excel.timelinestate.creator.md) ###### [EndDate](Excel.timelinestate.enddate.md) ###### [FilterType](Excel.timelinestate.filtertype.md) ###### [FilterValue1](Excel.timelinestate.filtervalue1.md) ###### [FilterValue2](Excel.timelinestate.filtervalue2.md) ###### [Parent](Excel.timelinestate.parent.md) ###### [SingleRangeFilterState](Excel.timelinestate.singlerangefilterstate.md) ###### [StartDate](Excel.timelinestate.startdate.md) #### [TimelineViewState object](Excel.timelineviewstate.md) ##### Properties ###### [Application](Excel.timelineviewstate.application.md) ###### [Creator](Excel.timelineviewstate.creator.md) ###### [Level](Excel.timelineviewstate.level.md) ###### [Parent](Excel.timelineviewstate.parent.md) ###### [ShowHeader](Excel.timelineviewstate.showheader.md) ###### [ShowHorizontalScrollbar](Excel.timelineviewstate.showhorizontalscrollbar.md) ###### [ShowSelectionLabel](Excel.timelineviewstate.showselectionlabel.md) ###### [ShowTimeLevel](Excel.timelineviewstate.showtimelevel.md) #### [Top10 object](Excel.Top10.md) ##### Methods ###### [Delete](Excel.Top10.Delete.md) ###### [ModifyAppliesToRange](Excel.Top10.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.Top10.SetFirstPriority.md) ###### [SetLastPriority](Excel.Top10.SetLastPriority.md) ##### Properties ###### [Application](Excel.Top10.Application.md) ###### [AppliesTo](Excel.Top10.AppliesTo.md) ###### [Borders](Excel.Top10.Borders.md) ###### [CalcFor](Excel.Top10.CalcFor.md) ###### [Creator](Excel.Top10.Creator.md) ###### [Font](Excel.Top10.Font.md) ###### [Interior](Excel.Top10.Interior.md) ###### [NumberFormat](Excel.Top10.NumberFormat.md) ###### [Parent](Excel.Top10.Parent.md) ###### [Percent](Excel.Top10.Percent.md) ###### [Priority](Excel.Top10.Priority.md) ###### [PTCondition](Excel.Top10.PTCondition.md) ###### [Rank](Excel.Top10.Rank.md) ###### [ScopeType](Excel.Top10.ScopeType.md) ###### [StopIfTrue](Excel.Top10.StopIfTrue.md) ###### [TopBottom](Excel.Top10.TopBottom.md) ###### [Type](Excel.Top10.Type.md) #### [TreeviewControl object](Excel.TreeviewControl.md) ##### Properties ###### [Application](Excel.TreeviewControl.Application.md) ###### [Creator](Excel.TreeviewControl.Creator.md) ###### [Drilled](Excel.TreeviewControl.Drilled.md) ###### [Hidden](Excel.TreeviewControl.Hidden.md) ###### [Parent](Excel.TreeviewControl.Parent.md) #### [Trendline object](Excel.Trendline(object).md) ##### Methods ###### [ClearFormats](Excel.Trendline.ClearFormats.md) ###### [Delete](Excel.Trendline.Delete.md) ###### [Select](Excel.Trendline.Select.md) ##### Properties ###### [Application](Excel.Trendline.Application.md) ###### [Backward2](Excel.Trendline.Backward2.md) ###### [Border](Excel.Trendline.Border.md) ###### [Creator](Excel.Trendline.Creator.md) ###### [DataLabel](Excel.Trendline.DataLabel.md) ###### [DisplayEquation](Excel.Trendline.DisplayEquation.md) ###### [DisplayRSquared](Excel.Trendline.DisplayRSquared.md) ###### [Format](Excel.Trendline.Format.md) ###### [Forward2](Excel.Trendline.Forward2.md) ###### [Index](Excel.Trendline.Index.md) ###### [Intercept](Excel.Trendline.Intercept.md) ###### [InterceptIsAuto](Excel.Trendline.InterceptIsAuto.md) ###### [Name](Excel.Trendline.Name.md) ###### [NameIsAuto](Excel.Trendline.NameIsAuto.md) ###### [Order](Excel.Trendline.Order.md) ###### [Parent](Excel.Trendline.Parent.md) ###### [Period](Excel.Trendline.Period.md) ###### [Type](Excel.Trendline.Type.md) #### [Trendlines object](Excel.Trendlines(object).md) ##### Methods ###### [Add](Excel.Trendlines.Add.md) ###### [Item](Excel.Trendlines.Item.md) ##### Properties ###### [Application](Excel.Trendlines.Application.md) ###### [Count](Excel.Trendlines.Count.md) ###### [Creator](Excel.Trendlines.Creator.md) ###### [Parent](Excel.Trendlines.Parent.md) #### [UniqueValues object](Excel.UniqueValues.md) ##### Methods ###### [Delete](Excel.UniqueValues.Delete.md) ###### [ModifyAppliesToRange](Excel.UniqueValues.ModifyAppliesToRange.md) ###### [SetFirstPriority](Excel.UniqueValues.SetFirstPriority.md) ###### [SetLastPriority](Excel.UniqueValues.SetLastPriority.md) ##### Properties ###### [Application](Excel.UniqueValues.Application.md) ###### [AppliesTo](Excel.UniqueValues.AppliesTo.md) ###### [Borders](Excel.UniqueValues.Borders.md) ###### [Creator](Excel.UniqueValues.Creator.md) ###### [DupeUnique](Excel.UniqueValues.DupeUnique.md) ###### [Font](Excel.UniqueValues.Font.md) ###### [Interior](Excel.UniqueValues.Interior.md) ###### [NumberFormat](Excel.UniqueValues.NumberFormat.md) ###### [Parent](Excel.UniqueValues.Parent.md) ###### [Priority](Excel.UniqueValues.Priority.md) ###### [PTCondition](Excel.UniqueValues.PTCondition.md) ###### [ScopeType](Excel.UniqueValues.ScopeType.md) ###### [StopIfTrue](Excel.UniqueValues.StopIfTrue.md) ###### [Type](Excel.UniqueValues.Type.md) #### [UpBars object](Excel.UpBars(object).md) ##### Methods ###### [Delete](Excel.UpBars.Delete.md) ###### [Select](Excel.UpBars.Select.md) ##### Properties ###### [Application](Excel.UpBars.Application.md) ###### [Creator](Excel.UpBars.Creator.md) ###### [Format](Excel.UpBars.Format.md) ###### [Name](Excel.UpBars.Name.md) ###### [Parent](Excel.UpBars.Parent.md) #### [UsedObjects object](Excel.UsedObjects.md) ##### Properties ###### [Application](Excel.UsedObjects.Application.md) ###### [Count](Excel.UsedObjects.Count.md) ###### [Creator](Excel.UsedObjects.Creator.md) ###### [Item](Excel.UsedObjects.Item.md) ###### [Parent](Excel.UsedObjects.Parent.md) #### [UserAccess object](Excel.UserAccess.md) ##### Methods ###### [Delete](Excel.UserAccess.Delete.md) ##### Properties ###### [AllowEdit](Excel.UserAccess.AllowEdit.md) ###### [Name](Excel.UserAccess.Name.md) #### [UserAccessList object](Excel.UserAccessList.md) ##### Methods ###### [Add](Excel.UserAccessList.Add.md) ###### [DeleteAll](Excel.UserAccessList.DeleteAll.md) ##### Properties ###### [Count](Excel.UserAccessList.Count.md) ###### [Item](Excel.UserAccessList.Item.md) #### [Validation object](Excel.Validation.md) ##### Methods ###### [Add](Excel.Validation.Add.md) ###### [Delete](Excel.Validation.Delete.md) ###### [Modify](Excel.Validation.Modify.md) ##### Properties ###### [AlertStyle](Excel.Validation.AlertStyle.md) ###### [Application](Excel.Validation.Application.md) ###### [Creator](Excel.Validation.Creator.md) ###### [ErrorMessage](Excel.Validation.ErrorMessage.md) ###### [ErrorTitle](Excel.Validation.ErrorTitle.md) ###### [Formula1](Excel.Validation.Formula1.md) ###### [Formula2](Excel.Validation.Formula2.md) ###### [IgnoreBlank](Excel.Validation.IgnoreBlank.md) ###### [IMEMode](Excel.Validation.IMEMode.md) ###### [InCellDropdown](Excel.Validation.InCellDropdown.md) ###### [InputMessage](Excel.Validation.InputMessage.md) ###### [InputTitle](Excel.Validation.InputTitle.md) ###### [Operator](Excel.Validation.Operator.md) ###### [Parent](Excel.Validation.Parent.md) ###### [ShowError](Excel.Validation.ShowError.md) ###### [ShowInput](Excel.Validation.ShowInput.md) ###### [Type](Excel.Validation.Type.md) ###### [Value](Excel.Validation.Value.md) #### [ValueChange object](Excel.ValueChange.md) ##### Methods ###### [Delete](Excel.ValueChange.Delete.md) ##### Properties ###### [AllocationMethod](Excel.ValueChange.AllocationMethod.md) ###### [AllocationValue](Excel.ValueChange.AllocationValue.md) ###### [AllocationWeightExpression](Excel.ValueChange.AllocationWeightExpression.md) ###### [Application](Excel.ValueChange.Application.md) ###### [Creator](Excel.ValueChange.Creator.md) ###### [Order](Excel.ValueChange.Order.md) ###### [Parent](Excel.ValueChange.Parent.md) ###### [PivotCell](Excel.ValueChange.PivotCell.md) ###### [Tuple](Excel.ValueChange.Tuple.md) ###### [Value](Excel.ValueChange.Value.md) ###### [VisibleInPivotTable](Excel.ValueChange.VisibleInPivotTable.md) #### [VPageBreak object](Excel.VPageBreak.md) ##### Methods ###### [Delete](Excel.VPageBreak.Delete.md) ###### [DragOff](Excel.VPageBreak.DragOff.md) ##### Properties ###### [Application](Excel.VPageBreak.Application.md) ###### [Creator](Excel.VPageBreak.Creator.md) ###### [Extent](Excel.VPageBreak.Extent.md) ###### [Location](Excel.VPageBreak.Location.md) ###### [Parent](Excel.VPageBreak.Parent.md) ###### [Type](Excel.VPageBreak.Type.md) #### [VPageBreaks object](Excel.VPageBreaks.md) ##### Methods ###### [Add](Excel.VPageBreaks.Add.md) ##### Properties ###### [Application](Excel.VPageBreaks.Application.md) ###### [Count](Excel.VPageBreaks.Count.md) ###### [Creator](Excel.VPageBreaks.Creator.md) ###### [Item](Excel.VPageBreaks.Item.md) ###### [Parent](Excel.VPageBreaks.Parent.md) #### [Walls object](Excel.Walls(object).md) ##### Methods ###### [ClearFormats](Excel.Walls.ClearFormats.md) ###### [Paste](Excel.Walls.Paste.md) ###### [Select](Excel.Walls.Select.md) ##### Properties ###### [Application](Excel.Walls.Application.md) ###### [Creator](Excel.Walls.Creator.md) ###### [Format](Excel.Walls.Format.md) ###### [Name](Excel.Walls.Name.md) ###### [Parent](Excel.Walls.Parent.md) ###### [PictureType](Excel.Walls.PictureType.md) ###### [PictureUnit](Excel.Walls.PictureUnit.md) ###### [Thickness](Excel.Walls.Thickness.md) #### [Watch object](Excel.Watch.md) ##### Methods ###### [Delete](Excel.Watch.Delete.md) ##### Properties ###### [Application](Excel.Watch.Application.md) ###### [Creator](Excel.Watch.Creator.md) ###### [Parent](Excel.Watch.Parent.md) ###### [Source](Excel.Watch.Source.md) #### [Watches object](Excel.Watches.md) ##### Methods ###### [Add](Excel.Watches.Add.md) ###### [Delete](Excel.Watches.Delete.md) ##### Properties ###### [Application](Excel.Watches.Application.md) ###### [Count](Excel.Watches.Count.md) ###### [Creator](Excel.Watches.Creator.md) ###### [Item](Excel.Watches.Item.md) ###### [Parent](Excel.Watches.Parent.md) #### [WebOptions object](Excel.WebOptions.md) ##### Methods ###### [UseDefaultFolderSuffix](Excel.WebOptions.UseDefaultFolderSuffix.md) ##### Properties ###### [AllowPNG](Excel.WebOptions.AllowPNG.md) ###### [Application](Excel.WebOptions.Application.md) ###### [Creator](Excel.WebOptions.Creator.md) ###### [DownloadComponents](Excel.WebOptions.DownloadComponents.md) ###### [Encoding](Excel.WebOptions.Encoding.md) ###### [FolderSuffix](Excel.WebOptions.FolderSuffix.md) ###### [LocationOfComponents](Excel.WebOptions.LocationOfComponents.md) ###### [OrganizeInFolder](Excel.WebOptions.OrganizeInFolder.md) ###### [Parent](Excel.WebOptions.Parent.md) ###### [PixelsPerInch](Excel.WebOptions.PixelsPerInch.md) ###### [RelyOnCSS](Excel.WebOptions.RelyOnCSS.md) ###### [RelyOnVML](Excel.WebOptions.RelyOnVML.md) ###### [ScreenSize](Excel.WebOptions.ScreenSize.md) ###### [TargetBrowser](Excel.WebOptions.TargetBrowser.md) ###### [UseLongFileNames](Excel.WebOptions.UseLongFileNames.md) #### [Window object](Excel.Window.md) ##### Methods ###### [Activate](Excel.Window.Activate.md) ###### [ActivateNext](Excel.Window.ActivateNext.md) ###### [ActivatePrevious](Excel.Window.ActivatePrevious.md) ###### [Close](Excel.Window.Close.md) ###### [LargeScroll](Excel.Window.LargeScroll.md) ###### [NewWindow](Excel.Window.NewWindow.md) ###### [PointsToScreenPixelsX](Excel.Window.PointsToScreenPixelsX.md) ###### [PointsToScreenPixelsY](Excel.Window.PointsToScreenPixelsY.md) ###### [PrintOut](Excel.Window.PrintOut.md) ###### [PrintPreview](Excel.Window.PrintPreview.md) ###### [RangeFromPoint](Excel.Window.RangeFromPoint.md) ###### [ScrollIntoView](Excel.Window.ScrollIntoView.md) ###### [ScrollWorkbookTabs](Excel.Window.ScrollWorkbookTabs.md) ###### [SmallScroll](Excel.Window.SmallScroll.md) ##### Properties ###### [ActiveCell](Excel.Window.ActiveCell.md) ###### [ActiveChart](Excel.Window.ActiveChart.md) ###### [ActivePane](Excel.Window.ActivePane.md) ###### [ActiveSheet](Excel.Window.ActiveSheet.md) ###### [ActiveSheetView](Excel.Window.ActiveSheetView.md) ###### [Application](Excel.Window.Application.md) ###### [AutoFilterDateGrouping](Excel.Window.AutoFilterDateGrouping.md) ###### [Caption](Excel.Window.Caption.md) ###### [Creator](Excel.Window.Creator.md) ###### [DisplayFormulas](Excel.Window.DisplayFormulas.md) ###### [DisplayGridlines](Excel.Window.DisplayGridlines.md) ###### [DisplayHeadings](Excel.Window.DisplayHeadings.md) ###### [DisplayHorizontalScrollBar](Excel.Window.DisplayHorizontalScrollBar.md) ###### [DisplayOutline](Excel.Window.DisplayOutline.md) ###### [DisplayRightToLeft](Excel.Window.DisplayRightToLeft.md) ###### [DisplayRuler](Excel.Window.DisplayRuler.md) ###### [DisplayVerticalScrollBar](Excel.Window.DisplayVerticalScrollBar.md) ###### [DisplayWhitespace](Excel.Window.DisplayWhitespace.md) ###### [DisplayWorkbookTabs](Excel.Window.DisplayWorkbookTabs.md) ###### [DisplayZeros](Excel.Window.DisplayZeros.md) ###### [EnableResize](Excel.Window.EnableResize.md) ###### [FreezePanes](Excel.Window.FreezePanes.md) ###### [GridlineColor](Excel.Window.GridlineColor.md) ###### [GridlineColorIndex](Excel.Window.GridlineColorIndex.md) ###### [Height](Excel.Window.Height.md) ###### [HWnd](Excel.window.hwnd.md) ###### [Index](Excel.Window.Index.md) ###### [Left](Excel.Window.Left.md) ###### [OnWindow](Excel.Window.OnWindow.md) ###### [Panes](Excel.Window.Panes.md) ###### [Parent](Excel.Window.Parent.md) ###### [RangeSelection](Excel.Window.RangeSelection.md) ###### [ScrollColumn](Excel.Window.ScrollColumn.md) ###### [ScrollRow](Excel.Window.ScrollRow.md) ###### [SelectedSheets](Excel.Window.SelectedSheets.md) ###### [Selection](Excel.Window.Selection.md) ###### [SheetViews](Excel.Window.SheetViews.md) ###### [Split](Excel.Window.Split.md) ###### [SplitColumn](Excel.Window.SplitColumn.md) ###### [SplitHorizontal](Excel.Window.SplitHorizontal.md) ###### [SplitRow](Excel.Window.SplitRow.md) ###### [SplitVertical](Excel.Window.SplitVertical.md) ###### [TabRatio](Excel.Window.TabRatio.md) ###### [Top](Excel.Window.Top.md) ###### [Type](Excel.Window.Type.md) ###### [UsableHeight](Excel.Window.UsableHeight.md) ###### [UsableWidth](Excel.Window.UsableWidth.md) ###### [View](Excel.Window.View.md) ###### [Visible](Excel.Window.Visible.md) ###### [VisibleRange](Excel.Window.VisibleRange.md) ###### [Width](Excel.Window.Width.md) ###### [WindowNumber](Excel.Window.WindowNumber.md) ###### [WindowState](Excel.Window.WindowState.md) ###### [Zoom](Excel.Window.Zoom.md) #### [Windows object](Excel.Windows.md) ##### Methods ###### [Arrange](Excel.Windows.Arrange.md) ###### [BreakSideBySide](Excel.Windows.BreakSideBySide.md) ###### [CompareSideBySideWith](Excel.Windows.CompareSideBySideWith.md) ###### [ResetPositionsSideBySide](Excel.Windows.ResetPositionsSideBySide.md) ##### Properties ###### [Application](Excel.Windows.Application.md) ###### [Count](Excel.Windows.Count.md) ###### [Creator](Excel.Windows.Creator.md) ###### [Item](Excel.Windows.Item.md) ###### [Parent](Excel.Windows.Parent.md) ###### [SyncScrollingSideBySide](Excel.Windows.SyncScrollingSideBySide.md) #### [Workbook object](Excel.Workbook.md) ##### Events ###### [Activate](Excel.Workbook.Activate(even).md) ###### [AddinInstall](Excel.Workbook.AddinInstall.md) ###### [AddinUninstall](Excel.Workbook.AddinUninstall.md) ###### [AfterRemoteChange](Excel.Workbook.AfterRemoteChange.md) ###### [AfterSave](Excel.Workbook.AfterSave.md) ###### [AfterXmlExport](Excel.Workbook.AfterXmlExport.md) ###### [AfterXmlImport](Excel.Workbook.AfterXmlImport.md) ###### [BeforeClose](Excel.Workbook.BeforeClose.md) ###### [BeforePrint](Excel.Workbook.BeforePrint.md) ###### [BeforeRemoteChange](Excel.Workbook.BeforeRemoteChange.md) ###### [BeforeSave](Excel.Workbook.BeforeSave.md) ###### [BeforeXmlExport](Excel.Workbook.BeforeXmlExport.md) ###### [BeforeXmlImport](Excel.Workbook.BeforeXmlImport.md) ###### [Deactivate](Excel.Workbook.Deactivate.md) ###### [ModelChange](Excel.workbook.modelchange.md) ###### [NewChart](Excel.Workbook.NewChart.md) ###### [NewSheet](Excel.Workbook.NewSheet.md) ###### [Open](Excel.Workbook.Open.md) ###### [PivotTableCloseConnection](Excel.workbook.pivottablecloseconnection.md) ###### [PivotTableOpenConnection](Excel.workbook.pivottableopenconnection.md) ###### [RowsetComplete](Excel.Workbook.RowsetComplete.md) ###### [SheetActivate](Excel.Workbook.SheetActivate.md) ###### [SheetBeforeDelete](Excel.workbook.sheetbeforedelete.md) ###### [SheetBeforeDoubleClick](Excel.Workbook.SheetBeforeDoubleClick.md) ###### [SheetBeforeRightClick](Excel.Workbook.SheetBeforeRightClick.md) ###### [SheetCalculate](Excel.Workbook.SheetCalculate.md) ###### [SheetChange](Excel.Workbook.SheetChange.md) ###### [SheetDeactivate](Excel.Workbook.SheetDeactivate.md) ###### [SheetFollowHyperlink](Excel.Workbook.SheetFollowHyperlink.md) ###### [SheetLensGalleryRenderComplete](Excel.workbook.sheetlensgalleryrendercomplete.md) ###### [SheetPivotTableAfterValueChange](Excel.Workbook.SheetPivotTableAfterValueChange.md) ###### [SheetPivotTableBeforeAllocateChanges](Excel.Workbook.SheetPivotTableBeforeAllocateChanges.md) ###### [SheetPivotTableBeforeCommitChanges](Excel.Workbook.SheetPivotTableBeforeCommitChanges.md) ###### [SheetPivotTableBeforeDiscardChanges](Excel.Workbook.SheetPivotTableBeforeDiscardChanges.md) ###### [SheetPivotTableChangeSync](Excel.Workbook.SheetPivotTableChangeSync.md) ###### [SheetPivotTableUpdate](Excel.Workbook.SheetPivotTableUpdate.md) ###### [SheetSelectionChange](Excel.Workbook.SheetSelectionChange.md) ###### [SheetTableUpdate](Excel.workbook.sheettableupdate.md) ###### [Sync](Excel.workbook.sync(event).md) ###### [WindowActivate](Excel.Workbook.WindowActivate.md) ###### [WindowDeactivate](Excel.Workbook.WindowDeactivate.md) ###### [WindowResize](Excel.Workbook.WindowResize.md) ##### Methods ###### [AcceptAllChanges](Excel.Workbook.AcceptAllChanges.md) ###### [Activate](Excel.Workbook.Activate(method).md) ###### [AddToFavorites](Excel.Workbook.AddToFavorites.md) ###### [ApplyTheme](Excel.Workbook.ApplyTheme.md) ###### [BreakLink](Excel.Workbook.BreakLink.md) ###### [CanCheckIn](Excel.Workbook.CanCheckIn.md) ###### [ChangeFileAccess](Excel.Workbook.ChangeFileAccess.md) ###### [ChangeLink](Excel.Workbook.ChangeLink.md) ###### [CheckIn](Excel.Workbook.CheckIn.md) ###### [CheckInWithVersion](Excel.Workbook.CheckInWithVersion.md) ###### [Close](Excel.Workbook.Close.md) ###### [ConvertComments](Excel.Workbook.ConvertComments.md) ###### [CreateForecastSheet](Excel.workbook.createforecastsheet.md) ###### [DeleteNumberFormat](Excel.Workbook.DeleteNumberFormat.md) ###### [EnableConnections](Excel.Workbook.EnableConnections.md) ###### [EndReview](Excel.Workbook.EndReview.md) ###### [ExclusiveAccess](Excel.Workbook.ExclusiveAccess.md) ###### [ExportAsFixedFormat](Excel.Workbook.ExportAsFixedFormat.md) ###### [FollowHyperlink](Excel.Workbook.FollowHyperlink.md) ###### [ForwardMailer](Excel.Workbook.ForwardMailer.md) ###### [GetWorkflowTasks](Excel.Workbook.GetWorkflowTasks.md) ###### [GetWorkflowTemplates](Excel.Workbook.GetWorkflowTemplates.md) ###### [HighlightChangesOptions](Excel.Workbook.HighlightChangesOptions.md) ###### [LinkInfo](Excel.Workbook.LinkInfo.md) ###### [LinkSources](Excel.Workbook.LinkSources.md) ###### [LockServerFile](Excel.Workbook.LockServerFile.md) ###### [MergeWorkbook](Excel.Workbook.MergeWorkbook.md) ###### [NewWindow](Excel.Workbook.NewWindow.md) ###### [OpenLinks](Excel.Workbook.OpenLinks.md) ###### [PivotCaches](Excel.Workbook.PivotCaches.md) ###### [Post](Excel.Workbook.Post.md) ###### [PrintOut](Excel.Workbook.PrintOut.md) ###### [PrintPreview](Excel.Workbook.PrintPreview.md) ###### [Protect](Excel.Workbook.Protect.md) ###### [ProtectSharing](Excel.Workbook.ProtectSharing.md) ###### [PublishToDocs](Excel.workbook.publishtodocs.md) ###### [PurgeChangeHistoryNow](Excel.Workbook.PurgeChangeHistoryNow.md) ###### [RefreshAll](Excel.Workbook.RefreshAll.md) ###### [RejectAllChanges](Excel.Workbook.RejectAllChanges.md) ###### [ReloadAs](Excel.Workbook.ReloadAs.md) ###### [RemoveDocumentInformation](Excel.Workbook.RemoveDocumentInformation.md) ###### [RemoveUser](Excel.Workbook.RemoveUser.md) ###### [Reply](Excel.Workbook.Reply.md) ###### [ReplyAll](Excel.Workbook.ReplyAll.md) ###### [ReplyWithChanges](Excel.Workbook.ReplyWithChanges.md) ###### [ResetColors](Excel.Workbook.ResetColors.md) ###### [RunAutoMacros](Excel.Workbook.RunAutoMacros.md) ###### [Save](Excel.Workbook.Save.md) ###### [SaveAs](Excel.Workbook.SaveAs.md) ###### [SaveAsXMLData](Excel.Workbook.SaveAsXMLData.md) ###### [SaveCopyAs](Excel.Workbook.SaveCopyAs.md) ###### [SendFaxOverInternet](Excel.Workbook.SendFaxOverInternet.md) ###### [SendForReview](Excel.Workbook.SendForReview.md) ###### [SendMail](Excel.Workbook.SendMail.md) ###### [SendMailer](Excel.Workbook.SendMailer.md) ###### [SetLinkOnData](Excel.Workbook.SetLinkOnData.md) ###### [SetPasswordEncryptionOptions](Excel.Workbook.SetPasswordEncryptionOptions.md) ###### [ToggleFormsDesign](Excel.Workbook.ToggleFormsDesign.md) ###### [Unprotect](Excel.Workbook.Unprotect.md) ###### [UnprotectSharing](Excel.Workbook.UnprotectSharing.md) ###### [UpdateFromFile](Excel.Workbook.UpdateFromFile.md) ###### [UpdateLink](Excel.Workbook.UpdateLink.md) ###### [WebPagePreview](Excel.Workbook.WebPagePreview.md) ###### [XmlImport](Excel.Workbook.XmlImport.md) ###### [XmlImportXml](Excel.Workbook.XmlImportXml.md) ##### Properties ###### [AccuracyVersion](Excel.Workbook.AccuracyVersion.md) ###### [ActiveChart](Excel.Workbook.ActiveChart.md) ###### [ActiveSheet](Excel.Workbook.ActiveSheet.md) ###### [ActiveSlicer](Excel.Workbook.ActiveSlicer.md) ###### [Application](Excel.Workbook.Application.md) ###### [AutoSaveOn](Excel.Workbook.AutoSaveOn.md) ###### [AutoUpdateFrequency](Excel.Workbook.AutoUpdateFrequency.md) ###### [AutoUpdateSaveChanges](Excel.Workbook.AutoUpdateSaveChanges.md) ###### [BuiltinDocumentProperties](Excel.Workbook.BuiltinDocumentProperties.md) ###### [CalculationVersion](Excel.Workbook.CalculationVersion.md) ###### [CaseSensitive](Excel.workbook.casesensitive.md) ###### [ChangeHistoryDuration](Excel.Workbook.ChangeHistoryDuration.md) ###### [ChartDataPointTrack](Excel.workbook.chartdatapointtrack.md) ###### [Charts](Excel.Workbook.Charts.md) ###### [CheckCompatibility](Excel.Workbook.CheckCompatibility.md) ###### [CodeName](Excel.Workbook.CodeName.md) ###### [Colors](Excel.Workbook.Colors.md) ###### [CommandBars](Excel.Workbook.CommandBars.md) ###### [ConflictResolution](Excel.Workbook.ConflictResolution.md) ###### [Connections](Excel.Workbook.Connections.md) ###### [ConnectionsDisabled](Excel.Workbook.ConnectionsDisabled.md) ###### [Container](Excel.Workbook.Container.md) ###### [ContentTypeProperties](Excel.Workbook.ContentTypeProperties.md) ###### [CreateBackup](Excel.Workbook.CreateBackup.md) ###### [Creator](Excel.Workbook.Creator.md) ###### [CustomDocumentProperties](Excel.Workbook.CustomDocumentProperties.md) ###### [CustomViews](Excel.Workbook.CustomViews.md) ###### [CustomXMLParts](Excel.Workbook.CustomXMLParts.md) ###### [Date1904](Excel.Workbook.Date1904.md) ###### [DefaultPivotTableStyle](Excel.Workbook.DefaultPivotTableStyle.md) ###### [DefaultSlicerStyle](Excel.Workbook.DefaultSlicerStyle.md) ###### [DefaultTableStyle](Excel.Workbook.DefaultTableStyle.md) ###### [DefaultTimelineStyle](Excel.workbook.defaulttimelinestyle.md) ###### [DisplayDrawingObjects](Excel.Workbook.DisplayDrawingObjects.md) ###### [DisplayInkComments](Excel.Workbook.DisplayInkComments.md) ###### [DocumentInspectors](Excel.Workbook.DocumentInspectors.md) ###### [DocumentLibraryVersions](Excel.Workbook.DocumentLibraryVersions.md) ###### [DoNotPromptForConvert](Excel.Workbook.DoNotPromptForConvert.md) ###### [EnableAutoRecover](Excel.Workbook.EnableAutoRecover.md) ###### [EncryptionProvider](Excel.Workbook.EncryptionProvider.md) ###### [EnvelopeVisible](Excel.Workbook.EnvelopeVisible.md) ###### [Excel4IntlMacroSheets](Excel.Workbook.Excel4IntlMacroSheets.md) ###### [Excel4MacroSheets](Excel.Workbook.Excel4MacroSheets.md) ###### [Excel8CompatibilityMode](Excel.Workbook.Excel8CompatibilityMode.md) ###### [FileFormat](Excel.Workbook.FileFormat.md) ###### [Final](Excel.Workbook.Final.md) ###### [ForceFullCalculation](Excel.Workbook.ForceFullCalculation.md) ###### [FullName](Excel.Workbook.FullName.md) ###### [FullNameURLEncoded](Excel.Workbook.FullNameURLEncoded.md) ###### [HasPassword](Excel.Workbook.HasPassword.md) ###### [HasVBProject](Excel.Workbook.HasVBProject.md) ###### [HighlightChangesOnScreen](Excel.Workbook.HighlightChangesOnScreen.md) ###### [IconSets](Excel.Workbook.IconSets.md) ###### [InactiveListBorderVisible](Excel.Workbook.InactiveListBorderVisible.md) ###### [IsAddin](Excel.Workbook.IsAddin.md) ###### [IsInplace](Excel.Workbook.IsInplace.md) ###### [KeepChangeHistory](Excel.Workbook.KeepChangeHistory.md) ###### [ListChangesOnNewSheet](Excel.Workbook.ListChangesOnNewSheet.md) ###### [Mailer](Excel.Workbook.Mailer.md) ###### [Model](Excel.workbook.model.md) ###### [MultiUserEditing](Excel.Workbook.MultiUserEditing.md) ###### [Name](Excel.Workbook.Name.md) ###### [Names](Excel.Workbook.Names.md) ###### [Parent](Excel.Workbook.Parent.md) ###### [Password](Excel.Workbook.Password.md) ###### [PasswordEncryptionAlgorithm](Excel.Workbook.PasswordEncryptionAlgorithm.md) ###### [PasswordEncryptionFileProperties](Excel.Workbook.PasswordEncryptionFileProperties.md) ###### [PasswordEncryptionKeyLength](Excel.Workbook.PasswordEncryptionKeyLength.md) ###### [PasswordEncryptionProvider](Excel.Workbook.PasswordEncryptionProvider.md) ###### [Path](Excel.Workbook.Path.md) ###### [Permission](Excel.Workbook.Permission.md) ###### [PersonalViewListSettings](Excel.Workbook.PersonalViewListSettings.md) ###### [PersonalViewPrintSettings](Excel.Workbook.PersonalViewPrintSettings.md) ###### [PivotTables](Excel.workbook.pivottables.md) ###### [PrecisionAsDisplayed](Excel.Workbook.PrecisionAsDisplayed.md) ###### [ProtectStructure](Excel.Workbook.ProtectStructure.md) ###### [ProtectWindows](Excel.Workbook.ProtectWindows.md) ###### [PublishObjects](Excel.Workbook.PublishObjects.md) ###### [Queries](Excel.workbook.queries.md) ###### [ReadOnly](Excel.Workbook.ReadOnly.md) ###### [ReadOnlyRecommended](Excel.Workbook.ReadOnlyRecommended.md) ###### [RemovePersonalInformation](Excel.Workbook.RemovePersonalInformation.md) ###### [Research](Excel.Workbook.Research.md) ###### [RevisionNumber](Excel.Workbook.RevisionNumber.md) ###### [Saved](Excel.Workbook.Saved.md) ###### [SaveLinkValues](Excel.Workbook.SaveLinkValues.md) ###### [SensitivityLabel](Excel.Workbook.SensitivityLabel.md) ###### [ServerPolicy](Excel.Workbook.ServerPolicy.md) ###### [ServerViewableItems](Excel.Workbook.ServerViewableItems.md) ###### [SharedWorkspace](Excel.Workbook.SharedWorkspace.md) ###### [Sheets](Excel.Workbook.Sheets.md) ###### [ShowConflictHistory](Excel.Workbook.ShowConflictHistory.md) ###### [ShowPivotChartActiveFields](Excel.Workbook.ShowPivotChartActiveFields.md) ###### [ShowPivotTableFieldList](Excel.Workbook.ShowPivotTableFieldList.md) ###### [Signatures](Excel.Workbook.Signatures.md) ###### [SlicerCaches](Excel.Workbook.SlicerCaches.md) ###### [SmartDocument](Excel.Workbook.SmartDocument.md) ###### [Styles](Excel.Workbook.Styles.md) ###### [Sync](Excel.Workbook.Sync.md) ###### [TableStyles](Excel.Workbook.TableStyles.md) ###### [TemplateRemoveExtData](Excel.Workbook.TemplateRemoveExtData.md) ###### [Theme](Excel.Workbook.Theme.md) ###### [UpdateLinks](Excel.Workbook.UpdateLinks.md) ###### [UpdateRemoteReferences](Excel.Workbook.UpdateRemoteReferences.md) ###### [UserStatus](Excel.Workbook.UserStatus.md) ###### [UseWholeCellCriteria](Excel.workbook.usewholecellcriteria.md) ###### [UseWildcards](Excel.workbook.usewildcards.md) ###### [VBASigned](Excel.Workbook.VBASigned.md) ###### [VBProject](Excel.Workbook.VBProject.md) ###### [WebOptions](Excel.Workbook.WebOptions.md) ###### [Windows](Excel.Workbook.Windows.md) ###### [Worksheets](Excel.Workbook.Worksheets.md) ###### [WritePassword](Excel.Workbook.WritePassword.md) ###### [WriteReserved](Excel.Workbook.WriteReserved.md) ###### [WriteReservedBy](Excel.Workbook.WriteReservedBy.md) ###### [XmlMaps](Excel.Workbook.XmlMaps.md) ###### [XmlNamespaces](Excel.Workbook.XmlNamespaces.md) #### [WorkbookConnection object](Excel.WorkbookConnection.md) ##### Methods ###### [Delete](Excel.WorkbookConnection.Delete.md) ###### [Refresh](Excel.WorkbookConnection.Refresh.md) ##### Properties ###### [Application](Excel.WorkbookConnection.Application.md) ###### [Creator](Excel.WorkbookConnection.Creator.md) ###### [DataFeedConnection](Excel.workbookconnection.datafeedconnection.md) ###### [Description](Excel.WorkbookConnection.Description.md) ###### [InModel](Excel.workbookconnection.inmodel.md) ###### [ModelConnection](Excel.workbookconnection.modelconnection.md) ###### [ModelTables](Excel.workbookconnection.modeltables.md) ###### [Name](Excel.WorkbookConnection.Name.md) ###### [ODBCConnection](Excel.WorkbookConnection.ODBCConnection.md) ###### [OLEDBConnection](Excel.WorkbookConnection.OLEDBConnection.md) ###### [Parent](Excel.WorkbookConnection.Parent.md) ###### [Ranges](Excel.WorkbookConnection.Ranges.md) ###### [RefreshWithRefreshAll](Excel.workbookconnection.refreshwithrefreshall.md) ###### [TextConnection](Excel.workbookconnection.textconnection.md) ###### [Type](Excel.WorkbookConnection.Type.md) ###### [WorksheetDataConnection](Excel.workbookconnection.worksheetdataconnection.md) #### [WorkbookQuery object](Excel.workbookquery.md) ##### Methods ###### [Delete](Excel.workbookquery.delete.md) ###### [Refresh](Excel.workbookquery.refresh.md) ##### Properties ###### [Application](Excel.workbookquery.application.md) ###### [Creator](Excel.workbookquery.creator.md) ###### [Description](Excel.workbookquery.description.md) ###### [Formula](Excel.workbookquery.formula.md) ###### [Name](Excel.workbookquery.name.md) ###### [Parent](Excel.workbookquery.parent.md) #### [Workbooks object](Excel.Workbooks.md) ##### Methods ###### [Add](Excel.Workbooks.Add.md) ###### [CanCheckOut](Excel.Workbooks.CanCheckOut.md) ###### [CheckOut](Excel.Workbooks.CheckOut.md) ###### [Close](Excel.Workbooks.Close.md) ###### [Open](Excel.Workbooks.Open.md) ###### [OpenDatabase](Excel.Workbooks.OpenDatabase.md) ###### [OpenText](Excel.Workbooks.OpenText.md) ###### [OpenXML](Excel.Workbooks.OpenXML.md) ##### Properties ###### [Application](Excel.Workbooks.Application.md) ###### [Count](Excel.Workbooks.Count.md) ###### [Creator](Excel.Workbooks.Creator.md) ###### [Item](Excel.Workbooks.Item.md) ###### [Parent](Excel.Workbooks.Parent.md) #### [Worksheet object](Excel.Worksheet.md) ##### Events ###### [Activate](Excel.Worksheet.Activate(even).md) ###### [BeforeDelete](Excel.worksheet.beforedelete.md) ###### [BeforeDoubleClick](Excel.Worksheet.BeforeDoubleClick.md) ###### [BeforeRightClick](Excel.Worksheet.BeforeRightClick.md) ###### [Calculate](Excel.Worksheet.Calculate(even).md) ###### [Change](Excel.Worksheet.Change.md) ###### [Deactivate](Excel.Worksheet.Deactivate.md) ###### [FollowHyperlink](Excel.Worksheet.FollowHyperlink.md) ###### [LensGalleryRenderComplete](Excel.worksheet.lensgalleryrendercomplete.md) ###### [PivotTableAfterValueChange](Excel.Worksheet.PivotTableAfterValueChange.md) ###### [PivotTableBeforeAllocateChanges](Excel.Worksheet.PivotTableBeforeAllocateChanges.md) ###### [PivotTableBeforeCommitChanges](Excel.Worksheet.PivotTableBeforeCommitChanges.md) ###### [PivotTableBeforeDiscardChanges](Excel.Worksheet.PivotTableBeforeDiscardChanges.md) ###### [PivotTableChangeSync](Excel.Worksheet.PivotTableChangeSync.md) ###### [PivotTableUpdate](Excel.Worksheet.PivotTableUpdate.md) ###### [SelectionChange](Excel.Worksheet.SelectionChange.md) ###### [TableUpdate](Excel.worksheet.tableupdate.md) ##### Methods ###### [Activate](Excel.Worksheet.Activate(method).md) ###### [Calculate](Excel.Worksheet.Calculate(method).md) ###### [ChartObjects](Excel.Worksheet.ChartObjects.md) ###### [CheckSpelling](Excel.Worksheet.CheckSpelling.md) ###### [CircleInvalid](Excel.Worksheet.CircleInvalid.md) ###### [ClearArrows](Excel.Worksheet.ClearArrows.md) ###### [ClearCircles](Excel.Worksheet.ClearCircles.md) ###### [Copy](Excel.Worksheet.Copy.md) ###### [Delete](Excel.Worksheet.Delete.md) ###### [Evaluate](Excel.Worksheet.Evaluate.md) ###### [ExportAsFixedFormat](Excel.Worksheet.ExportAsFixedFormat.md) ###### [Move](Excel.Worksheet.Move.md) ###### [OLEObjects](Excel.Worksheet.OLEObjects.md) ###### [Paste](Excel.Worksheet.Paste.md) ###### [PasteSpecial](Excel.Worksheet.PasteSpecial.md) ###### [PivotTables](Excel.Worksheet.PivotTables.md) ###### [PivotTableWizard](Excel.Worksheet.PivotTableWizard.md) ###### [PrintOut](Excel.Worksheet.PrintOut.md) ###### [PrintPreview](Excel.Worksheet.PrintPreview.md) ###### [Protect](Excel.Worksheet.Protect.md) ###### [ResetAllPageBreaks](Excel.Worksheet.ResetAllPageBreaks.md) ###### [SaveAs](Excel.Worksheet.SaveAs.md) ###### [Scenarios](Excel.Worksheet.Scenarios.md) ###### [Select](Excel.Worksheet.Select.md) ###### [SetBackgroundPicture](Excel.Worksheet.SetBackgroundPicture.md) ###### [ShowAllData](Excel.Worksheet.ShowAllData.md) ###### [ShowDataForm](Excel.Worksheet.ShowDataForm.md) ###### [Unprotect](Excel.Worksheet.Unprotect.md) ###### [XmlDataQuery](Excel.Worksheet.XmlDataQuery.md) ###### [XmlMapQuery](Excel.Worksheet.XmlMapQuery.md) ##### Properties ###### [Application](Excel.Worksheet.Application.md) ###### [AutoFilter](Excel.Worksheet.AutoFilter.md) ###### [AutoFilterMode](Excel.Worksheet.AutoFilterMode.md) ###### [Cells](Excel.Worksheet.Cells.md) ###### [CircularReference](Excel.Worksheet.CircularReference.md) ###### [CodeName](Excel.Worksheet.CodeName.md) ###### [Columns](Excel.Worksheet.Columns.md) ###### [Comments](Excel.Worksheet.Comments.md) ###### [CommentsThreaded](Excel.Worksheet.CommentsThreaded.md) ###### [ConsolidationFunction](Excel.Worksheet.ConsolidationFunction.md) ###### [ConsolidationOptions](Excel.Worksheet.ConsolidationOptions.md) ###### [ConsolidationSources](Excel.Worksheet.ConsolidationSources.md) ###### [Creator](Excel.Worksheet.Creator.md) ###### [CustomProperties](Excel.Worksheet.CustomProperties.md) ###### [DisplayPageBreaks](Excel.Worksheet.DisplayPageBreaks.md) ###### [DisplayRightToLeft](Excel.Worksheet.DisplayRightToLeft.md) ###### [EnableAutoFilter](Excel.Worksheet.EnableAutoFilter.md) ###### [EnableCalculation](Excel.Worksheet.EnableCalculation.md) ###### [EnableFormatConditionsCalculation](Excel.Worksheet.EnableFormatConditionsCalculation.md) ###### [EnableOutlining](Excel.Worksheet.EnableOutlining.md) ###### [EnablePivotTable](Excel.Worksheet.EnablePivotTable.md) ###### [EnableSelection](Excel.Worksheet.EnableSelection.md) ###### [FilterMode](Excel.Worksheet.FilterMode.md) ###### [HPageBreaks](Excel.Worksheet.HPageBreaks.md) ###### [Hyperlinks](Excel.Worksheet.Hyperlinks.md) ###### [Index](Excel.Worksheet.Index.md) ###### [ListObjects](Excel.Worksheet.ListObjects.md) ###### [MailEnvelope](Excel.Worksheet.MailEnvelope.md) ###### [Name](Excel.Worksheet.Name.md) ###### [Names](Excel.Worksheet.Names.md) ###### [Next](Excel.Worksheet.Next.md) ###### [Outline](Excel.Worksheet.Outline.md) ###### [PageSetup](Excel.Worksheet.PageSetup.md) ###### [Parent](Excel.Worksheet.Parent.md) ###### [Previous](Excel.Worksheet.Previous.md) ###### [PrintedCommentPages](Excel.Worksheet.PrintedCommentPages.md) ###### [ProtectContents](Excel.Worksheet.ProtectContents.md) ###### [ProtectDrawingObjects](Excel.Worksheet.ProtectDrawingObjects.md) ###### [Protection](Excel.Worksheet.Protection.md) ###### [ProtectionMode](Excel.Worksheet.ProtectionMode.md) ###### [ProtectScenarios](Excel.Worksheet.ProtectScenarios.md) ###### [QueryTables](Excel.Worksheet.QueryTables.md) ###### [Range](Excel.Worksheet.Range.md) ###### [Rows](Excel.Worksheet.Rows.md) ###### [ScrollArea](Excel.Worksheet.ScrollArea.md) ###### [Shapes](Excel.Worksheet.Shapes.md) ###### [Sort](Excel.Worksheet.Sort.md) ###### [StandardHeight](Excel.Worksheet.StandardHeight.md) ###### [StandardWidth](Excel.Worksheet.StandardWidth.md) ###### [Tab](Excel.Worksheet.Tab.md) ###### [TransitionExpEval](Excel.Worksheet.TransitionExpEval.md) ###### [TransitionFormEntry](Excel.Worksheet.TransitionFormEntry.md) ###### [Type](Excel.Worksheet.Type.md) ###### [UsedRange](Excel.Worksheet.UsedRange.md) ###### [Visible](Excel.Worksheet.Visible.md) ###### [VPageBreaks](Excel.Worksheet.VPageBreaks.md) #### [WorksheetDataConnection object](Excel.worksheetdataconnection.md) ##### Properties ###### [Application](Excel.worksheetdataconnection.application.md) ###### [CommandText](Excel.worksheetdataconnection.commandtext.md) ###### [CommandType](Excel.worksheetdataconnection.commandtype.md) ###### [Connection](Excel.worksheetdataconnection.connection.md) ###### [Creator](Excel.worksheetdataconnection.creator.md) ###### [Parent](Excel.worksheetdataconnection.parent.md) #### [WorksheetFunction object](Excel.WorksheetFunction.md) ##### Methods ###### [AccrInt](Excel.WorksheetFunction.AccrInt.md) ###### [AccrIntM](Excel.WorksheetFunction.AccrIntM.md) ###### [Acos](Excel.WorksheetFunction.Acos.md) ###### [Acosh](Excel.WorksheetFunction.Acosh.md) ###### [Acot](Excel.worksheetfunction.acot.md) ###### [Acoth](Excel.worksheetfunction.acoth.md) ###### [Aggregate](Excel.WorksheetFunction.Aggregate.md) ###### [AmorDegrc](Excel.WorksheetFunction.AmorDegrc.md) ###### [AmorLinc](Excel.WorksheetFunction.AmorLinc.md) ###### [And](Excel.WorksheetFunction.And.md) ###### [Arabic](Excel.worksheetfunction.arabic.md) ###### [Asc](Excel.WorksheetFunction.Asc.md) ###### [Asin](Excel.WorksheetFunction.Asin.md) ###### [Asinh](Excel.WorksheetFunction.Asinh.md) ###### [Atan2](Excel.WorksheetFunction.Atan2.md) ###### [Atanh](Excel.WorksheetFunction.Atanh.md) ###### [AveDev](Excel.WorksheetFunction.AveDev.md) ###### [Average](Excel.WorksheetFunction.Average.md) ###### [AverageIf](Excel.WorksheetFunction.AverageIf.md) ###### [AverageIfs](Excel.WorksheetFunction.AverageIfs.md) ###### [BahtText](Excel.WorksheetFunction.BahtText.md) ###### [Base](Excel.worksheetfunction.base.md) ###### [BesselI](Excel.WorksheetFunction.BesselI.md) ###### [BesselJ](Excel.WorksheetFunction.BesselJ.md) ###### [BesselK](Excel.WorksheetFunction.BesselK.md) ###### [BesselY](Excel.WorksheetFunction.BesselY.md) ###### [Beta_Dist](Excel.WorksheetFunction.Beta_Dist.md) ###### [Beta_Inv](Excel.WorksheetFunction.Beta_Inv.md) ###### [BetaDist](Excel.WorksheetFunction.BetaDist.md) ###### [BetaInv](Excel.WorksheetFunction.BetaInv.md) ###### [Bin2Dec](Excel.WorksheetFunction.Bin2Dec.md) ###### [Bin2Hex](Excel.WorksheetFunction.Bin2Hex.md) ###### [Bin2Oct](Excel.WorksheetFunction.Bin2Oct.md) ###### [Binom_Dist](Excel.WorksheetFunction.Binom_Dist.md) ###### [Binom_Dist_Range](Excel.worksheetfunction.binom_dist_range.md) ###### [Binom_Inv](Excel.WorksheetFunction.Binom_Inv.md) ###### [BinomDist](Excel.WorksheetFunction.BinomDist.md) ###### [Bitand](Excel.worksheetfunction.bitand.md) ###### [Bitlshift](Excel.worksheetfunction.bitlshift.md) ###### [Bitor](Excel.worksheetfunction.bitor.md) ###### [Bitrshift](Excel.worksheetfunction.bitrshift.md) ###### [Bitxor](Excel.worksheetfunction.bitxor.md) ###### [Ceiling](Excel.WorksheetFunction.Ceiling.md) ###### [Ceiling_Math](Excel.worksheetfunction.ceiling_math.md) ###### [Ceiling_Precise](Excel.WorksheetFunction.Ceiling_Precise.md) ###### [ChiDist](Excel.WorksheetFunction.ChiDist.md) ###### [ChiInv](Excel.WorksheetFunction.ChiInv.md) ###### [ChiSq_Dist](Excel.WorksheetFunction.ChiSq_Dist.md) ###### [ChiSq_Dist_RT](Excel.WorksheetFunction.ChiSq_Dist_RT.md) ###### [ChiSq_Inv](Excel.WorksheetFunction.ChiSq_Inv.md) ###### [ChiSq_Inv_RT](Excel.WorksheetFunction.ChiSq_Inv_RT.md) ###### [ChiSq_Test](Excel.WorksheetFunction.ChiSq_Test.md) ###### [ChiTest](Excel.WorksheetFunction.ChiTest.md) ###### [Choose](Excel.WorksheetFunction.Choose.md) ###### [Clean](Excel.WorksheetFunction.Clean.md) ###### [Combin](Excel.WorksheetFunction.Combin.md) ###### [Combina](Excel.worksheetfunction.combina.md) ###### [Complex](Excel.WorksheetFunction.Complex.md) ###### [Confidence](Excel.WorksheetFunction.Confidence.md) ###### [Confidence_Norm](Excel.WorksheetFunction.Confidence_Norm.md) ###### [Confidence_T](Excel.WorksheetFunction.Confidence_T.md) ###### [Convert](Excel.WorksheetFunction.Convert.md) ###### [Correl](Excel.WorksheetFunction.Correl.md) ###### [Cosh](Excel.WorksheetFunction.Cosh.md) ###### [Cot](Excel.worksheetfunction.cot.md) ###### [Coth](Excel.worksheetfunction.coth.md) ###### [Count](Excel.WorksheetFunction.Count.md) ###### [CountA](Excel.WorksheetFunction.CountA.md) ###### [CountBlank](Excel.WorksheetFunction.CountBlank.md) ###### [CountIf](Excel.WorksheetFunction.CountIf.md) ###### [CountIfs](Excel.WorksheetFunction.CountIfs.md) ###### [CoupDayBs](Excel.WorksheetFunction.CoupDayBs.md) ###### [CoupDays](Excel.WorksheetFunction.CoupDays.md) ###### [CoupDaysNc](Excel.WorksheetFunction.CoupDaysNc.md) ###### [CoupNcd](Excel.WorksheetFunction.CoupNcd.md) ###### [CoupNum](Excel.WorksheetFunction.CoupNum.md) ###### [CoupPcd](Excel.WorksheetFunction.CoupPcd.md) ###### [Covar](Excel.WorksheetFunction.Covar.md) ###### [Covariance_P](Excel.WorksheetFunction.Covariance_P.md) ###### [Covariance_S](Excel.WorksheetFunction.Covariance_S.md) ###### [CritBinom](Excel.WorksheetFunction.CritBinom.md) ###### [Csc](Excel.worksheetfunction.csc.md) ###### [Csch](Excel.worksheetfunction.csch.md) ###### [CumIPmt](Excel.WorksheetFunction.CumIPmt.md) ###### [CumPrinc](Excel.WorksheetFunction.CumPrinc.md) ###### [DAverage](Excel.WorksheetFunction.DAverage.md) ###### [Days](Excel.worksheetfunction.days.md) ###### [Days360](Excel.WorksheetFunction.Days360.md) ###### [Db](Excel.WorksheetFunction.Db.md) ###### [Dbcs](Excel.WorksheetFunction.Dbcs.md) ###### [DCount](Excel.WorksheetFunction.DCount.md) ###### [DCountA](Excel.WorksheetFunction.DCountA.md) ###### [Ddb](Excel.WorksheetFunction.Ddb.md) ###### [Dec2Bin](Excel.WorksheetFunction.Dec2Bin.md) ###### [Dec2Hex](Excel.WorksheetFunction.Dec2Hex.md) ###### [Dec2Oct](Excel.WorksheetFunction.Dec2Oct.md) ###### [Decimal](Excel.worksheetfunction.decimal.md) ###### [Degrees](Excel.WorksheetFunction.Degrees.md) ###### [Delta](Excel.WorksheetFunction.Delta.md) ###### [DevSq](Excel.WorksheetFunction.DevSq.md) ###### [DGet](Excel.WorksheetFunction.DGet.md) ###### [Disc](Excel.WorksheetFunction.Disc.md) ###### [DMax](Excel.WorksheetFunction.DMax.md) ###### [DMin](Excel.WorksheetFunction.DMin.md) ###### [Dollar](Excel.WorksheetFunction.Dollar.md) ###### [DollarDe](Excel.WorksheetFunction.DollarDe.md) ###### [DollarFr](Excel.WorksheetFunction.DollarFr.md) ###### [DProduct](Excel.WorksheetFunction.DProduct.md) ###### [DStDev](Excel.WorksheetFunction.DStDev.md) ###### [DStDevP](Excel.WorksheetFunction.DStDevP.md) ###### [DSum](Excel.WorksheetFunction.DSum.md) ###### [Duration](Excel.WorksheetFunction.Duration.md) ###### [DVar](Excel.WorksheetFunction.DVar.md) ###### [DVarP](Excel.WorksheetFunction.DVarP.md) ###### [EDate](Excel.WorksheetFunction.EDate.md) ###### [Effect](Excel.WorksheetFunction.Effect.md) ###### [EncodeUrl](Excel.worksheetfunction.encodeurl.md) ###### [EoMonth](Excel.WorksheetFunction.EoMonth.md) ###### [Erf](Excel.WorksheetFunction.Erf.md) ###### [Erf_Precise](Excel.WorksheetFunction.Erf_Precise.md) ###### [ErfC](Excel.WorksheetFunction.ErfC.md) ###### [ErfC_Precise](Excel.WorksheetFunction.ErfC_Precise.md) ###### [Even](Excel.WorksheetFunction.Even.md) ###### [Expon_Dist](Excel.WorksheetFunction.Expon_Dist.md) ###### [ExponDist](Excel.WorksheetFunction.ExponDist.md) ###### [F_Dist](Excel.WorksheetFunction.F_Dist.md) ###### [F_Dist_RT](Excel.WorksheetFunction.F_Dist_RT.md) ###### [F_Inv](Excel.WorksheetFunction.F_Inv.md) ###### [F_Inv_RT](Excel.WorksheetFunction.F_Inv_RT.md) ###### [F_Test](Excel.WorksheetFunction.F_Test.md) ###### [Fact](Excel.WorksheetFunction.Fact.md) ###### [FactDouble](Excel.WorksheetFunction.FactDouble.md) ###### [FDist](Excel.WorksheetFunction.FDist.md) ###### [FilterXML](Excel.worksheetfunction.filterxml.md) ###### [Find](Excel.WorksheetFunction.Find.md) ###### [FindB](Excel.WorksheetFunction.FindB.md) ###### [FInv](Excel.WorksheetFunction.FInv.md) ###### [Fisher](Excel.WorksheetFunction.Fisher.md) ###### [FisherInv](Excel.WorksheetFunction.FisherInv.md) ###### [Fixed](Excel.WorksheetFunction.Fixed.md) ###### [Floor](Excel.WorksheetFunction.Floor.md) ###### [Floor_Math](Excel.worksheetfunction.floor_math.md) ###### [Floor_Precise](Excel.WorksheetFunction.Floor_Precise.md) ###### [Forecast](Excel.WorksheetFunction.Forecast.md) ###### [Forecast_ETS](Excel.worksheetfunction.forecast_ets.md) ###### [Forecast_ETS_ConfInt](Excel.worksheetfunction.forecast_ets_confint.md) ###### [Forecast_ETS_Seasonality](Excel.worksheetfunction.forecast_ets_seasonality.md) ###### [Forecast_ETS_STAT](Excel.worksheetfunction.forecast_ets_stat.md) ###### [Forecast_Linear](Excel.worksheetfunction.forecast_linear.md) ###### [Frequency](Excel.WorksheetFunction.Frequency.md) ###### [FTest](Excel.WorksheetFunction.FTest.md) ###### [Fv](Excel.WorksheetFunction.Fv.md) ###### [FVSchedule](Excel.WorksheetFunction.FVSchedule.md) ###### [Gamma](Excel.worksheetfunction.gamma.md) ###### [Gamma_Dist](Excel.WorksheetFunction.Gamma_Dist.md) ###### [Gamma_Inv](Excel.WorksheetFunction.Gamma_Inv.md) ###### [GammaDist](Excel.WorksheetFunction.GammaDist.md) ###### [GammaInv](Excel.WorksheetFunction.GammaInv.md) ###### [GammaLn](Excel.WorksheetFunction.GammaLn.md) ###### [GammaLn_Precise](Excel.WorksheetFunction.GammaLn_Precise.md) ###### [Gauss](Excel.worksheetfunction.gauss.md) ###### [Gcd](Excel.WorksheetFunction.Gcd.md) ###### [GeoMean](Excel.WorksheetFunction.GeoMean.md) ###### [GeStep](Excel.WorksheetFunction.GeStep.md) ###### [Growth](Excel.WorksheetFunction.Growth.md) ###### [HarMean](Excel.WorksheetFunction.HarMean.md) ###### [Hex2Bin](Excel.WorksheetFunction.Hex2Bin.md) ###### [Hex2Dec](Excel.WorksheetFunction.Hex2Dec.md) ###### [Hex2Oct](Excel.WorksheetFunction.Hex2Oct.md) ###### [HLookup](Excel.WorksheetFunction.HLookup.md) ###### [HypGeom_Dist](Excel.WorksheetFunction.HypGeom_Dist.md) ###### [HypGeomDist](Excel.WorksheetFunction.HypGeomDist.md) ###### [IfError](Excel.WorksheetFunction.IfError.md) ###### [IfNa](Excel.worksheetfunction.ifna.md) ###### [ImAbs](Excel.WorksheetFunction.ImAbs.md) ###### [Imaginary](Excel.WorksheetFunction.Imaginary.md) ###### [ImArgument](Excel.WorksheetFunction.ImArgument.md) ###### [ImConjugate](Excel.WorksheetFunction.ImConjugate.md) ###### [ImCos](Excel.WorksheetFunction.ImCos.md) ###### [ImCosh](Excel.worksheetfunction.imcosh.md) ###### [ImCot](Excel.worksheetfunction.imcot.md) ###### [ImCsc](Excel.worksheetfunction.imcsc.md) ###### [ImCsch](Excel.worksheetfunction.imcsch.md) ###### [ImDiv](Excel.WorksheetFunction.ImDiv.md) ###### [ImExp](Excel.WorksheetFunction.ImExp.md) ###### [ImLn](Excel.WorksheetFunction.ImLn.md) ###### [ImLog10](Excel.WorksheetFunction.ImLog10.md) ###### [ImLog2](Excel.WorksheetFunction.ImLog2.md) ###### [ImPower](Excel.WorksheetFunction.ImPower.md) ###### [ImProduct](Excel.WorksheetFunction.ImProduct.md) ###### [ImReal](Excel.WorksheetFunction.ImReal.md) ###### [ImSec](Excel.worksheetfunction.imsec.md) ###### [ImSech](Excel.worksheetfunction.imsech.md) ###### [ImSin](Excel.WorksheetFunction.ImSin.md) ###### [ImSinh](Excel.worksheetfunction.imsinh.md) ###### [ImSqrt](Excel.WorksheetFunction.ImSqrt.md) ###### [ImSub](Excel.WorksheetFunction.ImSub.md) ###### [ImSum](Excel.WorksheetFunction.ImSum.md) ###### [ImTan](Excel.worksheetfunction.imtan.md) ###### [Index](Excel.WorksheetFunction.Index.md) ###### [Intercept](Excel.WorksheetFunction.Intercept.md) ###### [IntRate](Excel.WorksheetFunction.IntRate.md) ###### [Ipmt](Excel.WorksheetFunction.Ipmt.md) ###### [Irr](Excel.WorksheetFunction.Irr.md) ###### [IsErr](Excel.WorksheetFunction.IsErr.md) ###### [IsError](Excel.WorksheetFunction.IsError.md) ###### [IsEven](Excel.WorksheetFunction.IsEven.md) ###### [IsFormula](Excel.worksheetfunction.isformula.md) ###### [IsLogical](Excel.WorksheetFunction.IsLogical.md) ###### [IsNA](Excel.WorksheetFunction.IsNA.md) ###### [IsNonText](Excel.WorksheetFunction.IsNonText.md) ###### [IsNumber](Excel.WorksheetFunction.IsNumber.md) ###### [ISO_Ceiling](Excel.WorksheetFunction.ISO_Ceiling.md) ###### [IsOdd](Excel.WorksheetFunction.IsOdd.md) ###### [IsoWeekNum](Excel.worksheetfunction.isoweeknum.md) ###### [Ispmt](Excel.WorksheetFunction.Ispmt.md) ###### [IsText](Excel.WorksheetFunction.IsText.md) ###### [Kurt](Excel.WorksheetFunction.Kurt.md) ###### [Large](Excel.WorksheetFunction.Large.md) ###### [Lcm](Excel.WorksheetFunction.Lcm.md) ###### [LinEst](Excel.WorksheetFunction.LinEst.md) ###### [Ln](Excel.WorksheetFunction.Ln.md) ###### [Log](Excel.WorksheetFunction.Log.md) ###### [Log10](Excel.WorksheetFunction.Log10.md) ###### [LogEst](Excel.WorksheetFunction.LogEst.md) ###### [LogInv](Excel.WorksheetFunction.LogInv.md) ###### [LogNorm_Dist](Excel.WorksheetFunction.LogNorm_Dist.md) ###### [LogNorm_Inv](Excel.WorksheetFunction.LogNorm_Inv.md) ###### [LogNormDist](Excel.WorksheetFunction.LogNormDist.md) ###### [Lookup](Excel.WorksheetFunction.Lookup.md) ###### [Match](Excel.WorksheetFunction.Match.md) ###### [Max](Excel.WorksheetFunction.Max.md) ###### [MDeterm](Excel.WorksheetFunction.MDeterm.md) ###### [MDuration](Excel.WorksheetFunction.MDuration.md) ###### [Median](Excel.WorksheetFunction.Median.md) ###### [Min](Excel.WorksheetFunction.Min.md) ###### [MInverse](Excel.WorksheetFunction.MInverse.md) ###### [MIrr](Excel.WorksheetFunction.MIrr.md) ###### [MMult](Excel.WorksheetFunction.MMult.md) ###### [Mode](Excel.WorksheetFunction.Mode.md) ###### [Mode_Mult](Excel.WorksheetFunction.Mode_Mult.md) ###### [Mode_Sngl](Excel.WorksheetFunction.Mode_Sngl.md) ###### [MRound](Excel.WorksheetFunction.MRound.md) ###### [MultiNomial](Excel.WorksheetFunction.MultiNomial.md) ###### [Munit](Excel.worksheetfunction.munit.md) ###### [NegBinom_Dist](Excel.WorksheetFunction.NegBinom_Dist.md) ###### [NegBinomDist](Excel.WorksheetFunction.NegBinomDist.md) ###### [NetworkDays](Excel.WorksheetFunction.NetworkDays.md) ###### [NetworkDays_Intl](Excel.WorksheetFunction.NetworkDays_Intl.md) ###### [Nominal](Excel.WorksheetFunction.Nominal.md) ###### [Norm_Dist](Excel.WorksheetFunction.Norm_Dist.md) ###### [Norm_Inv](Excel.WorksheetFunction.Norm_Inv.md) ###### [Norm_S_Dist](Excel.WorksheetFunction.Norm_S_Dist.md) ###### [Norm_S_Inv](Excel.WorksheetFunction.Norm_S_Inv.md) ###### [NormDist](Excel.WorksheetFunction.NormDist.md) ###### [NormInv](Excel.WorksheetFunction.NormInv.md) ###### [NormSDist](Excel.WorksheetFunction.NormSDist.md) ###### [NormSInv](Excel.WorksheetFunction.NormSInv.md) ###### [NPer](Excel.WorksheetFunction.NPer.md) ###### [Npv](Excel.WorksheetFunction.Npv.md) ###### [NumberValue](Excel.worksheetfunction.numbervalue.md) ###### [Oct2Bin](Excel.WorksheetFunction.Oct2Bin.md) ###### [Oct2Dec](Excel.WorksheetFunction.Oct2Dec.md) ###### [Oct2Hex](Excel.WorksheetFunction.Oct2Hex.md) ###### [Odd](Excel.WorksheetFunction.Odd.md) ###### [OddFPrice](Excel.WorksheetFunction.OddFPrice.md) ###### [OddFYield](Excel.WorksheetFunction.OddFYield.md) ###### [OddLPrice](Excel.WorksheetFunction.OddLPrice.md) ###### [OddLYield](Excel.WorksheetFunction.OddLYield.md) ###### [Or](Excel.WorksheetFunction.Or.md) ###### [PDuration](Excel.worksheetfunction.pduration.md) ###### [Pearson](Excel.WorksheetFunction.Pearson.md) ###### [Percentile](Excel.WorksheetFunction.Percentile.md) ###### [Percentile_Exc](Excel.WorksheetFunction.Percentile_Exc.md) ###### [Percentile_Inc](Excel.WorksheetFunction.Percentile_Inc.md) ###### [PercentRank](Excel.WorksheetFunction.PercentRank.md) ###### [PercentRank_Exc](Excel.WorksheetFunction.PercentRank_Exc.md) ###### [PercentRank_Inc](Excel.WorksheetFunction.PercentRank_Inc.md) ###### [Permut](Excel.WorksheetFunction.Permut.md) ###### [Permutationa](Excel.worksheetfunction.permutationa.md) ###### [Phi](Excel.worksheetfunction.phi.md) ###### [Phonetic](Excel.WorksheetFunction.Phonetic.md) ###### [Pi](Excel.WorksheetFunction.Pi.md) ###### [Pmt](Excel.WorksheetFunction.Pmt.md) ###### [Poisson](Excel.WorksheetFunction.Poisson.md) ###### [Poisson_Dist](Excel.WorksheetFunction.Poisson_Dist.md) ###### [Power](Excel.WorksheetFunction.Power.md) ###### [Ppmt](Excel.WorksheetFunction.Ppmt.md) ###### [Price](Excel.WorksheetFunction.Price.md) ###### [PriceDisc](Excel.WorksheetFunction.PriceDisc.md) ###### [PriceMat](Excel.WorksheetFunction.PriceMat.md) ###### [Prob](Excel.WorksheetFunction.Prob.md) ###### [Product](Excel.WorksheetFunction.Product.md) ###### [Proper](Excel.WorksheetFunction.Proper.md) ###### [Pv](Excel.WorksheetFunction.Pv.md) ###### [Quartile](Excel.WorksheetFunction.Quartile.md) ###### [Quartile_Exc](Excel.WorksheetFunction.Quartile_Exc.md) ###### [Quartile_Inc](Excel.WorksheetFunction.Quartile_Inc.md) ###### [Quotient](Excel.WorksheetFunction.Quotient.md) ###### [Radians](Excel.WorksheetFunction.Radians.md) ###### [RandBetween](Excel.WorksheetFunction.RandBetween.md) ###### [Rank](Excel.WorksheetFunction.Rank.md) ###### [Rank_Avg](Excel.WorksheetFunction.Rank_Avg.md) ###### [Rank_Eq](Excel.WorksheetFunction.Rank_Eq.md) ###### [Rate](Excel.WorksheetFunction.Rate.md) ###### [Received](Excel.WorksheetFunction.Received.md) ###### [Replace](Excel.WorksheetFunction.Replace.md) ###### [ReplaceB](Excel.WorksheetFunction.ReplaceB.md) ###### [Rept](Excel.WorksheetFunction.Rept.md) ###### [Roman](Excel.WorksheetFunction.Roman.md) ###### [Round](Excel.WorksheetFunction.Round.md) ###### [RoundDown](Excel.WorksheetFunction.RoundDown.md) ###### [RoundUp](Excel.WorksheetFunction.RoundUp.md) ###### [Rri](Excel.worksheetfunction.rri.md) ###### [RSq](Excel.WorksheetFunction.RSq.md) ###### [RTD](Excel.WorksheetFunction.RTD.md) ###### [Search](Excel.WorksheetFunction.Search.md) ###### [SearchB](Excel.WorksheetFunction.SearchB.md) ###### [Sec](Excel.worksheetfunction.sec.md) ###### [Sech](Excel.worksheetfunction.sech.md) ###### [SeriesSum](Excel.WorksheetFunction.SeriesSum.md) ###### [Sinh](Excel.WorksheetFunction.Sinh.md) ###### [Skew](Excel.WorksheetFunction.Skew.md) ###### [Skew_p](Excel.worksheetfunction.skew_p.md) ###### [Sln](Excel.WorksheetFunction.Sln.md) ###### [Slope](Excel.WorksheetFunction.Slope.md) ###### [Small](Excel.WorksheetFunction.Small.md) ###### [SqrtPi](Excel.WorksheetFunction.SqrtPi.md) ###### [Standardize](Excel.WorksheetFunction.Standardize.md) ###### [StDev](Excel.WorksheetFunction.StDev.md) ###### [StDev_P](Excel.WorksheetFunction.StDev_P.md) ###### [StDev_S](Excel.WorksheetFunction.StDev_S.md) ###### [StDevP](Excel.WorksheetFunction.StDevP.md) ###### [StEyx](Excel.WorksheetFunction.StEyx.md) ###### [Substitute](Excel.WorksheetFunction.Substitute.md) ###### [Subtotal](Excel.WorksheetFunction.Subtotal.md) ###### [Sum](Excel.WorksheetFunction.Sum.md) ###### [SumIf](Excel.WorksheetFunction.SumIf.md) ###### [SumIfs](Excel.WorksheetFunction.SumIfs.md) ###### [SumProduct](Excel.WorksheetFunction.SumProduct.md) ###### [SumSq](Excel.WorksheetFunction.SumSq.md) ###### [SumX2MY2](Excel.WorksheetFunction.SumX2MY2.md) ###### [SumX2PY2](Excel.WorksheetFunction.SumX2PY2.md) ###### [SumXMY2](Excel.WorksheetFunction.SumXMY2.md) ###### [Syd](Excel.WorksheetFunction.Syd.md) ###### [T_Dist](Excel.WorksheetFunction.T_Dist.md) ###### [T_Dist_2T](Excel.WorksheetFunction.T_Dist_2T.md) ###### [T_Dist_RT](Excel.WorksheetFunction.T_Dist_RT.md) ###### [T_Inv](Excel.WorksheetFunction.T_Inv.md) ###### [T_Inv_2T](Excel.WorksheetFunction.T_Inv_2T.md) ###### [T_Test](Excel.WorksheetFunction.T_Test.md) ###### [Tanh](Excel.WorksheetFunction.Tanh.md) ###### [TBillEq](Excel.WorksheetFunction.TBillEq.md) ###### [TBillPrice](Excel.WorksheetFunction.TBillPrice.md) ###### [TBillYield](Excel.WorksheetFunction.TBillYield.md) ###### [TDist](Excel.WorksheetFunction.TDist.md) ###### [Text](Excel.WorksheetFunction.Text.md) ###### [TInv](Excel.WorksheetFunction.TInv.md) ###### [Transpose](Excel.WorksheetFunction.Transpose.md) ###### [Trend](Excel.WorksheetFunction.Trend.md) ###### [Trim](Excel.WorksheetFunction.Trim.md) ###### [TrimMean](Excel.WorksheetFunction.TrimMean.md) ###### [TTest](Excel.WorksheetFunction.TTest.md) ###### [Unichar](Excel.worksheetfunction.unichar.md) ###### [Unicode](Excel.worksheetfunction.unicode.md) ###### [USDollar](Excel.WorksheetFunction.USDollar.md) ###### [Var](Excel.WorksheetFunction.Var.md) ###### [Var_P](Excel.WorksheetFunction.Var_P.md) ###### [Var_S](Excel.WorksheetFunction.Var_S.md) ###### [VarP](Excel.WorksheetFunction.VarP.md) ###### [Vdb](Excel.WorksheetFunction.Vdb.md) ###### [VLookup](Excel.WorksheetFunction.VLookup.md) ###### [WebService](Excel.worksheetfunction.webservice.md) ###### [Weekday](Excel.WorksheetFunction.Weekday.md) ###### [WeekNum](Excel.WorksheetFunction.WeekNum.md) ###### [Weibull](Excel.WorksheetFunction.Weibull.md) ###### [Weibull_Dist](Excel.WorksheetFunction.Weibull_Dist.md) ###### [WorkDay](Excel.WorksheetFunction.WorkDay.md) ###### [WorkDay_Intl](Excel.WorksheetFunction.WorkDay_Intl.md) ###### [Xirr](Excel.WorksheetFunction.Xirr.md) ###### [Xnpv](Excel.WorksheetFunction.Xnpv.md) ###### [Xor](Excel.worksheetfunction.xor.md) ###### [YearFrac](Excel.WorksheetFunction.YearFrac.md) ###### [YieldDisc](Excel.WorksheetFunction.YieldDisc.md) ###### [YieldMat](Excel.WorksheetFunction.YieldMat.md) ###### [Z_Test](Excel.WorksheetFunction.Z_Test.md) ###### [ZTest](Excel.WorksheetFunction.ZTest.md) ##### Properties ###### [Application](Excel.WorksheetFunction.Application.md) ###### [Creator](Excel.WorksheetFunction.Creator.md) ###### [Parent](Excel.WorksheetFunction.Parent.md) #### [Worksheets object](Excel.WorkSheets.md) ##### Methods ###### [Add](Excel.WorkSheets.Add.md) ###### [Add2](Excel.WorkSheets.add2.md) ###### [Copy](Excel.WorkSheets.Copy.md) ###### [Delete](Excel.WorkSheets.Delete.md) ###### [FillAcrossSheets](Excel.WorkSheets.FillAcrossSheets.md) ###### [Move](Excel.WorkSheets.Move.md) ###### [PrintOut](Excel.WorkSheets.PrintOut.md) ###### [PrintPreview](Excel.WorkSheets.PrintPreview.md) ###### [Select](Excel.WorkSheets.Select.md) ##### Properties ###### [Application](Excel.WorkSheets.Application.md) ###### [Count](Excel.WorkSheets.Count.md) ###### [Creator](Excel.WorkSheets.Creator.md) ###### [HPageBreaks](Excel.WorkSheets.HPageBreaks.md) ###### [Item](Excel.WorkSheets.Item.md) ###### [Parent](Excel.WorkSheets.Parent.md) ###### [Visible](Excel.WorkSheets.Visible.md) ###### [VPageBreaks](Excel.WorkSheets.VPageBreaks.md) #### [WorksheetView object](Excel.WorksheetView.md) ##### Properties ###### [Application](Excel.WorksheetView.Application.md) ###### [Creator](Excel.WorksheetView.Creator.md) ###### [DisplayFormulas](Excel.WorksheetView.DisplayFormulas.md) ###### [DisplayGridlines](Excel.WorksheetView.DisplayGridlines.md) ###### [DisplayHeadings](Excel.WorksheetView.DisplayHeadings.md) ###### [DisplayOutline](Excel.WorksheetView.DisplayOutline.md) ###### [DisplayZeros](Excel.WorksheetView.DisplayZeros.md) ###### [Parent](Excel.WorksheetView.Parent.md) ###### [Sheet](Excel.WorksheetView.Sheet.md) #### [XmlDataBinding object](Excel.XmlDataBinding.md) ##### Methods ###### [ClearSettings](Excel.XmlDataBinding.ClearSettings.md) ###### [LoadSettings](Excel.XmlDataBinding.LoadSettings.md) ###### [Refresh](Excel.XmlDataBinding.Refresh.md) ##### Properties ###### [Application](Excel.XmlDataBinding.Application.md) ###### [Creator](Excel.XmlDataBinding.Creator.md) ###### [Parent](Excel.XmlDataBinding.Parent.md) ###### [SourceUrl](Excel.XmlDataBinding.SourceUrl.md) #### [XmlMap object](Excel.XmlMap.md) ##### Methods ###### [Delete](Excel.XmlMap.Delete.md) ###### [Export](Excel.XmlMap.Export.md) ###### [ExportXml](Excel.XmlMap.ExportXml.md) ###### [Import](Excel.XmlMap.Import.md) ###### [ImportXml](Excel.XmlMap.ImportXml.md) ##### Properties ###### [AdjustColumnWidth](Excel.XmlMap.AdjustColumnWidth.md) ###### [AppendOnImport](Excel.XmlMap.AppendOnImport.md) ###### [Application](Excel.XmlMap.Application.md) ###### [Creator](Excel.XmlMap.Creator.md) ###### [DataBinding](Excel.XmlMap.DataBinding.md) ###### [IsExportable](Excel.XmlMap.IsExportable.md) ###### [Name](Excel.XmlMap.Name.md) ###### [Parent](Excel.XmlMap.Parent.md) ###### [PreserveColumnFilter](Excel.XmlMap.PreserveColumnFilter.md) ###### [PreserveNumberFormatting](Excel.XmlMap.PreserveNumberFormatting.md) ###### [RootElementName](Excel.XmlMap.RootElementName.md) ###### [RootElementNamespace](Excel.XmlMap.RootElementNamespace.md) ###### [SaveDataSourceDefinition](Excel.XmlMap.SaveDataSourceDefinition.md) ###### [Schemas](Excel.XmlMap.Schemas.md) ###### [ShowImportExportValidationErrors](Excel.XmlMap.ShowImportExportValidationErrors.md) ###### [WorkbookConnection](Excel.XmlMap.WorkbookConnection.md) #### [XmlMaps object](Excel.XmlMaps.md) ##### Methods ###### [Add](Excel.XmlMaps.Add.md) ##### Properties ###### [Application](Excel.XmlMaps.Application.md) ###### [Count](Excel.XmlMaps.Count.md) ###### [Creator](Excel.XmlMaps.Creator.md) ###### [Item](Excel.XmlMaps.Item.md) ###### [Parent](Excel.XmlMaps.Parent.md) #### [XmlNamespace object](Excel.XmlNamespace.md) ##### Properties ###### [Application](Excel.XmlNamespace.Application.md) ###### [Creator](Excel.XmlNamespace.Creator.md) ###### [Parent](Excel.XmlNamespace.Parent.md) ###### [Prefix](Excel.XmlNamespace.Prefix.md) ###### [Uri](Excel.XmlNamespace.Uri.md) #### [XmlNamespaces object](Excel.XmlNamespaces.md) ##### Methods ###### [InstallManifest](Excel.XmlNamespaces.InstallManifest.md) ##### Properties ###### [Application](Excel.XmlNamespaces.Application.md) ###### [Count](Excel.XmlNamespaces.Count.md) ###### [Creator](Excel.XmlNamespaces.Creator.md) ###### [Item](Excel.XmlNamespaces.Item.md) ###### [Parent](Excel.XmlNamespaces.Parent.md) ###### [Value](Excel.XmlNamespaces.Value.md) #### [XmlSchema object](Excel.XmlSchema.md) ##### Properties ###### [Application](Excel.XmlSchema.Application.md) ###### [Creator](Excel.XmlSchema.Creator.md) ###### [Name](Excel.XmlSchema.Name.md) ###### [Namespace](Excel.XmlSchema.Namespace.md) ###### [Parent](Excel.XmlSchema.Parent.md) ###### [XML](Excel.XmlSchema.XML.md) #### [XmlSchemas object](Excel.XmlSchemas.md) ##### Properties ###### [Application](Excel.XmlSchemas.Application.md) ###### [Count](Excel.XmlSchemas.Count.md) ###### [Creator](Excel.XmlSchemas.Creator.md) ###### [Item](Excel.XmlSchemas.Item.md) ###### [Parent](Excel.XmlSchemas.Parent.md) #### [XPath object](Excel.XPath.md) ##### Methods ###### [Clear](Excel.XPath.Clear.md) ###### [SetValue](Excel.XPath.SetValue.md) ##### Properties ###### [Application](Excel.XPath.Application.md) ###### [Creator](Excel.XPath.Creator.md) ###### [Map](Excel.XPath.Map.md) ###### [Parent](Excel.XPath.Parent.md) ###### [Repeating](Excel.XPath.Repeating.md) ###### [Value](Excel.XPath.Value.md) #### [Enumerations](Excel(enumerations).md) ##### [Constants](Excel.Constants.md) ##### [XlAboveBelow](Excel.XlAboveBelow.md) ##### [XlActionType](Excel.XlActionType.md) ##### [XlAllocation](Excel.XlAllocation.md) ##### [XlAllocationMethod](Excel.XlAllocationMethod.md) ##### [XlAllocationValue](Excel.XlAllocationValue.md) ##### [XlApplicationInternational](Excel.XlApplicationInternational.md) ##### [XlApplyNamesOrder](Excel.XlApplyNamesOrder.md) ##### [XlArabicModes](Excel.XlArabicModes.md) ##### [XlArrangeStyle](Excel.XlArrangeStyle.md) ##### [XlArrowHeadLength](Excel.XlArrowHeadLength.md) ##### [XlArrowHeadStyle](Excel.XlArrowHeadStyle.md) ##### [XlArrowHeadWidth](Excel.XlArrowHeadWidth.md) ##### [XlAutoFillType](Excel.XlAutoFillType.md) ##### [XlAutoFilterOperator](Excel.XlAutoFilterOperator.md) ##### [XlAxisCrosses](Excel.XlAxisCrosses.md) ##### [XlAxisGroup](Excel.XlAxisGroup.md) ##### [XlAxisType](Excel.XlAxisType.md) ##### [XlBackground](Excel.XlBackground.md) ##### [XlBarShape](Excel.XlBarShape.md) ##### [XlBinsType](Excel.xlbinstype.md) ##### [XlBordersIndex](Excel.XlBordersIndex.md) ##### [XlBorderWeight](Excel.XlBorderWeight.md) ##### [XlBuiltInDialog](Excel.XlBuiltInDialog.md) ##### [XlCalcFor](Excel.XlCalcFor.md) ##### [XlCalcMemNumberFormatType](Excel.xlcalcmemnumberformattype.md) ##### [XlCalculatedMemberType](Excel.XlCalculatedMemberType.md) ##### [XlCalculation](Excel.XlCalculation.md) ##### [XlCalculationInterruptKey](Excel.XlCalculationInterruptKey.md) ##### [XlCalculationState](Excel.XlCalculationState.md) ##### [XlCategoryLabelLevel](Excel.xlcategorylabellevel.md) ##### [XlCategoryType](Excel.XlCategoryType.md) ##### [XlCellChangedState](Excel.XlCellChangedState.md) ##### [XlCellInsertionMode](Excel.XlCellInsertionMode.md) ##### [XlCellType](Excel.XlCellType.md) ##### [XlChartElementPosition](Excel.XlChartElementPosition.md) ##### [XlChartGallery](Excel.XlChartGallery.md) ##### [XlChartItem](Excel.XlChartItem.md) ##### [XlChartLocation](Excel.XlChartLocation.md) ##### [XlChartPicturePlacement](Excel.XlChartPicturePlacement.md) ##### [XlChartPictureType](Excel.XlChartPictureType.md) ##### [XlChartSplitType](Excel.XlChartSplitType.md) ##### [XlChartType](Excel.XlChartType.md) ##### [XlCheckInVersionType](Excel.XlCheckInVersionType.md) ##### [XlClipboardFormat](Excel.XlClipboardFormat.md) ##### [XlCmdType](Excel.XlCmdType.md) ##### [XlColorIndex](Excel.XlColorIndex.md) ##### [XlColumnDataType](Excel.XlColumnDataType.md) ##### [XlCommandUnderlines](Excel.XlCommandUnderlines.md) ##### [XlCommentDisplayMode](Excel.XlCommentDisplayMode.md) ##### [XlConditionValueTypes](Excel.XlConditionValueTypes.md) ##### [XlConnectionType](Excel.XlConnectionType.md) ##### [XlConsolidationFunction](Excel.XlConsolidationFunction.md) ##### [XlContainsOperator](Excel.XlContainsOperator.md) ##### [XlCopyPictureFormat](Excel.XlCopyPictureFormat.md) ##### [XlCorruptLoad](Excel.XlCorruptLoad.md) ##### [XlCreator](Excel.XlCreator.md) ##### [XlCredentialsMethod](Excel.XlCredentialsMethod.md) ##### [XlCubeFieldSubType](Excel.XlCubeFieldSubType.md) ##### [XlCubeFieldType](Excel.XlCubeFieldType.md) ##### [XlCutCopyMode](Excel.XlCutCopyMode.md) ##### [XlCVError](Excel.XlCVError.md) ##### [XlDataBarAxisPosition](Excel.XlDataBarAxisPosition.md) ##### [XlDataBarBorderType](Excel.XlDataBarBorderType.md) ##### [XlDataBarFillType](Excel.XlDataBarFillType.md) ##### [XlDataBarNegativeColorType](Excel.XlDataBarNegativeColorType.md) ##### [XlDataLabelPosition](Excel.XlDataLabelPosition.md) ##### [XlDataLabelSeparator](Excel.XlDataLabelSeparator.md) ##### [XlDataLabelsType](Excel.XlDataLabelsType.md) ##### [XlDataSeriesDate](Excel.XlDataSeriesDate.md) ##### [XlDataSeriesType](Excel.XlDataSeriesType.md) ##### [XlDeleteShiftDirection](Excel.XlDeleteShiftDirection.md) ##### [XlDirection](Excel.XlDirection.md) ##### [XlDisplayBlanksAs](Excel.XlDisplayBlanksAs.md) ##### [XlDisplayDrawingObjects](Excel.XlDisplayDrawingObjects.md) ##### [XlDisplayUnit](Excel.XlDisplayUnit.md) ##### [XlDupeUnique](Excel.XlDupeUnique.md) ##### [XlDVAlertStyle](Excel.XlDVAlertStyle.md) ##### [XlDVType](Excel.XlDVType.md) ##### [XlDynamicFilterCriteria](Excel.XlDynamicFilterCriteria.md) ##### [XlEditionFormat](Excel.XlEditionFormat.md) ##### [XlEditionOptionsOption](Excel.XlEditionOptionsOption.md) ##### [XlEditionType](Excel.XlEditionType.md) ##### [XlEnableCancelKey](Excel.XlEnableCancelKey.md) ##### [XlEnableSelection](Excel.XlEnableSelection.md) ##### [XlEndStyleCap](Excel.XlEndStyleCap.md) ##### [XlErrorBarDirection](Excel.XlErrorBarDirection.md) ##### [XlErrorBarInclude](Excel.XlErrorBarInclude.md) ##### [XlErrorBarType](Excel.XlErrorBarType.md) ##### [XlErrorChecks](Excel.XlErrorChecks.md) ##### [XlFileAccess](Excel.XlFileAccess.md) ##### [XlFileFormat](Excel.XlFileFormat.md) ##### [XlFileValidationPivotMode](Excel.XlFileValidationPivotMode.md) ##### [XlFillWith](Excel.XlFillWith.md) ##### [XlFilterAction](Excel.XlFilterAction.md) ##### [XlFilterAllDatesInPeriod](Excel.XlFilterAllDatesInPeriod.md) ##### [XlFilterStatus](Excel.xlfilterstatus.md) ##### [XlFindLookIn](Excel.XlFindLookIn.md) ##### [XlFixedFormatQuality](Excel.XlFixedFormatQuality.md) ##### [XlFixedFormatType](Excel.XlFixedFormatType.md) ##### [XlForecastAggregation](Excel.xlforecastaggregation.md) ##### [XlForecastChartType](Excel.xlforecastcharttype.md) ##### [XlForecastDataCompletion](Excel.xlforecastdatacompletion.md) ##### [XlFormatConditionOperator](Excel.XlFormatConditionOperator.md) ##### [XlFormatConditionType](Excel.XlFormatConditionType.md) ##### [XlFormatFilterTypes](Excel.XlFormatFilterTypes.md) ##### [XlFormControl](Excel.XlFormControl.md) ##### [XlFormulaLabel](Excel.XlFormulaLabel.md) ##### [XlGenerateTableRefs](Excel.XlGenerateTableRefs.md) ##### [XlGeoProjectionType](Excel.XlGeoProjectionType.md) ##### [XlGeoMappingLevel](Excel.XlGeoMappingLevel.md) ##### [XlGradientFillType](Excel.XlGradientFillType.md) ##### [XlHAlign](Excel.XlHAlign.md) ##### [XlHebrewModes](Excel.XlHebrewModes.md) ##### [XlHighlightChangesTime](Excel.XlHighlightChangesTime.md) ##### [XlHtmlType](Excel.XlHtmlType.md) ##### [XlIcon](Excel.XlIcon.md) ##### [XlIconSet](Excel.XlIconSet.md) ##### [XlIMEMode](Excel.XlIMEMode.md) ##### [XlImportDataAs](Excel.XlImportDataAs.md) ##### [XlInsertFormatOrigin](Excel.XlInsertFormatOrigin.md) ##### [XlInsertShiftDirection](Excel.XlInsertShiftDirection.md) ##### [XlLayoutFormType](Excel.XlLayoutFormType.md) ##### [XlLayoutRowType](Excel.XlLayoutRowType.md) ##### [XlLegendPosition](Excel.XlLegendPosition.md) ##### [XlLineStyle](Excel.XlLineStyle.md) ##### [XlLink](Excel.XlLink.md) ##### [XlLinkInfo](Excel.XlLinkInfo.md) ##### [XlLinkInfoType](Excel.XlLinkInfoType.md) ##### [XlLinkStatus](Excel.XlLinkStatus.md) ##### [XlLinkType](Excel.XlLinkType.md) ##### [XlLinkedDataTypeState](excel.xllinkeddatatypestate.md) ##### [XlListConflict](Excel.XlListConflict.md) ##### [XlListDataType](Excel.XlListDataType.md) ##### [XlListObjectSourceType](Excel.XlListObjectSourceType.md) ##### [XlLocationInTable](Excel.XlLocationInTable.md) ##### [XlLookAt](Excel.XlLookAt.md) ##### [XlLookFor](Excel.XlLookFor.md) ##### [XlMailSystem](Excel.XlMailSystem.md) ##### [XlMarkerStyle](Excel.XlMarkerStyle.md) ##### [XlMeasurementUnits](Excel.XlMeasurementUnits.md) ##### [XlModelChangeSource](Excel.xlmodelchangesource.md) ##### [XlMouseButton](Excel.XlMouseButton.md) ##### [XlMousePointer](Excel.XlMousePointer.md) ##### [XlMSApplication](Excel.XlMSApplication.md) ##### [XlOartHorizontalOverflow](Excel.XlOartHorizontalOverflow.md) ##### [XlOartVerticalOverflow](Excel.XlOartVerticalOverflow.md) ##### [XlObjectSize](Excel.XlObjectSize.md) ##### [XlOLEType](Excel.XlOLEType.md) ##### [XlOLEVerb](Excel.XlOLEVerb.md) ##### [XlOrder](Excel.XlOrder.md) ##### [XlOrientation](Excel.XlOrientation.md) ##### [XlPageBreak](Excel.XlPageBreak.md) ##### [XlPageBreakExtent](Excel.XlPageBreakExtent.md) ##### [XlPageOrientation](Excel.XlPageOrientation.md) ##### [XlPaperSize](Excel.XlPaperSize.md) ##### [XlParameterDataType](Excel.XlParameterDataType.md) ##### [XlParameterType](Excel.XlParameterType.md) ##### [XlParentDataLabelOptions](Excel.xlparentdatalabeloptions.md) ##### [XlPasteSpecialOperation](Excel.XlPasteSpecialOperation.md) ##### [XlPasteType](Excel.XlPasteType.md) ##### [XlPattern](Excel.XlPattern.md) ##### [XlPhoneticAlignment](Excel.XlPhoneticAlignment.md) ##### [XlPhoneticCharacterType](Excel.XlPhoneticCharacterType.md) ##### [XlPictureAppearance](Excel.XlPictureAppearance.md) ##### [XlPictureConvertorType](Excel.XlPictureConvertorType.md) ##### [XlPieSliceIndex](Excel.XlPieSliceIndex.md) ##### [XlPieSliceLocation](Excel.XlPieSliceLocation.md) ##### [XlPivotCellType](Excel.XlPivotCellType.md) ##### [XlPivotConditionScope](Excel.XlPivotConditionScope.md) ##### [XlPivotFieldCalculation](Excel.XlPivotFieldCalculation.md) ##### [XlPivotFieldDataType](Excel.XlPivotFieldDataType.md) ##### [XlPivotFieldOrientation](Excel.XlPivotFieldOrientation.md) ##### [XlPivotFieldRepeatLabels](Excel.XlPivotFieldRepeatLabels.md) ##### [XlPivotFilterType](Excel.XlPivotFilterType.md) ##### [XlPivotFormatType](Excel.XlPivotFormatType.md) ##### [XlPivotLineType](Excel.XlPivotLineType.md) ##### [XlPivotTableMissingItems](Excel.XlPivotTableMissingItems.md) ##### [XlPivotTableSourceType](Excel.XlPivotTableSourceType.md) ##### [XlPivotTableVersionList](Excel.XlPivotTableVersionList.md) ##### [XlPlacement](Excel.XlPlacement.md) ##### [XlPlatform](Excel.XlPlatform.md) ##### [XlPortugueseReform](Excel.XlPortugueseReform.md) ##### [XlPrintErrors](Excel.XlPrintErrors.md) ##### [XlPrintLocation](Excel.XlPrintLocation.md) ##### [XlPriority](Excel.XlPriority.md) ##### [XlPropertyDisplayedIn](Excel.XlPropertyDisplayedIn.md) ##### [XlProtectedViewCloseReason](Excel.XlProtectedViewCloseReason.md) ##### [XlProtectedViewWindowState](Excel.XlProtectedViewWindowState.md) ##### [XlPTSelectionMode](Excel.XlPTSelectionMode.md) ##### [XlQueryType](Excel.XlQueryType.md) ##### [XlQuickAnalysisMode](Excel.xlquickanalysismode.md) ##### [XlRangeAutoFormat](Excel.XlRangeAutoFormat.md) ##### [XlRangeValueDataType](Excel.XlRangeValueDataType.md) ##### [XlReferenceStyle](Excel.XlReferenceStyle.md) ##### [XlReferenceType](Excel.XlReferenceType.md) ##### [XlRegionLabelOptions](Excel.XlRegionLabelOptions.md) ##### [XlRemoveDocInfoType](Excel.XlRemoveDocInfoType.md) ##### [XlRgbColor](Excel.XlRgbColor.md) ##### [XlRobustConnect](Excel.XlRobustConnect.md) ##### [XlRoutingSlipDelivery](Excel.XlRoutingSlipDelivery.md) ##### [XlRoutingSlipStatus](Excel.XlRoutingSlipStatus.md) ##### [XlRowCol](Excel.XlRowCol.md) ##### [XlRunAutoMacro](Excel.XlRunAutoMacro.md) ##### [XlSaveAction](Excel.XlSaveAction.md) ##### [XlSaveAsAccessMode](Excel.XlSaveAsAccessMode.md) ##### [XlSaveConflictResolution](Excel.XlSaveConflictResolution.md) ##### [XlScaleType](Excel.XlScaleType.md) ##### [XlSearchDirection](Excel.XlSearchDirection.md) ##### [XlSearchOrder](Excel.XlSearchOrder.md) ##### [XlSearchWithin](Excel.XlSearchWithin.md) ##### [XlSeriesNameLevel](Excel.xlseriesnamelevel.md) ##### [XlSheetType](Excel.XlSheetType.md) ##### [XlSheetVisibility](Excel.XlSheetVisibility.md) ##### [XlSizeRepresents](Excel.XlSizeRepresents.md) ##### [XlSlicerCacheType](Excel.xlslicercachetype.md) ##### [XlSlicerCrossFilterType](Excel.XlSlicerCrossFilterType.md) ##### [XlSlicerSort](Excel.XlSlicerSort.md) ##### [XlSmartTagControlType](Excel.XlSmartTagControlType.md) ##### [XlSmartTagDisplayMode](Excel.XlSmartTagDisplayMode.md) ##### [XlSortDataOption](Excel.XlSortDataOption.md) ##### [XlSortMethod](Excel.XlSortMethod.md) ##### [XlSortMethodOld](Excel.XlSortMethodOld.md) ##### [XlSortOn](Excel.XlSortOn.md) ##### [XlSortOrder](Excel.XlSortOrder.md) ##### [XlSortOrientation](Excel.XlSortOrientation.md) ##### [XlSortType](Excel.XlSortType.md) ##### [XlSourceType](Excel.XlSourceType.md) ##### [XlSpanishModes](Excel.XlSpanishModes.md) ##### [XlSparklineRowCol](Excel.XlSparklineRowCol.md) ##### [XlSparkScale](Excel.XlSparkScale.md) ##### [XlSparkType](Excel.XlSparkType.md) ##### [XlSpeakDirection](Excel.XlSpeakDirection.md) ##### [XlSpecialCellsValue](Excel.XlSpecialCellsValue.md) ##### [XlStdColorScale](Excel.XlStdColorScale.md) ##### [XlSubscribeToFormat](Excel.XlSubscribeToFormat.md) ##### [XlSubtotalLocationType](Excel.XlSubtotalLocationType.md) ##### [XlSummaryColumn](Excel.XlSummaryColumn.md) ##### [XlSummaryReportType](Excel.XlSummaryReportType.md) ##### [XlSummaryRow](Excel.XlSummaryRow.md) ##### [XlTableStyleElementType](Excel.XlTableStyleElementType.md) ##### [XlTabPosition](Excel.XlTabPosition.md) ##### [XlTextParsingType](Excel.XlTextParsingType.md) ##### [XlTextQualifier](Excel.XlTextQualifier.md) ##### [XlTextVisualLayoutType](Excel.XlTextVisualLayoutType.md) ##### [XlThemeColor](Excel.XlThemeColor.md) ##### [XlThemeFont](Excel.XlThemeFont.md) ##### [XlThreadMode](Excel.XlThreadMode.md) ##### [XlTickLabelOrientation](Excel.XlTickLabelOrientation.md) ##### [XlTickLabelPosition](Excel.XlTickLabelPosition.md) ##### [XlTickMark](Excel.XlTickMark.md) ##### [XlTimelineLevel](Excel.xltimelinelevel.md) ##### [XlTimePeriods](Excel.XlTimePeriods.md) ##### [XlTimeUnit](Excel.XlTimeUnit.md) ##### [XlToolbarProtection](Excel.XlToolbarProtection.md) ##### [XlTopBottom](Excel.XlTopBottom.md) ##### [XlTotalsCalculation](Excel.XlTotalsCalculation.md) ##### [XlTrendlineType](Excel.XlTrendlineType.md) ##### [XlUnderlineStyle](Excel.XlUnderlineStyle.md) ##### [XlUpdateLinks](Excel.XlUpdateLinks.md) ##### [XlVAlign](Excel.XlVAlign.md) ##### [XlWBATemplate](Excel.XlWBATemplate.md) ##### [XlWebFormatting](Excel.XlWebFormatting.md) ##### [XlWebSelectionType](Excel.XlWebSelectionType.md) ##### [XlWindowState](Excel.XlWindowState.md) ##### [XlWindowType](Excel.XlWindowType.md) ##### [XlWindowView](Excel.XlWindowView.md) ##### [XlXLMMacroType](Excel.XlXLMMacroType.md) ##### [XlXmlExportResult](Excel.XlXmlExportResult.md) ##### [XlXmlImportResult](Excel.XlXmlImportResult.md) ##### [XlXmlLoadOption](Excel.XlXmlLoadOption.md) ##### [XlYesNoGuess](Excel.XlYesNoGuess.md) ### Excel Graph Visual Basic reference #### [Overview](overview/Excel/graph-visual-basic-reference.md) #### Collections ##### [Axes collection](Excel.Axes-graph-collection.md) ##### [ChartGroups collection](Excel.chartgroups(collection).md) ##### [DataLabels collection](Excel.datalabels(collection).md) ##### [LegendEntries collection](Excel.legendentries(collection).md) ##### [Points collection](Excel.points(collection).md) ##### [SeriesCollection collection](Excel.seriescollection(collection).md) ##### [Trendlines collection](Excel.trendlines(collection).md) #### Objects ##### [Application object](Excel.Application-graph-object.md) ##### [AutoCorrect object](Excel.AutoCorrect-graph-object.md) ##### [Axis object](Excel.Axis-graph-object.md) ##### [AxisTitle object](Excel.AxisTitle-graph-object.md) ##### [Border object](Excel.Border-graph-object.md) ##### [Chart object](Excel.Chart-graph-object.md) ##### [ChartArea object](Excel.ChartArea-graph-object.md) ##### [ChartColorFormat object](Excel.ChartColorFormat.md) ##### [ChartFillFormat object](Excel.ChartFillFormat.md) ##### [ChartGroup object](Excel.ChartGroup-graph-object.md) ##### [ChartTitle object](Excel.ChartTitle-graph-object.md) ##### [Corners object](Excel.Corners-graph-object.md) ##### [DataLabel object](Excel.DataLabel-graph-object.md) ##### [DataSheet object](Excel.DataSheet-graph-object.md) ##### [DataTable object](Excel.DataTable-graph-object.md) ##### [DisplayUnitLabel object](Excel.DisplayUnitLabel-graph-object.md) ##### [DownBars object](Excel.DownBars-graph-object.md) ##### [DropLines object](Excel.DropLines-graph-object.md) ##### [ErrorBars object](Excel.ErrorBars-graph-object.md) ##### [Floor object](Excel.Floor-graph-object.md) ##### [Font object](Excel.Font-graph-object.md) ##### [Gridlines object](Excel.Gridlines-graph-object.md) ##### [HiLoLines object](Excel.HiLoLines-graph-object.md) ##### [Interior object](Excel.Interior-graph-object.md) ##### [LeaderLines object](Excel.LeaderLines-graph-object.md) ##### [Legend object](Excel.Legend-graph-object.md) ##### [LegendEntry object](Excel.LegendEntry-graph-object.md) ##### [LegendKey object](Excel.LegendKey-graph-object.md) ##### [PlotArea object](Excel.PlotArea-graph-object.md) ##### [Point object](Excel.Point-graph-object.md) ##### [Range object](Excel.Range-graph-object.md) ##### [Series object](Excel.Series-graph-object.md) ##### [SeriesLines object](Excel.SeriesLines-graph-object.md) ##### [TickLabels object](Excel.TickLabels-graph-object.md) ##### [Trendline object](Excel.Trendline-graph-object.md) ##### [UpBars object](Excel.UpBars-graph-object.md) ##### [Walls object](Excel.Walls-graph-object.md) #### Methods ##### [Activate](Excel.Activate.md) ##### [Add](Excel.Add.md) ##### [AddChartAutoFormat](Excel.AddChartAutoFormat.md) ##### [AddReplacement](Excel.AddReplacement.md) ##### [ApplyCustomType](Excel.ApplyCustomType.md) ##### [ApplyDataLabels](Excel.ApplyDataLabels.md) ##### [AreaGroups](Excel.AreaGroups.md) ##### [AutoFit](Excel.AutoFit.md) ##### [Axes](Excel.Axes-graph-method.md) ##### [BarGroups](Excel.BarGroups.md) ##### [Chart](Excel.Chart-graph-method.md) ##### [ChartGroups](Excel.ChartGroups-graph-method.md) ##### [Clear](Excel.Clear.md) ##### [ClearContents](Excel.ClearContents.md) ##### [ClearFormats](Excel.ClearFormats.md) ##### [ColumnGroups](Excel.ColumnGroups.md) ##### [Copy](Excel.Copy.md) ##### [Cut](Excel.Cut.md) ##### [DataLabels](Excel.DataLabels-graph-method.md) ##### [Delete](Excel.delete.md) ##### [DeleteChartAutoFormat](Excel.DeleteChartAutoFormat.md) ##### [DeleteReplacement](Excel.DeleteReplacement.md) ##### [Deselect](Excel.Deselect.md) ##### [DoughnutGroups](Excel.DoughnutGroups.md) ##### [ErrorBar](Excel.ErrorBar.md) ##### [Evaluate](Excel.Evaluate.md) ##### [Export](Excel.Export.md) ##### [FileImport](Excel.FileImport.md) ##### [Insert](Excel.Insert.md) ##### [Item](Excel.Item.md) ##### [LegendEntries](Excel.LegendEntries-graph-method.md) ##### [LineGroups](Excel.LineGroups.md) ##### [OneColorGradient](Excel.OneColorGradient.md) ##### [Paste](Excel.Paste.md) ##### [Patterned](Excel.Patterned.md) ##### [PieGroups](Excel.PieGroups.md) ##### [Points](Excel.Points-graph-method.md) ##### [PresetGradient](Excel.PresetGradient.md) ##### [PresetTextured](Excel.PresetTextured.md) ##### [Quit](Excel.Quit.md) ##### [RadarGroups](Excel.RadarGroups.md) ##### [Refresh](Excel.refresh.md) ##### [SaveAs](Excel.SaveAs.md) ##### [SaveAsOldFileFormat](Excel.SaveAsOldFileFormat.md) ##### [SeriesCollection](Excel.SeriesCollection-graph-method.md) ##### [SetDefaultChart](Excel.setdefaultChart.md) ##### [SetEchoOn](Excel.SetEchoOn.md) ##### [Solid](Excel.Solid.md) ##### [Trendlines](Excel.Trendlines-graph-method.md) ##### [TwoColorGradient](Excel.TwoColorGradient.md) ##### [Update](Excel.Update.md) ##### [UserPicture](Excel.UserPicture.md) ##### [UserTextured](Excel.UserTextured.md) ##### [XYGroups](Excel.XYGroups.md) #### Properties ##### [Application](Excel.Application-graph-property.md) ##### [ApplyPictToEnd](Excel.ApplyPictToEnd.md) ##### [ApplyPictToFront](Excel.ApplyPictToFront.md) ##### [ApplyPictToSides](Excel.ApplyPictToSides.md) ##### [Area3DGroup](Excel.Area3DGroup.md) ##### [AutoCorrect](Excel.AutoCorrect-graph-property.md) ##### [AutoScaleFont](Excel.AutoScaleFont.md) ##### [AutoScaling](Excel.AutoScaling.md) ##### [AutoText](Excel.AutoText.md) ##### [AxisBetweenCategories](Excel.AxisBetweenCategories.md) ##### [AxisGroup](Excel.AxisGroup.md) ##### [AxisTitle](Excel.AxisTitle-graph-property.md) ##### [BackColor](Excel.backcolor.md) ##### [Background](Excel.Background.md) ##### [Backward](Excel.Backward.md) ##### [Bar3DGroup](Excel.Bar3DGroup.md) ##### [BarShape](Excel.BarShape.md) ##### [BaseUnit](Excel.BaseUnit.md) ##### [BaseUnitIsAuto](Excel.BaseUnitIsAuto.md) ##### [Bold](Excel.Bold.md) ##### [Border](Excel.Border-graph-property.md) ##### [BubbleScale](Excel.BubbleScale.md) ##### [CapitalizeNamesOfDays](Excel.CapitalizeNamesOfDays.md) ##### [Caption](Excel.caption.md) ##### [CategoryType](Excel.CategoryType.md) ##### [CellDragAndDrop](Excel.CellDragAndDrop.md) ##### [Cells](Excel.Cells.md) ##### [ChartArea](Excel.ChartArea-graph-property.md) ##### [ChartTitle](Excel.ChartTitle-graph-property.md) ##### [ChartType](Excel.ChartType.md) ##### [Color](Excel.Color.md) ##### [ColorIndex](Excel.ColorIndex.md) ##### [Colors](Excel.Colors.md) ##### [Column3DGroup](Excel.Column3DGroup.md) ##### [Columns](Excel.Columns.md) ##### [ColumnWidth](Excel.ColumnWidth.md) ##### [CommandBars](Excel.CommandBars.md) ##### [Corners](Excel.Corners-graph-property.md) ##### [CorrectCapsLock](Excel.CorrectCapsLock.md) ##### [CorrectSentenceCap](Excel.CorrectSentenceCap.md) ##### [Count](Excel.count.md) ##### [Creator](Excel.Creator.md) ##### [Crosses](Excel.Crosses.md) ##### [CrossesAt](Excel.CrossesAt.md) ##### [DataLabel](Excel.DataLabel-graph-property.md) ##### [DataSheet](Excel.DataSheet-graph-property.md) ##### [DataTable](Excel.DataTable-graph-property.md) ##### [DepthPercent](Excel.DepthPercent.md) ##### [DisplayAlerts](Excel.DisplayAlerts.md) ##### [DisplayAutoCorrectOptions](Excel.DisplayAutoCorrectOptions.md) ##### [DisplayBlanksAs](Excel.DisplayBlanksAs.md) ##### [DisplayEquation](Excel.DisplayEquation.md) ##### [DisplayRSquared](Excel.DisplayRSquared.md) ##### [DisplayUnit](Excel.DisplayUnit.md) ##### [DisplayUnitCustom](Excel.DisplayUnitCustom.md) ##### [DisplayUnitLabel](Excel.DisplayUnitLabel-graph-property.md) ##### [DoughnutHoleSize](Excel.DoughnutHoleSize.md) ##### [DownBars](Excel.DownBars-graph-property.md) ##### [DropLines](Excel.DropLines-graph-property.md) ##### [Elevation](Excel.Elevation.md) ##### [EndStyle](Excel.EndStyle.md) ##### [ErrorBars](Excel.ErrorBars-graph-property.md) ##### [Explosion](Excel.Explosion.md) ##### [Fill](Excel.Fill.md) ##### [FirstSliceAngle](Excel.FirstSliceAngle.md) ##### [Floor](Excel.Floor-graph-property.md) ##### [Font](Excel.Font-graph-property.md) ##### [FontStyle](Excel.FontStyle.md) ##### [ForeColor](Excel.foreColor.md) ##### [Forward](Excel.Forward.md) ##### [GapDepth](Excel.GapDepth.md) ##### [GapWidth](Excel.GapWidth.md) ##### [GradientColorType](Excel.GradientColorType.md) ##### [GradientDegree](Excel.GradientDegree.md) ##### [GradientStyle](Excel.GradientStyle.md) ##### [GradientVariant](Excel.GradientVariant.md) ##### [Has3DEffect](Excel.Has3DEffect.md) ##### [Has3DShading](Excel.Has3DShading.md) ##### [HasAxis](Excel.HasAxis.md) ##### [HasBorderHorizontal](Excel.HasBorderHorizontal.md) ##### [HasBorderOutline](Excel.HasBorderOutline.md) ##### [HasBorderVertical](Excel.HasBorderVertical.md) ##### [HasDataLabel](Excel.hasDataLabel.md) ##### [HasDataLabels](Excel.HasDataLabels.md) ##### [HasDataTable](Excel.hasDataTable.md) ##### [HasDisplayUnitLabel](Excel.hasDisplayUnitLabel.md) ##### [HasDropLines](Excel.hasDropLines.md) ##### [HasErrorBars](Excel.HasErrorBars.md) ##### [HasHiLoLines](Excel.HasHiLoLines.md) ##### [HasLeaderLines](Excel.HasLeaderLines.md) ##### [HasLegend](Excel.HasLegend.md) ##### [HasLinks](Excel.HasLinks.md) ##### [HasMajorGridlines](Excel.HasMajorGridlines.md) ##### [HasMinorGridlines](Excel.HasMinorGridlines.md) ##### [HasRadarAxisLabels](Excel.HasRadarAxisLabels.md) ##### [HasSeriesLines](Excel.HasSeriesLines.md) ##### [HasTitle](Excel.HasTitle.md) ##### [HasUpDownBars](Excel.hasupDownBars.md) ##### [Height](Excel.height.md) ##### [HeightPercent](Excel.HeightPercent.md) ##### [HiLoLines](Excel.HiLoLines-graph-property.md) ##### [HorizontalAlignment](Excel.horizontalalignment.md) ##### [Include](Excel.Include.md) ##### [Index](Excel.Index.md) ##### [InsideHeight](Excel.InsideHeight.md) ##### [InsideLeft](Excel.InsideLeft.md) ##### [InsideTop](Excel.InsideTop.md) ##### [InsideWidth](Excel.InsideWidth.md) ##### [Intercept](Excel.Intercept.md) ##### [InterceptIsAuto](Excel.InterceptIsAuto.md) ##### [Interior](Excel.Interior-graph-property.md) ##### [InvertIfNegative](Excel.InvertIfNegative.md) ##### [Italic](Excel.Italic.md) ##### [Item](Excel.item(property).md) ##### [LeaderLines](Excel.LeaderLines-graph-property.md) ##### [Left](Excel.Left.md) ##### [Legend](Excel.Legend-graph-property.md) ##### [LegendKey](Excel.LegendKey-graph-property.md) ##### [Line3DGroup](Excel.Line3DGroup.md) ##### [LineStyle](Excel.LineStyle.md) ##### [MajorGridlines](Excel.MajorGridlines.md) ##### [MajorTickMark](Excel.MajorTickMark.md) ##### [MajorUnit](Excel.MajorUnit.md) ##### [MajorUnitIsAuto](Excel.MajorUnitIsAuto.md) ##### [MajorUnitScale](Excel.MajorUnitScale.md) ##### [MarkerBackgroundColor](Excel.markerbackgroundColor.md) ##### [MarkerBackgroundColorIndex](Excel.markerbackgroundColorIndex.md) ##### [MarkerForegroundColor](Excel.markerforegroundColor.md) ##### [MarkerForegroundColorIndex](Excel.markerforegroundColorIndex.md) ##### [MarkerSize](Excel.MarkerSize.md) ##### [MarkerStyle](Excel.MarkerStyle.md) ##### [MaximumScale](Excel.MaximumScale.md) ##### [MaximumScaleIsAuto](Excel.MaximumScaleIsAuto.md) ##### [MinimumScale](Excel.MinimumScale.md) ##### [MinimumScaleIsAuto](Excel.MinimumScaleIsAuto.md) ##### [MinorGridlines](Excel.MinorGridlines.md) ##### [MinorTickMark](Excel.MinorTickMark.md) ##### [MinorUnit](Excel.MinorUnit.md) ##### [MinorUnitIsAuto](Excel.MinorUnitIsAuto.md) ##### [MinorUnitScale](Excel.MinorUnitScale.md) ##### [MoveAfterReturn](Excel.MoveAfterReturn.md) ##### [Name](Excel.name(property).md) ##### [NameIsAuto](Excel.NameIsAuto.md) ##### [NumberFormat](Excel.NumberFormat.md) ##### [NumberFormatLocal](Excel.NumberFormatLocal.md) ##### [Offset](Excel.Offset.md) ##### [Order](Excel.Order.md) ##### [Orientation](Excel.orientation.md) ##### [OutlineFont](Excel.OutlineFont.md) ##### [Overlap](Excel.Overlap.md) ##### [Parent](Excel.Parent.md) ##### [Pattern](Excel.Pattern.md) ##### [PatternColor](Excel.PatternColor.md) ##### [PatternColorIndex](Excel.PatternColorIndex.md) ##### [Period](Excel.Period.md) ##### [Perspective](Excel.Perspective.md) ##### [PictureType](Excel.PictureType.md) ##### [PictureUnit](Excel.PictureUnit.md) ##### [Pie3DGroup](Excel.Pie3DGroup.md) ##### [PlotArea](Excel.PlotArea-graph-property.md) ##### [PlotBy](Excel.PlotBy.md) ##### [PlotOnX](Excel.PlotOnX.md) ##### [Position](Excel.Position.md) ##### [PresetGradientType](Excel.PresetGradientType.md) ##### [PresetTexture](Excel.PresetTexture.md) ##### [RadarAxisLabels](Excel.RadarAxisLabels.md) ##### [Range](Excel.Range-graph-property.md) ##### [ReadingOrder](Excel.ReadingOrder.md) ##### [ReplacementList](Excel.ReplacementList.md) ##### [ReplaceText](Excel.ReplaceText.md) ##### [ReversePlotOrder](Excel.ReversePlotOrder.md) ##### [RGB](Excel.RGB.md) ##### [RightAngleAxes](Excel.RightAngleAxes.md) ##### [Rotation](Excel.Rotation.md) ##### [Rows](Excel.rows.md) ##### [ScaleType](Excel.ScaleType.md) ##### [SchemeColor](Excel.SchemeColor.md) ##### [SecondaryPlot](Excel.SecondaryPlot.md) ##### [SecondPlotSize](Excel.SecondPlotSize.md) ##### [Separator](Excel.Separator.md) ##### [SeriesLines](Excel.SeriesLines-graph-property.md) ##### [Shadow](Excel.Shadow.md) ##### [ShowBubbleSize](Excel.ShowBubbleSize.md) ##### [ShowCategoryName](Excel.ShowCategoryName.md) ##### [ShowChartTipNames](Excel.ShowChartTipNames.md) ##### [ShowChartTipValues](Excel.ShowChartTipValues.md) ##### [ShowLegendKey](Excel.showLegendKey.md) ##### [ShowNegativeBubbles](Excel.ShowNegativeBubbles.md) ##### [ShowPercentage](Excel.ShowPercentage.md) ##### [ShowSeriesName](Excel.ShowSeriesName.md) ##### [ShowValue](Excel.ShowValue.md) ##### [Size](Excel.Size.md) ##### [SizeRepresents](Excel.SizeRepresents.md) ##### [Smooth](Excel.Smooth.md) ##### [SplitType](Excel.SplitType.md) ##### [SplitValue](Excel.SplitValue.md) ##### [Strikethrough](Excel.Strikethrough.md) ##### [Subscript](Excel.Subscript.md) ##### [Superscript](Excel.Superscript.md) ##### [SurfaceGroup](Excel.SurfaceGroup.md) ##### [Text](Excel.Text.md) ##### [TextureName](Excel.TextureName.md) ##### [TextureType](Excel.TextureType.md) ##### [TickLabelPosition](Excel.ticklabelPosition.md) ##### [TickLabels](Excel.TickLabels-graph-property.md) ##### [TickLabelSpacing](Excel.TickLabelSpacing.md) ##### [TickMarkSpacing](Excel.TickMarkSpacing.md) ##### [Top](Excel.Top.md) ##### [TwoInitialCapitals](Excel.TwoInitialCapitals.md) ##### [Type](Excel.Type.md) ##### [Underline](Excel.Underline.md) ##### [UpBars](Excel.UpBars-graph-property.md) ##### [Value](Excel.value.md) ##### [VaryByCategories](Excel.VaryByCategories.md) ##### [Version](Excel.Version.md) ##### [VerticalAlignment](Excel.verticalalignment.md) ##### [Visible](Excel.visible.md) ##### [Walls](Excel.Walls-graph-property.md) ##### [WallsAndGridlines2D](Excel.WallsAndGridlines2D.md) ##### [Weight](Excel.Weight.md) ##### [Width](Excel.width.md) ##### [WindowState](Excel.WindowState.md) #### [Enumerations](overview/Excel/enumerations-graph-visual-basic-reference.md) ## Office for Mac ### [Overview](overview/Office-Mac.md) ### [Request access to multiple files](../Office-Mac/GrantAccessToMultipleFiles.md) ### [Run an AppleScript with VB](../Office-Mac/AppleScriptTask.md) ### [Differentiate between Office for Mac versions at compile time](../Office-Mac/MacOfficeVersion.md) ### [idMSOs supported in Excel for Mac](../Office-Mac/idMSOExcelMac.md) ### [idMSOs supported in PowerPoint for Mac](../Office-Mac/idMSOPowerPointMac.md) ### [idMSOs supported in Word for Mac](../Office-Mac/idMSOWordMac.md) ## Outlook ### [Overview](overview/Outlook.md) ### Concepts #### [Overview](../outlook/Concepts/Getting-Started/concepts-outlook-vba-reference.md) #### Getting started ##### [Add custom property pages](../outlook/Concepts/Getting-Started/adding-custom-property-pages.md) ##### [Automate Outlook from a Visual Basic application](../outlook/Concepts/Getting-Started/automating-outlook-from-a-visual-basic-application.md) ##### [Automate Outlook from other Office applications](../outlook/Concepts/Getting-Started/automating-outlook-from-other-office-applications.md) ##### [Concepts (Outlook)](../outlook/Concepts/Getting-Started/concepts-outlook-vba-reference.md) ##### [Customizing Outlook using COM add-ins](../outlook/Concepts/Getting-Started/customizing-outlook-using-com-add-ins.md) ##### [OLE programmatic identifiers](../outlook/Concepts/Getting-Started/ole-programmatic-identifiers-outlook.md) ##### [Outlook COM add-in template](../outlook/Concepts/Getting-Started/outlook-com-add-in-template.md) ##### [Support for COM add-ins](../outlook/Concepts/Getting-Started/support-for-com-add-ins.md) ##### [Support for contact linking](../outlook/Concepts/Getting-Started/support-for-contact-linking.md) ##### [Support for custom property pages](../outlook/Concepts/Getting-Started/support-for-custom-property-pages.md) ##### [Support for folder synchronization](../outlook/Concepts/Getting-Started/support-for-folder-synchronization.md) ##### [Support for keeping add-ins enabled](../outlook/Concepts/Getting-Started/support-for-keeping-add-ins-enabled.md) ##### [Use macros to customize Outlook](../outlook/Concepts/Getting-Started/using-macros-to-customize-outlook.md) ##### [Use Outlook VBA to respond to Outlook events](../outlook/Concepts/Getting-Started/using-outlook-visual-basic-for-applications-to-respond-to-outlook-events.md) ##### [Use VBA in Outlook](../outlook/Concepts/Getting-Started/using-visual-basic-for-applications-in-outlook.md) ##### [Use Visual Basic to automate Outlook](../outlook/Concepts/Getting-Started/using-visual-basic-to-automate-outlook.md) ##### [Verify if Outlook is a click-to-run application on a computer](../outlook/Concepts/Getting-Started/verify-if-outlook-is-a-click-to-run-application-on-a-computer.md) ##### [Work with forms in the Visual Basic Editor](../outlook/Concepts/Getting-Started/working-with-forms-in-the-visual-basic-editor.md) ##### [Write an Outlook macro](../outlook/Concepts/Getting-Started/writing-an-outlook-macro.md) #### Accounts ##### [Create a sendable item for a specific account based on the current folder](../outlook/Concepts/Accounts/create-a-sendable-item-for-a-specific-account-based-on-the-current-folder-outloo.md) ##### [Identify a folder with an account](../outlook/Concepts/Accounts/identify-a-folder-with-an-account.md) ##### [Obtain information for multiple accounts](../outlook/Concepts/Accounts/obtain-information-for-multiple-accounts.md) ##### [Use multiple accounts for the same profile on Outlook](../outlook/Concepts/Accounts/using-multiple-accounts-for-the-same-profile-on-outlook.md) #### Address Book ##### [Access Exchange user or distribution list information from the Address Book](../outlook/Concepts/Address-Book/access-exchange-user-or-distribution-list-information-from-the-address-book.md) ##### [Display a dialog box for selecting entries from the Contacts folder](../outlook/Concepts/Address-Book/display-a-dialog-box-for-selecting-entries-from-the-contacts-folder.md) ##### [Display address entry details for the sender of a message](../outlook/Concepts/Address-Book/display-address-entry-details-for-the-sender-of-a-message.md) ##### [Display names from the Address Book](../outlook/Concepts/Address-Book/display-names-from-the-address-book.md) ##### [Identify the Global Address list or a set of address lists with a store](../outlook/Concepts/Address-Book/identify-the-global-address-list-or-a-set-of-address-lists-with-a-store.md) ##### [List the groups that my manager belongs to](../outlook/Concepts/Address-Book/list-the-groups-that-my-manager-belongs-to.md) ##### [List the name and Office location of each manager belonging to an Exchange distribution list](../outlook/Concepts/Address-Book/list-the-name-and-office-location-of-each-manager-belonging-to-an-exchange-distr.md) ##### [Map a display name to an email address](../outlook/Concepts/Address-Book/map-a-display-name-to-an-e-mail-address.md) ##### [Obtain the email address of a recipient](../outlook/Concepts/Address-Book/obtain-the-e-mail-address-of-a-recipient.md) ##### [Programmatically change the display format for all Contacts](../outlook/Concepts/Address-Book/programmatically-change-the-display-format-for-all-contacts.md) #### Attachments ##### [Attach a file to an Outlook email message](../outlook/Concepts/Attachments/attach-a-file-to-an-outlook-email-message.md) ##### [Attach an Outlook Contact item to an email message](../outlook/Concepts/Attachments/attach-an-outlook-contact-item-to-an-email-message.md) ##### [Limit the size of an attachment to an Outlook email message](../outlook/Concepts/Attachments/limit-the-size-of-an-attachment-to-an-outlook-email-message.md) ##### [Modify an attachment of an Outlook email message](../outlook/Concepts/Attachments/modify-an-attachment-of-an-outlook-email-message.md) #### Categories and conversations ##### [Categorize your Outlook items](../outlook/Concepts/Categories-and-Conversations/categorize-your-outlook-items.md) ##### [Manage Outlook items as conversations](../outlook/Concepts/Categories-and-Conversations/managing-outlook-items-as-conversations.md) ##### [Obtain and enumerate selected conversations](../outlook/Concepts/Categories-and-Conversations/obtain-and-enumerate-selected-conversations.md) #### Electronic business cards ##### [Customize and share business cards](../outlook/Concepts/Electronic-Business-Cards/customize-and-share-business-cards.md) ##### [Set items for follow-up](../outlook/Concepts/Electronic-Business-Cards/setting-items-for-follow-up.md) ##### [Share contact information including the business card](../outlook/Concepts/Electronic-Business-Cards/share-contact-information-including-the-business-card.md) ##### [Use events with automation](../outlook/Concepts/Electronic-Business-Cards/using-events-with-automation.md) ##### [Work with Outlook events](../outlook/Concepts/Electronic-Business-Cards/working-with-outlook-events.md) #### Forms and message classes ##### [Overview](../outlook/Concepts/Forms/forms-and-message-classes.md) ##### [Appointment forms overview](../outlook/Concepts/Forms/appointment-forms-overview.md) ##### [Best practices to migrate Outlook 97-2003 custom forms](../outlook/Concepts/Forms/best-practices-to-migrate-outlook-97-2003-custom-forms.md) ##### [Changing the form used by existing items in a folder](../outlook/Concepts/Forms/changing-the-form-used-by-existing-items-in-a-folder.md) ##### [Contact forms overview](../outlook/Concepts/Forms/contact-forms-overview.md) ##### [Customize form pages and form regions](../outlook/Concepts/Forms/customizing-form-pages-and-form-regions.md) ##### [Design Outlook workgroup solutions](../outlook/Concepts/Forms/designing-outlook-workgroup-solutions.md) ##### [Distribution list forms overview](../outlook/Concepts/Forms/distribution-list-forms-overview.md) ##### [Form name and message class overview](../outlook/Concepts/Forms/form-name-and-message-class-overview.md) ##### [Globally change a default form](../outlook/Concepts/Forms/globally-change-a-default-form.md) ##### [How Outlook forms and items work together](../outlook/Concepts/Forms/how-outlook-forms-and-items-work-together.md) ##### [Item types and message classes](../outlook/Concepts/Forms/item-types-and-message-classes.md) ##### [Journal forms overview](../outlook/Concepts/Forms/journal-forms-overview.md) ##### [Mail forms overview](../outlook/Concepts/Forms/mail-forms-overview.md) ##### [Post forms overview](../outlook/Concepts/Forms/post-formsoverview.md) ##### [Selecting the item on which to base a form](../outlook/Concepts/Forms/selecting-the-item-on-which-to-base-a-form.md) ##### [Task forms overview](../outlook/Concepts/Forms/task-forms-overview.md) ##### [Understanding the forms cache](../outlook/Concepts/Forms/understanding-the-forms-cache.md) #### Fields and controls ##### [Overview](../outlook/Concepts/Forms/fields-and-controls.md) ##### [Active controls and selected controls](../outlook/Concepts/Forms/active-controls-and-selected-controls-outlook.md) ##### [Adding custom controls to the Control Toolbox](../outlook/Concepts/Forms/adding-custom-controls-to-the-control-toolbox.md) ##### [Binding a control to a field](../outlook/Concepts/Forms/binding-a-control-to-a-field.md) ##### [Change the value of a field](../outlook/Concepts/Forms/change-the-value-of-a-field.md) ##### [Control groups overview](../outlook/Concepts/Forms/control-groups-overview.md) ##### [Controls in a custom form](../outlook/Concepts/Forms/controls-in-a-custom-form.md) ##### [Custom fields and data types overview](../outlook/Concepts/Forms/custom-fields-and-data-types-overview.md) ##### [Difference between a field and a column](../outlook/Concepts/Forms/difference-between-a-field-and-a-column.md) ##### [Examples of formula and combination fields](../outlook/Concepts/Forms/examples-of-formula-and-combination-fields.md) ##### [Examples of standard formats for data types](../outlook/Concepts/Forms/examples-of-standard-formats-for-data-types.md) ##### [Outlook fields and equivalent properties](../outlook/Concepts/Forms/outlook-fields-and-equivalent-properties.md) ##### [Standard fields overview](../outlook/Concepts/Forms/standard-fields-overview.md) ##### [ToolTips and control tips overview](../outlook/Concepts/Forms/tooltips-and-control-tips-overview.md) ##### [Troubleshooting custom fields](../outlook/Concepts/Forms/troubleshooting-custom-fields.md) ##### [Use fields with controls](../outlook/Concepts/Forms/using-fields-with-controls.md) ##### [Use the field chooser](../outlook/Concepts/Forms/using-the-field-chooser.md) ##### [Validating user input to a field](../outlook/Concepts/Forms/validating-user-input-to-a-field.md) #### Outlook controls ##### [Overview](../outlook/Concepts/Forms/outlook-controls.md) ##### [Extra Members for Outlook controls](../outlook/Concepts/Outlook-Controls/extra-members-for-outlook-controls.md) ##### Methods ###### [Move](../outlook/Concepts/Outlook-Controls/move-method-outlook-controls.md) ###### [SetFocus](../outlook/Concepts/Outlook-Controls/setfocus-method-outlook-controls.md) ###### [ZOrder](../outlook/Concepts/Outlook-Controls/zorder-method-outlook-controls.md) ##### Properties ###### [ControlTipText](../outlook/Concepts/Outlook-Controls/controltiptext-property-outlook-controls.md) ###### [Height](../outlook/Concepts/Outlook-Controls/height-property-outlook-controls.md) ###### [Left](../outlook/Concepts/Outlook-Controls/left-property-outlook-controls.md) ###### [Name](../outlook/Concepts/Outlook-Controls/name-property-outlook-controls.md) ###### [TabIndex](../outlook/Concepts/Outlook-Controls/tabindex-property-outlook-controls.md) ###### [TabStop](../outlook/Concepts/Outlook-Controls/tabstop-property-outlook-controls.md) ###### [Tag](../outlook/Concepts/Outlook-Controls/tag-property-outlook-controls.md) ###### [Top](../outlook/Concepts/Outlook-Controls/top-property-outlook-controls.md) ###### [Visible](../outlook/Concepts/Outlook-Controls/visible-property-outlook-controls.md) ###### [Width](../outlook/Concepts/Outlook-Controls/width-property-outlook-controls.md) #### Outlook forms ##### [Add-ins overview](../outlook/Concepts/Outlook-Forms/add-ins-overview.md) ##### [Create a form region](../outlook/Concepts/Outlook-Forms/create-a-form-region.md) ##### [Create an Outlook form](../outlook/Concepts/Outlook-Forms/create-an-outlook-form.md) ##### [Customize forms using form pages](../outlook/Concepts/Outlook-Forms/customizing-forms-using-form-pages.md) ##### [Customize forms using form regions](../outlook/Concepts/Outlook-Forms/customizing-forms-using-form-regions.md) ##### [Form regions](../outlook/Concepts/Outlook-Forms/form-regions.md) ##### [Set default properties for a form](../outlook/Concepts/Outlook-Forms/setting-default-properties-for-a-form.md) ##### [Set the attributes of a form](../outlook/Concepts/Outlook-Forms/setting-the-attributes-of-a-form.md) ##### [Test and publish your forms](../outlook/Concepts/Outlook-Forms/testing-and-publishing-your-forms.md) ##### [Troubleshooting forms](../outlook/Concepts/Outlook-Forms/troubleshooting-forms.md) #### Customizing forms ##### [Control Toolbox overview](../outlook/Concepts/Customizing-Forms/control-toolbox-overview.md) ##### [Create custom forms by using Visual Basic Scripting Edition](../outlook/Concepts/Customizing-Forms/creating-custom-forms-by-using-visual-basic-scripting-edition.md) ##### [Customize pages on a form](../outlook/Concepts/Customizing-Forms/customize-pages-on-a-form.md) ##### [Manage your forms in Forms Manager](../outlook/Concepts/Customizing-Forms/manage-your-forms-in-forms-manager.md) ##### [Open a form](../outlook/Concepts/Customizing-Forms/open-a-form.md) ##### [Publish a form](../outlook/Concepts/Customizing-Forms/publish-a-form.md) ##### [Save a form as a file](../outlook/Concepts/Customizing-Forms/save-a-form-as-a-file.md) ##### [Save a form in a Forms Library](../outlook/Concepts/Customizing-Forms/save-a-form-in-a-forms-library.md) ##### [Save a form with the item (one-off forms)](../outlook/Concepts/Customizing-Forms/save-a-form-with-the-item-one-off-forms.md) ##### [Save and distribute a form](../outlook/Concepts/Customizing-Forms/save-and-distribute-a-form.md) ##### [Set properties for a form](../outlook/Concepts/Customizing-Forms/set-properties-for-a-form.md) ##### [Test a form in run time](../outlook/Concepts/Customizing-Forms/test-a-form-in-run-time.md) #### Creating form regions ##### [Add a form region to an existing page on a form](../outlook/Concepts/Creating-Form-Regions/add-a-form-region-to-an-existing-page-on-a-form.md) ##### [Create a custom action for a form region](../outlook/Concepts/Creating-Form-Regions/create-a-custom-action-for-a-form-region.md) ##### [Define actions for form regions](../outlook/Concepts/Creating-Form-Regions/defining-actions-for-form-regions.md) ##### [Design form regions with the form region XML schema](../outlook/Concepts/Creating-Form-Regions/designing-form-regions-with-the-form-region-xml-schema.md) ##### [Include the original body in an item resulting from an action](../outlook/Concepts/Creating-Form-Regions/include-the-original-body-in-an-item-resulting-from-an-action.md) ##### [Modify a built-in action for a form region](../outlook/Concepts/Creating-Form-Regions/modify-a-built-in-action-for-a-form-region.md) ##### [Name a form region](../outlook/Concepts/Creating-Form-Regions/name-a-form-region.md) ##### [Prevent a replacement form region from being used to create a new item or from being modified in the Forms Designer](../outlook/Concepts/Creating-Form-Regions/prevent-a-replacement-form-region-from-being-used-to-create-a-new-item-or-from-b.md) ##### [Prevent the Inspector from displaying a form region when you are composing a message](../outlook/Concepts/Creating-Form-Regions/prevent-the-inspector-from-displaying-a-form-region-when-you-are-composing-a-mes.md) ##### [Prevent the Inspector from displaying a form region when you are reading a message](../outlook/Concepts/Creating-Form-Regions/prevent-the-inspector-from-displaying-a-form-region-when-you-are-reading-a-messa.md) ##### [Prevent the reading pane from displaying a form region when you are previewing a message](../outlook/Concepts/Creating-Form-Regions/prevent-the-reading-pane-from-displaying-a-form-region-when-you-are-previewing-a.md) ##### [Specify a form region to be used only for the exact message class](../outlook/Concepts/Creating-Form-Regions/specify-a-form-region-to-be-used-only-for-the-exact-message-class.md) ##### [Specify a layout file for a form region](../outlook/Concepts/Creating-Form-Regions/specify-a-layout-file-for-a-form-region.md) ##### [Specify a subject prefix of an item resulting from an action](../outlook/Concepts/Creating-Form-Regions/specify-a-subject-prefix-of-an-item-resulting-from-an-action.md) ##### [Specify form regions in the Windows Registry](../outlook/Concepts/Creating-Form-Regions/specifying-form-regions-in-the-windows-registry.md) ##### [Specify locale-specific user interface for a form region](../outlook/Concepts/Creating-Form-Regions/specify-locale-specific-user-interface-for-a-form-region.md) ##### [Specify the location of a form region in a custom form](../outlook/Concepts/Creating-Form-Regions/specify-the-location-of-a-form-region-in-a-custom-form.md) ##### [Specify the message class and form for an item resulting from an action](../outlook/Concepts/Creating-Form-Regions/specify-the-message-class-and-form-for-an-item-resulting-from-an-action.md) ##### [Specify the way Outlook responds when executing an action](../outlook/Concepts/Creating-Form-Regions/specify-the-way-outlook-responds-when-executing-an-action.md) ##### [Use the form region XML manifest to define a form region](../outlook/Concepts/Creating-Form-Regions/using-the-form-region-xml-manifest-to-define-a-form-region.md) #### Configuring forms ##### [Add a command to the ribbon to start a reply form](../outlook/Concepts/Configuring-Forms/add-a-command-to-the-ribbon-to-start-a-reply-form.md) ##### [Assign a picture to a form](../outlook/Concepts/Configuring-Forms/assign-a-picture-to-a-form.md) ##### [Automatically insert prefix text into the subject field of a reply form](../outlook/Concepts/Configuring-Forms/automatically-insert-prefix-text-into-the-subject-field-of-a-reply-form.md) ##### [Change the default form for a folder](../outlook/Concepts/Configuring-Forms/change-the-default-form-for-a-folder.md) ##### [Change the icons associated with your form](../outlook/Concepts/Configuring-Forms/change-the-icons-associated-with-your-form.md) ##### [Create a reply form](../outlook/Concepts/Configuring-Forms/creating-a-reply-form.md) ##### [Disable a standard reply form](../outlook/Concepts/Configuring-Forms/disable-a-standard-reply-form.md) ##### [Hide or show form pages](../outlook/Concepts/Configuring-Forms/hide-or-show-form-pages.md) ##### [Make separate compose and read versions for a form](../outlook/Concepts/Configuring-Forms/make-separate-compose-and-read-versions-for-a-form.md) ##### [Pre-address a reply form to a public folder or an email address](../outlook/Concepts/Configuring-Forms/pre-address-a-reply-form-to-a-public-folder-or-an-e-mail-address.md) ##### [Set the background color of a form](../outlook/Concepts/Configuring-Forms/set-the-background-color-of-a-form.md) ##### [Specify icons to be displayed for a form region](../outlook/Concepts/Configuring-Forms/specify-icons-to-be-displayed-for-a-form-region.md) ##### [Use standard reply and forward headers on a form](../outlook/Concepts/Configuring-Forms/use-standard-reply-and-forward-headers-on-a-form.md) #### Specifying form behavior ##### [Add a modified control to the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/add-a-modified-control-to-the-control-toolbox.md) ##### [Add a page to the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/add-a-page-to-the-control-toolbox.md) ##### [Add other custom controls to the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/add-other-custom-controls-to-the-control-toolbox.md) ##### [Change the name and control tip of a page in the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/change-the-name-and-control-tip-of-a-page-in-the-control-toolbox.md) ##### [Change the order of pages in the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/change-the-order-of-pages-in-the-control-toolbox.md) ##### [Control Toolbox tasks](../outlook/Concepts/Specifying-Form-Behavior/control-toolbox-tasks.md) ##### [Create a combination field for a folder](../outlook/Concepts/Specifying-Form-Behavior/create-a-combination-field-for-a-folder.md) ##### [Create a formula field for a folder](../outlook/Concepts/Specifying-Form-Behavior/create-a-formula-field-for-a-folder.md) ##### [Create a simple field for a folder](../outlook/Concepts/Specifying-Form-Behavior/create-a-simple-field-for-a-folder.md) ##### [Create a validation formula and message](../outlook/Concepts/Specifying-Form-Behavior/create-a-validation-formula-and-message.md) ##### [Create custom actions for a form](../outlook/Concepts/Specifying-Form-Behavior/create-custom-actions-for-a-form.md) ##### [Customize an icon for a control in the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/customize-an-icon-for-a-control-in-the-control-toolbox.md) ##### [Delete a control from the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/delete-a-control-from-the-control-toolbox.md) ##### [Delete a page in the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/delete-a-page-in-the-control-toolbox.md) ##### [Examples of validation formulas](../outlook/Concepts/Specifying-Form-Behavior/examples-of-validation-formulas.md) ##### [Extend a form region with an add-in](../outlook/Concepts/Specifying-Form-Behavior/extending-a-form-region-with-an-add-in.md) ##### [Extend the use of an Outlook item by adding fields and pages](../outlook/How-to/Extending-Forms-and-Form-Regions-Using-Add-ins/extend-the-use-of-an-outlook-item-by-adding-fields-and-pages.md) ##### [Import or export a Control Toolbox page](../outlook/Concepts/Specifying-Form-Behavior/import-or-export-a-control-toolbox-page.md) ##### [Manage fields in the Forms Designer](../outlook/Concepts/Specifying-Form-Behavior/managing-fields-in-the-forms-designer.md) ##### [Manipulate controls in the Forms Designer](../outlook/Concepts/Specifying-Form-Behavior/manipulating-controls-in-the-forms-designer.md) ##### [Move a control to another page in the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/move-a-control-to-another-page-in-the-control-toolbox.md) ##### [Show or hide fields when printing and saving a form](../outlook/Concepts/Specifying-Form-Behavior/show-or-hide-fields-when-printing-and-saving-a-form.md) ##### [Show or hide the Control Toolbox](../outlook/Concepts/Specifying-Form-Behavior/show-or-hide-the-control-toolbox.md) ##### [Specify whether a form prompts the user, opens, or is sent](../outlook/Concepts/Specifying-Form-Behavior/specify-whether-a-form-prompts-the-user-opens-or-is-sent.md) #### Basic control tasks ##### [Overview](../outlook/Concepts/Specifying-Form-Behavior/basic-control-tasks.md) ##### [Add a control to a form](../outlook/Concepts/Specifying-Form-Behavior/add-a-control-to-a-form.md) ##### [Add or remove controls on a form](../outlook/Concepts/Specifying-Form-Behavior/add-or-remove-controls-on-a-form.md) ##### [Adjust spacing for controls](../outlook/Concepts/Specifying-Form-Behavior/adjust-spacing-for-controls.md) ##### [Align controls](../outlook/Concepts/Specifying-Form-Behavior/align-controls.md) ##### [Center controls in a form](../outlook/Concepts/Specifying-Form-Behavior/center-controls-in-a-form.md) ##### [Change the appearance of a control](../outlook/Concepts/Specifying-Form-Behavior/change-the-appearance-of-a-control.md) ##### [Change the Name property of a control](../outlook/Concepts/Specifying-Form-Behavior/change-the-name-property-of-a-control.md) ##### [Enable or disable a control on a page](../outlook/Concepts/Specifying-Form-Behavior/enable-or-disable-a-control-on-a-page.md) ##### [Hide or show a control](../outlook/Concepts/Specifying-Form-Behavior/hide-or-show-a-control.md) ##### [Set properties for controls](../outlook/Concepts/Specifying-Form-Behavior/set-properties-for-controls.md) ##### [Size controls](../outlook/Concepts/Specifying-Form-Behavior/size-controls.md) #### Secondary control tasks ##### [Overview](../outlook/Concepts/Specifying-Form-Behavior/secondary-control-tasks.md) ##### [Add items to a list in design mode](../outlook/Concepts/Specifying-Form-Behavior/add-items-to-a-list-in-design-mode.md) ##### [Add items to a list](../outlook/Concepts/Specifying-Form-Behavior/adding-items-to-a-list.md) ##### [Align a picture on a control](../outlook/Concepts/Specifying-Form-Behavior/align-a-picture-on-a-control.md) ##### [Align text in a control](../outlook/Concepts/Specifying-Form-Behavior/align-text-in-a-control.md) ##### [Allow multiple lines of text in a control](../outlook/Concepts/Specifying-Form-Behavior/allow-multiple-lines-of-text-in-a-control.md) ##### [Assign a control tip, caption, or accelerator key to a control](../outlook/Concepts/Specifying-Form-Behavior/assign-a-control-tip-caption-or-accelerator-key-to-a-control.md) ##### [Assign a control tip, caption, or accelerator key to a page or tab](../outlook/Concepts/Specifying-Form-Behavior/assign-a-control-tip-caption-or-accelerator-key-to-a-page-or-tab.md) ##### [Assign a picture to a control](../outlook/Concepts/Specifying-Form-Behavior/assign-a-picture-to-a-control.md) ##### [Create a group of controls](../outlook/Concepts/Specifying-Form-Behavior/create-a-group-of-controls.md) ##### [Create a set of OptionButton controls](../outlook/Concepts/Specifying-Form-Behavior/create-a-set-of-optionbutton-controls.md) ##### [Create a set of OptionButtons by using the GroupName property](../outlook/Concepts/Specifying-Form-Behavior/create-a-set-of-optionbuttons-by-using-the-groupname-property.md) ##### [Delete a picture from a control](../outlook/Concepts/Specifying-Form-Behavior/delete-a-picture-from-a-control.md) ##### [Give a control a 3D appearance](../outlook/Concepts/Specifying-Form-Behavior/give-a-control-a-3-d-appearance.md) ##### [Make a control read-only](../outlook/Concepts/Specifying-Form-Behavior/make-a-control-read-only.md) ##### [Make a control transparent](../outlook/Concepts/Specifying-Form-Behavior/make-a-control-transparent.md) ##### [Manipulating controls programmatically](../outlook/Concepts/Specifying-Form-Behavior/manipulating-controls-programmatically.md) ##### [Match entries in a list to entries typed by users](../outlook/Concepts/Specifying-Form-Behavior/match-entries-in-a-list-to-entries-typed-by-users.md) ##### [Move a control one unit at a time](../outlook/Concepts/Specifying-Form-Behavior/move-a-control-one-unit-at-a-time.md) ##### [Require a value for a field or control](../outlook/Concepts/Specifying-Form-Behavior/require-a-value-for-a-field-or-control.md) ##### [Right-align a control on a form](../outlook/Concepts/Specifying-Form-Behavior/right-align-a-control-on-a-form.md) ##### [Select and edit a control within a group](../outlook/Concepts/Specifying-Form-Behavior/select-and-edit-a-control-within-a-group.md) ##### [Select multiple controls and the dominant control](../outlook/Concepts/Specifying-Form-Behavior/select-multiple-controls-and-the-dominant-control.md) ##### [Separate controls in a group](../outlook/Concepts/Specifying-Form-Behavior/separate-controls-in-a-group.md) ##### [Set tab order of controls on a page](../outlook/Concepts/Specifying-Form-Behavior/set-tab-order-of-controls-on-a-page.md) ##### [Set the grid size](../outlook/Concepts/Specifying-Form-Behavior/set-the-grid-size.md) ##### [Show or hide the grid](../outlook/Concepts/Specifying-Form-Behavior/show-or-hide-the-grid.md) ##### [Show the shortcut menu for controls and groups of controls](../outlook/Concepts/Specifying-Form-Behavior/show-the-shortcut-menu-for-controls-and-groups-of-controls.md) ##### [Turn on or off sizing controls to the grid](../outlook/Concepts/Specifying-Form-Behavior/turn-on-or-off-sizing-controls-to-the-grid.md) ##### [Use a custom color for the background or foreground of a control](../outlook/Concepts/Specifying-Form-Behavior/use-a-custom-color-for-the-background-or-foreground-of-a-control.md) ##### [Use a system color for a background or foreground](../outlook/Concepts/Specifying-Form-Behavior/use-a-system-color-for-a-background-or-foreground.md) ##### [Use an add-in to specify icons for a form region](../outlook/Concepts/Specifying-Form-Behavior/use-an-add-in-to-specify-icons-for-a-form-region.md) ### How-to topics #### General ##### [Accept user input and display the values of controls on a form](../outlook/How-to/General/how-to-accept-user-input-and-display-the-values-of-controls-on-a-form.md) ##### [Access a tab in a TabStrip control](../outlook/How-to/General/how-to-access-a-tab-in-a-tabstrip-control.md) ##### [Access a page in a MultiPage control](../outlook/How-to/General/how-to-access-a-page-in-a-multipage-control.md) ##### [Add, cut, and paste a control on a page](../outlook/How-to/General/how-to-add-cut-and-paste-a-control-on-a-page.md) ##### [Change the accelerator and caption of a command button](../outlook/How-to/General/how-to-change-the-accelerator-and-caption-of-a-command-button.md) ##### [Add a control to a MultiPage control](../outlook/How-to/General/how-to-add-a-control-to-a-multipage-control.md) ##### [Change the name of a control](../outlook/How-to/General/how-to-change-the-name-of-a-control.md) ##### [Resize a control horizontally and vertically with the form](../outlook/How-to/General/how-to-resize-a-control-horizontally-and-vertically-with-the-form.md) ##### [Add a control to a page](../outlook/How-to/General/how-to-add-a-control-to-a-page.md) ##### [Add and remove items from a list box](../outlook/How-to/General/how-to-add-and-remove-items-from-a-list-box.md) ##### [Add scroll bars to a page and a frame](../outlook/How-to/General/how-to-add-scroll-bars-to-a-page-and-a-frame.md) ##### [Align the caption of an Option button with the control](../outlook/How-to/General/how-to-align-the-caption-of-an-option-button-with-the-control.md) ##### [Allow a command button to take focus upon clicking](../outlook/How-to/General/how-to-allow-a-command-button-to-take-focus-upon-clicking.md) ##### [Allow multiple lines, word wrapping, and scrolling in a text box](../outlook/How-to/General/how-to-allow-multiple-lines-word-wrapping-and-scrolling-in-a-text-box.md) ##### [Allow multiple selections in a list box](../outlook/How-to/General/how-to-allow-multiple-selections-in-a-list-box.md) ##### [Allow the Null state for a check box and a Toggle button](../outlook/How-to/General/how-to-allow-the-null-state-for-a-check-box-and-a-toggle-button.md) ##### [Automatically size a text box with user input](../outlook/How-to/General/how-to-automatically-size-a-text-box-with-user-input.md) ##### [Change the column widths of a multi-column list box](../outlook/How-to/General/how-to-change-the-column-widths-of-a-multi-column-list-box.md) ##### [Change the order of pages and tabs](../outlook/How-to/General/how-to-change-the-order-of-pages-and-tabs.md) ##### [Add items to a list or combo box at run time](../outlook/How-to/General/how-to-add-items-to-a-list-or-combo-box-at-run-time.md) ##### [Use the controls collection to move controls on a page](../outlook/How-to/General/how-to-use-the-controls-collection-to-move-controls-on-a-page.md) ##### [Change the style, size, and effects of a font](../outlook/How-to/General/how-to-change-the-style-size-and-effects-of-a-font.md) ##### [Control character matching in a combo box and list box](../outlook/How-to/General/how-to-control-character-matching-in-a-combo-box-and-list-box.md) ##### [Control the Drop button style and when to show the Drop button](../outlook/How-to/General/how-to-control-the-drop-button-style-and-when-to-show-the-drop-button.md) ##### [Control the extent of scrolling in a scroll bar](../outlook/How-to/General/how-to-control-the-extent-of-scrolling-in-a-scroll-bar.md) ##### [Control the focus when the user cycles through controls in a frame or MultiPage control on a form](../outlook/How-to/General/how-to-control-the-focus-when-the-user-cycles-through-controls-in-a-frame-or-mul.md) ##### [Control the selection behavior and drag behavior when entering a text box](../outlook/How-to/General/how-to-control-the-selection-behavior-and-drag-behavior-when-entering-a-text-box.md) ##### [Control the style and selection behavior of a list box](../outlook/How-to/General/how-to-control-the-style-and-selection-behavior-of-a-list-box.md) ##### [Control the text box' behavior on clicking Enter](../outlook/How-to/General/how-to-control-the-text-box-behavior-on-clicking-enter.md) ##### [Cut text from one text box and paste it on another](../outlook/How-to/General/how-to-cut-text-from-one-text-box-and-paste-it-on-another.md) ##### [Display the list portion of a combo box](../outlook/How-to/General/how-to-display-the-list-portion-of-a-combo-box.md) ##### [Display the name of each control on a form or a page of a MultiPage control](../outlook/How-to/General/how-to-display-the-name-of-each-control-on-a-form-or-a-page-of-a-multipage-contr.md) ##### [Display the name of each control on a page](../outlook/How-to/General/how-to-display-the-name-of-each-control-on-a-page.md) ##### [Display the number of pages and tabs in MultiPage and TabStrip controls on a form](../outlook/How-to/General/how-to-display-the-number-of-pages-and-tabs-in-multipage-and-tabstrip-controls-o.md) ##### [Enable and lock a text box from user entry](../outlook/How-to/General/how-to-enable-and-lock-a-text-box-from-user-entry.md) ##### [Enhance the border style, color, and special effects of a text box control](../outlook/How-to/General/how-to-enhance-the-border-stylecolor-and-special-effects-of-a-text-box-control.md) ##### [Give a control a 3D appearance programmatically](../outlook/How-to/General/how-to-give-a-control-a-3-d-appearance-programmatically.md) ##### [Group option buttons](../outlook/How-to/General/how-to-group-option-buttons.md) ##### [Hide or show a control programmatically](../outlook/How-to/General/how-to-hide-or-show-a-control-programmatically.md) ##### [Move a text box in front of or behind another control](../outlook/How-to/General/how-to-move-a-text-box-in-front-of-or-behind-another-control.md) ##### [Move controls on a page](../outlook/How-to/General/how-to-move-controls-on-a-page.md) ##### [Place an image and a caption on a command button](../outlook/How-to/General/how-to-place-an-image-and-a-caption-on-a-command-button.md) ##### [Reference a custom property that has the same name as a built-in property of the control](../outlook/How-to/General/how-to-reference-a-custom-property-that-has-the-same-name-as-a-built-in-property.md) ##### [Reference the Parent object of a control](../outlook/How-to/General/how-to-reference-the-parent-object-of-a-control.md) ##### [Set entry matching in a combo box](../outlook/How-to/General/how-to-set-entry-matching-in-a-combo-box.md) ##### [Set the item at the top of a list and the item that has focus in the list](../outlook/How-to/General/how-to-set-the-item-at-the-top-of-a-list-and-the-item-that-has-focus-in-the-list.md) ##### [Set the height and width of tabs in a MultiPage and a TabStrip control](../outlook/How-to/General/how-to-set-the-height-and-width-of-tabs-in-a-multipage-and-a-tabstrip-control.md) ##### [Set the input style for a combo box](../outlook/How-to/General/how-to-set-the-input-style-for-a-combo-box.md) ##### [Set the Maximum and Minimum values for a scroll bar](../outlook/How-to/General/how-to-set-the-maximum-and-minimum-values-for-a-scroll-bar.md) ##### [Set the number of lines and the length of input in a text box](../outlook/How-to/General/how-to-set-the-number-of-lines-and-the-length-of-input-in-a-text-box.md) ##### [Set the style of tabs for a MultiPage and a TabStrip control](../outlook/How-to/General/how-to-set-the-style-of-tabs-for-a-multipage-and-a-tabstrip-control.md) ##### [Set the tab order of controls in a frame](../outlook/How-to/General/how-to-set-the-tab-order-of-controls-in-a-frame.md) ##### [Set the type of mouse pointer for a list box](../outlook/How-to/General/how-to-set-the-type-of-mouse-pointer-for-a-list-box.md) ##### [Set the width of the drop-down list of a combo box](../outlook/How-to/General/how-to-set-the-width-of-the-drop-down-list-of-a-combo-box.md) ##### [Simulate a two-dimensional array with list boxes](../outlook/How-to/General/how-to-simulate-a-two-dimensional-array-with-list-boxes.md) ##### [Specify additional information for a control](../outlook/How-to/General/how-to-specify-additional-information-for-a-control.md) ##### [Specify control tip text for controls](../outlook/How-to/General/how-to-specify-control-tip-text-for-controls.md) ##### [Specify possible values for a list box](../outlook/How-to/General/how-to-specify-possible-values-for-a-list-box.md) ##### [Specify tab support for a control](../outlook/How-to/General/how-to-specify-tab-support-for-a-control.md) ##### [Specify the column in a multi-column list box to display to the user](../outlook/How-to/General/how-to-specify-the-column-in-a-multi-column-list-box-to-display-to-the-user.md) ##### [Specify the column in a multi-column list box to store data for the control](../outlook/How-to/General/how-to-specify-the-column-in-a-multi-column-list-box-to-store-data-for-the-contr.md) ##### [Specify the number of rows in a combo box](../outlook/How-to/General/how-to-specify-the-number-of-rows-in-a-combo-box.md) ##### [Swap columns of a multi-column list box](../outlook/How-to/General/how-to-swap-columns-of-a-multicolumn-list-box.md) ##### [Undo and redo an action in a text box or a combo box](../outlook/How-to/General/how-to-undo-and-redo-an-action-in-a-text-box-or-a-combo-box.md) #### Using Visual Basic to customize Outlook forms ##### [Use Visual Basic with Outlook](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/using-visual-basic-with-outlook.md) ##### [Run in Developer mode in Outlook](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/run-in-developer-mode-in-outlook.md) ##### Use Visual Basic Scripting Edition ###### [Overview](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/using-visual-basic-scripting-edition.md) ###### [About using VBScript in Outlook](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/about-using-vbscript-in-outlook.md) ###### [How can I prevent the VBScript code from running?](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/how-can-i-prevent-the-vbscript-code-from-running.md) ###### [Variants supported in VBScript](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/variants-supported-in-vbscript.md) ###### [Tools for programming with Visual Basic Scripting Edition](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/tools-for-programming-with-visual-basic-scripting-edition.md) ###### [Test tips for using Visual Basic Scripting Edition in Outlook](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/test-tips-for-using-visual-basic-scripting-edition-in-outlook.md) ###### Form events ####### [Overview](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/form-events.md) ####### [Item-level events](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/item-level-events.md) ####### [Control events](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/control-events.md) ####### [Field events](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/field-events.md) ####### [About the order of events](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/about-the-order-of-events.md) ####### [Add a Click event for a control in a custom form page](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/add-a-click-event-for-a-control-in-a-custom-form-page.md) ####### [Add an Outlook event](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/add-an-outlook-event.md) ####### [Cancel an event](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/canceling-an-event.md) ##### [Use the Script Editor](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/using-the-script-editor.md) ##### [About the Outlook Object Browser](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/about-the-outlook-object-browser.md) ##### [Common things you can do with VBScript](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/common-things-you-can-do-with-vbscript.md) ##### [Referencing controls on an Outlook form](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/referencing-controls-on-an-outlook-form.md) ##### Test tips for using VBScript in Outlook ###### [Overview](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/test-tips-for-using-vbscript-in-outlook.md) ###### [Go to a line of code in the Script Editor](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/go-to-a-line-of-code-in-the-script-editor.md) ###### [Use message boxes to return values](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/use-message-boxes-to-return-values.md) ###### [Set global variables for a form](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/set-global-variables-for-a-form.md) ###### [Use the PropertyChange event to test procedures](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/use-the-propertychange-event-to-test-procedures.md) ##### Use the Outlook Object Model ###### [Overview](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/using-the-outlook-object-model.md) ###### [About the object environment](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/about-the-object-environment.md) ###### [Use the Outlook Object Browser](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/use-the-outlook-object-browser.md) ###### [Use the Outlook Object Browser in the Script Editor](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/use-the-outlook-object-browser-in-the-script-editor.md) ###### [Constants and variables in VBScript](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/constants-and-variables-in-vbscript.md) ###### [Reference fields](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/referencing-fields.md) ###### [Put a list of fields and values in the message body](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/put-a-list-of-fields-and-values-in-the-message-body.md) ###### [Reference a folder](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/reference-a-folder.md) ###### [Create a new item](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/creating-a-new-item.md) ###### [Create an Outlook item](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/create-an-outlook-item.md) ###### [Reference existing items in a folder](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/referencing-existing-items-in-a-folder.md) ###### [Filter items in a collection](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/filtering-items-in-a-collection.md) ###### [Reference the active user](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/reference-the-active-user.md) ###### [Use current user properties from the Exchange Server Global Address list](../outlook/How-to/Using-Visual-Basic-to-Customize-Outlook-Forms/use-current-user-properties-from-the-microsoft-exchange-server-global-address-li.md) #### Extending forms and form regions using add-ins ##### [Add or remove an add-in](../outlook/How-to/Extending-Forms-and-Form-Regions-Using-Add-ins/add-or-remove-an-add-in.md) ##### [Create separate read and compose pages using form regions in a custom form](../outlook/How-to/Extending-Forms-and-Form-Regions-Using-Add-ins/create-separate-read-and-compose-pages-using-form-regions-in-a-custom-form.md) #### Items, folders, and stores ##### [Sorting items in a folder](../outlook/How-to/Items-Folders-and-Stores/sorting-items-in-a-folder.md) ##### [Storing Outlook items](../outlook/How-to/Items-Folders-and-Stores/storing-outlook-items.md) ##### [Working with EntryIDs and StoreIDs](../outlook/How-to/Items-Folders-and-Stores/working-with-entryids-and-storeids.md) ##### [Outlook item objects](../outlook/How-to/Items-Folders-and-Stores/outlook-item-objects.md) ##### [Attach a file to a Mail item](../outlook/How-to/Items-Folders-and-Stores/attach-a-file-to-a-mail-item.md) ##### [Create a recurring appointment that occurs every 2 years](../outlook/How-to/Items-Folders-and-Stores/create-a-recurring-appointment-that-occurs-every-2-years.md) ##### [Create an appointment as a meeting on the calendar](../outlook/How-to/Items-Folders-and-Stores/create-an-appointment-as-a-meeting-on-the-calendar.md) ##### [Delete all items and subfolders in the Deleted Items folder](../outlook/How-to/Items-Folders-and-Stores/delete-all-items-and-subfolders-in-the-deleted-items-folder.md) ##### [Enumerate folders on all stores](../outlook/How-to/Items-Folders-and-Stores/enumerate-folders-on-all-stores.md) ##### [Enumerate Search folders on all stores](../outlook/How-to/Items-Folders-and-Stores/enumerate-search-folders-on-all-stores.md) ##### [Enumerate the Contacts folder and set custom property for only Contact items](../outlook/How-to/Items-Folders-and-Stores/enumerate-the-contacts-folder-and-set-custom-property-for-only-contact-items.md) ##### [Import appointment XML data into Outlook Appointment objects](../outlook/How-to/Items-Folders-and-Stores/import-appointment-xml-data-into-outlook-appointment-objects-outlook.md) ##### [Obtain a Folder object from a Folder path](../outlook/How-to/Items-Folders-and-Stores/obtain-a-folder-object-from-a-folder-path.md) ##### [Send an email given the SMTP address of an account](../outlook/How-to/Items-Folders-and-Stores/send-an-e-mail-given-the-smtp-address-of-an-account-outlook.md) ##### [Specify an Internet encoding scheme for the body and attachments of a message](../outlook/How-to/Items-Folders-and-Stores/specify-an-internet-encoding-scheme-for-the-body-and-attachments-of-a-message.md) #### Navigation ##### [Customize the navigation pane](../outlook/How-to/Navigation/customizing-the-navigation-pane.md) ##### [Add solution-specific folders to the solutions module](../outlook/How-to/Navigation/adding-solution-specific-folders-to-the-solutions-module.md) ##### [Show or hide the navigation pane](../outlook/How-to/Navigation/show-or-hide-the-navigation-pane.md) ##### [Enumerate, show, hide, and position modules in the navigation pane](../outlook/How-to/Navigation/enumerate-show-hide-and-position-modules-in-the-navigation-pane.md) ##### [Set a module as the currently selected module in the navigation pane](../outlook/How-to/Navigation/set-a-module-as-the-currently-selected-module-in-the-navigation-pane.md) ##### [Display specific modules in the navigation pane](../outlook/How-to/Navigation/display-specific-modules-in-the-navigation-pane.md) ##### [Add a folder to the Favorite folders group](../outlook/How-to/Navigation/add-a-folder-to-the-favorite-folders-group.md) ##### [Enumerate active folders in the Calendar view](../outlook/How-to/Navigation/enumerate-active-folders-in-the-calendar-view.md) ##### [Add a custom folder to a group and display it in Overlay mode by default](../outlook/How-to/Navigation/add-a-custom-folder-to-a-group-and-display-it-in-overlay-mode-by-default.md) ##### [Properties overview](../outlook/How-to/Navigation/properties-overview.md) ###### [Reference properties by namespace](../outlook/How-to/Navigation/referencing-properties-by-namespace.md) ###### [Create a property](../outlook/How-to/Navigation/creating-a-property.md) ###### [Delete a property](../outlook/How-to/Navigation/deleting-a-property.md) ###### [Get the value of a property](../outlook/How-to/Navigation/getting-the-value-of-a-property.md) ###### [Set the value of a property](../outlook/How-to/Navigation/setting-the-value-of-a-property.md) ###### [Best practices for getting and setting properties](../outlook/How-to/Navigation/best-practices-for-getting-and-setting-properties.md) ###### [Identify a meeting item as a counter-proposal to a prior meeting request](../outlook/How-to/Navigation/identify-a-meeting-item-as-a-counter-proposal-to-a-prior-meeting-request.md) #### Office Fluent user interface extensibility ##### [Office Fluent UI extensibility for Outlook](../outlook/How-to/Office-Fluent-UI-Extensibility/office-fluent-user-interface-extensibility-for-outlook.md) ##### [Customize the ribbon](../outlook/How-to/Office-Fluent-UI-Extensibility/overview-of-customizing-the-ribbon.md) ##### [Update earlier code for CommandBars](../outlook/How-to/Office-Fluent-UI-Extensibility/updating-earlier-code-for-commandbars.md) ##### [Implement the IRibbonExtensibility interface](../outlook/How-to/Office-Fluent-UI-Extensibility/implementing-the-iribbonextensibility-interface.md) ##### [Customize Shortcut menus](../outlook/How-to/Office-Fluent-UI-Extensibility/customizing-shortcut-menus.md) ##### [Detect errors](../outlook/How-to/Office-Fluent-UI-Extensibility/detecting-errors.md) ##### [IRibbonUI object overview](../outlook/How-to/Office-Fluent-UI-Extensibility/overview-of-the-iribbonui-object.md) ##### [IRibbonControl object overview](../outlook/How-to/Office-Fluent-UI-Extensibility/overview-of-the-iribboncontrol-object.md) #### Rules ##### [Manage rules in the Outlook Object Model](../outlook/How-to/Rules/managing-rules-in-the-outlook-object-model.md) ##### [Specify rule actions](../outlook/How-to/Rules/specifying-rule-actions.md) ##### [Specify rule conditions](../outlook/How-to/Rules/specifying-rule-conditions.md) ##### [Create a rule to move specific emails to a folder](../outlook/How-to/Rules/create-a-rule-to-move-specific-e-mails-to-a-folder.md) #### Search and filter ##### [Enumerate, search, and filter items in a folder](../outlook/How-to/Search-and-Filter/enumerating-searching-and-filtering-items-in-a-folder.md) ##### [Table](../outlook/How-to/Search-and-Filter/table.md) ##### [Add columns to a Table object](../outlook/How-to/Search-and-Filter/adding-columns-to-a-table-object.md) ##### [Default properties displayed in a Table object](../outlook/How-to/Search-and-Filter/default-properties-displayed-in-a-table-object.md) ##### [Factors affecting property value representation in the Table and View classes](../outlook/How-to/Search-and-Filter/factors-affecting-property-value-representation-in-the-table-and-view-classes.md) ##### [Unsupported properties in a Table object or Table filter](../outlook/How-to/Search-and-Filter/unsupported-properties-in-a-table-object-or-table-filter.md) ##### Filtering ###### [Overview](../outlook/How-to/Search-and-Filter/filtering.md) ###### [Filter items](../outlook/How-to/Search-and-Filter/filtering-items.md) ###### [Filter a custom field](../outlook/How-to/Search-and-Filter/filtering-a-custom-field.md) ###### [Filter items using a Boolean comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-boolean-comparison.md) ###### [Filter items using a comparison with a keywords property](../outlook/How-to/Search-and-Filter/filtering-items-using-a-comparison-with-a-keywords-property.md) ###### [Filter items using a date-time comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-date-time-comparison.md) ###### [Filter items using a string comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-a-string-comparison.md) ###### [Filter items using a variable](../outlook/How-to/Search-and-Filter/filtering-items-using-a-variable.md) ###### [Filter items using an integer comparison](../outlook/How-to/Search-and-Filter/filtering-items-using-an-integer-comparison.md) ###### [Filter items using comparison and logical operators](../outlook/How-to/Search-and-Filter/filtering-items-using-comparison-and-logical-operators.md) ###### [Filter items using query keywords](../outlook/How-to/Search-and-Filter/filtering-items-using-query-keywords.md) ###### [Filter the body of a Mail item](../outlook/How-to/Search-and-Filter/filter-the-body-of-a-mail-item.md) ###### [Filter items that Do Not Have Categories](../outlook/How-to/Search-and-Filter/filter-items-that-do-not-have-categories.md) ##### [Searching items](../outlook/How-to/Search-and-Filter/searching-items.md) ##### [Access the values of a multi-valued property in a table](../outlook/How-to/Search-and-Filter/access-the-values-of-a-multi-valued-property-in-a-table.md) ##### [Use the table object to performantly enumerate filtered items in a folder](../outlook/How-to/Search-and-Filter/use-the-table-object-to-performantly-enumerate-filtered-items-in-a-folder.md) ##### [Search the Inbox for items with subject containing "Office"](../outlook/How-to/Search-and-Filter/search-the-inbox-for-items-with-subject-containing-office.md) ##### [Search the calendar for appointments that occur partially or entirely in a given time period](../outlook/How-to/Search-and-Filter/search-the-calendar-for-appointments-that-occur-partially-or-entirely-in-a-given.md) ##### [Search the calendar for appointments within a date range that contain a specific word in the subject](../outlook/How-to/Search-and-Filter/search-the-calendar-for-appointments-within-a-date-range-that-contain-a-specific.md) ##### [Search and obtain items in an aggregated view](../outlook/How-to/Search-and-Filter/search-and-obtain-items-in-an-aggregated-view-outlook.md) #### Security ##### [Security behavior of the Outlook Object Model](../outlook/How-to/Security/security-behavior-of-the-outlook-object-model.md) ##### [Outlook Object Model security warnings](../outlook/How-to/Security/outlook-object-model-security-warnings.md) ##### [Protected properties and methods](../outlook/How-to/Security/protected-properties-and-methods.md) ##### [Obtain and sign in to an instance of Outlook](../outlook/How-to/Security/obtain-and-log-on-to-an-instance-of-outlook.md) #### Sharing ##### [Sharing calendars](../outlook/How-to/Sharing/sharing-calendars.md) ##### [Sharing online calendars, RSS feeds, SharePoint Foundation folders, and Exchange folders](../outlook/How-to/Sharing/sharing-online-calendars-rss-feeds-microsoft-sharepoint-foundation-folders-and-e.md) ##### [Export a calendar using Payload sharing](../outlook/How-to/Sharing/export-a-calendar-using-payload-sharing.md) ##### [Import saved items using OpenSharedItem](../outlook/How-to/Sharing/import-saved-items-using-openshareditem.md) ##### [Send a sharing invitation for a calendar](../outlook/How-to/Sharing/send-a-sharing-invitation-for-a-calendar.md) ##### [Send a sharing invitation for an RSS feed](../outlook/How-to/Sharing/send-a-sharing-invitation-for-an-rss-feed.md) #### Solution storage ##### [Storing data for solutions](../outlook/How-to/Solution-Storage/storing-data-for-solutions.md) ##### [Creating and saving data to solution storage](../outlook/How-to/Solution-Storage/creating-and-saving-data-to-solution-storage.md) ##### [Updating and deleting solution storage](../outlook/How-to/Solution-Storage/updating-and-deleting-solution-storage.md) ##### [Security concerns for solution storage](../outlook/How-to/Solution-Storage/security-concerns-for-solution-storage.md) ##### [Store data in a storageItem for a solution](../outlook/How-to/Solution-Storage/store-data-in-a-storageitem-for-a-solution.md) ##### [Delete data to reset solution storage](../outlook/How-to/Solution-Storage/delete-data-to-reset-solution-storage.md) ##### [Save auto-archive properties of a folder in solution storage](../outlook/How-to/Solution-Storage/save-auto-archive-properties-of-a-folder-in-solution-storage.md) #### Views ##### [Outlook views](../outlook/How-to/Views/outlook-views.md) ##### [Filtering and specifying fields in a view](../outlook/How-to/Views/filtering-and-specifying-fields-in-a-view.md) ##### [Sorting fields in a view](../outlook/How-to/Views/sorting-fields-in-a-view.md) ### Object model #### [Overview](overview/Outlook/object-model.md) #### [Account object](Outlook.Account.md) ##### Methods ###### [GetAddressEntryFromID](Outlook.Account.GetAddressEntryFromID.md) ###### [GetRecipientFromID](Outlook.Account.GetRecipientFromID.md) ##### Properties ###### [AccountType](Outlook.Account.AccountType.md) ###### [Application](Outlook.Account.Application.md) ###### [AutoDiscoverConnectionMode](Outlook.Account.AutoDiscoverConnectionMode.md) ###### [AutoDiscoverXml](Outlook.Account.AutoDiscoverXml.md) ###### [Class](Outlook.Account.Class.md) ###### [CurrentUser](Outlook.Account.CurrentUser.md) ###### [DeliveryStore](Outlook.Account.DeliveryStore.md) ###### [DisplayName](Outlook.Account.DisplayName.md) ###### [ExchangeConnectionMode](Outlook.Account.ExchangeConnectionMode.md) ###### [ExchangeMailboxServerName](Outlook.Account.ExchangeMailboxServerName.md) ###### [ExchangeMailboxServerVersion](Outlook.Account.ExchangeMailboxServerVersion.md) ###### [Parent](Outlook.Account.Parent.md) ###### [Session](Outlook.Account.Session.md) ###### [SmtpAddress](Outlook.Account.SmtpAddress.md) ###### [UserName](Outlook.Account.UserName.md) #### [AccountRuleCondition object](Outlook.AccountRuleCondition.md) ##### Properties ###### [Account](Outlook.AccountRuleCondition.Account.md) ###### [Application](Outlook.AccountRuleCondition.Application.md) ###### [Class](Outlook.AccountRuleCondition.Class.md) ###### [ConditionType](Outlook.AccountRuleCondition.ConditionType.md) ###### [Enabled](Outlook.AccountRuleCondition.Enabled.md) ###### [Parent](Outlook.AccountRuleCondition.Parent.md) ###### [Session](Outlook.AccountRuleCondition.Session.md) #### [Accounts object](Outlook.Accounts.md) ##### Events ###### [AutoDiscoverComplete](Outlook.Accounts.AutoDiscoverComplete.md) ##### Methods ###### [Item](Outlook.Accounts.Item.md) ##### Properties ###### [Application](Outlook.Accounts.Application.md) ###### [Class](Outlook.Accounts.Class.md) ###### [Count](Outlook.Accounts.Count.md) ###### [Parent](Outlook.Accounts.Parent.md) ###### [Session](Outlook.Accounts.Session.md) #### [AccountSelector object](Outlook.AccountSelector.md) ##### Events ###### [SelectedAccountChange](Outlook.AccountSelector.SelectedAccountChange.md) ##### Properties ###### [Application](Outlook.AccountSelector.Application.md) ###### [Class](Outlook.AccountSelector.Class.md) ###### [Parent](Outlook.AccountSelector.Parent.md) ###### [SelectedAccount](Outlook.AccountSelector.SelectedAccount.md) ###### [Session](Outlook.AccountSelector.Session.md) #### [Action object](Outlook.Action.md) ##### Methods ###### [Delete](Outlook.Action.Delete.md) ###### [Execute](Outlook.Action.Execute.md) ##### Properties ###### [Application](Outlook.Action.Application.md) ###### [Class](Outlook.Action.Class.md) ###### [CopyLike](Outlook.Action.CopyLike.md) ###### [Enabled](Outlook.Action.Enabled.md) ###### [MessageClass](Outlook.Action.MessageClass.md) ###### [Name](Outlook.Action.Name.md) ###### [Parent](Outlook.Action.Parent.md) ###### [Prefix](Outlook.Action.Prefix.md) ###### [ReplyStyle](Outlook.Action.ReplyStyle.md) ###### [ResponseStyle](Outlook.Action.ResponseStyle.md) ###### [Session](Outlook.Action.Session.md) ###### [ShowOn](Outlook.Action.ShowOn.md) #### [Actions object](Outlook.Actions.md) ##### Methods ###### [Add](Outlook.Actions.Add.md) ###### [Item](Outlook.Actions.Item.md) ###### [Remove](Outlook.Actions.Remove.md) ##### Properties ###### [Application](Outlook.Actions.Application.md) ###### [Class](Outlook.Actions.Class.md) ###### [Count](Outlook.Actions.Count.md) ###### [Parent](Outlook.Actions.Parent.md) ###### [Session](Outlook.Actions.Session.md) #### [AddressEntries object](Outlook.AddressEntries.md) ##### Methods ###### [Add](Outlook.AddressEntries.Add.md) ###### [GetFirst](Outlook.AddressEntries.GetFirst.md) ###### [GetLast](Outlook.AddressEntries.GetLast.md) ###### [GetNext](Outlook.AddressEntries.GetNext.md) ###### [GetPrevious](Outlook.AddressEntries.GetPrevious.md) ###### [Item](Outlook.AddressEntries.Item.md) ###### [Sort](Outlook.AddressEntries.Sort.md) ##### Properties ###### [Application](Outlook.AddressEntries.Application.md) ###### [Class](Outlook.AddressEntries.Class.md) ###### [Count](Outlook.AddressEntries.Count.md) ###### [Parent](Outlook.AddressEntries.Parent.md) ###### [Session](Outlook.AddressEntries.Session.md) #### [AddressEntry object](Outlook.AddressEntry.md) ##### Methods ###### [Delete](Outlook.AddressEntry.Delete.md) ###### [Details](Outlook.AddressEntry.Details.md) ###### [GetContact](Outlook.AddressEntry.GetContact.md) ###### [GetExchangeDistributionList](Outlook.AddressEntry.GetExchangeDistributionList.md) ###### [GetExchangeUser](Outlook.AddressEntry.GetExchangeUser.md) ###### [GetFreeBusy](Outlook.AddressEntry.GetFreeBusy.md) ###### [Update](Outlook.AddressEntry.Update.md) ##### Properties ###### [Address](Outlook.AddressEntry.Address.md) ###### [AddressEntryUserType](Outlook.AddressEntry.AddressEntryUserType.md) ###### [Application](Outlook.AddressEntry.Application.md) ###### [Class](Outlook.AddressEntry.Class.md) ###### [DisplayType](Outlook.AddressEntry.DisplayType.md) ###### [ID](Outlook.AddressEntry.ID.md) ###### [Name](Outlook.AddressEntry.Name.md) ###### [Parent](Outlook.AddressEntry.Parent.md) ###### [PropertyAccessor](Outlook.AddressEntry.PropertyAccessor.md) ###### [Session](Outlook.AddressEntry.Session.md) ###### [Type](Outlook.AddressEntry.Type.md) #### [AddressList object](Outlook.AddressList.md) ##### Methods ###### [GetContactsFolder](Outlook.AddressList.GetContactsFolder.md) ##### Properties ###### [AddressEntries](Outlook.AddressList.AddressEntries.md) ###### [AddressListType](Outlook.AddressList.AddressListType.md) ###### [Application](Outlook.AddressList.Application.md) ###### [Class](Outlook.AddressList.Class.md) ###### [ID](Outlook.AddressList.ID.md) ###### [Index](Outlook.AddressList.Index.md) ###### [IsInitialAddressList](Outlook.AddressList.IsInitialAddressList.md) ###### [IsReadOnly](Outlook.AddressList.IsReadOnly.md) ###### [Name](Outlook.AddressList.Name.md) ###### [Parent](Outlook.AddressList.Parent.md) ###### [PropertyAccessor](Outlook.AddressList.PropertyAccessor.md) ###### [ResolutionOrder](Outlook.AddressList.ResolutionOrder.md) ###### [Session](Outlook.AddressList.Session.md) #### [AddressLists object](Outlook.AddressLists.md) ##### Methods ###### [Item](Outlook.AddressLists.Item.md) ##### Properties ###### [Application](Outlook.AddressLists.Application.md) ###### [Class](Outlook.AddressLists.Class.md) ###### [Count](Outlook.AddressLists.Count.md) ###### [Parent](Outlook.AddressLists.Parent.md) ###### [Session](Outlook.AddressLists.Session.md) #### [AddressRuleCondition object](Outlook.AddressRuleCondition.md) ##### Properties ###### [Address](Outlook.AddressRuleCondition.Address.md) ###### [Application](Outlook.AddressRuleCondition.Application.md) ###### [Class](Outlook.AddressRuleCondition.Class.md) ###### [ConditionType](Outlook.AddressRuleCondition.ConditionType.md) ###### [Enabled](Outlook.AddressRuleCondition.Enabled.md) ###### [Parent](Outlook.AddressRuleCondition.Parent.md) ###### [Session](Outlook.AddressRuleCondition.Session.md) #### [Application object](Outlook.Application.md) ##### Events ###### [AdvancedSearchComplete](Outlook.Application.AdvancedSearchComplete.md) ###### [AdvancedSearchStopped](Outlook.Application.AdvancedSearchStopped.md) ###### [BeforeFolderSharingDialog](Outlook.Application.BeforeFolderSharingDialog.md) ###### [ItemLoad](Outlook.Application.ItemLoad.md) ###### [ItemSend](Outlook.Application.ItemSend.md) ###### [MAPILogonComplete](Outlook.Application.MAPILogonComplete.md) ###### [NewMail](Outlook.Application.NewMail.md) ###### [NewMailEx](Outlook.Application.NewMailEx.md) ###### [OptionsPagesAdd](Outlook.Application.OptionsPagesAdd.md) ###### [Quit](Outlook.Application.Quit(even).md) ###### [Reminder](Outlook.Application.Reminder.md) ###### [Startup](Outlook.Application.Startup.md) ##### Methods ###### [ActiveExplorer](Outlook.Application.ActiveExplorer.md) ###### [ActiveInspector](Outlook.Application.ActiveInspector.md) ###### [ActiveWindow](Outlook.Application.ActiveWindow.md) ###### [AdvancedSearch](Outlook.Application.AdvancedSearch.md) ###### [CopyFile](Outlook.Application.CopyFile.md) ###### [CreateItem](Outlook.Application.CreateItem.md) ###### [CreateItemFromTemplate](Outlook.Application.CreateItemFromTemplate.md) ###### [CreateObject](Outlook.Application.CreateObject.md) ###### [GetNamespace](Outlook.Application.GetNamespace.md) ###### [GetObjectReference](Outlook.Application.GetObjectReference.md) ###### [IsSearchSynchronous](Outlook.Application.IsSearchSynchronous.md) ###### [Quit](Outlook.Application.Quit(method).md) ###### [RefreshFormRegionDefinition](Outlook.Application.RefreshFormRegionDefinition.md) ##### Properties ###### [Application](Outlook.Application.Application.md) ###### [Assistance](Outlook.Application.Assistance.md) ###### [Class](Outlook.Application.Class.md) ###### [COMAddIns](Outlook.Application.COMAddIns.md) ###### [DefaultProfileName](Outlook.Application.DefaultProfileName.md) ###### [Explorers](Outlook.Application.Explorers.md) ###### [Inspectors](Outlook.Application.Inspectors.md) ###### [IsTrusted](Outlook.Application.IsTrusted.md) ###### [LanguageSettings](Outlook.Application.LanguageSettings.md) ###### [Name](Outlook.Application.Name.md) ###### [Parent](Outlook.Application.Parent.md) ###### [PickerDialog](Outlook.Application.PickerDialog.md) ###### [ProductCode](Outlook.Application.ProductCode.md) ###### [Reminders](Outlook.Application.Reminders.md) ###### [Session](Outlook.Application.Session.md) ###### [TimeZones](Outlook.Application.TimeZones.md) ###### [Version](Outlook.Application.Version.md) #### [AppointmentItem object](Outlook.AppointmentItem.md) ##### Events ###### [AfterWrite](Outlook.AppointmentItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.AppointmentItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.AppointmentItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.AppointmentItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.AppointmentItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.AppointmentItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.AppointmentItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.AppointmentItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.AppointmentItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.AppointmentItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.AppointmentItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.AppointmentItem.BeforeDelete.md) ###### [BeforeRead](Outlook.AppointmentItem.BeforeRead.md) ###### [Close](Outlook.AppointmentItem.Close(even).md) ###### [CustomAction](Outlook.AppointmentItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.AppointmentItem.CustomPropertyChange.md) ###### [Forward](Outlook.AppointmentItem.Forward.md) ###### [Open](Outlook.AppointmentItem.Open.md) ###### [PropertyChange](Outlook.AppointmentItem.PropertyChange.md) ###### [Read](Outlook.AppointmentItem.Read.md) ###### [ReadComplete](Outlook.appointmentitem.readcomplete.md) ###### [Reply](Outlook.AppointmentItem.Reply.md) ###### [ReplyAll](Outlook.AppointmentItem.ReplyAll.md) ###### [Send](Outlook.AppointmentItem.Send(even).md) ###### [Unload](Outlook.AppointmentItem.Unload.md) ###### [Write](Outlook.AppointmentItem.Write.md) ##### Methods ###### [ClearRecurrencePattern](Outlook.AppointmentItem.ClearRecurrencePattern.md) ###### [Close](Outlook.AppointmentItem.Close(method).md) ###### [Copy](Outlook.AppointmentItem.Copy.md) ###### [CopyTo](Outlook.AppointmentItem.CopyTo.md) ###### [Delete](Outlook.AppointmentItem.Delete.md) ###### [Display](Outlook.AppointmentItem.Display.md) ###### [ForwardAsVcal](Outlook.AppointmentItem.ForwardAsVcal.md) ###### [GetConversation](Outlook.AppointmentItem.GetConversation.md) ###### [GetOrganizer](Outlook.AppointmentItem.GetOrganizer.md) ###### [GetRecurrencePattern](Outlook.AppointmentItem.GetRecurrencePattern.md) ###### [Move](Outlook.AppointmentItem.Move.md) ###### [PrintOut](Outlook.AppointmentItem.PrintOut.md) ###### [Respond](Outlook.AppointmentItem.Respond.md) ###### [Save](Outlook.AppointmentItem.Save.md) ###### [SaveAs](Outlook.AppointmentItem.SaveAs.md) ###### [Send](Outlook.AppointmentItem.Send(method).md) ###### [ShowCategoriesDialog](Outlook.AppointmentItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.AppointmentItem.Actions.md) ###### [AllDayEvent](Outlook.AppointmentItem.AllDayEvent.md) ###### [Application](Outlook.AppointmentItem.Application.md) ###### [Attachments](Outlook.AppointmentItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.AppointmentItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.AppointmentItem.BillingInformation.md) ###### [Body](Outlook.AppointmentItem.Body.md) ###### [BusyStatus](Outlook.AppointmentItem.BusyStatus.md) ###### [Categories](Outlook.AppointmentItem.Categories.md) ###### [Class](Outlook.AppointmentItem.Class.md) ###### [Companies](Outlook.AppointmentItem.Companies.md) ###### [Conflicts](Outlook.AppointmentItem.Conflicts.md) ###### [ConversationID](Outlook.AppointmentItem.ConversationID.md) ###### [ConversationIndex](Outlook.AppointmentItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.AppointmentItem.ConversationTopic.md) ###### [CreationTime](Outlook.AppointmentItem.CreationTime.md) ###### [DownloadState](Outlook.AppointmentItem.DownloadState.md) ###### [Duration](Outlook.AppointmentItem.Duration.md) ###### [End](Outlook.AppointmentItem.End.md) ###### [EndInEndTimeZone](Outlook.AppointmentItem.EndInEndTimeZone.md) ###### [EndTimeZone](Outlook.AppointmentItem.EndTimeZone.md) ###### [EndUTC](Outlook.AppointmentItem.EndUTC.md) ###### [EntryID](Outlook.AppointmentItem.EntryID.md) ###### [ForceUpdateToAllAttendees](Outlook.AppointmentItem.ForceUpdateToAllAttendees.md) ###### [FormDescription](Outlook.AppointmentItem.FormDescription.md) ###### [GetInspector](Outlook.AppointmentItem.GetInspector.md) ###### [GlobalAppointmentID](Outlook.AppointmentItem.GlobalAppointmentID.md) ###### [Importance](Outlook.AppointmentItem.Importance.md) ###### [InternetCodepage](Outlook.AppointmentItem.InternetCodepage.md) ###### [IsConflict](Outlook.AppointmentItem.IsConflict.md) ###### [IsRecurring](Outlook.AppointmentItem.IsRecurring.md) ###### [ItemProperties](Outlook.AppointmentItem.ItemProperties.md) ###### [LastModificationTime](Outlook.AppointmentItem.LastModificationTime.md) ###### [Location](Outlook.AppointmentItem.Location.md) ###### [MarkForDownload](Outlook.AppointmentItem.MarkForDownload.md) ###### [MeetingStatus](Outlook.AppointmentItem.MeetingStatus.md) ###### [MeetingWorkspaceURL](Outlook.AppointmentItem.MeetingWorkspaceURL.md) ###### [MessageClass](Outlook.AppointmentItem.MessageClass.md) ###### [Mileage](Outlook.AppointmentItem.Mileage.md) ###### [NoAging](Outlook.AppointmentItem.NoAging.md) ###### [OptionalAttendees](Outlook.AppointmentItem.OptionalAttendees.md) ###### [Organizer](Outlook.AppointmentItem.Organizer.md) ###### [OutlookInternalVersion](Outlook.AppointmentItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.AppointmentItem.OutlookVersion.md) ###### [Parent](Outlook.AppointmentItem.Parent.md) ###### [PropertyAccessor](Outlook.AppointmentItem.PropertyAccessor.md) ###### [Recipients](Outlook.AppointmentItem.Recipients.md) ###### [RecurrenceState](Outlook.AppointmentItem.RecurrenceState.md) ###### [ReminderMinutesBeforeStart](Outlook.AppointmentItem.ReminderMinutesBeforeStart.md) ###### [ReminderOverrideDefault](Outlook.AppointmentItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.AppointmentItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.AppointmentItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.AppointmentItem.ReminderSoundFile.md) ###### [ReplyTime](Outlook.AppointmentItem.ReplyTime.md) ###### [RequiredAttendees](Outlook.AppointmentItem.RequiredAttendees.md) ###### [Resources](Outlook.AppointmentItem.Resources.md) ###### [ResponseRequested](Outlook.AppointmentItem.ResponseRequested.md) ###### [ResponseStatus](Outlook.AppointmentItem.ResponseStatus.md) ###### [RTFBody](Outlook.AppointmentItem.RTFBody.md) ###### [Saved](Outlook.AppointmentItem.Saved.md) ###### [SendUsingAccount](Outlook.AppointmentItem.SendUsingAccount.md) ###### [Sensitivity](Outlook.AppointmentItem.Sensitivity.md) ###### [Session](Outlook.AppointmentItem.Session.md) ###### [Size](Outlook.AppointmentItem.Size.md) ###### [Start](Outlook.AppointmentItem.Start.md) ###### [StartInStartTimeZone](Outlook.AppointmentItem.StartInStartTimeZone.md) ###### [StartTimeZone](Outlook.AppointmentItem.StartTimeZone.md) ###### [StartUTC](Outlook.AppointmentItem.StartUTC.md) ###### [Subject](Outlook.AppointmentItem.Subject.md) ###### [UnRead](Outlook.AppointmentItem.UnRead.md) ###### [UserProperties](Outlook.AppointmentItem.UserProperties.md) #### [AssignToCategoryRuleAction object](Outlook.AssignToCategoryRuleAction.md) ##### Properties ###### [ActionType](Outlook.AssignToCategoryRuleAction.ActionType.md) ###### [Application](Outlook.AssignToCategoryRuleAction.Application.md) ###### [Categories](Outlook.AssignToCategoryRuleAction.Categories.md) ###### [Class](Outlook.AssignToCategoryRuleAction.Class.md) ###### [Enabled](Outlook.AssignToCategoryRuleAction.Enabled.md) ###### [Parent](Outlook.AssignToCategoryRuleAction.Parent.md) ###### [Session](Outlook.AssignToCategoryRuleAction.Session.md) #### [Attachment object](Outlook.Attachment.md) ##### Methods ###### [Delete](Outlook.Attachment.Delete.md) ###### [GetTemporaryFilePath](Outlook.Attachment.GetTemporaryFilePath.md) ###### [SaveAsFile](Outlook.Attachment.SaveAsFile.md) ##### Properties ###### [Application](Outlook.Attachment.Application.md) ###### [BlockLevel](Outlook.Attachment.BlockLevel.md) ###### [Class](Outlook.Attachment.Class.md) ###### [DisplayName](Outlook.Attachment.DisplayName.md) ###### [FileName](Outlook.Attachment.FileName.md) ###### [Index](Outlook.Attachment.Index.md) ###### [Parent](Outlook.Attachment.Parent.md) ###### [PathName](Outlook.Attachment.PathName.md) ###### [Position](Outlook.Attachment.Position.md) ###### [PropertyAccessor](Outlook.Attachment.PropertyAccessor.md) ###### [Session](Outlook.Attachment.Session.md) ###### [Size](Outlook.Attachment.Size.md) ###### [Type](Outlook.Attachment.Type.md) #### [Attachments object](Outlook.Attachments.md) ##### Methods ###### [Add](Outlook.Attachments.Add.md) ###### [Item](Outlook.Attachments.Item.md) ###### [Remove](Outlook.Attachments.Remove.md) ##### Properties ###### [Application](Outlook.Attachments.Application.md) ###### [Class](Outlook.Attachments.Class.md) ###### [Count](Outlook.Attachments.Count.md) ###### [Parent](Outlook.Attachments.Parent.md) ###### [Session](Outlook.Attachments.Session.md) #### [AttachmentSelection object](Outlook.AttachmentSelection.md) ##### Methods ###### [GetSelection](Outlook.AttachmentSelection.GetSelection.md) ###### [Item](Outlook.AttachmentSelection.Item.md) ##### Properties ###### [Application](Outlook.AttachmentSelection.Application.md) ###### [Class](Outlook.AttachmentSelection.Class.md) ###### [Count](Outlook.AttachmentSelection.Count.md) ###### [Location](Outlook.AttachmentSelection.Location.md) ###### [Parent](Outlook.AttachmentSelection.Parent.md) ###### [Session](Outlook.AttachmentSelection.Session.md) #### [AutoFormatRule object](Outlook.AutoFormatRule.md) ##### Properties ###### [Application](Outlook.AutoFormatRule.Application.md) ###### [Class](Outlook.AutoFormatRule.Class.md) ###### [Enabled](Outlook.AutoFormatRule.Enabled.md) ###### [Filter](Outlook.AutoFormatRule.Filter.md) ###### [Font](Outlook.AutoFormatRule.Font.md) ###### [Name](Outlook.AutoFormatRule.Name.md) ###### [Parent](Outlook.AutoFormatRule.Parent.md) ###### [Session](Outlook.AutoFormatRule.Session.md) ###### [Standard](Outlook.AutoFormatRule.Standard.md) #### [AutoFormatRules object](Outlook.AutoFormatRules.md) ##### Methods ###### [Add](Outlook.AutoFormatRules.Add.md) ###### [Insert](Outlook.AutoFormatRules.Insert.md) ###### [Item](Outlook.AutoFormatRules.Item.md) ###### [Remove](Outlook.AutoFormatRules.Remove.md) ###### [RemoveAll](Outlook.AutoFormatRules.RemoveAll.md) ###### [Save](Outlook.AutoFormatRules.Save.md) ##### Properties ###### [Application](Outlook.AutoFormatRules.Application.md) ###### [Class](Outlook.AutoFormatRules.Class.md) ###### [Count](Outlook.AutoFormatRules.Count.md) ###### [Parent](Outlook.AutoFormatRules.Parent.md) ###### [Session](Outlook.AutoFormatRules.Session.md) #### [BusinessCardView object](Outlook.BusinessCardView.md) ##### Methods ###### [Apply](Outlook.BusinessCardView.Apply.md) ###### [Copy](Outlook.BusinessCardView.Copy.md) ###### [Delete](Outlook.BusinessCardView.Delete.md) ###### [GoToDate](Outlook.BusinessCardView.GoToDate.md) ###### [Reset](Outlook.BusinessCardView.Reset.md) ###### [Save](Outlook.BusinessCardView.Save.md) ##### Properties ###### [Application](Outlook.BusinessCardView.Application.md) ###### [CardSize](Outlook.BusinessCardView.CardSize.md) ###### [Class](Outlook.BusinessCardView.Class.md) ###### [Filter](Outlook.BusinessCardView.Filter.md) ###### [HeadingsFont](Outlook.BusinessCardView.HeadingsFont.md) ###### [Language](Outlook.BusinessCardView.Language.md) ###### [LockUserChanges](Outlook.BusinessCardView.LockUserChanges.md) ###### [Name](Outlook.BusinessCardView.Name.md) ###### [Parent](Outlook.BusinessCardView.Parent.md) ###### [SaveOption](Outlook.BusinessCardView.SaveOption.md) ###### [Session](Outlook.BusinessCardView.Session.md) ###### [SortFields](Outlook.BusinessCardView.SortFields.md) ###### [Standard](Outlook.BusinessCardView.Standard.md) ###### [ViewType](Outlook.BusinessCardView.ViewType.md) ###### [XML](Outlook.BusinessCardView.XML.md) #### [CalendarModule object](Outlook.CalendarModule.md) ##### Properties ###### [Application](Outlook.CalendarModule.Application.md) ###### [Class](Outlook.CalendarModule.Class.md) ###### [Name](Outlook.CalendarModule.Name.md) ###### [NavigationGroups](Outlook.CalendarModule.NavigationGroups.md) ###### [NavigationModuleType](Outlook.CalendarModule.NavigationModuleType.md) ###### [Parent](Outlook.CalendarModule.Parent.md) ###### [Position](Outlook.CalendarModule.Position.md) ###### [Session](Outlook.CalendarModule.Session.md) ###### [Visible](Outlook.CalendarModule.Visible.md) #### [CalendarSharing object](Outlook.CalendarSharing.md) ##### Methods ###### [ForwardAsICal](Outlook.CalendarSharing.ForwardAsICal.md) ###### [SaveAsICal](Outlook.CalendarSharing.SaveAsICal.md) ##### Properties ###### [Application](Outlook.CalendarSharing.Application.md) ###### [CalendarDetail](Outlook.CalendarSharing.CalendarDetail.md) ###### [Class](Outlook.CalendarSharing.Class.md) ###### [EndDate](Outlook.CalendarSharing.EndDate.md) ###### [Folder](Outlook.CalendarSharing.Folder.md) ###### [IncludeAttachments](Outlook.CalendarSharing.IncludeAttachments.md) ###### [IncludePrivateDetails](Outlook.CalendarSharing.IncludePrivateDetails.md) ###### [IncludeWholeCalendar](Outlook.CalendarSharing.IncludeWholeCalendar.md) ###### [Parent](Outlook.CalendarSharing.Parent.md) ###### [RestrictToWorkingHours](Outlook.CalendarSharing.RestrictToWorkingHours.md) ###### [Session](Outlook.CalendarSharing.Session.md) ###### [StartDate](Outlook.CalendarSharing.StartDate.md) #### [CalendarView object](Outlook.CalendarView.md) ##### Methods ###### [Apply](Outlook.CalendarView.Apply.md) ###### [Copy](Outlook.CalendarView.Copy.md) ###### [Delete](Outlook.CalendarView.Delete.md) ###### [GoToDate](Outlook.CalendarView.GoToDate.md) ###### [Reset](Outlook.CalendarView.Reset.md) ###### [Save](Outlook.CalendarView.Save.md) ##### Properties ###### [Application](Outlook.CalendarView.Application.md) ###### [AutoFormatRules](Outlook.CalendarView.AutoFormatRules.md) ###### [BoldDatesWithItems](Outlook.CalendarView.BoldDatesWithItems.md) ###### [BoldSubjects](Outlook.CalendarView.BoldSubjects.md) ###### [CalendarViewMode](Outlook.CalendarView.CalendarViewMode.md) ###### [Class](Outlook.CalendarView.Class.md) ###### [DaysInMultiDayMode](Outlook.CalendarView.DaysInMultiDayMode.md) ###### [DayWeekTimeScale](Outlook.CalendarView.DayWeekTimeScale.md) ###### [DisplayedDates](Outlook.CalendarView.DisplayedDates.md) ###### [EndField](Outlook.CalendarView.EndField.md) ###### [Filter](Outlook.CalendarView.Filter.md) ###### [Language](Outlook.CalendarView.Language.md) ###### [LockUserChanges](Outlook.CalendarView.LockUserChanges.md) ###### [MonthShowEndTime](Outlook.CalendarView.MonthShowEndTime.md) ###### [Name](Outlook.CalendarView.Name.md) ###### [Parent](Outlook.CalendarView.Parent.md) ###### [SaveOption](Outlook.CalendarView.SaveOption.md) ###### [SelectedEndTime](Outlook.CalendarView.SelectedEndTime.md) ###### [SelectedStartTime](Outlook.CalendarView.SelectedStartTime.md) ###### [Session](Outlook.CalendarView.Session.md) ###### [Standard](Outlook.CalendarView.Standard.md) ###### [StartField](Outlook.CalendarView.StartField.md) ###### [ViewType](Outlook.CalendarView.ViewType.md) ###### [XML](Outlook.CalendarView.XML.md) #### [CardView object](Outlook.CardView.md) ##### Methods ###### [Apply](Outlook.CardView.Apply.md) ###### [Copy](Outlook.CardView.Copy.md) ###### [Delete](Outlook.CardView.Delete.md) ###### [GoToDate](Outlook.CardView.GoToDate.md) ###### [Reset](Outlook.CardView.Reset.md) ###### [Save](Outlook.CardView.Save.md) ##### Properties ###### [AllowInCellEditing](Outlook.CardView.AllowInCellEditing.md) ###### [Application](Outlook.CardView.Application.md) ###### [AutoFormatRules](Outlook.CardView.AutoFormatRules.md) ###### [BodyFont](Outlook.CardView.BodyFont.md) ###### [Class](Outlook.CardView.Class.md) ###### [Filter](Outlook.CardView.Filter.md) ###### [HeadingsFont](Outlook.CardView.HeadingsFont.md) ###### [Language](Outlook.CardView.Language.md) ###### [LockUserChanges](Outlook.CardView.LockUserChanges.md) ###### [MultiLineFieldHeight](Outlook.CardView.MultiLineFieldHeight.md) ###### [Name](Outlook.CardView.Name.md) ###### [Parent](Outlook.CardView.Parent.md) ###### [SaveOption](Outlook.CardView.SaveOption.md) ###### [Session](Outlook.CardView.Session.md) ###### [ShowEmptyFields](Outlook.CardView.ShowEmptyFields.md) ###### [SortFields](Outlook.CardView.SortFields.md) ###### [Standard](Outlook.CardView.Standard.md) ###### [ViewFields](Outlook.CardView.ViewFields.md) ###### [ViewType](Outlook.CardView.ViewType.md) ###### [Width](Outlook.CardView.Width.md) ###### [XML](Outlook.CardView.XML.md) #### [Categories object](Outlook.Categories.md) ##### Methods ###### [Add](Outlook.Categories.Add.md) ###### [Item](Outlook.Categories.Item.md) ###### [Remove](Outlook.Categories.Remove.md) ##### Properties ###### [Application](Outlook.Categories.Application.md) ###### [Class](Outlook.Categories.Class.md) ###### [Count](Outlook.Categories.Count.md) ###### [Parent](Outlook.Categories.Parent.md) ###### [Session](Outlook.Categories.Session.md) #### [Category object](Outlook.Category.md) ##### Properties ###### [Application](Outlook.Category.Application.md) ###### [CategoryBorderColor](Outlook.Category.CategoryBorderColor.md) ###### [CategoryGradientBottomColor](Outlook.Category.CategoryGradientBottomColor.md) ###### [CategoryGradientTopColor](Outlook.Category.CategoryGradientTopColor.md) ###### [CategoryID](Outlook.Category.CategoryID.md) ###### [Class](Outlook.Category.Class.md) ###### [Color](Outlook.Category.Color.md) ###### [Name](Outlook.Category.Name.md) ###### [Parent](Outlook.Category.Parent.md) ###### [Session](Outlook.Category.Session.md) ###### [ShortcutKey](Outlook.Category.ShortcutKey.md) #### [CategoryRuleCondition object](Outlook.CategoryRuleCondition.md) ##### Properties ###### [Application](Outlook.CategoryRuleCondition.Application.md) ###### [Categories](Outlook.CategoryRuleCondition.Categories.md) ###### [Class](Outlook.CategoryRuleCondition.Class.md) ###### [ConditionType](Outlook.CategoryRuleCondition.ConditionType.md) ###### [Enabled](Outlook.CategoryRuleCondition.Enabled.md) ###### [Parent](Outlook.CategoryRuleCondition.Parent.md) ###### [Session](Outlook.CategoryRuleCondition.Session.md) #### [Column object](Outlook.Column.md) ##### Properties ###### [Application](Outlook.Column.Application.md) ###### [Class](Outlook.Column.Class.md) ###### [Name](Outlook.Column.Name.md) ###### [Parent](Outlook.Column.Parent.md) ###### [Session](Outlook.Column.Session.md) #### [ColumnFormat object](Outlook.ColumnFormat.md) ##### Properties ###### [Align](Outlook.ColumnFormat.Align.md) ###### [Application](Outlook.ColumnFormat.Application.md) ###### [Class](Outlook.ColumnFormat.Class.md) ###### [FieldFormat](Outlook.ColumnFormat.FieldFormat.md) ###### [FieldType](Outlook.ColumnFormat.FieldType.md) ###### [Label](Outlook.ColumnFormat.Label.md) ###### [Parent](Outlook.ColumnFormat.Parent.md) ###### [Session](Outlook.ColumnFormat.Session.md) ###### [Width](Outlook.ColumnFormat.Width.md) #### [Columns object](Outlook.Columns.md) ##### Methods ###### [Add](Outlook.Columns.Add.md) ###### [Item](Outlook.Columns.Item.md) ###### [Remove](Outlook.Columns.Remove.md) ###### [RemoveAll](Outlook.Columns.RemoveAll.md) ##### Properties ###### [Application](Outlook.Columns.Application.md) ###### [Class](Outlook.Columns.Class.md) ###### [Count](Outlook.Columns.Count.md) ###### [Parent](Outlook.Columns.Parent.md) ###### [Session](Outlook.Columns.Session.md) #### [Conflict object](Outlook.Conflict.md) ##### Properties ###### [Application](Outlook.Conflict.Application.md) ###### [Class](Outlook.Conflict.Class.md) ###### [Item](Outlook.Conflict.Item.md) ###### [Name](Outlook.Conflict.Name.md) ###### [Parent](Outlook.Conflict.Parent.md) ###### [Session](Outlook.Conflict.Session.md) ###### [Type](Outlook.Conflict.Type.md) #### [Conflicts object](Outlook.Conflicts.md) ##### Methods ###### [GetFirst](Outlook.Conflicts.GetFirst.md) ###### [GetLast](Outlook.Conflicts.GetLast.md) ###### [GetNext](Outlook.Conflicts.GetNext.md) ###### [GetPrevious](Outlook.Conflicts.GetPrevious.md) ###### [Item](Outlook.Conflicts.Item.md) ##### Properties ###### [Application](Outlook.Conflicts.Application.md) ###### [Class](Outlook.Conflicts.Class.md) ###### [Count](Outlook.Conflicts.Count.md) ###### [Parent](Outlook.Conflicts.Parent.md) ###### [Session](Outlook.Conflicts.Session.md) #### [ContactItem object](Outlook.ContactItem.md) ##### Events ###### [AfterWrite](Outlook.ContactItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.ContactItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.ContactItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.ContactItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.ContactItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.ContactItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.ContactItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.ContactItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.ContactItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.ContactItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.ContactItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.ContactItem.BeforeDelete.md) ###### [BeforeRead](Outlook.ContactItem.BeforeRead.md) ###### [Close](Outlook.ContactItem.Close(even).md) ###### [CustomAction](Outlook.ContactItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.ContactItem.CustomPropertyChange.md) ###### [Forward](Outlook.ContactItem.Forward.md) ###### [Open](Outlook.ContactItem.Open.md) ###### [PropertyChange](Outlook.ContactItem.PropertyChange.md) ###### [Read](Outlook.ContactItem.Read.md) ###### [ReadComplete](Outlook.contactitem.readcomplete.md) ###### [Reply](Outlook.ContactItem.Reply.md) ###### [ReplyAll](Outlook.ContactItem.ReplyAll.md) ###### [Send](Outlook.ContactItem.Send.md) ###### [Unload](Outlook.ContactItem.Unload.md) ###### [Write](Outlook.ContactItem.Write.md) ##### Methods ###### [AddBusinessCardLogoPicture](Outlook.ContactItem.AddBusinessCardLogoPicture.md) ###### [AddPicture](Outlook.ContactItem.AddPicture.md) ###### [ClearTaskFlag](Outlook.ContactItem.ClearTaskFlag.md) ###### [Close](Outlook.ContactItem.Close(method).md) ###### [Copy](Outlook.ContactItem.Copy.md) ###### [Delete](Outlook.ContactItem.Delete.md) ###### [Display](Outlook.ContactItem.Display.md) ###### [ForwardAsBusinessCard](Outlook.ContactItem.ForwardAsBusinessCard.md) ###### [ForwardAsVcard](Outlook.ContactItem.ForwardAsVcard.md) ###### [GetConversation](Outlook.ContactItem.GetConversation.md) ###### [MarkAsTask](Outlook.ContactItem.MarkAsTask.md) ###### [Move](Outlook.ContactItem.Move.md) ###### [PrintOut](Outlook.ContactItem.PrintOut.md) ###### [RemovePicture](Outlook.ContactItem.RemovePicture.md) ###### [ResetBusinessCard](Outlook.ContactItem.ResetBusinessCard.md) ###### [Save](Outlook.ContactItem.Save.md) ###### [SaveAs](Outlook.ContactItem.SaveAs.md) ###### [SaveBusinessCardImage](Outlook.ContactItem.SaveBusinessCardImage.md) ###### [ShowBusinessCardEditor](Outlook.ContactItem.ShowBusinessCardEditor.md) ###### [ShowCategoriesDialog](Outlook.ContactItem.ShowCategoriesDialog.md) ###### [ShowCheckAddressDialog](Outlook.contactitem.showcheckaddressdialog.md) ###### [ShowCheckFullNameDialog](Outlook.contactitem.showcheckfullnamedialog.md) ###### [ShowCheckPhoneDialog](Outlook.ContactItem.ShowCheckPhoneDialog.md) ##### Properties ###### [Account](Outlook.ContactItem.Account.md) ###### [Actions](Outlook.ContactItem.Actions.md) ###### [Anniversary](Outlook.ContactItem.Anniversary.md) ###### [Application](Outlook.ContactItem.Application.md) ###### [AssistantName](Outlook.ContactItem.AssistantName.md) ###### [AssistantTelephoneNumber](Outlook.ContactItem.AssistantTelephoneNumber.md) ###### [Attachments](Outlook.ContactItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.ContactItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.ContactItem.BillingInformation.md) ###### [Birthday](Outlook.ContactItem.Birthday.md) ###### [Body](Outlook.ContactItem.Body.md) ###### [Business2TelephoneNumber](Outlook.ContactItem.Business2TelephoneNumber.md) ###### [BusinessAddress](Outlook.ContactItem.BusinessAddress.md) ###### [BusinessAddressCity](Outlook.ContactItem.BusinessAddressCity.md) ###### [BusinessAddressCountry](Outlook.ContactItem.BusinessAddressCountry.md) ###### [BusinessAddressPostalCode](Outlook.ContactItem.BusinessAddressPostalCode.md) ###### [BusinessAddressPostOfficeBox](Outlook.ContactItem.BusinessAddressPostOfficeBox.md) ###### [BusinessAddressState](Outlook.ContactItem.BusinessAddressState.md) ###### [BusinessAddressStreet](Outlook.ContactItem.BusinessAddressStreet.md) ###### [BusinessCardLayoutXml](Outlook.ContactItem.BusinessCardLayoutXml.md) ###### [BusinessCardType](Outlook.ContactItem.BusinessCardType.md) ###### [BusinessFaxNumber](Outlook.ContactItem.BusinessFaxNumber.md) ###### [BusinessHomePage](Outlook.ContactItem.BusinessHomePage.md) ###### [BusinessTelephoneNumber](Outlook.ContactItem.BusinessTelephoneNumber.md) ###### [CallbackTelephoneNumber](Outlook.ContactItem.CallbackTelephoneNumber.md) ###### [CarTelephoneNumber](Outlook.ContactItem.CarTelephoneNumber.md) ###### [Categories](Outlook.ContactItem.Categories.md) ###### [Children](Outlook.ContactItem.Children.md) ###### [Class](Outlook.ContactItem.Class.md) ###### [Companies](Outlook.ContactItem.Companies.md) ###### [CompanyAndFullName](Outlook.ContactItem.CompanyAndFullName.md) ###### [CompanyLastFirstNoSpace](Outlook.ContactItem.CompanyLastFirstNoSpace.md) ###### [CompanyLastFirstSpaceOnly](Outlook.ContactItem.CompanyLastFirstSpaceOnly.md) ###### [CompanyMainTelephoneNumber](Outlook.ContactItem.CompanyMainTelephoneNumber.md) ###### [CompanyName](Outlook.ContactItem.CompanyName.md) ###### [ComputerNetworkName](Outlook.ContactItem.ComputerNetworkName.md) ###### [Conflicts](Outlook.ContactItem.Conflicts.md) ###### [ConversationID](Outlook.ContactItem.ConversationID.md) ###### [ConversationIndex](Outlook.ContactItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.ContactItem.ConversationTopic.md) ###### [CreationTime](Outlook.ContactItem.CreationTime.md) ###### [CustomerID](Outlook.ContactItem.CustomerID.md) ###### [Department](Outlook.ContactItem.Department.md) ###### [DownloadState](Outlook.ContactItem.DownloadState.md) ###### [Email1Address](Outlook.ContactItem.Email1Address.md) ###### [Email1AddressType](Outlook.ContactItem.Email1AddressType.md) ###### [Email1DisplayName](Outlook.ContactItem.Email1DisplayName.md) ###### [Email1EntryID](Outlook.ContactItem.Email1EntryID.md) ###### [Email2Address](Outlook.ContactItem.Email2Address.md) ###### [Email2AddressType](Outlook.ContactItem.Email2AddressType.md) ###### [Email2DisplayName](Outlook.ContactItem.Email2DisplayName.md) ###### [Email2EntryID](Outlook.ContactItem.Email2EntryID.md) ###### [Email3Address](Outlook.ContactItem.Email3Address.md) ###### [Email3AddressType](Outlook.ContactItem.Email3AddressType.md) ###### [Email3DisplayName](Outlook.ContactItem.Email3DisplayName.md) ###### [Email3EntryID](Outlook.ContactItem.Email3EntryID.md) ###### [EntryID](Outlook.ContactItem.EntryID.md) ###### [FileAs](Outlook.ContactItem.FileAs.md) ###### [FirstName](Outlook.ContactItem.FirstName.md) ###### [FormDescription](Outlook.ContactItem.FormDescription.md) ###### [FTPSite](Outlook.ContactItem.FTPSite.md) ###### [FullName](Outlook.ContactItem.FullName.md) ###### [FullNameAndCompany](Outlook.ContactItem.FullNameAndCompany.md) ###### [Gender](Outlook.ContactItem.Gender.md) ###### [GetInspector](Outlook.ContactItem.GetInspector.md) ###### [GovernmentIDNumber](Outlook.ContactItem.GovernmentIDNumber.md) ###### [HasPicture](Outlook.ContactItem.HasPicture.md) ###### [Hobby](Outlook.ContactItem.Hobby.md) ###### [Home2TelephoneNumber](Outlook.ContactItem.Home2TelephoneNumber.md) ###### [HomeAddress](Outlook.ContactItem.HomeAddress.md) ###### [HomeAddressCity](Outlook.ContactItem.HomeAddressCity.md) ###### [HomeAddressCountry](Outlook.ContactItem.HomeAddressCountry.md) ###### [HomeAddressPostalCode](Outlook.ContactItem.HomeAddressPostalCode.md) ###### [HomeAddressPostOfficeBox](Outlook.ContactItem.HomeAddressPostOfficeBox.md) ###### [HomeAddressState](Outlook.ContactItem.HomeAddressState.md) ###### [HomeAddressStreet](Outlook.ContactItem.HomeAddressStreet.md) ###### [HomeFaxNumber](Outlook.ContactItem.HomeFaxNumber.md) ###### [HomeTelephoneNumber](Outlook.ContactItem.HomeTelephoneNumber.md) ###### [IMAddress](Outlook.ContactItem.IMAddress.md) ###### [Importance](Outlook.ContactItem.Importance.md) ###### [Initials](Outlook.ContactItem.Initials.md) ###### [InternetFreeBusyAddress](Outlook.ContactItem.InternetFreeBusyAddress.md) ###### [IsConflict](Outlook.ContactItem.IsConflict.md) ###### [ISDNNumber](Outlook.ContactItem.ISDNNumber.md) ###### [IsMarkedAsTask](Outlook.ContactItem.IsMarkedAsTask.md) ###### [ItemProperties](Outlook.ContactItem.ItemProperties.md) ###### [JobTitle](Outlook.ContactItem.JobTitle.md) ###### [Journal](Outlook.ContactItem.Journal.md) ###### [Language](Outlook.ContactItem.Language.md) ###### [LastFirstAndSuffix](Outlook.ContactItem.LastFirstAndSuffix.md) ###### [LastFirstNoSpace](Outlook.ContactItem.LastFirstNoSpace.md) ###### [LastFirstNoSpaceAndSuffix](Outlook.ContactItem.LastFirstNoSpaceAndSuffix.md) ###### [LastFirstNoSpaceCompany](Outlook.ContactItem.LastFirstNoSpaceCompany.md) ###### [LastFirstSpaceOnly](Outlook.ContactItem.LastFirstSpaceOnly.md) ###### [LastFirstSpaceOnlyCompany](Outlook.ContactItem.LastFirstSpaceOnlyCompany.md) ###### [LastModificationTime](Outlook.ContactItem.LastModificationTime.md) ###### [LastName](Outlook.ContactItem.LastName.md) ###### [LastNameAndFirstName](Outlook.ContactItem.LastNameAndFirstName.md) ###### [MailingAddress](Outlook.ContactItem.MailingAddress.md) ###### [MailingAddressCity](Outlook.ContactItem.MailingAddressCity.md) ###### [MailingAddressCountry](Outlook.ContactItem.MailingAddressCountry.md) ###### [MailingAddressPostalCode](Outlook.ContactItem.MailingAddressPostalCode.md) ###### [MailingAddressPostOfficeBox](Outlook.ContactItem.MailingAddressPostOfficeBox.md) ###### [MailingAddressState](Outlook.ContactItem.MailingAddressState.md) ###### [MailingAddressStreet](Outlook.ContactItem.MailingAddressStreet.md) ###### [ManagerName](Outlook.ContactItem.ManagerName.md) ###### [MarkForDownload](Outlook.ContactItem.MarkForDownload.md) ###### [MessageClass](Outlook.ContactItem.MessageClass.md) ###### [MiddleName](Outlook.ContactItem.MiddleName.md) ###### [Mileage](Outlook.ContactItem.Mileage.md) ###### [MobileTelephoneNumber](Outlook.ContactItem.MobileTelephoneNumber.md) ###### [NetMeetingAlias](Outlook.ContactItem.NetMeetingAlias.md) ###### [NetMeetingServer](Outlook.ContactItem.NetMeetingServer.md) ###### [NickName](Outlook.ContactItem.NickName.md) ###### [NoAging](Outlook.ContactItem.NoAging.md) ###### [OfficeLocation](Outlook.ContactItem.OfficeLocation.md) ###### [OrganizationalIDNumber](Outlook.ContactItem.OrganizationalIDNumber.md) ###### [OtherAddress](Outlook.ContactItem.OtherAddress.md) ###### [OtherAddressCity](Outlook.ContactItem.OtherAddressCity.md) ###### [OtherAddressCountry](Outlook.ContactItem.OtherAddressCountry.md) ###### [OtherAddressPostalCode](Outlook.ContactItem.OtherAddressPostalCode.md) ###### [OtherAddressPostOfficeBox](Outlook.ContactItem.OtherAddressPostOfficeBox.md) ###### [OtherAddressState](Outlook.ContactItem.OtherAddressState.md) ###### [OtherAddressStreet](Outlook.ContactItem.OtherAddressStreet.md) ###### [OtherFaxNumber](Outlook.ContactItem.OtherFaxNumber.md) ###### [OtherTelephoneNumber](Outlook.ContactItem.OtherTelephoneNumber.md) ###### [OutlookInternalVersion](Outlook.ContactItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.ContactItem.OutlookVersion.md) ###### [PagerNumber](Outlook.ContactItem.PagerNumber.md) ###### [Parent](Outlook.ContactItem.Parent.md) ###### [PersonalHomePage](Outlook.ContactItem.PersonalHomePage.md) ###### [PrimaryTelephoneNumber](Outlook.ContactItem.PrimaryTelephoneNumber.md) ###### [Profession](Outlook.ContactItem.Profession.md) ###### [PropertyAccessor](Outlook.ContactItem.PropertyAccessor.md) ###### [RadioTelephoneNumber](Outlook.ContactItem.RadioTelephoneNumber.md) ###### [ReferredBy](Outlook.ContactItem.ReferredBy.md) ###### [ReminderOverrideDefault](Outlook.ContactItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.ContactItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.ContactItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.ContactItem.ReminderSoundFile.md) ###### [ReminderTime](Outlook.ContactItem.ReminderTime.md) ###### [RTFBody](Outlook.ContactItem.RTFBody.md) ###### [Saved](Outlook.ContactItem.Saved.md) ###### [SelectedMailingAddress](Outlook.ContactItem.SelectedMailingAddress.md) ###### [Sensitivity](Outlook.ContactItem.Sensitivity.md) ###### [Session](Outlook.ContactItem.Session.md) ###### [Size](Outlook.ContactItem.Size.md) ###### [Spouse](Outlook.ContactItem.Spouse.md) ###### [Subject](Outlook.ContactItem.Subject.md) ###### [Suffix](Outlook.ContactItem.Suffix.md) ###### [TaskCompletedDate](Outlook.ContactItem.TaskCompletedDate.md) ###### [TaskDueDate](Outlook.ContactItem.TaskDueDate.md) ###### [TaskStartDate](Outlook.ContactItem.TaskStartDate.md) ###### [TaskSubject](Outlook.ContactItem.TaskSubject.md) ###### [TelexNumber](Outlook.ContactItem.TelexNumber.md) ###### [Title](Outlook.ContactItem.Title.md) ###### [ToDoTaskOrdinal](Outlook.ContactItem.ToDoTaskOrdinal.md) ###### [TTYTDDTelephoneNumber](Outlook.ContactItem.TTYTDDTelephoneNumber.md) ###### [UnRead](Outlook.ContactItem.UnRead.md) ###### [User1](Outlook.ContactItem.User1.md) ###### [User2](Outlook.ContactItem.User2.md) ###### [User3](Outlook.ContactItem.User3.md) ###### [User4](Outlook.ContactItem.User4.md) ###### [UserProperties](Outlook.ContactItem.UserProperties.md) ###### [WebPage](Outlook.ContactItem.WebPage.md) ###### [YomiCompanyName](Outlook.ContactItem.YomiCompanyName.md) ###### [YomiFirstName](Outlook.ContactItem.YomiFirstName.md) ###### [YomiLastName](Outlook.ContactItem.YomiLastName.md) #### [ContactsModule object](Outlook.ContactsModule.md) ##### Properties ###### [Application](Outlook.ContactsModule.Application.md) ###### [Class](Outlook.ContactsModule.Class.md) ###### [Name](Outlook.ContactsModule.Name.md) ###### [NavigationGroups](Outlook.ContactsModule.NavigationGroups.md) ###### [NavigationModuleType](Outlook.ContactsModule.NavigationModuleType.md) ###### [Parent](Outlook.ContactsModule.Parent.md) ###### [Position](Outlook.ContactsModule.Position.md) ###### [Session](Outlook.ContactsModule.Session.md) ###### [Visible](Outlook.ContactsModule.Visible.md) #### [Conversation object](Outlook.Conversation.md) ##### Methods ###### [ClearAlwaysAssignCategories](Outlook.Conversation.ClearAlwaysAssignCategories.md) ###### [GetAlwaysAssignCategories](Outlook.Conversation.GetAlwaysAssignCategories.md) ###### [GetAlwaysDelete](Outlook.Conversation.GetAlwaysDelete.md) ###### [GetAlwaysMoveToFolder](Outlook.Conversation.GetAlwaysMoveToFolder.md) ###### [GetChildren](Outlook.Conversation.GetChildren.md) ###### [GetParent](Outlook.Conversation.GetParent.md) ###### [GetRootItems](Outlook.Conversation.GetRootItems.md) ###### [GetTable](Outlook.Conversation.GetTable.md) ###### [MarkAsRead](Outlook.Conversation.MarkAsRead.md) ###### [MarkAsUnread](Outlook.Conversation.MarkAsUnread.md) ###### [SetAlwaysAssignCategories](Outlook.Conversation.SetAlwaysAssignCategories.md) ###### [SetAlwaysDelete](Outlook.Conversation.SetAlwaysDelete.md) ###### [SetAlwaysMoveToFolder](Outlook.Conversation.SetAlwaysMoveToFolder.md) ###### [StopAlwaysDelete](Outlook.Conversation.StopAlwaysDelete.md) ###### [StopAlwaysMoveToFolder](Outlook.Conversation.StopAlwaysMoveToFolder.md) ##### Properties ###### [Application](Outlook.Conversation.Application.md) ###### [Class](Outlook.Conversation.Class.md) ###### [ConversationID](Outlook.Conversation.ConversationID.md) ###### [Parent](Outlook.Conversation.Parent.md) ###### [Session](Outlook.Conversation.Session.md) #### [ConversationHeader object](Outlook.ConversationHeader.md) ##### Methods ###### [GetConversation](Outlook.ConversationHeader.GetConversation.md) ###### [GetItems](Outlook.ConversationHeader.GetItems.md) ##### Properties ###### [Application](Outlook.ConversationHeader.Application.md) ###### [Class](Outlook.ConversationHeader.Class.md) ###### [ConversationID](Outlook.ConversationHeader.ConversationID.md) ###### [ConversationTopic](Outlook.ConversationHeader.ConversationTopic.md) ###### [Parent](Outlook.ConversationHeader.Parent.md) ###### [Session](Outlook.ConversationHeader.Session.md) #### [DistListItem object](Outlook.DistListItem.md) ##### Events ###### [AfterWrite](Outlook.DistListItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.DistListItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.DistListItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.DistListItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.DistListItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.DistListItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.DistListItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.DistListItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.DistListItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.DistListItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.DistListItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.DistListItem.BeforeDelete.md) ###### [BeforeRead](Outlook.DistListItem.BeforeRead.md) ###### [Close](Outlook.DistListItem.Close(even).md) ###### [CustomAction](Outlook.DistListItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.DistListItem.CustomPropertyChange.md) ###### [Forward](Outlook.DistListItem.Forward.md) ###### [Open](Outlook.DistListItem.Open.md) ###### [PropertyChange](Outlook.DistListItem.PropertyChange.md) ###### [Read](Outlook.DistListItem.Read.md) ###### [ReadComplete](Outlook.distlistitem.readcomplete.md) ###### [Reply](Outlook.DistListItem.Reply.md) ###### [ReplyAll](Outlook.DistListItem.ReplyAll.md) ###### [Send](Outlook.DistListItem.Send.md) ###### [Unload](Outlook.DistListItem.Unload.md) ###### [Write](Outlook.DistListItem.Write.md) ##### Methods ###### [AddMember](Outlook.DistListItem.AddMember.md) ###### [AddMembers](Outlook.DistListItem.AddMembers.md) ###### [ClearTaskFlag](Outlook.DistListItem.ClearTaskFlag.md) ###### [Close](Outlook.DistListItem.Close(method).md) ###### [Copy](Outlook.DistListItem.Copy.md) ###### [Delete](Outlook.DistListItem.Delete.md) ###### [Display](Outlook.DistListItem.Display.md) ###### [GetConversation](Outlook.DistListItem.GetConversation.md) ###### [GetMember](Outlook.DistListItem.GetMember.md) ###### [MarkAsTask](Outlook.DistListItem.MarkAsTask.md) ###### [Move](Outlook.DistListItem.Move.md) ###### [PrintOut](Outlook.DistListItem.PrintOut.md) ###### [RemoveMember](Outlook.DistListItem.RemoveMember.md) ###### [RemoveMembers](Outlook.DistListItem.RemoveMembers.md) ###### [Save](Outlook.DistListItem.Save.md) ###### [SaveAs](Outlook.DistListItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.DistListItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.DistListItem.Actions.md) ###### [Application](Outlook.DistListItem.Application.md) ###### [Attachments](Outlook.DistListItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.DistListItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.DistListItem.BillingInformation.md) ###### [Body](Outlook.DistListItem.Body.md) ###### [Categories](Outlook.DistListItem.Categories.md) ###### [Class](Outlook.DistListItem.Class.md) ###### [Companies](Outlook.DistListItem.Companies.md) ###### [Conflicts](Outlook.DistListItem.Conflicts.md) ###### [ConversationID](Outlook.DistListItem.ConversationID.md) ###### [ConversationIndex](Outlook.DistListItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.DistListItem.ConversationTopic.md) ###### [CreationTime](Outlook.DistListItem.CreationTime.md) ###### [DLName](Outlook.DistListItem.DLName.md) ###### [DownloadState](Outlook.DistListItem.DownloadState.md) ###### [EntryID](Outlook.DistListItem.EntryID.md) ###### [FormDescription](Outlook.DistListItem.FormDescription.md) ###### [GetInspector](Outlook.DistListItem.GetInspector.md) ###### [Importance](Outlook.DistListItem.Importance.md) ###### [IsConflict](Outlook.DistListItem.IsConflict.md) ###### [IsMarkedAsTask](Outlook.DistListItem.IsMarkedAsTask.md) ###### [ItemProperties](Outlook.DistListItem.ItemProperties.md) ###### [LastModificationTime](Outlook.DistListItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.DistListItem.MarkForDownload.md) ###### [MemberCount](Outlook.DistListItem.MemberCount.md) ###### [MessageClass](Outlook.DistListItem.MessageClass.md) ###### [Mileage](Outlook.DistListItem.Mileage.md) ###### [NoAging](Outlook.DistListItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.DistListItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.DistListItem.OutlookVersion.md) ###### [Parent](Outlook.DistListItem.Parent.md) ###### [PropertyAccessor](Outlook.DistListItem.PropertyAccessor.md) ###### [ReminderOverrideDefault](Outlook.DistListItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.DistListItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.DistListItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.DistListItem.ReminderSoundFile.md) ###### [ReminderTime](Outlook.DistListItem.ReminderTime.md) ###### [RTFBody](Outlook.DistListItem.RTFBody.md) ###### [Saved](Outlook.DistListItem.Saved.md) ###### [Sensitivity](Outlook.DistListItem.Sensitivity.md) ###### [Session](Outlook.DistListItem.Session.md) ###### [Size](Outlook.DistListItem.Size.md) ###### [Subject](Outlook.DistListItem.Subject.md) ###### [TaskCompletedDate](Outlook.DistListItem.TaskCompletedDate.md) ###### [TaskDueDate](Outlook.DistListItem.TaskDueDate.md) ###### [TaskStartDate](Outlook.DistListItem.TaskStartDate.md) ###### [TaskSubject](Outlook.DistListItem.TaskSubject.md) ###### [ToDoTaskOrdinal](Outlook.DistListItem.ToDoTaskOrdinal.md) ###### [UnRead](Outlook.DistListItem.UnRead.md) ###### [UserProperties](Outlook.DistListItem.UserProperties.md) #### [DocumentItem object](Outlook.DocumentItem.md) ##### Events ###### [AfterWrite](Outlook.DocumentItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.DocumentItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.DocumentItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.DocumentItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.DocumentItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.DocumentItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.DocumentItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.DocumentItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.DocumentItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.DocumentItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.DocumentItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.DocumentItem.BeforeDelete.md) ###### [BeforeRead](Outlook.DocumentItem.BeforeRead.md) ###### [Close](Outlook.DocumentItem.Close(even).md) ###### [CustomAction](Outlook.DocumentItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.DocumentItem.CustomPropertyChange.md) ###### [Forward](Outlook.DocumentItem.Forward.md) ###### [Open](Outlook.DocumentItem.Open.md) ###### [PropertyChange](Outlook.DocumentItem.PropertyChange.md) ###### [Read](Outlook.DocumentItem.Read.md) ###### [ReadComplete](Outlook.documentitem.readcomplete.md) ###### [Reply](Outlook.DocumentItem.Reply.md) ###### [ReplyAll](Outlook.DocumentItem.ReplyAll.md) ###### [Send](Outlook.DocumentItem.Send.md) ###### [Unload](Outlook.DocumentItem.Unload.md) ###### [Write](Outlook.DocumentItem.Write.md) ##### Methods ###### [Close](Outlook.DocumentItem.Close(method).md) ###### [Copy](Outlook.DocumentItem.Copy.md) ###### [Delete](Outlook.DocumentItem.Delete.md) ###### [Display](Outlook.DocumentItem.Display.md) ###### [Move](Outlook.DocumentItem.Move.md) ###### [PrintOut](Outlook.DocumentItem.PrintOut.md) ###### [Save](Outlook.DocumentItem.Save.md) ###### [SaveAs](Outlook.DocumentItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.DocumentItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.DocumentItem.Actions.md) ###### [Application](Outlook.DocumentItem.Application.md) ###### [Attachments](Outlook.DocumentItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.DocumentItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.DocumentItem.BillingInformation.md) ###### [Body](Outlook.DocumentItem.Body.md) ###### [Categories](Outlook.DocumentItem.Categories.md) ###### [Class](Outlook.DocumentItem.Class.md) ###### [Companies](Outlook.DocumentItem.Companies.md) ###### [Conflicts](Outlook.DocumentItem.Conflicts.md) ###### [ConversationIndex](Outlook.DocumentItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.DocumentItem.ConversationTopic.md) ###### [CreationTime](Outlook.DocumentItem.CreationTime.md) ###### [DownloadState](Outlook.DocumentItem.DownloadState.md) ###### [EntryID](Outlook.DocumentItem.EntryID.md) ###### [FormDescription](Outlook.DocumentItem.FormDescription.md) ###### [GetInspector](Outlook.DocumentItem.GetInspector.md) ###### [Importance](Outlook.DocumentItem.Importance.md) ###### [IsConflict](Outlook.DocumentItem.IsConflict.md) ###### [ItemProperties](Outlook.DocumentItem.ItemProperties.md) ###### [LastModificationTime](Outlook.DocumentItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.DocumentItem.MarkForDownload.md) ###### [MessageClass](Outlook.DocumentItem.MessageClass.md) ###### [Mileage](Outlook.DocumentItem.Mileage.md) ###### [NoAging](Outlook.DocumentItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.DocumentItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.DocumentItem.OutlookVersion.md) ###### [Parent](Outlook.DocumentItem.Parent.md) ###### [PropertyAccessor](Outlook.DocumentItem.PropertyAccessor.md) ###### [Saved](Outlook.DocumentItem.Saved.md) ###### [Sensitivity](Outlook.DocumentItem.Sensitivity.md) ###### [Session](Outlook.DocumentItem.Session.md) ###### [Size](Outlook.DocumentItem.Size.md) ###### [Subject](Outlook.DocumentItem.Subject.md) ###### [UnRead](Outlook.DocumentItem.UnRead.md) ###### [UserProperties](Outlook.DocumentItem.UserProperties.md) #### [Exception object](Outlook.Exception.md) ##### Properties ###### [Application](Outlook.Exception.Application.md) ###### [AppointmentItem](Outlook.Exception.AppointmentItem.md) ###### [Class](Outlook.Exception.Class.md) ###### [Deleted](Outlook.Exception.Deleted.md) ###### [OriginalDate](Outlook.Exception.OriginalDate.md) ###### [Parent](Outlook.Exception.Parent.md) ###### [Session](Outlook.Exception.Session.md) #### [Exceptions object](Outlook.Exceptions.md) ##### Methods ###### [Item](Outlook.Exceptions.Item.md) ##### Properties ###### [Application](Outlook.Exceptions.Application.md) ###### [Class](Outlook.Exceptions.Class.md) ###### [Count](Outlook.Exceptions.Count.md) ###### [Parent](Outlook.Exceptions.Parent.md) ###### [Session](Outlook.Exceptions.Session.md) #### [ExchangeDistributionList object](Outlook.ExchangeDistributionList.md) ##### Methods ###### [Delete](Outlook.ExchangeDistributionList.Delete.md) ###### [Details](Outlook.ExchangeDistributionList.Details.md) ###### [GetContact](Outlook.ExchangeDistributionList.GetContact.md) ###### [GetExchangeDistributionList](Outlook.ExchangeDistributionList.GetExchangeDistributionList.md) ###### [GetExchangeDistributionListMembers](Outlook.ExchangeDistributionList.GetExchangeDistributionListMembers.md) ###### [GetExchangeUser](Outlook.ExchangeDistributionList.GetExchangeUser.md) ###### [GetFreeBusy](Outlook.ExchangeDistributionList.GetFreeBusy.md) ###### [GetMemberOfList](Outlook.ExchangeDistributionList.GetMemberOfList.md) ###### [GetOwners](Outlook.ExchangeDistributionList.GetOwners.md) ###### [GetUnifiedGroup](Outlook.exchangedistributionlist.getunifiedgroup.md) ###### [GetUnifiedGroupFromStore](Outlook.exchangedistributionlist.getunifiedgroupfromstore.md) ###### [IsUnifiedGroup](Outlook.exchangedistributionlist.isunifiedgroup.md) ###### [Update](Outlook.ExchangeDistributionList.Update.md) ##### Properties ###### [Address](Outlook.ExchangeDistributionList.Address.md) ###### [AddressEntryUserType](Outlook.ExchangeDistributionList.AddressEntryUserType.md) ###### [Alias](Outlook.ExchangeDistributionList.Alias.md) ###### [Application](Outlook.ExchangeDistributionList.Application.md) ###### [Class](Outlook.ExchangeDistributionList.Class.md) ###### [Comments](Outlook.ExchangeDistributionList.Comments.md) ###### [DisplayType](Outlook.ExchangeDistributionList.DisplayType.md) ###### [ID](Outlook.ExchangeDistributionList.ID.md) ###### [Name](Outlook.ExchangeDistributionList.Name.md) ###### [Parent](Outlook.ExchangeDistributionList.Parent.md) ###### [PrimarySmtpAddress](Outlook.ExchangeDistributionList.PrimarySmtpAddress.md) ###### [PropertyAccessor](Outlook.ExchangeDistributionList.PropertyAccessor.md) ###### [Session](Outlook.ExchangeDistributionList.Session.md) ###### [Type](Outlook.ExchangeDistributionList.Type.md) #### [ExchangeUser object](Outlook.ExchangeUser.md) ##### Methods ###### [Delete](Outlook.ExchangeUser.Delete.md) ###### [Details](Outlook.ExchangeUser.Details.md) ###### [GetContact](Outlook.ExchangeUser.GetContact.md) ###### [GetDirectReports](Outlook.ExchangeUser.GetDirectReports.md) ###### [GetExchangeDistributionList](Outlook.ExchangeUser.GetExchangeDistributionList.md) ###### [GetExchangeUser](Outlook.ExchangeUser.GetExchangeUser.md) ###### [GetExchangeUserManager](Outlook.ExchangeUser.GetExchangeUserManager.md) ###### [GetFreeBusy](Outlook.ExchangeUser.GetFreeBusy.md) ###### [GetMemberOfList](Outlook.ExchangeUser.GetMemberOfList.md) ###### [GetPicture](Outlook.ExchangeUser.GetPicture.md) ###### [GetUnifiedGroup](Outlook.exchangeuser.getunifiedgroup.md) ###### [GetUnifiedGroupFromStore](Outlook.exchangeuser.getunifiedgroupfromstore.md) ###### [IsUnifiedGroup](Outlook.exchangeuser.isunifiedgroup.md) ###### [Update](Outlook.ExchangeUser.Update.md) ##### Properties ###### [Address](Outlook.ExchangeUser.Address.md) ###### [AddressEntryUserType](Outlook.ExchangeUser.AddressEntryUserType.md) ###### [Alias](Outlook.ExchangeUser.Alias.md) ###### [Application](Outlook.ExchangeUser.Application.md) ###### [AssistantName](Outlook.ExchangeUser.AssistantName.md) ###### [BusinessTelephoneNumber](Outlook.ExchangeUser.BusinessTelephoneNumber.md) ###### [City](Outlook.ExchangeUser.City.md) ###### [Class](Outlook.ExchangeUser.Class.md) ###### [Comments](Outlook.ExchangeUser.Comments.md) ###### [CompanyName](Outlook.ExchangeUser.CompanyName.md) ###### [Department](Outlook.ExchangeUser.Department.md) ###### [DisplayType](Outlook.ExchangeUser.DisplayType.md) ###### [FirstName](Outlook.ExchangeUser.FirstName.md) ###### [ID](Outlook.ExchangeUser.ID.md) ###### [JobTitle](Outlook.ExchangeUser.JobTitle.md) ###### [LastName](Outlook.ExchangeUser.LastName.md) ###### [MobileTelephoneNumber](Outlook.ExchangeUser.MobileTelephoneNumber.md) ###### [Name](Outlook.ExchangeUser.Name.md) ###### [OfficeLocation](Outlook.ExchangeUser.OfficeLocation.md) ###### [Parent](Outlook.ExchangeUser.Parent.md) ###### [PostalCode](Outlook.ExchangeUser.PostalCode.md) ###### [PrimarySmtpAddress](Outlook.ExchangeUser.PrimarySmtpAddress.md) ###### [PropertyAccessor](Outlook.ExchangeUser.PropertyAccessor.md) ###### [Session](Outlook.ExchangeUser.Session.md) ###### [StateOrProvince](Outlook.ExchangeUser.StateOrProvince.md) ###### [StreetAddress](Outlook.ExchangeUser.StreetAddress.md) ###### [Type](Outlook.ExchangeUser.Type.md) ###### [YomiCompanyName](Outlook.ExchangeUser.YomiCompanyName.md) ###### [YomiDepartment](Outlook.ExchangeUser.YomiDepartment.md) ###### [YomiDisplayName](Outlook.ExchangeUser.YomiDisplayName.md) ###### [YomiFirstName](Outlook.ExchangeUser.YomiFirstName.md) ###### [YomiLastName](Outlook.ExchangeUser.YomiLastName.md) #### [Explorer object](Outlook.Explorer.md) ##### Events ###### [Activate](Outlook.Explorer.Activate(even).md) ###### [AttachmentSelectionChange](Outlook.Explorer.AttachmentSelectionChange.md) ###### [BeforeFolderSwitch](Outlook.Explorer.BeforeFolderSwitch.md) ###### [BeforeItemCopy](Outlook.Explorer.BeforeItemCopy.md) ###### [BeforeItemCut](Outlook.Explorer.BeforeItemCut.md) ###### [BeforeItemPaste](Outlook.Explorer.BeforeItemPaste.md) ###### [BeforeMaximize](Outlook.Explorer.BeforeMaximize.md) ###### [BeforeMinimize](Outlook.Explorer.BeforeMinimize.md) ###### [BeforeMove](Outlook.Explorer.BeforeMove.md) ###### [BeforeSize](Outlook.Explorer.BeforeSize.md) ###### [BeforeViewSwitch](Outlook.Explorer.BeforeViewSwitch.md) ###### [Close](Outlook.Explorer.Close(even).md) ###### [Deactivate](Outlook.Explorer.Deactivate.md) ###### [DisplayModeChange](Outlook.explorer.displaymodechange.md) ###### [FolderSwitch](Outlook.Explorer.FolderSwitch.md) ###### [InlineResponse](Outlook.explorer.inlineresponse.md) ###### [InlineResponseClose](Outlook.explorer.inlineresponseclose.md) ###### [SelectionChange](Outlook.Explorer.SelectionChange.md) ###### [ViewSwitch](Outlook.Explorer.ViewSwitch.md) ##### Methods ###### [Activate](Outlook.Explorer.Activate(method).md) ###### [AddToSelection](Outlook.Explorer.AddToSelection.md) ###### [ClearSearch](Outlook.Explorer.ClearSearch.md) ###### [ClearSelection](Outlook.Explorer.ClearSelection.md) ###### [Close](Outlook.Explorer.Close(method).md) ###### [Display](Outlook.Explorer.Display.md) ###### [IsItemSelectableInView](Outlook.Explorer.IsItemSelectableInView.md) ###### [IsPaneVisible](Outlook.Explorer.IsPaneVisible.md) ###### [RemoveFromSelection](Outlook.Explorer.RemoveFromSelection.md) ###### [Search](Outlook.Explorer.Search.md) ###### [SelectAllItems](Outlook.Explorer.SelectAllItems.md) ###### [ShowPane](Outlook.Explorer.ShowPane.md) ##### Properties ###### [AccountSelector](Outlook.Explorer.AccountSelector.md) ###### [ActiveInlineResponse](Outlook.explorer.activeinlineresponse.md) ###### [ActiveInlineResponseWordEditor](Outlook.explorer.activeinlineresponsewordeditor.md) ###### [Application](Outlook.Explorer.Application.md) ###### [AttachmentSelection](Outlook.Explorer.AttachmentSelection.md) ###### [Caption](Outlook.Explorer.Caption.md) ###### [Class](Outlook.Explorer.Class.md) ###### [CurrentFolder](Outlook.Explorer.CurrentFolder.md) ###### [CurrentView](Outlook.Explorer.CurrentView.md) ###### [DisplayMode](Outlook.explorer.displaymode.md) ###### [Height](Outlook.Explorer.Height.md) ###### [HTMLDocument](Outlook.Explorer.HTMLDocument.md) ###### [Left](Outlook.Explorer.Left.md) ###### [NavigationPane](Outlook.Explorer.NavigationPane.md) ###### [Panes](Outlook.Explorer.Panes.md) ###### [Parent](Outlook.Explorer.Parent.md) ###### [PreviewPane](Outlook.explorer.previewpane.md) ###### [Selection](Outlook.Explorer.Selection.md) ###### [Session](Outlook.Explorer.Session.md) ###### [Top](Outlook.Explorer.Top.md) ###### [Width](Outlook.Explorer.Width.md) ###### [WindowState](Outlook.Explorer.WindowState.md) #### [Explorers object](Outlook.Explorers.md) ##### Events ###### [NewExplorer](Outlook.Explorers.NewExplorer.md) ##### Methods ###### [Add](Outlook.Explorers.Add.md) ###### [Item](Outlook.Explorers.Item.md) ##### Properties ###### [Application](Outlook.Explorers.Application.md) ###### [Class](Outlook.Explorers.Class.md) ###### [Count](Outlook.Explorers.Count.md) ###### [Parent](Outlook.Explorers.Parent.md) ###### [Session](Outlook.Explorers.Session.md) #### [Folder object](Outlook.Folder.md) ##### Events ###### [BeforeFolderMove](Outlook.Folder.BeforeFolderMove.md) ###### [BeforeItemMove](Outlook.Folder.BeforeItemMove.md) ##### Methods ###### [AddToPFFavorites](Outlook.Folder.AddToPFFavorites.md) ###### [CopyTo](Outlook.Folder.CopyTo.md) ###### [Delete](Outlook.Folder.Delete.md) ###### [Display](Outlook.Folder.Display.md) ###### [GetCalendarExporter](Outlook.Folder.GetCalendarExporter.md) ###### [GetCustomIcon](Outlook.Folder.GetCustomIcon.md) ###### [GetExplorer](Outlook.Folder.GetExplorer.md) ###### [GetStorage](Outlook.Folder.GetStorage.md) ###### [GetTable](Outlook.Folder.GetTable.md) ###### [MoveTo](Outlook.Folder.MoveTo.md) ###### [SetCustomIcon](Outlook.Folder.SetCustomIcon.md) ##### Properties ###### [AddressBookName](Outlook.Folder.AddressBookName.md) ###### [Application](Outlook.Folder.Application.md) ###### [Class](Outlook.Folder.Class.md) ###### [CurrentView](Outlook.Folder.CurrentView.md) ###### [CustomViewsOnly](Outlook.Folder.CustomViewsOnly.md) ###### [DefaultItemType](Outlook.Folder.DefaultItemType.md) ###### [DefaultMessageClass](Outlook.Folder.DefaultMessageClass.md) ###### [Description](Outlook.Folder.Description.md) ###### [EntryID](Outlook.Folder.EntryID.md) ###### [FolderPath](Outlook.Folder.FolderPath.md) ###### [Folders](Outlook.Folder.Folders.md) ###### [InAppFolderSyncObject](Outlook.Folder.InAppFolderSyncObject.md) ###### [IsSharePointFolder](Outlook.Folder.IsSharePointFolder.md) ###### [Items](Outlook.Folder.Items.md) ###### [Name](Outlook.Folder.Name.md) ###### [Parent](Outlook.Folder.Parent.md) ###### [PropertyAccessor](Outlook.Folder.PropertyAccessor.md) ###### [Session](Outlook.Folder.Session.md) ###### [ShowAsOutlookAB](Outlook.Folder.ShowAsOutlookAB.md) ###### [ShowItemCount](Outlook.Folder.ShowItemCount.md) ###### [Store](Outlook.Folder.Store.md) ###### [StoreID](Outlook.Folder.StoreID.md) ###### [UnReadItemCount](Outlook.Folder.UnReadItemCount.md) ###### [UserDefinedProperties](Outlook.Folder.UserDefinedProperties.md) ###### [Views](Outlook.Folder.Views.md) ###### [WebViewOn](Outlook.Folder.WebViewOn.md) ###### [WebViewURL](Outlook.Folder.WebViewURL.md) #### [Folders object](Outlook.Folders.md) ##### Events ###### [FolderAdd](Outlook.Folders.FolderAdd.md) ###### [FolderChange](Outlook.Folders.FolderChange.md) ###### [FolderRemove](Outlook.Folders.FolderRemove.md) ##### Methods ###### [Add](Outlook.Folders.Add.md) ###### [GetFirst](Outlook.Folders.GetFirst.md) ###### [GetLast](Outlook.Folders.GetLast.md) ###### [GetNext](Outlook.Folders.GetNext.md) ###### [GetPrevious](Outlook.Folders.GetPrevious.md) ###### [Item](Outlook.Folders.Item.md) ###### [Remove](Outlook.Folders.Remove.md) ##### Properties ###### [Application](Outlook.Folders.Application.md) ###### [Class](Outlook.Folders.Class.md) ###### [Count](Outlook.Folders.Count.md) ###### [Parent](Outlook.Folders.Parent.md) ###### [Session](Outlook.Folders.Session.md) #### [FormDescription object](Outlook.FormDescription.md) ##### Methods ###### [PublishForm](Outlook.FormDescription.PublishForm.md) ##### Properties ###### [Application](Outlook.FormDescription.Application.md) ###### [Category](Outlook.FormDescription.Category.md) ###### [CategorySub](Outlook.FormDescription.CategorySub.md) ###### [Class](Outlook.FormDescription.Class.md) ###### [Comment](Outlook.FormDescription.Comment.md) ###### [ContactName](Outlook.FormDescription.ContactName.md) ###### [DisplayName](Outlook.FormDescription.DisplayName.md) ###### [Hidden](Outlook.FormDescription.Hidden.md) ###### [Icon](Outlook.FormDescription.Icon.md) ###### [Locked](Outlook.FormDescription.Locked.md) ###### [MessageClass](Outlook.FormDescription.MessageClass.md) ###### [MiniIcon](Outlook.FormDescription.MiniIcon.md) ###### [Name](Outlook.FormDescription.Name.md) ###### [Number](Outlook.FormDescription.Number.md) ###### [OneOff](Outlook.FormDescription.OneOff.md) ###### [Parent](Outlook.FormDescription.Parent.md) ###### [ScriptText](Outlook.FormDescription.ScriptText.md) ###### [Session](Outlook.FormDescription.Session.md) ###### [Template](Outlook.FormDescription.Template.md) ###### [UseWordMail](Outlook.FormDescription.UseWordMail.md) ###### [Version](Outlook.FormDescription.Version.md) #### [FormNameRuleCondition object](Outlook.FormNameRuleCondition.md) ##### Properties ###### [Application](Outlook.FormNameRuleCondition.Application.md) ###### [Class](Outlook.FormNameRuleCondition.Class.md) ###### [ConditionType](Outlook.FormNameRuleCondition.ConditionType.md) ###### [Enabled](Outlook.FormNameRuleCondition.Enabled.md) ###### [FormName](Outlook.FormNameRuleCondition.FormName.md) ###### [Parent](Outlook.FormNameRuleCondition.Parent.md) ###### [Session](Outlook.FormNameRuleCondition.Session.md) #### [FormRegion object](Outlook.FormRegion.md) ##### Events ###### [Close](Outlook.FormRegion.Close.md) ###### [Expanded](Outlook.FormRegion.Expanded.md) ##### Methods ###### [Reflow](Outlook.FormRegion.Reflow.md) ###### [Select](Outlook.FormRegion.Select.md) ###### [SetControlItemProperty](Outlook.FormRegion.SetControlItemProperty.md) ##### Properties ###### [Application](Outlook.FormRegion.Application.md) ###### [Class](Outlook.FormRegion.Class.md) ###### [Detail](Outlook.FormRegion.Detail.md) ###### [DisplayName](Outlook.FormRegion.DisplayName.md) ###### [EnableAutoLayout](Outlook.FormRegion.EnableAutoLayout.md) ###### [Form](Outlook.FormRegion.Form.md) ###### [FormRegionMode](Outlook.FormRegion.FormRegionMode.md) ###### [Inspector](Outlook.FormRegion.Inspector.md) ###### [InternalName](Outlook.FormRegion.InternalName.md) ###### [IsExpanded](Outlook.FormRegion.IsExpanded.md) ###### [Item](Outlook.FormRegion.Item.md) ###### [Language](Outlook.FormRegion.Language.md) ###### [Parent](Outlook.FormRegion.Parent.md) ###### [Session](Outlook.FormRegion.Session.md) ###### [SuppressControlReplacement](Outlook.FormRegion.SuppressControlReplacement.md) ###### [Visible](Outlook.FormRegion.Visible.md) #### [FormRegionStartup object](Outlook.formregionstartup.md) ##### Methods ###### [BeforeFormRegionShow](Outlook.FormRegionStartup.BeforeFormRegionShow.md) ###### [GetFormRegionIcon](Outlook.FormRegionStartup.GetFormRegionIcon.md) ###### [GetFormRegionManifest](Outlook.FormRegionStartup.GetFormRegionManifest.md) ###### [GetFormRegionStorage](Outlook.FormRegionStartup.GetFormRegionStorage.md) #### [FromRssFeedRuleCondition object](Outlook.FromRssFeedRuleCondition.md) ##### Properties ###### [Application](Outlook.FromRssFeedRuleCondition.Application.md) ###### [Class](Outlook.FromRssFeedRuleCondition.Class.md) ###### [ConditionType](Outlook.FromRssFeedRuleCondition.ConditionType.md) ###### [Enabled](Outlook.FromRssFeedRuleCondition.Enabled.md) ###### [FromRssFeed](Outlook.FromRssFeedRuleCondition.FromRssFeed.md) ###### [Parent](Outlook.FromRssFeedRuleCondition.Parent.md) ###### [Session](Outlook.FromRssFeedRuleCondition.Session.md) #### [IconView object](Outlook.IconView.md) ##### Methods ###### [Apply](Outlook.IconView.Apply.md) ###### [Copy](Outlook.IconView.Copy.md) ###### [Delete](Outlook.IconView.Delete.md) ###### [GoToDate](Outlook.IconView.GoToDate.md) ###### [Reset](Outlook.IconView.Reset.md) ###### [Save](Outlook.IconView.Save.md) ##### Properties ###### [Application](Outlook.IconView.Application.md) ###### [Class](Outlook.IconView.Class.md) ###### [Filter](Outlook.IconView.Filter.md) ###### [IconPlacement](Outlook.IconView.IconPlacement.md) ###### [IconViewType](Outlook.IconView.IconViewType.md) ###### [Language](Outlook.IconView.Language.md) ###### [LockUserChanges](Outlook.IconView.LockUserChanges.md) ###### [Name](Outlook.IconView.Name.md) ###### [Parent](Outlook.IconView.Parent.md) ###### [SaveOption](Outlook.IconView.SaveOption.md) ###### [Session](Outlook.IconView.Session.md) ###### [SortFields](Outlook.IconView.SortFields.md) ###### [Standard](Outlook.IconView.Standard.md) ###### [ViewType](Outlook.IconView.ViewType.md) ###### [XML](Outlook.IconView.XML.md) #### [ImportanceRuleCondition object](Outlook.ImportanceRuleCondition.md) ##### Properties ###### [Application](Outlook.ImportanceRuleCondition.Application.md) ###### [Class](Outlook.ImportanceRuleCondition.Class.md) ###### [ConditionType](Outlook.ImportanceRuleCondition.ConditionType.md) ###### [Enabled](Outlook.ImportanceRuleCondition.Enabled.md) ###### [Importance](Outlook.ImportanceRuleCondition.Importance.md) ###### [Parent](Outlook.ImportanceRuleCondition.Parent.md) ###### [Session](Outlook.ImportanceRuleCondition.Session.md) #### [Inspector object](Outlook.Inspector.md) ##### Events ###### [Activate](Outlook.Inspector.Activate(even).md) ###### [AttachmentSelectionChange](Outlook.Inspector.AttachmentSelectionChange.md) ###### [BeforeMaximize](Outlook.Inspector.BeforeMaximize.md) ###### [BeforeMinimize](Outlook.Inspector.BeforeMinimize.md) ###### [BeforeMove](Outlook.Inspector.BeforeMove.md) ###### [BeforeSize](Outlook.Inspector.BeforeSize.md) ###### [Close](Outlook.Inspector.Close(even).md) ###### [Deactivate](Outlook.Inspector.Deactivate.md) ###### [PageChange](Outlook.Inspector.PageChange.md) ##### Methods ###### [Activate](Outlook.Inspector.Activate(method).md) ###### [Close](Outlook.Inspector.Close(method).md) ###### [Display](Outlook.Inspector.Display.md) ###### [HideFormPage](Outlook.Inspector.HideFormPage.md) ###### [IsWordMail](Outlook.Inspector.IsWordMail.md) ###### [NewFormRegion](Outlook.Inspector.NewFormRegion.md) ###### [OpenFormRegion](Outlook.Inspector.OpenFormRegion.md) ###### [SaveFormRegion](Outlook.Inspector.SaveFormRegion.md) ###### [SetControlItemProperty](Outlook.Inspector.SetControlItemProperty.md) ###### [SetCurrentFormPage](Outlook.Inspector.SetCurrentFormPage.md) ###### [SetSchedulingStartTime](Outlook.Inspector.SetSchedulingStartTime.md) ###### [ShowFormPage](Outlook.Inspector.ShowFormPage.md) ##### Properties ###### [Application](Outlook.Inspector.Application.md) ###### [AttachmentSelection](Outlook.Inspector.AttachmentSelection.md) ###### [Caption](Outlook.Inspector.Caption.md) ###### [Class](Outlook.Inspector.Class.md) ###### [CurrentItem](Outlook.Inspector.CurrentItem.md) ###### [EditorType](Outlook.Inspector.EditorType.md) ###### [Height](Outlook.Inspector.Height.md) ###### [Left](Outlook.Inspector.Left.md) ###### [ModifiedFormPages](Outlook.Inspector.ModifiedFormPages.md) ###### [Parent](Outlook.Inspector.Parent.md) ###### [Session](Outlook.Inspector.Session.md) ###### [Top](Outlook.Inspector.Top.md) ###### [Width](Outlook.Inspector.Width.md) ###### [WindowState](Outlook.Inspector.WindowState.md) ###### [WordEditor](Outlook.Inspector.WordEditor.md) #### [Inspectors object](Outlook.Inspectors.md) ##### Events ###### [NewInspector](Outlook.Inspectors.NewInspector.md) ##### Methods ###### [Add](Outlook.Inspectors.Add.md) ###### [Item](Outlook.Inspectors.Item.md) ##### Properties ###### [Application](Outlook.Inspectors.Application.md) ###### [Class](Outlook.Inspectors.Class.md) ###### [Count](Outlook.Inspectors.Count.md) ###### [Parent](Outlook.Inspectors.Parent.md) ###### [Session](Outlook.Inspectors.Session.md) #### [ItemProperties object](Outlook.ItemProperties.md) ##### Methods ###### [Add](Outlook.ItemProperties.Add.md) ###### [Item](Outlook.ItemProperties.Item.md) ###### [Remove](Outlook.ItemProperties.Remove.md) ###### [Application](Outlook.ItemProperties.Application.md) ###### [Class](Outlook.ItemProperties.Class.md) ###### [Count](Outlook.ItemProperties.Count.md) ###### [Parent](Outlook.ItemProperties.Parent.md) ###### [Session](Outlook.ItemProperties.Session.md) #### [ItemProperty object](Outlook.ItemProperty.md) ##### Properties ###### [Application](Outlook.ItemProperty.Application.md) ###### [Class](Outlook.ItemProperty.Class.md) ###### [IsUserProperty](Outlook.ItemProperty.IsUserProperty.md) ###### [Name](Outlook.ItemProperty.Name.md) ###### [Parent](Outlook.ItemProperty.Parent.md) ###### [Session](Outlook.ItemProperty.Session.md) ###### [Type](Outlook.ItemProperty.Type.md) ###### [Value](Outlook.ItemProperty.Value.md) #### [Items object](Outlook.Items.md) ##### Events ###### [ItemAdd](Outlook.Items.ItemAdd.md) ###### [ItemChange](Outlook.Items.ItemChange.md) ###### [ItemRemove](Outlook.Items.ItemRemove.md) ##### Methods ###### [Add](Outlook.Items.Add.md) ###### [Find](Outlook.Items.Find.md) ###### [FindNext](Outlook.Items.FindNext.md) ###### [GetFirst](Outlook.Items.GetFirst.md) ###### [GetLast](Outlook.Items.GetLast.md) ###### [GetNext](Outlook.Items.GetNext.md) ###### [GetPrevious](Outlook.Items.GetPrevious.md) ###### [Item](Outlook.Items.Item.md) ###### [Remove](Outlook.Items.Remove.md) ###### [ResetColumns](Outlook.Items.ResetColumns.md) ###### [Restrict](Outlook.Items.Restrict.md) ###### [SetColumns](Outlook.Items.SetColumns.md) ###### [Sort](Outlook.Items.Sort.md) ##### Properties ###### [Application](Outlook.Items.Application.md) ###### [Class](Outlook.Items.Class.md) ###### [Count](Outlook.Items.Count.md) ###### [IncludeRecurrences](Outlook.Items.IncludeRecurrences.md) ###### [Parent](Outlook.Items.Parent.md) ###### [Session](Outlook.Items.Session.md) #### [JournalItem object](Outlook.JournalItem.md) ##### Events ###### [AfterWrite](Outlook.JournalItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.JournalItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.JournalItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.JournalItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.JournalItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.JournalItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.JournalItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.JournalItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.JournalItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.JournalItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.JournalItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.JournalItem.BeforeDelete.md) ###### [BeforeRead](Outlook.JournalItem.BeforeRead.md) ###### [Close](Outlook.JournalItem.Close(even).md) ###### [CustomAction](Outlook.JournalItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.JournalItem.CustomPropertyChange.md) ###### [Forward](Outlook.JournalItem.Forward(even).md) ###### [Open](Outlook.JournalItem.Open.md) ###### [PropertyChange](Outlook.JournalItem.PropertyChange.md) ###### [Read](Outlook.JournalItem.Read.md) ###### [ReadComplete](Outlook.journalitem.readcomplete.md) ###### [Reply](Outlook.JournalItem.Reply(even).md) ###### [ReplyAll](Outlook.JournalItem.ReplyAll(even).md) ###### [Send](Outlook.JournalItem.Send.md) ###### [Unload](Outlook.JournalItem.Unload.md) ###### [Write](Outlook.JournalItem.Write.md) ##### Methods ###### [Close](Outlook.JournalItem.Close(method).md) ###### [Copy](Outlook.JournalItem.Copy.md) ###### [Delete](Outlook.JournalItem.Delete.md) ###### [Display](Outlook.JournalItem.Display.md) ###### [Forward](Outlook.JournalItem.Forward(method).md) ###### [GetConversation](Outlook.JournalItem.GetConversation.md) ###### [Move](Outlook.JournalItem.Move.md) ###### [PrintOut](Outlook.JournalItem.PrintOut.md) ###### [Reply](Outlook.JournalItem.Reply(method).md) ###### [ReplyAll](Outlook.JournalItem.ReplyAll(method).md) ###### [Save](Outlook.JournalItem.Save.md) ###### [SaveAs](Outlook.JournalItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.JournalItem.ShowCategoriesDialog.md) ###### [StartTimer](Outlook.JournalItem.StartTimer.md) ###### [StopTimer](Outlook.JournalItem.StopTimer.md) ##### Properties ###### [Actions](Outlook.JournalItem.Actions.md) ###### [Application](Outlook.JournalItem.Application.md) ###### [Attachments](Outlook.JournalItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.JournalItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.JournalItem.BillingInformation.md) ###### [Body](Outlook.JournalItem.Body.md) ###### [Categories](Outlook.JournalItem.Categories.md) ###### [Class](Outlook.JournalItem.Class.md) ###### [Companies](Outlook.JournalItem.Companies.md) ###### [Conflicts](Outlook.JournalItem.Conflicts.md) ###### [ContactNames](Outlook.JournalItem.ContactNames.md) ###### [ConversationID](Outlook.JournalItem.ConversationID.md) ###### [ConversationIndex](Outlook.JournalItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.JournalItem.ConversationTopic.md) ###### [CreationTime](Outlook.JournalItem.CreationTime.md) ###### [DocPosted](Outlook.JournalItem.DocPosted.md) ###### [DocPrinted](Outlook.JournalItem.DocPrinted.md) ###### [DocRouted](Outlook.JournalItem.DocRouted.md) ###### [DocSaved](Outlook.JournalItem.DocSaved.md) ###### [DownloadState](Outlook.JournalItem.DownloadState.md) ###### [Duration](Outlook.JournalItem.Duration.md) ###### [End](Outlook.JournalItem.End.md) ###### [EntryID](Outlook.JournalItem.EntryID.md) ###### [FormDescription](Outlook.JournalItem.FormDescription.md) ###### [GetInspector](Outlook.JournalItem.GetInspector.md) ###### [Importance](Outlook.JournalItem.Importance.md) ###### [IsConflict](Outlook.JournalItem.IsConflict.md) ###### [ItemProperties](Outlook.JournalItem.ItemProperties.md) ###### [LastModificationTime](Outlook.JournalItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.JournalItem.MarkForDownload.md) ###### [MessageClass](Outlook.JournalItem.MessageClass.md) ###### [Mileage](Outlook.JournalItem.Mileage.md) ###### [NoAging](Outlook.JournalItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.JournalItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.JournalItem.OutlookVersion.md) ###### [Parent](Outlook.JournalItem.Parent.md) ###### [PropertyAccessor](Outlook.JournalItem.PropertyAccessor.md) ###### [Recipients](Outlook.JournalItem.Recipients.md) ###### [Saved](Outlook.JournalItem.Saved.md) ###### [Sensitivity](Outlook.JournalItem.Sensitivity.md) ###### [Session](Outlook.JournalItem.Session.md) ###### [Size](Outlook.JournalItem.Size.md) ###### [Start](Outlook.JournalItem.Start.md) ###### [Subject](Outlook.JournalItem.Subject.md) ###### [Type](Outlook.JournalItem.Type.md) ###### [UnRead](Outlook.JournalItem.UnRead.md) ###### [UserProperties](Outlook.JournalItem.UserProperties.md) #### [JournalModule object](Outlook.JournalModule.md) ##### Properties ###### [Application](Outlook.JournalModule.Application.md) ###### [Class](Outlook.JournalModule.Class.md) ###### [Name](Outlook.JournalModule.Name.md) ###### [NavigationGroups](Outlook.JournalModule.NavigationGroups.md) ###### [NavigationModuleType](Outlook.JournalModule.NavigationModuleType.md) ###### [Parent](Outlook.JournalModule.Parent.md) ###### [Position](Outlook.JournalModule.Position.md) ###### [Session](Outlook.JournalModule.Session.md) ###### [Visible](Outlook.JournalModule.Visible.md) #### [MailItem object](Outlook.MailItem.md) ##### Events ###### [AfterWrite](Outlook.MailItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.MailItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.MailItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.MailItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.MailItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.MailItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.MailItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.MailItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.MailItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.MailItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.MailItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.MailItem.BeforeDelete.md) ###### [BeforeRead](Outlook.MailItem.BeforeRead.md) ###### [Close](Outlook.MailItem.Close(even).md) ###### [CustomAction](Outlook.MailItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.MailItem.CustomPropertyChange.md) ###### [Forward](Outlook.MailItem.Forward(even).md) ###### [Open](Outlook.MailItem.Open.md) ###### [PropertyChange](Outlook.MailItem.PropertyChange.md) ###### [Read](Outlook.MailItem.Read.md) ###### [ReadComplete](Outlook.mailitem.readcomplete.md) ###### [Reply](Outlook.MailItem.Reply(even).md) ###### [ReplyAll](Outlook.MailItem.ReplyAll(even).md) ###### [Send](Outlook.MailItem.Send(even).md) ###### [Unload](Outlook.MailItem.Unload.md) ###### [Write](Outlook.MailItem.Write.md) ##### Methods ###### [AddBusinessCard](Outlook.MailItem.AddBusinessCard.md) ###### [ClearConversationIndex](Outlook.MailItem.ClearConversationIndex.md) ###### [ClearTaskFlag](Outlook.MailItem.ClearTaskFlag.md) ###### [Close](Outlook.MailItem.Close(method).md) ###### [Copy](Outlook.MailItem.Copy.md) ###### [Delete](Outlook.MailItem.Delete.md) ###### [Display](Outlook.MailItem.Display.md) ###### [Forward](Outlook.MailItem.Forward(method).md) ###### [GetConversation](Outlook.MailItem.GetConversation.md) ###### [MarkAsTask](Outlook.MailItem.MarkAsTask.md) ###### [Move](Outlook.MailItem.Move.md) ###### [PrintOut](Outlook.MailItem.PrintOut.md) ###### [Reply](Outlook.MailItem.Reply(method).md) ###### [ReplyAll](Outlook.MailItem.ReplyAll(method).md) ###### [Save](Outlook.MailItem.Save.md) ###### [SaveAs](Outlook.MailItem.SaveAs.md) ###### [Send](Outlook.MailItem.Send(method).md) ###### [ShowCategoriesDialog](Outlook.MailItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.MailItem.Actions.md) ###### [AlternateRecipientAllowed](Outlook.MailItem.AlternateRecipientAllowed.md) ###### [Application](Outlook.MailItem.Application.md) ###### [Attachments](Outlook.MailItem.Attachments.md) ###### [AutoForwarded](Outlook.MailItem.AutoForwarded.md) ###### [AutoResolvedWinner](Outlook.MailItem.AutoResolvedWinner.md) ###### [BCC](Outlook.MailItem.BCC.md) ###### [BillingInformation](Outlook.MailItem.BillingInformation.md) ###### [Body](Outlook.MailItem.Body.md) ###### [BodyFormat](Outlook.MailItem.BodyFormat.md) ###### [Categories](Outlook.MailItem.Categories.md) ###### [CC](Outlook.MailItem.CC.md) ###### [Class](Outlook.MailItem.Class.md) ###### [Companies](Outlook.MailItem.Companies.md) ###### [Conflicts](Outlook.MailItem.Conflicts.md) ###### [ConversationID](Outlook.MailItem.ConversationID.md) ###### [ConversationIndex](Outlook.MailItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.MailItem.ConversationTopic.md) ###### [CreationTime](Outlook.MailItem.CreationTime.md) ###### [DeferredDeliveryTime](Outlook.MailItem.DeferredDeliveryTime.md) ###### [DeleteAfterSubmit](Outlook.MailItem.DeleteAfterSubmit.md) ###### [DownloadState](Outlook.MailItem.DownloadState.md) ###### [EntryID](Outlook.MailItem.EntryID.md) ###### [ExpiryTime](Outlook.MailItem.ExpiryTime.md) ###### [FlagRequest](Outlook.MailItem.FlagRequest.md) ###### [FormDescription](Outlook.MailItem.FormDescription.md) ###### [GetInspector](Outlook.MailItem.GetInspector.md) ###### [HTMLBody](Outlook.MailItem.HTMLBody.md) ###### [Importance](Outlook.MailItem.Importance.md) ###### [InternetCodepage](Outlook.MailItem.InternetCodepage.md) ###### [IsConflict](Outlook.MailItem.IsConflict.md) ###### [IsMarkedAsTask](Outlook.MailItem.IsMarkedAsTask.md) ###### [ItemProperties](Outlook.MailItem.ItemProperties.md) ###### [LastModificationTime](Outlook.MailItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.MailItem.MarkForDownload.md) ###### [MessageClass](Outlook.MailItem.MessageClass.md) ###### [Mileage](Outlook.MailItem.Mileage.md) ###### [NoAging](Outlook.MailItem.NoAging.md) ###### [OriginatorDeliveryReportRequested](Outlook.MailItem.OriginatorDeliveryReportRequested.md) ###### [OutlookInternalVersion](Outlook.MailItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.MailItem.OutlookVersion.md) ###### [Parent](Outlook.MailItem.Parent.md) ###### [Permission](Outlook.MailItem.Permission.md) ###### [PermissionService](Outlook.MailItem.PermissionService.md) ###### [PermissionTemplateGuid](Outlook.MailItem.PermissionTemplateGuid.md) ###### [PropertyAccessor](Outlook.MailItem.PropertyAccessor.md) ###### [ReadReceiptRequested](Outlook.MailItem.ReadReceiptRequested.md) ###### [ReceivedByEntryID](Outlook.MailItem.ReceivedByEntryID.md) ###### [ReceivedByName](Outlook.MailItem.ReceivedByName.md) ###### [ReceivedOnBehalfOfEntryID](Outlook.MailItem.ReceivedOnBehalfOfEntryID.md) ###### [ReceivedOnBehalfOfName](Outlook.MailItem.ReceivedOnBehalfOfName.md) ###### [ReceivedTime](Outlook.MailItem.ReceivedTime.md) ###### [RecipientReassignmentProhibited](Outlook.MailItem.RecipientReassignmentProhibited.md) ###### [Recipients](Outlook.MailItem.Recipients.md) ###### [ReminderOverrideDefault](Outlook.MailItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.MailItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.MailItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.MailItem.ReminderSoundFile.md) ###### [ReminderTime](Outlook.MailItem.ReminderTime.md) ###### [RemoteStatus](Outlook.MailItem.RemoteStatus.md) ###### [ReplyRecipientNames](Outlook.MailItem.ReplyRecipientNames.md) ###### [ReplyRecipients](Outlook.MailItem.ReplyRecipients.md) ###### [RetentionExpirationDate](Outlook.MailItem.RetentionExpirationDate.md) ###### [RetentionPolicyName](Outlook.MailItem.RetentionPolicyName.md) ###### [RTFBody](Outlook.MailItem.RTFBody.md) ###### [Saved](Outlook.MailItem.Saved.md) ###### [SaveSentMessageFolder](Outlook.MailItem.SaveSentMessageFolder.md) ###### [Sender](Outlook.MailItem.Sender.md) ###### [SenderEmailAddress](Outlook.MailItem.SenderEmailAddress.md) ###### [SenderEmailType](Outlook.MailItem.SenderEmailType.md) ###### [SenderName](Outlook.MailItem.SenderName.md) ###### [SendUsingAccount](Outlook.MailItem.SendUsingAccount.md) ###### [Sensitivity](Outlook.MailItem.Sensitivity.md) ###### [Sent](Outlook.MailItem.Sent.md) ###### [SentOn](Outlook.MailItem.SentOn.md) ###### [SentOnBehalfOfName](Outlook.MailItem.SentOnBehalfOfName.md) ###### [Session](Outlook.MailItem.Session.md) ###### [Size](Outlook.MailItem.Size.md) ###### [Subject](Outlook.MailItem.Subject.md) ###### [Submitted](Outlook.MailItem.Submitted.md) ###### [TaskCompletedDate](Outlook.MailItem.TaskCompletedDate.md) ###### [TaskDueDate](Outlook.MailItem.TaskDueDate.md) ###### [TaskStartDate](Outlook.MailItem.TaskStartDate.md) ###### [TaskSubject](Outlook.MailItem.TaskSubject.md) ###### [To](Outlook.MailItem.To.md) ###### [ToDoTaskOrdinal](Outlook.MailItem.ToDoTaskOrdinal.md) ###### [UnRead](Outlook.MailItem.UnRead.md) ###### [UserProperties](Outlook.MailItem.UserProperties.md) ###### [VotingOptions](Outlook.MailItem.VotingOptions.md) ###### [VotingResponse](Outlook.MailItem.VotingResponse.md) #### [MailModule object](Outlook.MailModule.md) ##### Properties ###### [Application](Outlook.MailModule.Application.md) ###### [Class](Outlook.MailModule.Class.md) ###### [Name](Outlook.MailModule.Name.md) ###### [NavigationGroups](Outlook.MailModule.NavigationGroups.md) ###### [NavigationModuleType](Outlook.MailModule.NavigationModuleType.md) ###### [Parent](Outlook.MailModule.Parent.md) ###### [Position](Outlook.MailModule.Position.md) ###### [Session](Outlook.MailModule.Session.md) ###### [Visible](Outlook.MailModule.Visible.md) #### [MarkAsTaskRuleAction object](Outlook.MarkAsTaskRuleAction.md) ##### Properties ###### [ActionType](Outlook.MarkAsTaskRuleAction.ActionType.md) ###### [Application](Outlook.MarkAsTaskRuleAction.Application.md) ###### [Class](Outlook.MarkAsTaskRuleAction.Class.md) ###### [Enabled](Outlook.MarkAsTaskRuleAction.Enabled.md) ###### [FlagTo](Outlook.MarkAsTaskRuleAction.FlagTo.md) ###### [MarkInterval](Outlook.MarkAsTaskRuleAction.MarkInterval.md) ###### [Parent](Outlook.MarkAsTaskRuleAction.Parent.md) ###### [Session](Outlook.MarkAsTaskRuleAction.Session.md) #### [MeetingItem object](Outlook.MeetingItem.md) ##### Events ###### [AfterWrite](Outlook.MeetingItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.MeetingItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.MeetingItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.MeetingItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.MeetingItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.MeetingItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.MeetingItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.MeetingItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.MeetingItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.MeetingItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.MeetingItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.MeetingItem.BeforeDelete.md) ###### [BeforeRead](Outlook.MeetingItem.BeforeRead.md) ###### [Close](Outlook.MeetingItem.Close(even).md) ###### [CustomAction](Outlook.MeetingItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.MeetingItem.CustomPropertyChange.md) ###### [Forward](Outlook.MeetingItem.Forward(even).md) ###### [Open](Outlook.MeetingItem.Open.md) ###### [PropertyChange](Outlook.MeetingItem.PropertyChange.md) ###### [Read](Outlook.MeetingItem.Read.md) ###### [ReadComplete](Outlook.meetingitem.readcomplete.md) ###### [Reply](Outlook.MeetingItem.Reply(even).md) ###### [ReplyAll](Outlook.MeetingItem.ReplyAll(even).md) ###### [Send](Outlook.MeetingItem.Send(even).md) ###### [Unload](Outlook.MeetingItem.Unload.md) ###### [Write](Outlook.MeetingItem.Write.md) ##### Methods ###### [Close](Outlook.MeetingItem.Close(method).md) ###### [Copy](Outlook.MeetingItem.Copy.md) ###### [Delete](Outlook.MeetingItem.Delete.md) ###### [Display](Outlook.MeetingItem.Display.md) ###### [Forward](Outlook.MeetingItem.Forward(method).md) ###### [GetAssociatedAppointment](Outlook.MeetingItem.GetAssociatedAppointment.md) ###### [GetConversation](Outlook.MeetingItem.GetConversation.md) ###### [Move](Outlook.MeetingItem.Move.md) ###### [PrintOut](Outlook.MeetingItem.PrintOut.md) ###### [Reply](Outlook.MeetingItem.Reply(method).md) ###### [ReplyAll](Outlook.MeetingItem.ReplyAll(method).md) ###### [Save](Outlook.MeetingItem.Save.md) ###### [SaveAs](Outlook.MeetingItem.SaveAs.md) ###### [Send](Outlook.MeetingItem.Send(method).md) ###### [ShowCategoriesDialog](Outlook.MeetingItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.MeetingItem.Actions.md) ###### [Application](Outlook.MeetingItem.Application.md) ###### [Attachments](Outlook.MeetingItem.Attachments.md) ###### [AutoForwarded](Outlook.MeetingItem.AutoForwarded.md) ###### [AutoResolvedWinner](Outlook.MeetingItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.MeetingItem.BillingInformation.md) ###### [Body](Outlook.MeetingItem.Body.md) ###### [Categories](Outlook.MeetingItem.Categories.md) ###### [Class](Outlook.MeetingItem.Class.md) ###### [Companies](Outlook.MeetingItem.Companies.md) ###### [Conflicts](Outlook.MeetingItem.Conflicts.md) ###### [ConversationID](Outlook.MeetingItem.ConversationID.md) ###### [ConversationIndex](Outlook.MeetingItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.MeetingItem.ConversationTopic.md) ###### [CreationTime](Outlook.MeetingItem.CreationTime.md) ###### [DeferredDeliveryTime](Outlook.MeetingItem.DeferredDeliveryTime.md) ###### [DeleteAfterSubmit](Outlook.MeetingItem.DeleteAfterSubmit.md) ###### [DownloadState](Outlook.MeetingItem.DownloadState.md) ###### [EntryID](Outlook.MeetingItem.EntryID.md) ###### [ExpiryTime](Outlook.MeetingItem.ExpiryTime.md) ###### [FormDescription](Outlook.MeetingItem.FormDescription.md) ###### [GetInspector](Outlook.MeetingItem.GetInspector.md) ###### [Importance](Outlook.MeetingItem.Importance.md) ###### [IsConflict](Outlook.MeetingItem.IsConflict.md) ###### [IsLatestVersion](Outlook.MeetingItem.IsLatestVersion.md) ###### [ItemProperties](Outlook.MeetingItem.ItemProperties.md) ###### [LastModificationTime](Outlook.MeetingItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.MeetingItem.MarkForDownload.md) ###### [MeetingWorkspaceURL](Outlook.MeetingItem.MeetingWorkspaceURL.md) ###### [MessageClass](Outlook.MeetingItem.MessageClass.md) ###### [Mileage](Outlook.MeetingItem.Mileage.md) ###### [NoAging](Outlook.MeetingItem.NoAging.md) ###### [OriginatorDeliveryReportRequested](Outlook.MeetingItem.OriginatorDeliveryReportRequested.md) ###### [OutlookInternalVersion](Outlook.MeetingItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.MeetingItem.OutlookVersion.md) ###### [Parent](Outlook.MeetingItem.Parent.md) ###### [PropertyAccessor](Outlook.MeetingItem.PropertyAccessor.md) ###### [ReceivedTime](Outlook.MeetingItem.ReceivedTime.md) ###### [Recipients](Outlook.MeetingItem.Recipients.md) ###### [ReminderSet](Outlook.MeetingItem.ReminderSet.md) ###### [ReminderTime](Outlook.MeetingItem.ReminderTime.md) ###### [ReplyRecipients](Outlook.MeetingItem.ReplyRecipients.md) ###### [RetentionExpirationDate](Outlook.MeetingItem.RetentionExpirationDate.md) ###### [RetentionPolicyName](Outlook.MeetingItem.RetentionPolicyName.md) ###### [RTFBody](Outlook.MeetingItem.RTFBody.md) ###### [Saved](Outlook.MeetingItem.Saved.md) ###### [SaveSentMessageFolder](Outlook.MeetingItem.SaveSentMessageFolder.md) ###### [SenderEmailAddress](Outlook.MeetingItem.SenderEmailAddress.md) ###### [SenderEmailType](Outlook.MeetingItem.SenderEmailType.md) ###### [SenderName](Outlook.MeetingItem.SenderName.md) ###### [SendUsingAccount](Outlook.MeetingItem.SendUsingAccount.md) ###### [Sensitivity](Outlook.MeetingItem.Sensitivity.md) ###### [Sent](Outlook.MeetingItem.Sent.md) ###### [SentOn](Outlook.MeetingItem.SentOn.md) ###### [Session](Outlook.MeetingItem.Session.md) ###### [Size](Outlook.MeetingItem.Size.md) ###### [Subject](Outlook.MeetingItem.Subject.md) ###### [Submitted](Outlook.MeetingItem.Submitted.md) ###### [UnRead](Outlook.MeetingItem.UnRead.md) ###### [UserProperties](Outlook.MeetingItem.UserProperties.md) #### [MoveOrCopyRuleAction object](Outlook.moveorcopyruleAction.md) ##### Properties ###### [ActionType](Outlook.MoveOrCopyRuleAction.ActionType.md) ###### [Application](Outlook.moveorcopyruleAction.Application.md) ###### [Class](Outlook.moveorcopyruleAction.Class.md) ###### [Enabled](Outlook.moveorcopyruleAction.Enabled.md) ###### [Folder](Outlook.MoveOrCopyRuleAction.Folder.md) ###### [Parent](Outlook.moveorcopyruleAction.Parent.md) ###### [Session](Outlook.moveorcopyruleAction.Session.md) #### [NameSpace object](Outlook.NameSpace.md) ##### Events ###### [AutoDiscoverComplete](Outlook.NameSpace.AutoDiscoverComplete.md) ###### [OptionsPagesAdd](Outlook.NameSpace.OptionsPagesAdd.md) ##### Methods ###### [AddStore](Outlook.NameSpace.AddStore.md) ###### [AddStoreEx](Outlook.NameSpace.AddStoreEx.md) ###### [CompareEntryIDs](Outlook.NameSpace.CompareEntryIDs.md) ###### [CreateContactCard](Outlook.NameSpace.CreateContactCard.md) ###### [CreateRecipient](Outlook.NameSpace.CreateRecipient.md) ###### [CreateSharingItem](Outlook.NameSpace.CreateSharingItem.md) ###### [Dial](Outlook.NameSpace.Dial.md) ###### [GetAddressEntryFromID](Outlook.NameSpace.GetAddressEntryFromID.md) ###### [GetDefaultFolder](Outlook.NameSpace.GetDefaultFolder.md) ###### [GetFolderFromID](Outlook.NameSpace.GetFolderFromID.md) ###### [GetGlobalAddressList](Outlook.NameSpace.GetGlobalAddressList.md) ###### [GetItemFromID](Outlook.NameSpace.GetItemFromID.md) ###### [GetRecipientFromID](Outlook.NameSpace.GetRecipientFromID.md) ###### [GetSelectNamesDialog](Outlook.NameSpace.GetSelectNamesDialog.md) ###### [GetSharedDefaultFolder](Outlook.NameSpace.GetSharedDefaultFolder.md) ###### [GetStoreFromID](Outlook.NameSpace.GetStoreFromID.md) ###### [Logoff](Outlook.NameSpace.Logoff.md) ###### [Logon](Outlook.NameSpace.Logon.md) ###### [OpenSharedFolder](Outlook.NameSpace.OpenSharedFolder.md) ###### [OpenSharedItem](Outlook.NameSpace.OpenSharedItem.md) ###### [PickFolder](Outlook.NameSpace.PickFolder.md) ###### [RemoveStore](Outlook.NameSpace.RemoveStore.md) ###### [SendAndReceive](Outlook.NameSpace.SendAndReceive.md) ##### Properties ###### [Accounts](Outlook.NameSpace.Accounts.md) ###### [AddressLists](Outlook.NameSpace.AddressLists.md) ###### [Application](Outlook.NameSpace.Application.md) ###### [AutoDiscoverConnectionMode](Outlook.NameSpace.AutoDiscoverConnectionMode.md) ###### [AutoDiscoverXml](Outlook.NameSpace.AutoDiscoverXml.md) ###### [Categories](Outlook.NameSpace.Categories.md) ###### [Class](Outlook.NameSpace.Class.md) ###### [CurrentProfileName](Outlook.NameSpace.CurrentProfileName.md) ###### [CurrentUser](Outlook.NameSpace.CurrentUser.md) ###### [DefaultStore](Outlook.NameSpace.DefaultStore.md) ###### [ExchangeConnectionMode](Outlook.NameSpace.ExchangeConnectionMode.md) ###### [ExchangeMailboxServerName](Outlook.NameSpace.ExchangeMailboxServerName.md) ###### [ExchangeMailboxServerVersion](Outlook.NameSpace.ExchangeMailboxServerVersion.md) ###### [Folders](Outlook.NameSpace.Folders.md) ###### [Offline](Outlook.NameSpace.Offline.md) ###### [Parent](Outlook.NameSpace.Parent.md) ###### [Session](Outlook.NameSpace.Session.md) ###### [Stores](Outlook.NameSpace.Stores.md) ###### [SyncObjects](Outlook.NameSpace.SyncObjects.md) ###### [Type](Outlook.NameSpace.Type.md) #### [NavigationFolder object](Outlook.NavigationFolder.md) ##### Properties ###### [Application](Outlook.NavigationFolder.Application.md) ###### [Class](Outlook.NavigationFolder.Class.md) ###### [DisplayName](Outlook.NavigationFolder.DisplayName.md) ###### [Folder](Outlook.NavigationFolder.Folder.md) ###### [IsRemovable](Outlook.NavigationFolder.IsRemovable.md) ###### [IsSelected](Outlook.NavigationFolder.IsSelected.md) ###### [IsSideBySide](Outlook.NavigationFolder.IsSideBySide.md) ###### [Parent](Outlook.NavigationFolder.Parent.md) ###### [Position](Outlook.NavigationFolder.Position.md) ###### [Session](Outlook.NavigationFolder.Session.md) #### [NavigationFolders object](Outlook.NavigationFolders.md) ##### Methods ###### [Add](Outlook.NavigationFolders.Add.md) ###### [Item](Outlook.NavigationFolders.Item.md) ###### [Remove](Outlook.NavigationFolders.Remove.md) ##### Properties ###### [Application](Outlook.NavigationFolders.Application.md) ###### [Class](Outlook.NavigationFolders.Class.md) ###### [Count](Outlook.NavigationFolders.Count.md) ###### [Parent](Outlook.NavigationFolders.Parent.md) ###### [Session](Outlook.NavigationFolders.Session.md) #### [NavigationGroup object](Outlook.NavigationGroup.md) ##### Properties ###### [Application](Outlook.NavigationGroup.Application.md) ###### [Class](Outlook.NavigationGroup.Class.md) ###### [GroupType](Outlook.NavigationGroup.GroupType.md) ###### [Name](Outlook.NavigationGroup.Name.md) ###### [NavigationFolders](Outlook.NavigationGroup.NavigationFolders.md) ###### [Parent](Outlook.NavigationGroup.Parent.md) ###### [Position](Outlook.NavigationGroup.Position.md) ###### [Session](Outlook.NavigationGroup.Session.md) #### [NavigationGroups object](Outlook.NavigationGroups.md) ##### Events ###### [NavigationFolderAdd](Outlook.NavigationGroups.NavigationFolderAdd.md) ###### [NavigationFolderRemove](Outlook.NavigationGroups.NavigationFolderRemove.md) ###### [SelectedChange](Outlook.NavigationGroups.SelectedChange.md) ##### Methods ###### [Create](Outlook.NavigationGroups.Create.md) ###### [Delete](Outlook.NavigationGroups.Delete.md) ###### [GetDefaultNavigationGroup](Outlook.NavigationGroups.GetDefaultNavigationGroup.md) ###### [Item](Outlook.NavigationGroups.Item.md) ##### Properties ###### [Application](Outlook.NavigationGroups.Application.md) ###### [Class](Outlook.NavigationGroups.Class.md) ###### [Count](Outlook.NavigationGroups.Count.md) ###### [Parent](Outlook.NavigationGroups.Parent.md) ###### [Session](Outlook.NavigationGroups.Session.md) #### [NavigationModule object](Outlook.NavigationModule.md) ##### Properties ###### [Application](Outlook.NavigationModule.Application.md) ###### [Class](Outlook.NavigationModule.Class.md) ###### [Name](Outlook.NavigationModule.Name.md) ###### [NavigationModuleType](Outlook.NavigationModule.NavigationModuleType.md) ###### [Parent](Outlook.NavigationModule.Parent.md) ###### [Position](Outlook.NavigationModule.Position.md) ###### [Session](Outlook.NavigationModule.Session.md) ###### [Visible](Outlook.NavigationModule.Visible.md) #### [NavigationModules object](Outlook.NavigationModules.md) ##### Methods ###### [GetNavigationModule](Outlook.NavigationModules.GetNavigationModule.md) ###### [Item](Outlook.NavigationModules.Item.md) ##### Properties ###### [Application](Outlook.NavigationModules.Application.md) ###### [Class](Outlook.NavigationModules.Class.md) ###### [Count](Outlook.NavigationModules.Count.md) ###### [Parent](Outlook.NavigationModules.Parent.md) ###### [Session](Outlook.NavigationModules.Session.md) #### [NavigationPane object](Outlook.NavigationPane.md) ##### Events ###### [ModuleSwitch](Outlook.NavigationPane.ModuleSwitch.md) ##### Properties ###### [Application](Outlook.NavigationPane.Application.md) ###### [Class](Outlook.NavigationPane.Class.md) ###### [CurrentModule](Outlook.NavigationPane.CurrentModule.md) ###### [DisplayedModuleCount](Outlook.NavigationPane.DisplayedModuleCount.md) ###### [IsCollapsed](Outlook.NavigationPane.IsCollapsed.md) ###### [Modules](Outlook.NavigationPane.Modules.md) ###### [Parent](Outlook.NavigationPane.Parent.md) ###### [Session](Outlook.NavigationPane.Session.md) #### [NewItemAlertRuleAction object](Outlook.newitemalertruleAction.md) ##### Properties ###### [ActionType](Outlook.NewItemAlertRuleAction.ActionType.md) ###### [Application](Outlook.newitemalertruleAction.Application.md) ###### [Class](Outlook.newitemalertruleAction.Class.md) ###### [Enabled](Outlook.newitemalertruleAction.Enabled.md) ###### [Parent](Outlook.newitemalertruleAction.Parent.md) ###### [Session](Outlook.newitemalertruleAction.Session.md) ###### [Text](Outlook.NewItemAlertRuleAction.Text.md) #### [NoteItem object](Outlook.NoteItem.md) ##### Methods ###### [Close](Outlook.NoteItem.Close.md) ###### [Copy](Outlook.NoteItem.Copy.md) ###### [Delete](Outlook.NoteItem.Delete.md) ###### [Display](Outlook.NoteItem.Display.md) ###### [Move](Outlook.NoteItem.Move.md) ###### [PrintOut](Outlook.NoteItem.PrintOut.md) ###### [Save](Outlook.NoteItem.Save.md) ###### [SaveAs](Outlook.NoteItem.SaveAs.md) ##### Properties ###### [Application](Outlook.NoteItem.Application.md) ###### [AutoResolvedWinner](Outlook.NoteItem.AutoResolvedWinner.md) ###### [Body](Outlook.NoteItem.Body.md) ###### [Categories](Outlook.NoteItem.Categories.md) ###### [Class](Outlook.NoteItem.Class.md) ###### [Conflicts](Outlook.NoteItem.Conflicts.md) ###### [CreationTime](Outlook.NoteItem.CreationTime.md) ###### [DownloadState](Outlook.NoteItem.DownloadState.md) ###### [EntryID](Outlook.NoteItem.EntryID.md) ###### [GetInspector](Outlook.NoteItem.GetInspector.md) ###### [Height](Outlook.NoteItem.Height.md) ###### [IsConflict](Outlook.NoteItem.IsConflict.md) ###### [ItemProperties](Outlook.NoteItem.ItemProperties.md) ###### [LastModificationTime](Outlook.NoteItem.LastModificationTime.md) ###### [Left](Outlook.NoteItem.Left.md) ###### [MarkForDownload](Outlook.NoteItem.MarkForDownload.md) ###### [MessageClass](Outlook.NoteItem.MessageClass.md) ###### [Parent](Outlook.NoteItem.Parent.md) ###### [PropertyAccessor](Outlook.NoteItem.PropertyAccessor.md) ###### [Saved](Outlook.NoteItem.Saved.md) ###### [Session](Outlook.NoteItem.Session.md) ###### [Size](Outlook.NoteItem.Size.md) ###### [Subject](Outlook.NoteItem.Subject.md) ###### [Top](Outlook.NoteItem.Top.md) ###### [Width](Outlook.NoteItem.Width.md) #### [NotesModule object](Outlook.NotesModule.md) ##### Properties ###### [Application](Outlook.NotesModule.Application.md) ###### [Class](Outlook.NotesModule.Class.md) ###### [Name](Outlook.NotesModule.Name.md) ###### [NavigationGroups](Outlook.NotesModule.NavigationGroups.md) ###### [NavigationModuleType](Outlook.NotesModule.NavigationModuleType.md) ###### [Parent](Outlook.NotesModule.Parent.md) ###### [Position](Outlook.NotesModule.Position.md) ###### [Session](Outlook.NotesModule.Session.md) ###### [Visible](Outlook.NotesModule.Visible.md) #### [OlkBusinessCardControl object](Outlook.OlkBusinessCardControl.md) ##### Events ###### [Click](Outlook.OlkBusinessCardControl.Click.md) ###### [DoubleClick](Outlook.OlkBusinessCardControl.DoubleClick.md) ###### [MouseDown](Outlook.OlkBusinessCardControl.MouseDown.md) ###### [MouseMove](Outlook.OlkBusinessCardControl.MouseMove.md) ###### [MouseUp](Outlook.OlkBusinessCardControl.MouseUp.md) ##### Properties ###### [MouseIcon](Outlook.OlkBusinessCardControl.MouseIcon.md) ###### [MousePointer](Outlook.OlkBusinessCardControl.MousePointer.md) #### [OlkCategory object](Outlook.olkCategory.md) ##### Events ###### [Change](Outlook.OlkCategory.Change.md) ###### [Click](Outlook.OlkCategory.Click.md) ###### [DoubleClick](Outlook.OlkCategory.DoubleClick.md) ###### [Enter](Outlook.OlkCategory.Enter.md) ###### [Exit](Outlook.OlkCategory.Exit.md) ###### [KeyDown](Outlook.OlkCategory.KeyDown.md) ###### [KeyPress](Outlook.OlkCategory.KeyPress.md) ###### [KeyUp](Outlook.OlkCategory.KeyUp.md) ###### [MouseDown](Outlook.OlkCategory.MouseDown.md) ###### [MouseMove](Outlook.OlkCategory.MouseMove.md) ###### [MouseUp](Outlook.OlkCategory.MouseUp.md) ##### Properties ###### [AutoSize](Outlook.OlkCategory.AutoSize.md) ###### [BackColor](Outlook.OlkCategory.BackColor.md) ###### [BackStyle](Outlook.OlkCategory.BackStyle.md) ###### [Enabled](Outlook.OlkCategory.Enabled.md) ###### [ForeColor](Outlook.OlkCategory.ForeColor.md) ###### [MouseIcon](Outlook.OlkCategory.MouseIcon.md) ###### [MousePointer](Outlook.OlkCategory.MousePointer.md) #### [OlkCheckBox object](Outlook.OlkCheckBox.md) ##### Events ###### [AfterUpdate](Outlook.OlkCheckBox.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkCheckBox.BeforeUpdate.md) ###### [Change](Outlook.OlkCheckBox.Change.md) ###### [Click](Outlook.OlkCheckBox.Click.md) ###### [DoubleClick](Outlook.OlkCheckBox.DoubleClick.md) ###### [Enter](Outlook.OlkCheckBox.Enter.md) ###### [Exit](Outlook.OlkCheckBox.Exit.md) ###### [KeyDown](Outlook.OlkCheckBox.KeyDown.md) ###### [KeyPress](Outlook.OlkCheckBox.KeyPress.md) ###### [KeyUp](Outlook.OlkCheckBox.KeyUp.md) ###### [MouseDown](Outlook.OlkCheckBox.MouseDown.md) ###### [MouseMove](Outlook.OlkCheckBox.MouseMove.md) ###### [MouseUp](Outlook.OlkCheckBox.MouseUp.md) ##### Properties ###### [Accelerator](Outlook.OlkCheckBox.Accelerator.md) ###### [Alignment](Outlook.OlkCheckBox.Alignment.md) ###### [BackColor](Outlook.OlkCheckBox.BackColor.md) ###### [BackStyle](Outlook.OlkCheckBox.BackStyle.md) ###### [Caption](Outlook.OlkCheckBox.Caption.md) ###### [Enabled](Outlook.OlkCheckBox.Enabled.md) ###### [Font](Outlook.OlkCheckBox.Font.md) ###### [ForeColor](Outlook.OlkCheckBox.ForeColor.md) ###### [MouseIcon](Outlook.OlkCheckBox.MouseIcon.md) ###### [MousePointer](Outlook.OlkCheckBox.MousePointer.md) ###### [TripleState](Outlook.OlkCheckBox.TripleState.md) ###### [Value](Outlook.OlkCheckBox.Value.md) ###### [WordWrap](Outlook.OlkCheckBox.WordWrap.md) #### [OlkComboBox object](Outlook.OlkComboBox.md) ##### Events ###### [AfterUpdate](Outlook.OlkComboBox.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkComboBox.BeforeUpdate.md) ###### [Change](Outlook.OlkComboBox.Change.md) ###### [Click](Outlook.OlkComboBox.Click.md) ###### [DoubleClick](Outlook.OlkComboBox.DoubleClick.md) ###### [DropButtonClick](Outlook.OlkComboBox.DropButtonClick.md) ###### [Enter](Outlook.OlkComboBox.Enter.md) ###### [Exit](Outlook.OlkComboBox.Exit.md) ###### [KeyDown](Outlook.OlkComboBox.KeyDown.md) ###### [KeyPress](Outlook.OlkComboBox.KeyPress.md) ###### [KeyUp](Outlook.OlkComboBox.KeyUp.md) ###### [MouseDown](Outlook.OlkComboBox.MouseDown.md) ###### [MouseMove](Outlook.OlkComboBox.MouseMove.md) ###### [MouseUp](Outlook.OlkComboBox.MouseUp.md) ##### Methods ###### [AddItem](Outlook.OlkComboBox.AddItem.md) ###### [Clear](Outlook.OlkComboBox.Clear.md) ###### [Copy](Outlook.OlkComboBox.Copy.md) ###### [Cut](Outlook.OlkComboBox.Cut.md) ###### [DropDown](Outlook.OlkComboBox.DropDown.md) ###### [GetItem](Outlook.OlkComboBox.GetItem.md) ###### [Paste](Outlook.OlkComboBox.Paste.md) ###### [RemoveItem](Outlook.OlkComboBox.RemoveItem.md) ###### [SetItem](Outlook.OlkComboBox.SetItem.md) ##### Properties ###### [AutoSize](Outlook.OlkComboBox.AutoSize.md) ###### [AutoTab](Outlook.OlkComboBox.AutoTab.md) ###### [AutoWordSelect](Outlook.OlkComboBox.AutoWordSelect.md) ###### [BackColor](Outlook.OlkComboBox.BackColor.md) ###### [BorderStyle](Outlook.OlkComboBox.BorderStyle.md) ###### [DragBehavior](Outlook.OlkComboBox.DragBehavior.md) ###### [Enabled](Outlook.OlkComboBox.Enabled.md) ###### [EnterFieldBehavior](Outlook.OlkComboBox.EnterFieldBehavior.md) ###### [Font](Outlook.OlkComboBox.Font.md) ###### [ForeColor](Outlook.OlkComboBox.ForeColor.md) ###### [HideSelection](Outlook.OlkComboBox.HideSelection.md) ###### [ListCount](Outlook.OlkComboBox.ListCount.md) ###### [ListIndex](Outlook.OlkComboBox.ListIndex.md) ###### [Locked](Outlook.OlkComboBox.Locked.md) ###### [MaxLength](Outlook.OlkComboBox.MaxLength.md) ###### [MouseIcon](Outlook.OlkComboBox.MouseIcon.md) ###### [MousePointer](Outlook.OlkComboBox.MousePointer.md) ###### [SelectionMargin](Outlook.OlkComboBox.SelectionMargin.md) ###### [SelLength](Outlook.OlkComboBox.SelLength.md) ###### [SelStart](Outlook.OlkComboBox.SelStart.md) ###### [SelText](Outlook.OlkComboBox.SelText.md) ###### [Style](Outlook.OlkComboBox.Style.md) ###### [Text](Outlook.OlkComboBox.Text.md) ###### [TextAlign](Outlook.OlkComboBox.TextAlign.md) ###### [TopIndex](Outlook.OlkComboBox.TopIndex.md) ###### [Value](Outlook.OlkComboBox.Value.md) #### [OlkCommandButton object](Outlook.OlkCommandButton.md) ##### Events ###### [AfterUpdate](Outlook.OlkCommandButton.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkCommandButton.BeforeUpdate.md) ###### [Click](Outlook.OlkCommandButton.Click.md) ###### [DoubleClick](Outlook.OlkCommandButton.DoubleClick.md) ###### [Enter](Outlook.OlkCommandButton.Enter.md) ###### [Exit](Outlook.OlkCommandButton.Exit.md) ###### [KeyDown](Outlook.OlkCommandButton.KeyDown.md) ###### [KeyPress](Outlook.OlkCommandButton.KeyPress.md) ###### [KeyUp](Outlook.OlkCommandButton.KeyUp.md) ###### [MouseDown](Outlook.OlkCommandButton.MouseDown.md) ###### [MouseMove](Outlook.OlkCommandButton.MouseMove.md) ###### [MouseUp](Outlook.OlkCommandButton.MouseUp.md) ##### Properties ###### [Accelerator](Outlook.OlkCommandButton.Accelerator.md) ###### [AutoSize](Outlook.OlkCommandButton.AutoSize.md) ###### [Caption](Outlook.OlkCommandButton.Caption.md) ###### [DisplayDropArrow](Outlook.OlkCommandButton.DisplayDropArrow.md) ###### [Enabled](Outlook.OlkCommandButton.Enabled.md) ###### [Font](Outlook.OlkCommandButton.Font.md) ###### [MouseIcon](Outlook.OlkCommandButton.MouseIcon.md) ###### [MousePointer](Outlook.OlkCommandButton.MousePointer.md) ###### [Picture](Outlook.OlkCommandButton.Picture.md) ###### [PictureAlignment](Outlook.OlkCommandButton.PictureAlignment.md) ###### [TextAlign](Outlook.OlkCommandButton.TextAlign.md) ###### [WordWrap](Outlook.OlkCommandButton.WordWrap.md) #### [OlkContactPhoto object](Outlook.OlkContactPhoto.md) ##### Events ###### [Change](Outlook.OlkContactPhoto.Change.md) ###### [Click](Outlook.OlkContactPhoto.Click.md) ###### [DoubleClick](Outlook.OlkContactPhoto.DoubleClick.md) ###### [Enter](Outlook.OlkContactPhoto.Enter.md) ###### [Exit](Outlook.OlkContactPhoto.Exit.md) ###### [KeyDown](Outlook.OlkContactPhoto.KeyDown.md) ###### [KeyPress](Outlook.OlkContactPhoto.KeyPress.md) ###### [KeyUp](Outlook.OlkContactPhoto.KeyUp.md) ###### [MouseDown](Outlook.OlkContactPhoto.MouseDown.md) ###### [MouseMove](Outlook.OlkContactPhoto.MouseMove.md) ###### [MouseUp](Outlook.OlkContactPhoto.MouseUp.md) ##### Properties ###### [Enabled](Outlook.OlkContactPhoto.Enabled.md) ###### [MouseIcon](Outlook.OlkContactPhoto.MouseIcon.md) ###### [MousePointer](Outlook.OlkContactPhoto.MousePointer.md) #### [OlkControl object](Outlook.olkcontrol.md) ##### Properties ###### [ControlProperty](Outlook.OlkControl.ControlProperty.md) ###### [EnableAutoLayout](Outlook.OlkControl.EnableAutoLayout.md) ###### [Format](Outlook.OlkControl.Format.md) ###### [HorizontalLayout](Outlook.OlkControl.HorizontalLayout.md) ###### [ItemProperty](Outlook.OlkControl.ItemProperty.md) ###### [MinimumHeight](Outlook.OlkControl.MinimumHeight.md) ###### [MinimumWidth](Outlook.OlkControl.MinimumWidth.md) ###### [PossibleValues](Outlook.OlkControl.PossibleValues.md) ###### [VerticalLayout](Outlook.OlkControl.VerticalLayout.md) #### [OlkDateControl object](Outlook.OlkDateControl.md) ##### Events ###### [AfterUpdate](Outlook.OlkDateControl.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkDateControl.BeforeUpdate.md) ###### [Change](Outlook.OlkDateControl.Change.md) ###### [Click](Outlook.OlkDateControl.Click.md) ###### [DoubleClick](Outlook.OlkDateControl.DoubleClick.md) ###### [DropButtonClick](Outlook.OlkDateControl.DropButtonClick.md) ###### [Enter](Outlook.OlkDateControl.Enter.md) ###### [Exit](Outlook.OlkDateControl.Exit.md) ###### [KeyDown](Outlook.OlkDateControl.KeyDown.md) ###### [KeyPress](Outlook.OlkDateControl.KeyPress.md) ###### [KeyUp](Outlook.OlkDateControl.KeyUp.md) ###### [MouseDown](Outlook.OlkDateControl.MouseDown.md) ###### [MouseMove](Outlook.OlkDateControl.MouseMove.md) ###### [MouseUp](Outlook.OlkDateControl.MouseUp.md) ##### Methods ###### [DropDown](Outlook.OlkDateControl.DropDown.md) ##### Properties ###### [AutoSize](Outlook.OlkDateControl.AutoSize.md) ###### [AutoWordSelect](Outlook.OlkDateControl.AutoWordSelect.md) ###### [BackColor](Outlook.OlkDateControl.BackColor.md) ###### [BackStyle](Outlook.OlkDateControl.BackStyle.md) ###### [Date](Outlook.OlkDateControl.Date.md) ###### [Enabled](Outlook.OlkDateControl.Enabled.md) ###### [EnterFieldBehavior](Outlook.OlkDateControl.EnterFieldBehavior.md) ###### [Font](Outlook.OlkDateControl.Font.md) ###### [ForeColor](Outlook.OlkDateControl.ForeColor.md) ###### [HideSelection](Outlook.OlkDateControl.HideSelection.md) ###### [Locked](Outlook.OlkDateControl.Locked.md) ###### [MouseIcon](Outlook.OlkDateControl.MouseIcon.md) ###### [MousePointer](Outlook.OlkDateControl.MousePointer.md) ###### [ShowNoneButton](Outlook.OlkDateControl.ShowNoneButton.md) ###### [Text](Outlook.OlkDateControl.Text.md) ###### [TextAlign](Outlook.OlkDateControl.TextAlign.md) ###### [Value](Outlook.OlkDateControl.Value.md) #### [OlkFrameHeader object](Outlook.OlkFrameHeader.md) ##### Properties ###### [Alignment](Outlook.OlkFrameHeader.Alignment.md) ###### [Caption](Outlook.OlkFrameHeader.Caption.md) ###### [Enabled](Outlook.OlkFrameHeader.Enabled.md) ###### [Font](Outlook.OlkFrameHeader.Font.md) ###### [ForeColor](Outlook.OlkFrameHeader.ForeColor.md) ###### [MouseIcon](Outlook.OlkFrameHeader.MouseIcon.md) ###### [MousePointer](Outlook.OlkFrameHeader.MousePointer.md) #### [OlkInfoBar object](Outlook.OlkInfoBar.md) ##### Events ###### [Click](Outlook.OlkInfoBar.Click.md) ###### [DoubleClick](Outlook.OlkInfoBar.DoubleClick.md) ###### [MouseDown](Outlook.OlkInfoBar.MouseDown.md) ###### [MouseMove](Outlook.OlkInfoBar.MouseMove.md) ###### [MouseUp](Outlook.OlkInfoBar.MouseUp.md) ##### Properties ###### [MouseIcon](Outlook.OlkInfoBar.MouseIcon.md) ###### [MousePointer](Outlook.OlkInfoBar.MousePointer.md) #### [OlkLabel object](Outlook.OlkLabel.md) ##### Events ###### [Click](Outlook.OlkLabel.Click.md) ###### [DoubleClick](Outlook.OlkLabel.DoubleClick.md) ###### [MouseDown](Outlook.OlkLabel.MouseDown.md) ###### [MouseMove](Outlook.OlkLabel.MouseMove.md) ###### [MouseUp](Outlook.OlkLabel.MouseUp.md) ##### Properties ###### [Accelerator](Outlook.OlkLabel.Accelerator.md) ###### [AutoSize](Outlook.OlkLabel.AutoSize.md) ###### [BackColor](Outlook.OlkLabel.BackColor.md) ###### [BackStyle](Outlook.OlkLabel.BackStyle.md) ###### [BorderStyle](Outlook.OlkLabel.BorderStyle.md) ###### [Caption](Outlook.OlkLabel.Caption.md) ###### [Enabled](Outlook.OlkLabel.Enabled.md) ###### [Font](Outlook.OlkLabel.Font.md) ###### [ForeColor](Outlook.OlkLabel.ForeColor.md) ###### [MouseIcon](Outlook.OlkLabel.MouseIcon.md) ###### [MousePointer](Outlook.OlkLabel.MousePointer.md) ###### [TextAlign](Outlook.OlkLabel.TextAlign.md) ###### [UseHeaderColor](Outlook.OlkLabel.UseHeaderColor.md) ###### [WordWrap](Outlook.OlkLabel.WordWrap.md) #### [OlkListBox object](Outlook.OlkListBox.md) ##### Events ###### [AfterUpdate](Outlook.OlkListBox.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkListBox.BeforeUpdate.md) ###### [Change](Outlook.OlkListBox.Change.md) ###### [Click](Outlook.OlkListBox.Click.md) ###### [DoubleClick](Outlook.OlkListBox.DoubleClick.md) ###### [Enter](Outlook.OlkListBox.Enter.md) ###### [Exit](Outlook.OlkListBox.Exit.md) ###### [KeyDown](Outlook.OlkListBox.KeyDown.md) ###### [KeyPress](Outlook.OlkListBox.KeyPress.md) ###### [KeyUp](Outlook.OlkListBox.KeyUp.md) ###### [MouseDown](Outlook.OlkListBox.MouseDown.md) ###### [MouseMove](Outlook.OlkListBox.MouseMove.md) ###### [MouseUp](Outlook.OlkListBox.MouseUp.md) ##### Methods ###### [AddItem](Outlook.OlkListBox.AddItem.md) ###### [Clear](Outlook.OlkListBox.Clear.md) ###### [Copy](Outlook.OlkListBox.Copy.md) ###### [GetItem](Outlook.OlkListBox.GetItem.md) ###### [GetSelected](Outlook.OlkListBox.GetSelected.md) ###### [RemoveItem](Outlook.OlkListBox.RemoveItem.md) ###### [SetItem](Outlook.OlkListBox.SetItem.md) ###### [SetSelected](Outlook.OlkListBox.SetSelected.md) ##### Properties ###### [BackColor](Outlook.OlkListBox.BackColor.md) ###### [BorderStyle](Outlook.OlkListBox.BorderStyle.md) ###### [Enabled](Outlook.OlkListBox.Enabled.md) ###### [Font](Outlook.OlkListBox.Font.md) ###### [ForeColor](Outlook.OlkListBox.ForeColor.md) ###### [ListCount](Outlook.OlkListBox.ListCount.md) ###### [ListIndex](Outlook.OlkListBox.ListIndex.md) ###### [Locked](Outlook.OlkListBox.Locked.md) ###### [MatchEntry](Outlook.OlkListBox.MatchEntry.md) ###### [MouseIcon](Outlook.OlkListBox.MouseIcon.md) ###### [MousePointer](Outlook.OlkListBox.MousePointer.md) ###### [MultiSelect](Outlook.OlkListBox.MultiSelect.md) ###### [Text](Outlook.OlkListBox.Text.md) ###### [TextAlign](Outlook.OlkListBox.TextAlign.md) ###### [TopIndex](Outlook.OlkListBox.TopIndex.md) ###### [Value](Outlook.OlkListBox.Value.md) #### [OlkOptionButton object](Outlook.OlkOptionButton.md) ##### Events ###### [AfterUpdate](Outlook.OlkOptionButton.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkOptionButton.BeforeUpdate.md) ###### [Change](Outlook.OlkOptionButton.Change.md) ###### [Click](Outlook.OlkOptionButton.Click.md) ###### [DoubleClick](Outlook.OlkOptionButton.DoubleClick.md) ###### [Enter](Outlook.OlkOptionButton.Enter.md) ###### [Exit](Outlook.OlkOptionButton.Exit.md) ###### [KeyDown](Outlook.OlkOptionButton.KeyDown.md) ###### [KeyPress](Outlook.OlkOptionButton.KeyPress.md) ###### [KeyUp](Outlook.OlkOptionButton.KeyUp.md) ###### [MouseDown](Outlook.OlkOptionButton.MouseDown.md) ###### [MouseMove](Outlook.OlkOptionButton.MouseMove.md) ###### [MouseUp](Outlook.OlkOptionButton.MouseUp.md) ##### Properties ###### [Accelerator](Outlook.OlkOptionButton.Accelerator.md) ###### [Alignment](Outlook.OlkOptionButton.Alignment.md) ###### [BackColor](Outlook.OlkOptionButton.BackColor.md) ###### [BackStyle](Outlook.OlkOptionButton.BackStyle.md) ###### [Caption](Outlook.OlkOptionButton.Caption.md) ###### [Enabled](Outlook.OlkOptionButton.Enabled.md) ###### [Font](Outlook.OlkOptionButton.Font.md) ###### [ForeColor](Outlook.OlkOptionButton.ForeColor.md) ###### [GroupName](Outlook.OlkOptionButton.GroupName.md) ###### [MouseIcon](Outlook.OlkOptionButton.MouseIcon.md) ###### [MousePointer](Outlook.OlkOptionButton.MousePointer.md) ###### [Value](Outlook.OlkOptionButton.Value.md) ###### [WordWrap](Outlook.OlkOptionButton.WordWrap.md) #### [OlkPageControl object](Outlook.OlkPageControl.md) ##### Properties ###### [Page](Outlook.OlkPageControl.Page.md) #### [OlkSenderPhoto object](Outlook.OlkSenderPhoto.md) ##### Events ###### [Change](Outlook.OlkSenderPhoto.Change.md) ###### [Click](Outlook.OlkSenderPhoto.Click.md) ###### [DoubleClick](Outlook.OlkSenderPhoto.DoubleClick.md) ###### [MouseDown](Outlook.OlkSenderPhoto.MouseDown.md) ###### [MouseMove](Outlook.OlkSenderPhoto.MouseMove.md) ###### [MouseUp](Outlook.OlkSenderPhoto.MouseUp.md) ##### Properties ###### [Enabled](Outlook.OlkSenderPhoto.Enabled.md) ###### [MouseIcon](Outlook.OlkSenderPhoto.MouseIcon.md) ###### [MousePointer](Outlook.OlkSenderPhoto.MousePointer.md) ###### [PreferredHeight](Outlook.OlkSenderPhoto.PreferredHeight.md) ###### [PreferredWidth](Outlook.OlkSenderPhoto.PreferredWidth.md) #### [OlkTextBox object](Outlook.OlkTextBox.md) ##### Events ###### [AfterUpdate](Outlook.OlkTextBox.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkTextBox.BeforeUpdate.md) ###### [Change](Outlook.OlkTextBox.Change.md) ###### [Click](Outlook.OlkTextBox.Click.md) ###### [DoubleClick](Outlook.OlkTextBox.DoubleClick.md) ###### [Enter](Outlook.OlkTextBox.Enter.md) ###### [Exit](Outlook.OlkTextBox.Exit.md) ###### [KeyDown](Outlook.OlkTextBox.KeyDown.md) ###### [KeyPress](Outlook.OlkTextBox.KeyPress.md) ###### [KeyUp](Outlook.OlkTextBox.KeyUp.md) ###### [MouseDown](Outlook.OlkTextBox.MouseDown.md) ###### [MouseMove](Outlook.OlkTextBox.MouseMove.md) ###### [MouseUp](Outlook.OlkTextBox.MouseUp.md) ##### Methods ###### [Clear](Outlook.OlkTextBox.Clear.md) ###### [Copy](Outlook.OlkTextBox.Copy.md) ###### [Cut](Outlook.OlkTextBox.Cut.md) ###### [Paste](Outlook.OlkTextBox.Paste.md) ##### Properties ###### [AutoSize](Outlook.OlkTextBox.AutoSize.md) ###### [AutoTab](Outlook.OlkTextBox.AutoTab.md) ###### [AutoWordSelect](Outlook.OlkTextBox.AutoWordSelect.md) ###### [BackColor](Outlook.OlkTextBox.BackColor.md) ###### [BorderStyle](Outlook.OlkTextBox.BorderStyle.md) ###### [DragBehavior](Outlook.OlkTextBox.DragBehavior.md) ###### [Enabled](Outlook.OlkTextBox.Enabled.md) ###### [EnterFieldBehavior](Outlook.OlkTextBox.EnterFieldBehavior.md) ###### [EnterKeyBehavior](Outlook.OlkTextBox.EnterKeyBehavior.md) ###### [Font](Outlook.OlkTextBox.Font.md) ###### [ForeColor](Outlook.OlkTextBox.ForeColor.md) ###### [HideSelection](Outlook.OlkTextBox.HideSelection.md) ###### [IntegralHeight](Outlook.OlkTextBox.IntegralHeight.md) ###### [Locked](Outlook.OlkTextBox.Locked.md) ###### [MaxLength](Outlook.OlkTextBox.MaxLength.md) ###### [MouseIcon](Outlook.OlkTextBox.MouseIcon.md) ###### [MousePointer](Outlook.OlkTextBox.MousePointer.md) ###### [MultiLine](Outlook.OlkTextBox.Multiline.md) ###### [PasswordChar](Outlook.OlkTextBox.PasswordChar.md) ###### [Scrollbars](Outlook.OlkTextBox.Scrollbars.md) ###### [SelectionMargin](Outlook.OlkTextBox.SelectionMargin.md) ###### [SelLength](Outlook.OlkTextBox.SelLength.md) ###### [SelStart](Outlook.OlkTextBox.SelStart.md) ###### [SelText](Outlook.OlkTextBox.SelText.md) ###### [TabKeyBehavior](Outlook.OlkTextBox.TabKeyBehavior.md) ###### [Text](Outlook.OlkTextBox.Text.md) ###### [TextAlign](Outlook.OlkTextBox.TextAlign.md) ###### [Value](Outlook.OlkTextBox.Value.md) ###### [WordWrap](Outlook.OlkTextBox.WordWrap.md) #### [OlkTimeControl object](Outlook.OlkTimeControl.md) ##### Events ###### [AfterUpdate](Outlook.OlkTimeControl.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkTimeControl.BeforeUpdate.md) ###### [Change](Outlook.OlkTimeControl.Change.md) ###### [Click](Outlook.OlkTimeControl.Click.md) ###### [DoubleClick](Outlook.OlkTimeControl.DoubleClick.md) ###### [DropButtonClick](Outlook.OlkTimeControl.DropButtonClick.md) ###### [Enter](Outlook.OlkTimeControl.Enter.md) ###### [Exit](Outlook.OlkTimeControl.Exit.md) ###### [KeyDown](Outlook.OlkTimeControl.KeyDown.md) ###### [KeyPress](Outlook.OlkTimeControl.KeyPress.md) ###### [KeyUp](Outlook.OlkTimeControl.KeyUp.md) ###### [MouseDown](Outlook.OlkTimeControl.MouseDown.md) ###### [MouseMove](Outlook.OlkTimeControl.MouseMove.md) ###### [MouseUp](Outlook.OlkTimeControl.MouseUp.md) ##### Methods ###### [DropDown](Outlook.OlkTimeControl.DropDown.md) ##### Properties ###### [AutoSize](Outlook.OlkTimeControl.AutoSize.md) ###### [AutoWordSelect](Outlook.OlkTimeControl.AutoWordSelect.md) ###### [BackColor](Outlook.OlkTimeControl.BackColor.md) ###### [BackStyle](Outlook.OlkTimeControl.BackStyle.md) ###### [Enabled](Outlook.OlkTimeControl.Enabled.md) ###### [EnterFieldBehavior](Outlook.OlkTimeControl.EnterFieldBehavior.md) ###### [Font](Outlook.OlkTimeControl.Font.md) ###### [ForeColor](Outlook.OlkTimeControl.ForeColor.md) ###### [HideSelection](Outlook.OlkTimeControl.HideSelection.md) ###### [IntervalTime](Outlook.OlkTimeControl.IntervalTime.md) ###### [Locked](Outlook.OlkTimeControl.Locked.md) ###### [MouseIcon](Outlook.OlkTimeControl.MouseIcon.md) ###### [MousePointer](Outlook.OlkTimeControl.MousePointer.md) ###### [ReferenceTime](Outlook.OlkTimeControl.ReferenceTime.md) ###### [Style](Outlook.OlkTimeControl.Style.md) ###### [Text](Outlook.OlkTimeControl.Text.md) ###### [TextAlign](Outlook.OlkTimeControl.TextAlign.md) ###### [Time](Outlook.OlkTimeControl.Time.md) ###### [Value](Outlook.OlkTimeControl.Value.md) #### [OlkTimeZoneControl object](Outlook.OlkTimeZoneControl.md) ##### Events ###### [AfterUpdate](Outlook.OlkTimeZoneControl.AfterUpdate.md) ###### [BeforeUpdate](Outlook.OlkTimeZoneControl.BeforeUpdate.md) ###### [Change](Outlook.OlkTimeZoneControl.Change.md) ###### [Click](Outlook.OlkTimeZoneControl.Click.md) ###### [DoubleClick](Outlook.OlkTimeZoneControl.DoubleClick.md) ###### [DropButtonClick](Outlook.OlkTimeZoneControl.DropButtonClick.md) ###### [Enter](Outlook.OlkTimeZoneControl.Enter.md) ###### [Exit](Outlook.OlkTimeZoneControl.Exit.md) ###### [KeyDown](Outlook.OlkTimeZoneControl.KeyDown.md) ###### [KeyPress](Outlook.OlkTimeZoneControl.KeyPress.md) ###### [KeyUp](Outlook.OlkTimeZoneControl.KeyUp.md) ###### [MouseDown](Outlook.OlkTimeZoneControl.MouseDown.md) ###### [MouseMove](Outlook.OlkTimeZoneControl.MouseMove.md) ###### [MouseUp](Outlook.OlkTimeZoneControl.MouseUp.md) ##### Methods ###### [DropDown](Outlook.OlkTimeZoneControl.DropDown.md) ##### Properties ###### [AppointmentTimeField](Outlook.OlkTimeZoneControl.AppointmentTimeField.md) ###### [BorderStyle](Outlook.OlkTimeZoneControl.BorderStyle.md) ###### [Enabled](Outlook.OlkTimeZoneControl.Enabled.md) ###### [Locked](Outlook.OlkTimeZoneControl.Locked.md) ###### [MouseIcon](Outlook.OlkTimeZoneControl.MouseIcon.md) ###### [MousePointer](Outlook.OlkTimeZoneControl.MousePointer.md) ###### [SelectedTimeZoneIndex](Outlook.OlkTimeZoneControl.SelectedTimeZoneIndex.md) ###### [Value](Outlook.OlkTimeZoneControl.Value.md) #### [OrderField object](Outlook.OrderField.md) ##### Properties ###### [Application](Outlook.OrderField.Application.md) ###### [Class](Outlook.OrderField.Class.md) ###### [IsDescending](Outlook.OrderField.IsDescending.md) ###### [Parent](Outlook.OrderField.Parent.md) ###### [Session](Outlook.OrderField.Session.md) ###### [ViewXMLSchemaName](Outlook.OrderField.ViewXMLSchemaName.md) #### [OrderFields object](Outlook.OrderFields.md) ##### Methods ###### [Add](Outlook.OrderFields.Add.md) ###### [Insert](Outlook.OrderFields.Insert.md) ###### [Item](Outlook.OrderFields.Item.md) ###### [Remove](Outlook.OrderFields.Remove.md) ###### [RemoveAll](Outlook.OrderFields.RemoveAll.md) ##### Properties ###### [Application](Outlook.OrderFields.Application.md) ###### [Class](Outlook.OrderFields.Class.md) ###### [Count](Outlook.OrderFields.Count.md) ###### [Parent](Outlook.OrderFields.Parent.md) ###### [Session](Outlook.OrderFields.Session.md) #### [OutlookBarGroup object](Outlook.OutlookBarGroup.md) ##### Properties ###### [Application](Outlook.OutlookBarGroup.Application.md) ###### [Class](Outlook.OutlookBarGroup.Class.md) ###### [Name](Outlook.OutlookBarGroup.Name.md) ###### [Parent](Outlook.OutlookBarGroup.Parent.md) ###### [Session](Outlook.OutlookBarGroup.Session.md) ###### [Shortcuts](Outlook.OutlookBarGroup.Shortcuts.md) ###### [ViewType](Outlook.OutlookBarGroup.ViewType.md) #### [OutlookBarGroups object](Outlook.OutlookBarGroups.md) ##### Events ###### [BeforeGroupAdd](Outlook.OutlookBarGroups.BeforeGroupAdd.md) ###### [BeforeGroupRemove](Outlook.OutlookBarGroups.BeforeGroupRemove.md) ###### [GroupAdd](Outlook.OutlookBarGroups.GroupAdd.md) ##### Methods ###### [Add](Outlook.OutlookBarGroups.Add.md) ###### [Item](Outlook.OutlookBarGroups.Item.md) ###### [Remove](Outlook.OutlookBarGroups.Remove.md) ##### Properties ###### [Application](Outlook.OutlookBarGroups.Application.md) ###### [Class](Outlook.OutlookBarGroups.Class.md) ###### [Count](Outlook.OutlookBarGroups.Count.md) ###### [Parent](Outlook.OutlookBarGroups.Parent.md) ###### [Session](Outlook.OutlookBarGroups.Session.md) #### [OutlookBarPane object](Outlook.OutlookBarPane.md) ##### Events ###### [BeforeNavigate](Outlook.OutlookBarPane.BeforeNavigate.md) ##### Properties ###### [Application](Outlook.OutlookBarPane.Application.md) ###### [Class](Outlook.OutlookBarPane.Class.md) ###### [Contents](Outlook.OutlookBarPane.Contents.md) ###### [Name](Outlook.OutlookBarPane.Name.md) ###### [Parent](Outlook.OutlookBarPane.Parent.md) ###### [Session](Outlook.OutlookBarPane.Session.md) ###### [Visible](Outlook.OutlookBarPane.Visible.md) #### [OutlookBarShortcut object](Outlook.OutlookBarShortcut.md) ##### Methods ###### [SetIcon](Outlook.OutlookBarShortcut.SetIcon.md) ##### Properties ###### [Application](Outlook.OutlookBarShortcut.Application.md) ###### [Class](Outlook.OutlookBarShortcut.Class.md) ###### [Name](Outlook.OutlookBarShortcut.Name.md) ###### [Parent](Outlook.OutlookBarShortcut.Parent.md) ###### [Session](Outlook.OutlookBarShortcut.Session.md) ###### [Target](Outlook.OutlookBarShortcut.Target.md) #### [OutlookBarShortcuts object](Outlook.OutlookBarShortcuts.md) ##### Events ###### [BeforeShortcutAdd](Outlook.OutlookBarShortcuts.BeforeShortcutAdd.md) ###### [BeforeShortcutRemove](Outlook.OutlookBarShortcuts.BeforeShortcutRemove.md) ###### [ShortcutAdd](Outlook.OutlookBarShortcuts.ShortcutAdd.md) ##### Methods ###### [Add](Outlook.OutlookBarShortcuts.Add.md) ###### [Item](Outlook.OutlookBarShortcuts.Item.md) ###### [Remove](Outlook.OutlookBarShortcuts.Remove.md) ##### Properties ###### [Application](Outlook.OutlookBarShortcuts.Application.md) ###### [Class](Outlook.OutlookBarShortcuts.Class.md) ###### [Count](Outlook.OutlookBarShortcuts.Count.md) ###### [Parent](Outlook.OutlookBarShortcuts.Parent.md) ###### [Session](Outlook.OutlookBarShortcuts.Session.md) #### [OutlookBarStorage object](Outlook.OutlookBarStorage.md) ##### Properties ###### [Application](Outlook.OutlookBarStorage.Application.md) ###### [Class](Outlook.OutlookBarStorage.Class.md) ###### [Groups](Outlook.OutlookBarStorage.Groups.md) ###### [Parent](Outlook.OutlookBarStorage.Parent.md) ###### [Session](Outlook.OutlookBarStorage.Session.md) #### [Pages object](Outlook.Pages.md) ##### Methods ###### [Add](Outlook.Pages.Add.md) ###### [Item](Outlook.Pages.Item.md) ###### [Remove](Outlook.Pages.Remove.md) ##### Properties ###### [Application](Outlook.Pages.Application.md) ###### [Class](Outlook.Pages.Class.md) ###### [Count](Outlook.Pages.Count.md) ###### [Parent](Outlook.Pages.Parent.md) ###### [Session](Outlook.Pages.Session.md) #### [Panes object](Outlook.Panes.md) ##### Methods ###### [Item](Outlook.Panes.Item.md) ##### Properties ###### [Application](Outlook.Panes.Application.md) ###### [Class](Outlook.Panes.Class.md) ###### [Count](Outlook.Panes.Count.md) ###### [Parent](Outlook.Panes.Parent.md) ###### [Session](Outlook.Panes.Session.md) #### [PeopleView object](Outlook.peopleview.md) ##### Methods ###### [Apply](Outlook.peopleview.apply.md) ###### [Copy](Outlook.peopleview.copy.md) ###### [Delete](Outlook.peopleview.delete.md) ###### [GoToDate](Outlook.peopleview.gotodate.md) ###### [Reset](Outlook.peopleview.reset.md) ###### [Save](Outlook.peopleview.save.md) ##### Properties ###### [Application](Outlook.peopleview.application.md) ###### [Class](Outlook.peopleview.class.md) ###### [Filter](Outlook.peopleview.filter.md) ###### [Language](Outlook.peopleview.language.md) ###### [LockUserChanges](Outlook.peopleview.lockuserchanges.md) ###### [Name](Outlook.peopleview.name.md) ###### [Parent](Outlook.peopleview.parent.md) ###### [SaveOption](Outlook.peopleview.saveoption.md) ###### [Session](Outlook.peopleview.session.md) ###### [SortFields](Outlook.peopleview.sortfields.md) ###### [Standard](Outlook.peopleview.standard.md) ###### [ViewType](Outlook.peopleview.viewtype.md) ###### [XML](Outlook.peopleview.xml.md) #### [PlaySoundRuleAction object](Outlook.playsoundruleAction.md) ##### Properties ###### [ActionType](Outlook.PlaySoundRuleAction.ActionType.md) ###### [Application](Outlook.playsoundruleAction.Application.md) ###### [Class](Outlook.playsoundruleAction.Class.md) ###### [Enabled](Outlook.playsoundruleAction.Enabled.md) ###### [FilePath](Outlook.PlaySoundRuleAction.FilePath.md) ###### [Parent](Outlook.playsoundruleAction.Parent.md) ###### [Session](Outlook.playsoundruleAction.Session.md) #### [PostItem object](Outlook.PostItem.md) ##### Events ###### [AfterWrite](Outlook.PostItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.PostItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.PostItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.PostItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.PostItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.PostItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.PostItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.PostItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.PostItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.PostItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.PostItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.PostItem.BeforeDelete.md) ###### [BeforeRead](Outlook.PostItem.BeforeRead.md) ###### [Close](Outlook.PostItem.Close(even).md) ###### [CustomAction](Outlook.PostItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.PostItem.CustomPropertyChange.md) ###### [Forward](Outlook.PostItem.Forward(even).md) ###### [Open](Outlook.PostItem.Open.md) ###### [PropertyChange](Outlook.PostItem.PropertyChange.md) ###### [Read](Outlook.PostItem.Read.md) ###### [ReadComplete](Outlook.postitem.readcomplete.md) ###### [Reply](Outlook.PostItem.Reply(even).md) ###### [ReplyAll](Outlook.PostItem.ReplyAll.md) ###### [Send](Outlook.PostItem.Send.md) ###### [Unload](Outlook.PostItem.Unload.md) ###### [Write](Outlook.PostItem.Write.md) ##### Methods ###### [ClearConversationIndex](Outlook.PostItem.ClearConversationIndex.md) ###### [ClearTaskFlag](Outlook.PostItem.ClearTaskFlag.md) ###### [Close](Outlook.PostItem.Close(method).md) ###### [Copy](Outlook.PostItem.Copy.md) ###### [Delete](Outlook.PostItem.Delete.md) ###### [Display](Outlook.PostItem.Display.md) ###### [Forward](Outlook.PostItem.Forward(method).md) ###### [GetConversation](Outlook.PostItem.GetConversation.md) ###### [MarkAsTask](Outlook.PostItem.MarkAsTask.md) ###### [Move](Outlook.PostItem.Move.md) ###### [Post](Outlook.PostItem.Post.md) ###### [PrintOut](Outlook.PostItem.PrintOut.md) ###### [Reply](Outlook.PostItem.Reply(method).md) ###### [Save](Outlook.PostItem.Save.md) ###### [SaveAs](Outlook.PostItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.PostItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.PostItem.Actions.md) ###### [Application](Outlook.PostItem.Application.md) ###### [Attachments](Outlook.PostItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.PostItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.PostItem.BillingInformation.md) ###### [Body](Outlook.PostItem.Body.md) ###### [BodyFormat](Outlook.PostItem.BodyFormat.md) ###### [Categories](Outlook.PostItem.Categories.md) ###### [Class](Outlook.PostItem.Class.md) ###### [Companies](Outlook.PostItem.Companies.md) ###### [Conflicts](Outlook.PostItem.Conflicts.md) ###### [ConversationID](Outlook.PostItem.ConversationID.md) ###### [ConversationIndex](Outlook.PostItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.PostItem.ConversationTopic.md) ###### [CreationTime](Outlook.PostItem.CreationTime.md) ###### [DownloadState](Outlook.PostItem.DownloadState.md) ###### [EntryID](Outlook.PostItem.EntryID.md) ###### [ExpiryTime](Outlook.PostItem.ExpiryTime.md) ###### [FormDescription](Outlook.PostItem.FormDescription.md) ###### [GetInspector](Outlook.PostItem.GetInspector.md) ###### [HTMLBody](Outlook.PostItem.HTMLBody.md) ###### [Importance](Outlook.PostItem.Importance.md) ###### [InternetCodepage](Outlook.PostItem.InternetCodepage.md) ###### [IsConflict](Outlook.PostItem.IsConflict.md) ###### [IsMarkedAsTask](Outlook.PostItem.IsMarkedAsTask.md) ###### [ItemProperties](Outlook.PostItem.ItemProperties.md) ###### [LastModificationTime](Outlook.PostItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.PostItem.MarkForDownload.md) ###### [MessageClass](Outlook.PostItem.MessageClass.md) ###### [Mileage](Outlook.PostItem.Mileage.md) ###### [NoAging](Outlook.PostItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.PostItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.PostItem.OutlookVersion.md) ###### [Parent](Outlook.PostItem.Parent.md) ###### [PropertyAccessor](Outlook.PostItem.PropertyAccessor.md) ###### [ReceivedTime](Outlook.PostItem.ReceivedTime.md) ###### [ReminderOverrideDefault](Outlook.PostItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.PostItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.PostItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.PostItem.ReminderSoundFile.md) ###### [ReminderTime](Outlook.PostItem.ReminderTime.md) ###### [RTFBody](Outlook.PostItem.RTFBody.md) ###### [Saved](Outlook.PostItem.Saved.md) ###### [SenderEmailAddress](Outlook.PostItem.SenderEmailAddress.md) ###### [SenderEmailType](Outlook.PostItem.SenderEmailType.md) ###### [SenderName](Outlook.PostItem.SenderName.md) ###### [Sensitivity](Outlook.PostItem.Sensitivity.md) ###### [SentOn](Outlook.PostItem.SentOn.md) ###### [Session](Outlook.PostItem.Session.md) ###### [Size](Outlook.PostItem.Size.md) ###### [Subject](Outlook.PostItem.Subject.md) ###### [TaskCompletedDate](Outlook.PostItem.TaskCompletedDate.md) ###### [TaskDueDate](Outlook.PostItem.TaskDueDate.md) ###### [TaskStartDate](Outlook.PostItem.TaskStartDate.md) ###### [TaskSubject](Outlook.PostItem.TaskSubject.md) ###### [ToDoTaskOrdinal](Outlook.PostItem.ToDoTaskOrdinal.md) ###### [UnRead](Outlook.PostItem.UnRead.md) ###### [UserProperties](Outlook.PostItem.UserProperties.md) #### [PreviewPane object](Outlook.previewpane.md) ##### Properties ###### [Application](Outlook.previewpane.application.md) ###### [Class](Outlook.previewpane.class.md) ###### [Parent](Outlook.previewpane.parent.md) ###### [Session](Outlook.previewpane.session.md) ###### [WordEditor](Outlook.previewpane.wordeditor.md) #### [PropertyAccessor object](Outlook.PropertyAccessor.md) ##### Methods ###### [BinaryToString](Outlook.PropertyAccessor.BinaryToString.md) ###### [DeleteProperties](Outlook.PropertyAccessor.DeleteProperties.md) ###### [DeleteProperty](Outlook.PropertyAccessor.DeleteProperty.md) ###### [GetProperties](Outlook.PropertyAccessor.GetProperties.md) ###### [GetProperty](Outlook.PropertyAccessor.GetProperty.md) ###### [LocalTimeToUTC](Outlook.PropertyAccessor.LocalTimeToUTC.md) ###### [SetProperties](Outlook.PropertyAccessor.SetProperties.md) ###### [SetProperty](Outlook.PropertyAccessor.SetProperty.md) ###### [StringToBinary](Outlook.PropertyAccessor.StringToBinary.md) ###### [UTCToLocalTime](Outlook.PropertyAccessor.UTCToLocalTime.md) ##### Properties ###### [Application](Outlook.PropertyAccessor.Application.md) ###### [Class](Outlook.PropertyAccessor.Class.md) ###### [Parent](Outlook.PropertyAccessor.Parent.md) ###### [Session](Outlook.PropertyAccessor.Session.md) #### [PropertyPage object](Outlook.PropertyPage.md) ##### Methods ###### [Apply](Outlook.PropertyPage.Apply.md) ###### [GetPageInfo](Outlook.PropertyPage.GetPageInfo.md) ##### Properties ###### [Dirty](Outlook.PropertyPage.Dirty.md) #### [PropertyPages object](Outlook.propertyPages.md) ##### Methods ###### [Add](Outlook.propertyPages.Add.md) ###### [Item](Outlook.propertyPages.Item.md) ###### [Remove](Outlook.propertyPages.Remove.md) ##### Properties ###### [Application](Outlook.propertyPages.Application.md) ###### [Class](Outlook.propertyPages.Class.md) ###### [Count](Outlook.propertyPages.Count.md) ###### [Parent](Outlook.propertyPages.Parent.md) ###### [Session](Outlook.propertyPages.Session.md) #### [PropertyPageSite object](Outlook.PropertyPageSite.md) ##### Methods ###### [OnStatusChange](Outlook.PropertyPageSite.OnStatusChange.md) ##### Properties ###### [Application](Outlook.PropertyPageSite.Application.md) ###### [Class](Outlook.PropertyPageSite.Class.md) ###### [Parent](Outlook.PropertyPageSite.Parent.md) ###### [Session](Outlook.PropertyPageSite.Session.md) #### [Recipient object](Outlook.Recipient.md) ##### Methods ###### [Delete](Outlook.Recipient.Delete.md) ###### [FreeBusy](Outlook.Recipient.FreeBusy.md) ###### [Resolve](Outlook.Recipient.Resolve.md) ##### Properties ###### [Address](Outlook.Recipient.Address.md) ###### [AddressEntry](Outlook.Recipient.AddressEntry.md) ###### [Application](Outlook.Recipient.Application.md) ###### [AutoResponse](Outlook.Recipient.AutoResponse.md) ###### [Class](Outlook.Recipient.Class.md) ###### [DisplayType](Outlook.Recipient.DisplayType.md) ###### [EntryID](Outlook.Recipient.EntryID.md) ###### [Index](Outlook.Recipient.Index.md) ###### [MeetingResponseStatus](Outlook.Recipient.MeetingResponseStatus.md) ###### [Name](Outlook.Recipient.Name.md) ###### [Parent](Outlook.Recipient.Parent.md) ###### [PropertyAccessor](Outlook.Recipient.PropertyAccessor.md) ###### [Resolved](Outlook.Recipient.Resolved.md) ###### [Sendable](Outlook.Recipient.Sendable.md) ###### [Session](Outlook.Recipient.Session.md) ###### [TrackingStatus](Outlook.Recipient.TrackingStatus.md) ###### [TrackingStatusTime](Outlook.Recipient.TrackingStatusTime.md) ###### [Type](Outlook.Recipient.Type.md) #### [Recipients object](Outlook.Recipients.md) ##### Methods ###### [Add](Outlook.Recipients.Add.md) ###### [Item](Outlook.Recipients.Item.md) ###### [Remove](Outlook.Recipients.Remove.md) ###### [ResolveAll](Outlook.Recipients.ResolveAll.md) ##### Properties ###### [Application](Outlook.Recipients.Application.md) ###### [Class](Outlook.Recipients.Class.md) ###### [Count](Outlook.Recipients.Count.md) ###### [Parent](Outlook.Recipients.Parent.md) ###### [Session](Outlook.Recipients.Session.md) #### [RecurrencePattern object](Outlook.RecurrencePattern.md) ##### Methods ###### [GetOccurrence](Outlook.RecurrencePattern.GetOccurrence.md) ##### Properties ###### [Application](Outlook.RecurrencePattern.Application.md) ###### [Class](Outlook.RecurrencePattern.Class.md) ###### [DayOfMonth](Outlook.RecurrencePattern.DayOfMonth.md) ###### [DayOfWeekMask](Outlook.RecurrencePattern.DayOfWeekMask.md) ###### [Duration](Outlook.RecurrencePattern.Duration.md) ###### [EndTime](Outlook.RecurrencePattern.EndTime.md) ###### [Exceptions](Outlook.RecurrencePattern.Exceptions.md) ###### [Instance](Outlook.RecurrencePattern.Instance.md) ###### [Interval](Outlook.RecurrencePattern.Interval.md) ###### [MonthOfYear](Outlook.RecurrencePattern.MonthOfYear.md) ###### [NoEndDate](Outlook.RecurrencePattern.NoEndDate.md) ###### [Occurrences](Outlook.RecurrencePattern.Occurrences.md) ###### [Parent](Outlook.RecurrencePattern.Parent.md) ###### [PatternEndDate](Outlook.RecurrencePattern.PatternEndDate.md) ###### [PatternStartDate](Outlook.RecurrencePattern.PatternStartDate.md) ###### [RecurrenceType](Outlook.RecurrencePattern.RecurrenceType.md) ###### [Regenerate](Outlook.RecurrencePattern.Regenerate.md) ###### [Session](Outlook.RecurrencePattern.Session.md) ###### [StartTime](Outlook.RecurrencePattern.StartTime.md) #### [Reminder object](Outlook.Reminder.md) ##### Methods ###### [Dismiss](Outlook.Reminder.Dismiss.md) ###### [Snooze](Outlook.Reminder.Snooze.md) ##### Properties ###### [Application](Outlook.Reminder.Application.md) ###### [Caption](Outlook.Reminder.Caption.md) ###### [Class](Outlook.Reminder.Class.md) ###### [IsVisible](Outlook.Reminder.IsVisible.md) ###### [Item](Outlook.Reminder.Item.md) ###### [NextReminderDate](Outlook.Reminder.NextReminderDate.md) ###### [OriginalReminderDate](Outlook.Reminder.OriginalReminderDate.md) ###### [Parent](Outlook.Reminder.Parent.md) ###### [Session](Outlook.Reminder.Session.md) #### [Reminders object](Outlook.Reminders.md) ##### Events ###### [BeforeReminderShow](Outlook.Reminders.BeforeReminderShow.md) ###### [ReminderAdd](Outlook.Reminders.ReminderAdd.md) ###### [ReminderChange](Outlook.Reminders.ReminderChange.md) ###### [ReminderFire](Outlook.Reminders.ReminderFire.md) ###### [ReminderRemove](Outlook.Reminders.ReminderRemove.md) ###### [Snooze](Outlook.Reminders.Snooze.md) ##### Methods ###### [Item](Outlook.Reminders.Item.md) ###### [Remove](Outlook.Reminders.Remove.md) ##### Properties ###### [Application](Outlook.Reminders.Application.md) ###### [Class](Outlook.Reminders.Class.md) ###### [Count](Outlook.Reminders.Count.md) ###### [Parent](Outlook.Reminders.Parent.md) ###### [Session](Outlook.Reminders.Session.md) #### [RemoteItem object](Outlook.RemoteItem.md) ##### Events ###### [AfterWrite](Outlook.RemoteItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.RemoteItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.RemoteItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.RemoteItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.RemoteItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.RemoteItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.RemoteItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.RemoteItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.RemoteItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.RemoteItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.RemoteItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.RemoteItem.BeforeDelete.md) ###### [BeforeRead](Outlook.RemoteItem.BeforeRead.md) ###### [Close](Outlook.RemoteItem.Close(even).md) ###### [CustomAction](Outlook.RemoteItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.RemoteItem.CustomPropertyChange.md) ###### [Forward](Outlook.RemoteItem.Forward.md) ###### [Open](Outlook.RemoteItem.Open.md) ###### [PropertyChange](Outlook.RemoteItem.PropertyChange.md) ###### [Read](Outlook.RemoteItem.Read.md) ###### [ReadComplete](Outlook.remoteitem.readcomplete.md) ###### [Reply](Outlook.RemoteItem.Reply.md) ###### [ReplyAll](Outlook.RemoteItem.ReplyAll.md) ###### [Send](Outlook.RemoteItem.Send.md) ###### [Unload](Outlook.RemoteItem.Unload.md) ###### [Write](Outlook.RemoteItem.Write.md) ##### Methods ###### [Close](Outlook.RemoteItem.Close(method).md) ###### [Copy](Outlook.RemoteItem.Copy.md) ###### [Delete](Outlook.RemoteItem.Delete.md) ###### [Display](Outlook.RemoteItem.Display.md) ###### [GetConversation](Outlook.RemoteItem.GetConversation.md) ###### [Move](Outlook.RemoteItem.Move.md) ###### [PrintOut](Outlook.RemoteItem.PrintOut.md) ###### [Save](Outlook.RemoteItem.Save.md) ###### [SaveAs](Outlook.RemoteItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.RemoteItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.RemoteItem.Actions.md) ###### [Application](Outlook.RemoteItem.Application.md) ###### [Attachments](Outlook.RemoteItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.RemoteItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.RemoteItem.BillingInformation.md) ###### [Body](Outlook.RemoteItem.Body.md) ###### [Categories](Outlook.RemoteItem.Categories.md) ###### [Class](Outlook.RemoteItem.Class.md) ###### [Companies](Outlook.RemoteItem.Companies.md) ###### [Conflicts](Outlook.RemoteItem.Conflicts.md) ###### [ConversationID](Outlook.RemoteItem.ConversationID.md) ###### [ConversationIndex](Outlook.RemoteItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.RemoteItem.ConversationTopic.md) ###### [CreationTime](Outlook.RemoteItem.CreationTime.md) ###### [DownloadState](Outlook.RemoteItem.DownloadState.md) ###### [EntryID](Outlook.RemoteItem.EntryID.md) ###### [FormDescription](Outlook.RemoteItem.FormDescription.md) ###### [GetInspector](Outlook.RemoteItem.GetInspector.md) ###### [HasAttachment](Outlook.RemoteItem.HasAttachment.md) ###### [Importance](Outlook.RemoteItem.Importance.md) ###### [IsConflict](Outlook.RemoteItem.IsConflict.md) ###### [ItemProperties](Outlook.RemoteItem.ItemProperties.md) ###### [LastModificationTime](Outlook.RemoteItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.RemoteItem.MarkForDownload.md) ###### [MessageClass](Outlook.RemoteItem.MessageClass.md) ###### [Mileage](Outlook.RemoteItem.Mileage.md) ###### [NoAging](Outlook.RemoteItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.RemoteItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.RemoteItem.OutlookVersion.md) ###### [Parent](Outlook.RemoteItem.Parent.md) ###### [PropertyAccessor](Outlook.RemoteItem.PropertyAccessor.md) ###### [RemoteMessageClass](Outlook.RemoteItem.RemoteMessageClass.md) ###### [Saved](Outlook.RemoteItem.Saved.md) ###### [Sensitivity](Outlook.RemoteItem.Sensitivity.md) ###### [Session](Outlook.RemoteItem.Session.md) ###### [Size](Outlook.RemoteItem.Size.md) ###### [Subject](Outlook.RemoteItem.Subject.md) ###### [TransferSize](Outlook.RemoteItem.TransferSize.md) ###### [TransferTime](Outlook.RemoteItem.TransferTime.md) ###### [UnRead](Outlook.RemoteItem.UnRead.md) ###### [UserProperties](Outlook.RemoteItem.UserProperties.md) #### [ReportItem object](Outlook.ReportItem.md) ##### Events ###### [AfterWrite](Outlook.ReportItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.ReportItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.ReportItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.ReportItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.ReportItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.ReportItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.ReportItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.ReportItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.ReportItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.ReportItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.ReportItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.ReportItem.BeforeDelete.md) ###### [BeforeRead](Outlook.ReportItem.BeforeRead.md) ###### [Close](Outlook.ReportItem.Close(even).md) ###### [CustomAction](Outlook.ReportItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.ReportItem.CustomPropertyChange.md) ###### [Forward](Outlook.ReportItem.Forward.md) ###### [Open](Outlook.ReportItem.Open.md) ###### [PropertyChange](Outlook.ReportItem.PropertyChange.md) ###### [Read](Outlook.ReportItem.Read.md) ###### [ReadComplete](Outlook.reportitem.readcomplete.md) ###### [Reply](Outlook.ReportItem.Reply.md) ###### [ReplyAll](Outlook.ReportItem.ReplyAll.md) ###### [Send](Outlook.ReportItem.Send.md) ###### [Unload](Outlook.ReportItem.Unload.md) ###### [Write](Outlook.ReportItem.Write.md) ##### Methods ###### [Close](Outlook.ReportItem.Close(method).md) ###### [Copy](Outlook.ReportItem.Copy.md) ###### [Delete](Outlook.ReportItem.Delete.md) ###### [Display](Outlook.ReportItem.Display.md) ###### [GetConversation](Outlook.ReportItem.GetConversation.md) ###### [Move](Outlook.ReportItem.Move.md) ###### [PrintOut](Outlook.ReportItem.PrintOut.md) ###### [Save](Outlook.ReportItem.Save.md) ###### [SaveAs](Outlook.ReportItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.ReportItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.ReportItem.Actions.md) ###### [Application](Outlook.ReportItem.Application.md) ###### [Attachments](Outlook.ReportItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.ReportItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.ReportItem.BillingInformation.md) ###### [Body](Outlook.ReportItem.Body.md) ###### [Categories](Outlook.ReportItem.Categories.md) ###### [Class](Outlook.ReportItem.Class.md) ###### [Companies](Outlook.ReportItem.Companies.md) ###### [Conflicts](Outlook.ReportItem.Conflicts.md) ###### [ConversationID](Outlook.ReportItem.ConversationID.md) ###### [ConversationIndex](Outlook.ReportItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.ReportItem.ConversationTopic.md) ###### [CreationTime](Outlook.ReportItem.CreationTime.md) ###### [DownloadState](Outlook.ReportItem.DownloadState.md) ###### [EntryID](Outlook.ReportItem.EntryID.md) ###### [FormDescription](Outlook.ReportItem.FormDescription.md) ###### [GetInspector](Outlook.ReportItem.GetInspector.md) ###### [Importance](Outlook.ReportItem.Importance.md) ###### [IsConflict](Outlook.ReportItem.IsConflict.md) ###### [ItemProperties](Outlook.ReportItem.ItemProperties.md) ###### [LastModificationTime](Outlook.ReportItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.ReportItem.MarkForDownload.md) ###### [MessageClass](Outlook.ReportItem.MessageClass.md) ###### [Mileage](Outlook.ReportItem.Mileage.md) ###### [NoAging](Outlook.ReportItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.ReportItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.ReportItem.OutlookVersion.md) ###### [Parent](Outlook.ReportItem.Parent.md) ###### [PropertyAccessor](Outlook.ReportItem.PropertyAccessor.md) ###### [RetentionExpirationDate](Outlook.ReportItem.RetentionExpirationDate.md) ###### [RetentionPolicyName](Outlook.ReportItem.RetentionPolicyName.md) ###### [Saved](Outlook.ReportItem.Saved.md) ###### [Sensitivity](Outlook.ReportItem.Sensitivity.md) ###### [Session](Outlook.ReportItem.Session.md) ###### [Size](Outlook.ReportItem.Size.md) ###### [Subject](Outlook.ReportItem.Subject.md) ###### [UnRead](Outlook.ReportItem.UnRead.md) ###### [UserProperties](Outlook.ReportItem.UserProperties.md) #### [Results object](Outlook.Results.md) ##### Events ###### [ItemAdd](Outlook.Results.ItemAdd.md) ###### [ItemChange](Outlook.Results.ItemChange.md) ###### [ItemRemove](Outlook.Results.ItemRemove.md) ##### Methods ###### [GetFirst](Outlook.Results.GetFirst.md) ###### [GetLast](Outlook.Results.GetLast.md) ###### [GetNext](Outlook.Results.GetNext.md) ###### [GetPrevious](Outlook.Results.GetPrevious.md) ###### [Item](Outlook.Results.Item.md) ###### [ResetColumns](Outlook.Results.ResetColumns.md) ###### [SetColumns](Outlook.Results.SetColumns.md) ###### [Sort](Outlook.Results.Sort.md) ##### Properties ###### [Application](Outlook.Results.Application.md) ###### [Class](Outlook.Results.Class.md) ###### [Count](Outlook.Results.Count.md) ###### [DefaultItemType](Outlook.Results.DefaultItemType.md) ###### [Parent](Outlook.Results.Parent.md) ###### [Session](Outlook.Results.Session.md) #### [Row object](Outlook.Row.md) ##### Methods ###### [BinaryToString](Outlook.Row.BinaryToString.md) ###### [GetValues](Outlook.Row.GetValues.md) ###### [Item](Outlook.Row.Item.md) ###### [LocalTimeToUTC](Outlook.Row.LocalTimeToUTC.md) ###### [UTCToLocalTime](Outlook.Row.UTCToLocalTime.md) ##### Properties ###### [Application](Outlook.Row.Application.md) ###### [Class](Outlook.Row.Class.md) ###### [Parent](Outlook.Row.Parent.md) ###### [Session](Outlook.Row.Session.md) #### [Rule object](Outlook.Rule.md) ##### Methods ###### [Execute](Outlook.Rule.Execute.md) ##### Properties ###### [Actions](Outlook.Rule.Actions.md) ###### [Application](Outlook.Rule.Application.md) ###### [Class](Outlook.Rule.Class.md) ###### [Conditions](Outlook.Rule.Conditions.md) ###### [Enabled](Outlook.Rule.Enabled.md) ###### [Exceptions](Outlook.Rule.Exceptions.md) ###### [ExecutionOrder](Outlook.Rule.ExecutionOrder.md) ###### [IsLocalRule](Outlook.Rule.IsLocalRule.md) ###### [Name](Outlook.Rule.Name.md) ###### [Parent](Outlook.Rule.Parent.md) ###### [RuleType](Outlook.Rule.RuleType.md) ###### [Session](Outlook.Rule.Session.md) #### [RuleAction object](Outlook.ruleAction.md) ##### Properties ###### [ActionType](Outlook.RuleAction.ActionType.md) ###### [Application](Outlook.ruleAction.Application.md) ###### [Class](Outlook.ruleAction.Class.md) ###### [Enabled](Outlook.ruleAction.Enabled.md) ###### [Parent](Outlook.ruleAction.Parent.md) ###### [Session](Outlook.ruleAction.Session.md) #### [RuleActions object](Outlook.RuleActions.md) ##### Methods ###### [Item](Outlook.RuleActions.Item.md) ##### Properties ###### [Application](Outlook.RuleActions.Application.md) ###### [AssignToCategory](Outlook.RuleActions.AssignToCategory.md) ###### [CC](Outlook.RuleActions.CC.md) ###### [Class](Outlook.RuleActions.Class.md) ###### [ClearCategories](Outlook.RuleActions.ClearCategories.md) ###### [CopyToFolder](Outlook.RuleActions.CopyToFolder.md) ###### [Count](Outlook.RuleActions.Count.md) ###### [Delete](Outlook.RuleActions.Delete.md) ###### [DeletePermanently](Outlook.RuleActions.DeletePermanently.md) ###### [DesktopAlert](Outlook.RuleActions.DesktopAlert.md) ###### [Forward](Outlook.RuleActions.Forward.md) ###### [ForwardAsAttachment](Outlook.RuleActions.ForwardAsAttachment.md) ###### [MarkAsTask](Outlook.RuleActions.MarkAsTask.md) ###### [MoveToFolder](Outlook.RuleActions.MoveToFolder.md) ###### [NewItemAlert](Outlook.RuleActions.NewItemAlert.md) ###### [NotifyDelivery](Outlook.RuleActions.NotifyDelivery.md) ###### [NotifyRead](Outlook.RuleActions.NotifyRead.md) ###### [Parent](Outlook.RuleActions.Parent.md) ###### [PlaySound](Outlook.RuleActions.PlaySound.md) ###### [Redirect](Outlook.RuleActions.Redirect.md) ###### [Session](Outlook.RuleActions.Session.md) ###### [Stop](Outlook.RuleActions.Stop.md) #### [RuleCondition object](Outlook.RuleCondition.md) ##### Properties ###### [Application](Outlook.RuleCondition.Application.md) ###### [Class](Outlook.RuleCondition.Class.md) ###### [ConditionType](Outlook.RuleCondition.ConditionType.md) ###### [Enabled](Outlook.RuleCondition.Enabled.md) ###### [Parent](Outlook.RuleCondition.Parent.md) ###### [Session](Outlook.RuleCondition.Session.md) #### [RuleConditions object](Outlook.RuleConditions.md) ##### Methods ###### [Item](Outlook.RuleConditions.Item.md) ##### Properties ###### [Account](Outlook.RuleConditions.Account.md) ###### [AnyCategory](Outlook.RuleConditions.AnyCategory.md) ###### [Application](Outlook.RuleConditions.Application.md) ###### [Body](Outlook.RuleConditions.Body.md) ###### [BodyOrSubject](Outlook.RuleConditions.BodyOrSubject.md) ###### [Category](Outlook.RuleConditions.Category.md) ###### [CC](Outlook.RuleConditions.CC.md) ###### [Class](Outlook.RuleConditions.Class.md) ###### [Count](Outlook.RuleConditions.Count.md) ###### [FormName](Outlook.RuleConditions.FormName.md) ###### [From](Outlook.RuleConditions.From.md) ###### [FromAnyRSSFeed](Outlook.RuleConditions.FromAnyRSSFeed.md) ###### [FromRssFeed](Outlook.RuleConditions.FromRssFeed.md) ###### [HasAttachment](Outlook.RuleConditions.HasAttachment.md) ###### [Importance](Outlook.RuleConditions.Importance.md) ###### [MeetingInviteOrUpdate](Outlook.RuleConditions.MeetingInviteOrUpdate.md) ###### [MessageHeader](Outlook.RuleConditions.MessageHeader.md) ###### [NotTo](Outlook.RuleConditions.NotTo.md) ###### [OnLocalMachine](Outlook.RuleConditions.OnLocalMachine.md) ###### [OnlyToMe](Outlook.RuleConditions.OnlyToMe.md) ###### [OnOtherMachine](Outlook.RuleConditions.OnOtherMachine.md) ###### [Parent](Outlook.RuleConditions.Parent.md) ###### [RecipientAddress](Outlook.RuleConditions.RecipientAddress.md) ###### [SenderAddress](Outlook.RuleConditions.SenderAddress.md) ###### [SenderInAddressList](Outlook.RuleConditions.SenderInAddressList.md) ###### [SentTo](Outlook.RuleConditions.SentTo.md) ###### [Session](Outlook.RuleConditions.Session.md) ###### [Subject](Outlook.RuleConditions.Subject.md) ###### [ToMe](Outlook.RuleConditions.ToMe.md) ###### [ToOrCc](Outlook.RuleConditions.ToOrCc.md) #### [Rules object](Outlook.Rules.md) ##### Methods ###### [Create](Outlook.Rules.Create.md) ###### [Item](Outlook.Rules.Item.md) ###### [Remove](Outlook.Rules.Remove.md) ###### [Save](Outlook.Rules.Save.md) ##### Properties ###### [Application](Outlook.Rules.Application.md) ###### [Class](Outlook.Rules.Class.md) ###### [Count](Outlook.Rules.Count.md) ###### [IsRssRulesProcessingEnabled](Outlook.Rules.IsRssRulesProcessingEnabled.md) ###### [Parent](Outlook.Rules.Parent.md) ###### [Session](Outlook.Rules.Session.md) #### [Search object](Outlook.Search.md) ##### Methods ###### [GetTable](Outlook.Search.GetTable.md) ###### [Save](Outlook.Search.Save.md) ###### [Stop](Outlook.Search.Stop.md) ##### Properties ###### [Application](Outlook.Search.Application.md) ###### [Class](Outlook.Search.Class.md) ###### [Filter](Outlook.Search.Filter.md) ###### [IsSynchronous](Outlook.Search.IsSynchronous.md) ###### [Parent](Outlook.Search.Parent.md) ###### [Results](Outlook.Search.Results.md) ###### [Scope](Outlook.Search.Scope.md) ###### [SearchSubFolders](Outlook.Search.SearchSubFolders.md) ###### [Session](Outlook.Search.Session.md) ###### [Tag](Outlook.Search.Tag.md) #### [Selection object](Outlook.Selection.md) ##### Methods ###### [GetSelection](Outlook.Selection.GetSelection.md) ###### [Item](Outlook.Selection.Item.md) ##### Properties ###### [Application](Outlook.Selection.Application.md) ###### [Class](Outlook.Selection.Class.md) ###### [Count](Outlook.Selection.Count.md) ###### [Location](Outlook.Selection.Location.md) ###### [Parent](Outlook.Selection.Parent.md) ###### [Session](Outlook.Selection.Session.md) #### [SelectNamesDialog object](Outlook.SelectNamesDialog.md) ##### Methods ###### [Display](Outlook.SelectNamesDialog.Display.md) ###### [SetDefaultDisplayMode](Outlook.SelectNamesDialog.SetDefaultDisplayMode.md) ##### Properties ###### [AllowMultipleSelection](Outlook.SelectNamesDialog.AllowMultipleSelection.md) ###### [Application](Outlook.SelectNamesDialog.Application.md) ###### [BccLabel](Outlook.SelectNamesDialog.BccLabel.md) ###### [Caption](Outlook.SelectNamesDialog.Caption.md) ###### [CcLabel](Outlook.SelectNamesDialog.CcLabel.md) ###### [Class](Outlook.SelectNamesDialog.Class.md) ###### [ForceResolution](Outlook.SelectNamesDialog.ForceResolution.md) ###### [InitialAddressList](Outlook.SelectNamesDialog.InitialAddressList.md) ###### [NumberOfRecipientSelectors](Outlook.SelectNamesDialog.NumberOfRecipientSelectors.md) ###### [Parent](Outlook.SelectNamesDialog.Parent.md) ###### [Recipients](Outlook.SelectNamesDialog.Recipients.md) ###### [Session](Outlook.SelectNamesDialog.Session.md) ###### [ShowOnlyInitialAddressList](Outlook.SelectNamesDialog.ShowOnlyInitialAddressList.md) ###### [ToLabel](Outlook.SelectNamesDialog.ToLabel.md) #### [SenderInAddressListRuleCondition object](Outlook.senderinaddresslistRuleCondition.md) ##### Properties ###### [AddressList](Outlook.SenderInAddressListRuleCondition.AddressList.md) ###### [Application](Outlook.senderinaddresslistRuleCondition.Application.md) ###### [Class](Outlook.senderinaddresslistRuleCondition.Class.md) ###### [ConditionType](Outlook.senderinaddresslistRuleCondition.ConditionType.md) ###### [Enabled](Outlook.senderinaddresslistRuleCondition.Enabled.md) ###### [Parent](Outlook.senderinaddresslistRuleCondition.Parent.md) ###### [Session](Outlook.senderinaddresslistRuleCondition.Session.md) #### [SendRuleAction object](Outlook.SendRuleAction.md) ##### Properties ###### [ActionType](Outlook.sendRuleAction.ActionType.md) ###### [Application](Outlook.SendRuleAction.Application.md) ###### [Class](Outlook.SendRuleAction.Class.md) ###### [Enabled](Outlook.SendRuleAction.Enabled.md) ###### [Parent](Outlook.SendRuleAction.Parent.md) ###### [Recipients](Outlook.SendRuleAction.Recipients.md) ###### [Session](Outlook.SendRuleAction.Session.md) #### [SharingItem object](Outlook.SharingItem.md) ##### Events ###### [AfterWrite](Outlook.SharingItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.SharingItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.SharingItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.SharingItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.SharingItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.SharingItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.SharingItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.SharingItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.SharingItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.SharingItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.SharingItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.SharingItem.BeforeDelete.md) ###### [BeforeRead](Outlook.SharingItem.BeforeRead.md) ###### [Close](Outlook.SharingItem.Close(even).md) ###### [CustomAction](Outlook.SharingItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.SharingItem.CustomPropertyChange.md) ###### [Forward](Outlook.SharingItem.Forward(even).md) ###### [Open](Outlook.SharingItem.Open.md) ###### [PropertyChange](Outlook.SharingItem.PropertyChange.md) ###### [Read](Outlook.SharingItem.Read.md) ###### [ReadComplete](Outlook.sharingitem.readcomplete.md) ###### [Reply](Outlook.SharingItem.Reply(even).md) ###### [ReplyAll](Outlook.SharingItem.ReplyAll(even).md) ###### [Send](Outlook.SharingItem.Send(even).md) ###### [Unload](Outlook.SharingItem.Unload.md) ###### [Write](Outlook.SharingItem.Write.md) ##### Methods ###### [AddBusinessCard](Outlook.SharingItem.AddBusinessCard.md) ###### [Allow](Outlook.SharingItem.Allow.md) ###### [ClearConversationIndex](Outlook.SharingItem.ClearConversationIndex.md) ###### [ClearTaskFlag](Outlook.SharingItem.ClearTaskFlag.md) ###### [Close](Outlook.SharingItem.Close(method).md) ###### [Copy](Outlook.SharingItem.Copy.md) ###### [Delete](Outlook.SharingItem.Delete.md) ###### [Deny](Outlook.SharingItem.Deny.md) ###### [Display](Outlook.SharingItem.Display.md) ###### [Forward](Outlook.SharingItem.Forward(method).md) ###### [GetConversation](Outlook.SharingItem.GetConversation.md) ###### [MarkAsTask](Outlook.SharingItem.MarkAsTask.md) ###### [Move](Outlook.SharingItem.Move.md) ###### [OpenSharedFolder](Outlook.SharingItem.OpenSharedFolder.md) ###### [PrintOut](Outlook.SharingItem.PrintOut.md) ###### [Reply](Outlook.SharingItem.Reply(method).md) ###### [ReplyAll](Outlook.SharingItem.ReplyAll(method).md) ###### [Save](Outlook.SharingItem.Save.md) ###### [SaveAs](Outlook.SharingItem.SaveAs.md) ###### [Send](Outlook.SharingItem.Send(method).md) ###### [ShowCategoriesDialog](Outlook.SharingItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.SharingItem.Actions.md) ###### [AllowWriteAccess](Outlook.SharingItem.AllowWriteAccess.md) ###### [AlternateRecipientAllowed](Outlook.SharingItem.AlternateRecipientAllowed.md) ###### [Application](Outlook.SharingItem.Application.md) ###### [Attachments](Outlook.SharingItem.Attachments.md) ###### [AutoForwarded](Outlook.SharingItem.AutoForwarded.md) ###### [BCC](Outlook.SharingItem.BCC.md) ###### [BillingInformation](Outlook.SharingItem.BillingInformation.md) ###### [Body](Outlook.SharingItem.Body.md) ###### [BodyFormat](Outlook.SharingItem.BodyFormat.md) ###### [Categories](Outlook.SharingItem.Categories.md) ###### [CC](Outlook.SharingItem.CC.md) ###### [Class](Outlook.SharingItem.Class.md) ###### [Companies](Outlook.SharingItem.Companies.md) ###### [Conflicts](Outlook.SharingItem.Conflicts.md) ###### [ConversationID](Outlook.SharingItem.ConversationID.md) ###### [ConversationIndex](Outlook.SharingItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.SharingItem.ConversationTopic.md) ###### [CreationTime](Outlook.SharingItem.CreationTime.md) ###### [DeferredDeliveryTime](Outlook.SharingItem.DeferredDeliveryTime.md) ###### [DeleteAfterSubmit](Outlook.SharingItem.DeleteAfterSubmit.md) ###### [DownloadState](Outlook.SharingItem.DownloadState.md) ###### [EntryID](Outlook.SharingItem.EntryID.md) ###### [ExpiryTime](Outlook.SharingItem.ExpiryTime.md) ###### [FlagRequest](Outlook.SharingItem.FlagRequest.md) ###### [FormDescription](Outlook.SharingItem.FormDescription.md) ###### [GetInspector](Outlook.SharingItem.GetInspector.md) ###### [HTMLBody](Outlook.SharingItem.HTMLBody.md) ###### [Importance](Outlook.SharingItem.Importance.md) ###### [InternetCodepage](Outlook.SharingItem.InternetCodepage.md) ###### [IsConflict](Outlook.SharingItem.IsConflict.md) ###### [IsMarkedAsTask](Outlook.SharingItem.IsMarkedAsTask.md) ###### [ItemProperties](Outlook.SharingItem.ItemProperties.md) ###### [LastModificationTime](Outlook.SharingItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.SharingItem.MarkForDownload.md) ###### [MessageClass](Outlook.SharingItem.MessageClass.md) ###### [Mileage](Outlook.SharingItem.Mileage.md) ###### [NoAging](Outlook.SharingItem.NoAging.md) ###### [OriginatorDeliveryReportRequested](Outlook.SharingItem.OriginatorDeliveryReportRequested.md) ###### [OutlookInternalVersion](Outlook.SharingItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.SharingItem.OutlookVersion.md) ###### [Parent](Outlook.SharingItem.Parent.md) ###### [Permission](Outlook.SharingItem.Permission.md) ###### [PermissionService](Outlook.SharingItem.PermissionService.md) ###### [PermissionTemplateGuid](Outlook.SharingItem.PermissionTemplateGuid.md) ###### [PropertyAccessor](Outlook.SharingItem.PropertyAccessor.md) ###### [ReadReceiptRequested](Outlook.SharingItem.ReadReceiptRequested.md) ###### [ReceivedByEntryID](Outlook.SharingItem.ReceivedByEntryID.md) ###### [ReceivedByName](Outlook.SharingItem.ReceivedByName.md) ###### [ReceivedOnBehalfOfEntryID](Outlook.SharingItem.ReceivedOnBehalfOfEntryID.md) ###### [ReceivedOnBehalfOfName](Outlook.SharingItem.ReceivedOnBehalfOfName.md) ###### [ReceivedTime](Outlook.SharingItem.ReceivedTime.md) ###### [RecipientReassignmentProhibited](Outlook.SharingItem.RecipientReassignmentProhibited.md) ###### [Recipients](Outlook.SharingItem.Recipients.md) ###### [ReminderOverrideDefault](Outlook.SharingItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.SharingItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.SharingItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.SharingItem.ReminderSoundFile.md) ###### [ReminderTime](Outlook.SharingItem.ReminderTime.md) ###### [RemoteID](Outlook.SharingItem.RemoteID.md) ###### [RemoteName](Outlook.SharingItem.RemoteName.md) ###### [RemotePath](Outlook.SharingItem.RemotePath.md) ###### [RemoteStatus](Outlook.SharingItem.RemoteStatus.md) ###### [ReplyRecipientNames](Outlook.SharingItem.ReplyRecipientNames.md) ###### [ReplyRecipients](Outlook.SharingItem.ReplyRecipients.md) ###### [RequestedFolder](Outlook.SharingItem.RequestedFolder.md) ###### [RetentionExpirationDate](Outlook.SharingItem.RetentionExpirationDate.md) ###### [RetentionPolicyName](Outlook.SharingItem.RetentionPolicyName.md) ###### [RTFBody](Outlook.SharingItem.RTFBody.md) ###### [Saved](Outlook.SharingItem.Saved.md) ###### [SaveSentMessageFolder](Outlook.SharingItem.SaveSentMessageFolder.md) ###### [SenderEmailAddress](Outlook.SharingItem.SenderEmailAddress.md) ###### [SenderEmailType](Outlook.SharingItem.SenderEmailType.md) ###### [SenderName](Outlook.SharingItem.SenderName.md) ###### [SendUsingAccount](Outlook.SharingItem.SendUsingAccount.md) ###### [Sensitivity](Outlook.SharingItem.Sensitivity.md) ###### [Sent](Outlook.SharingItem.Sent.md) ###### [SentOn](Outlook.SharingItem.SentOn.md) ###### [SentOnBehalfOfName](Outlook.SharingItem.SentOnBehalfOfName.md) ###### [Session](Outlook.SharingItem.Session.md) ###### [SharingProvider](Outlook.SharingItem.SharingProvider.md) ###### [SharingProviderGuid](Outlook.SharingItem.SharingProviderGuid.md) ###### [Size](Outlook.SharingItem.Size.md) ###### [Subject](Outlook.SharingItem.Subject.md) ###### [Submitted](Outlook.SharingItem.Submitted.md) ###### [TaskCompletedDate](Outlook.SharingItem.TaskCompletedDate.md) ###### [TaskDueDate](Outlook.SharingItem.TaskDueDate.md) ###### [TaskStartDate](Outlook.SharingItem.TaskStartDate.md) ###### [TaskSubject](Outlook.SharingItem.TaskSubject.md) ###### [To](Outlook.SharingItem.To.md) ###### [ToDoTaskOrdinal](Outlook.SharingItem.ToDoTaskOrdinal.md) ###### [Type](Outlook.SharingItem.Type.md) ###### [UnRead](Outlook.SharingItem.UnRead.md) ###### [UserProperties](Outlook.SharingItem.UserProperties.md) #### [SimpleItems object](Outlook.simpleItems.md) ##### Methods ###### [Item](Outlook.simpleItems.Item.md) ##### Properties ###### [Application](Outlook.simpleItems.Application.md) ###### [Class](Outlook.simpleItems.Class.md) ###### [Count](Outlook.simpleItems.Count.md) ###### [Parent](Outlook.simpleItems.Parent.md) ###### [Session](Outlook.simpleItems.Session.md) #### [SolutionsModule object](Outlook.SolutionsModule.md) ##### Methods ###### [AddSolution](Outlook.SolutionsModule.AddSolution.md) ##### Properties ###### [Application](Outlook.SolutionsModule.Application.md) ###### [Class](Outlook.SolutionsModule.Class.md) ###### [Name](Outlook.SolutionsModule.Name.md) ###### [NavigationModuleType](Outlook.SolutionsModule.NavigationModuleType.md) ###### [Parent](Outlook.SolutionsModule.Parent.md) ###### [Position](Outlook.SolutionsModule.Position.md) ###### [Session](Outlook.SolutionsModule.Session.md) ###### [Visible](Outlook.SolutionsModule.Visible.md) #### [StorageItem object](Outlook.StorageItem.md) ##### Methods ###### [Delete](Outlook.StorageItem.Delete.md) ###### [Save](Outlook.StorageItem.Save.md) ##### Properties ###### [Application](Outlook.StorageItem.Application.md) ###### [Attachments](Outlook.StorageItem.Attachments.md) ###### [Body](Outlook.StorageItem.Body.md) ###### [Class](Outlook.StorageItem.Class.md) ###### [CreationTime](Outlook.StorageItem.CreationTime.md) ###### [Creator](Outlook.StorageItem.Creator.md) ###### [EntryID](Outlook.StorageItem.EntryID.md) ###### [LastModificationTime](Outlook.StorageItem.LastModificationTime.md) ###### [Parent](Outlook.StorageItem.Parent.md) ###### [PropertyAccessor](Outlook.StorageItem.PropertyAccessor.md) ###### [Session](Outlook.StorageItem.Session.md) ###### [Size](Outlook.StorageItem.Size.md) ###### [Subject](Outlook.StorageItem.Subject.md) ###### [UserProperties](Outlook.StorageItem.UserProperties.md) #### [Store object](Outlook.Store.md) ##### Methods ###### [CreateUnifiedGroup](Outlook.store.createunifiedgroup.md) ###### [DeleteUnifiedGroup](Outlook.store.deleteunifiedgroup.md) ###### [GetDefaultFolder](Outlook.Store.GetDefaultFolder.md) ###### [GetRootFolder](Outlook.Store.GetRootFolder.md) ###### [GetRules](Outlook.Store.GetRules.md) ###### [GetSearchFolders](Outlook.Store.GetSearchFolders.md) ###### [GetSpecialFolder](Outlook.Store.GetSpecialFolder.md) ###### [RefreshQuotaDisplay](Outlook.Store.RefreshQuotaDisplay.md) ##### Properties ###### [Application](Outlook.Store.Application.md) ###### [Categories](Outlook.Store.Categories.md) ###### [Class](Outlook.Store.Class.md) ###### [DisplayName](Outlook.Store.DisplayName.md) ###### [ExchangeStoreType](Outlook.Store.ExchangeStoreType.md) ###### [FilePath](Outlook.Store.FilePath.md) ###### [IsCachedExchange](Outlook.Store.IsCachedExchange.md) ###### [IsConversationEnabled](Outlook.Store.IsConversationEnabled.md) ###### [IsDataFileStore](Outlook.Store.IsDataFileStore.md) ###### [IsInstantSearchEnabled](Outlook.Store.IsInstantSearchEnabled.md) ###### [IsOpen](Outlook.Store.IsOpen.md) ###### [Parent](Outlook.Store.Parent.md) ###### [PropertyAccessor](Outlook.Store.PropertyAccessor.md) ###### [Session](Outlook.Store.Session.md) ###### [StoreID](Outlook.Store.StoreID.md) #### [Stores object](Outlook.Stores.md) ##### Events ###### [BeforeStoreRemove](Outlook.Stores.BeforeStoreRemove.md) ###### [StoreAdd](Outlook.Stores.StoreAdd.md) ##### Methods ###### [Item](Outlook.Stores.Item.md) ##### Properties ###### [Application](Outlook.Stores.Application.md) ###### [Class](Outlook.Stores.Class.md) ###### [Count](Outlook.Stores.Count.md) ###### [Parent](Outlook.Stores.Parent.md) ###### [Session](Outlook.Stores.Session.md) #### [SyncObject object](Outlook.SyncObject.md) ##### Events ###### [OnError](Outlook.SyncObject.OnError.md) ###### [Progress](Outlook.SyncObject.Progress.md) ###### [SyncEnd](Outlook.SyncObject.SyncEnd.md) ###### [SyncStart](Outlook.SyncObject.SyncStart.md) ##### Methods ###### [Start](Outlook.SyncObject.Start.md) ###### [Stop](Outlook.SyncObject.Stop.md) ##### Properties ###### [Application](Outlook.SyncObject.Application.md) ###### [Class](Outlook.SyncObject.Class.md) ###### [Name](Outlook.SyncObject.Name.md) ###### [Parent](Outlook.SyncObject.Parent.md) ###### [Session](Outlook.SyncObject.Session.md) #### [SyncObjects object](Outlook.SyncObjects.md) ##### Methods ###### [Item](Outlook.SyncObjects.Item.md) ##### Properties ###### [AppFolders](Outlook.SyncObjects.AppFolders.md) ###### [Application](Outlook.SyncObjects.Application.md) ###### [Class](Outlook.SyncObjects.Class.md) ###### [Count](Outlook.SyncObjects.Count.md) ###### [Parent](Outlook.SyncObjects.Parent.md) ###### [Session](Outlook.SyncObjects.Session.md) #### [Table object](Outlook.Table.md) ##### Methods ###### [FindNextRow](Outlook.Table.FindNextRow.md) ###### [FindRow](Outlook.Table.FindRow.md) ###### [GetArray](Outlook.Table.GetArray.md) ###### [GetNextRow](Outlook.Table.GetNextRow.md) ###### [GetRowCount](Outlook.Table.GetRowCount.md) ###### [MoveToStart](Outlook.Table.MoveToStart.md) ###### [Restrict](Outlook.Table.Restrict.md) ###### [Sort](Outlook.Table.Sort.md) ##### Properties ###### [Application](Outlook.Table.Application.md) ###### [Class](Outlook.Table.Class.md) ###### [Columns](Outlook.Table.Columns.md) ###### [EndOfTable](Outlook.Table.EndOfTable.md) ###### [Parent](Outlook.Table.Parent.md) ###### [Session](Outlook.Table.Session.md) #### [TableView object](Outlook.TableView.md) ##### Methods ###### [Apply](Outlook.TableView.Apply.md) ###### [Copy](Outlook.TableView.Copy.md) ###### [Delete](Outlook.TableView.Delete.md) ###### [GetTable](Outlook.TableView.GetTable.md) ###### [GoToDate](Outlook.TableView.GoToDate.md) ###### [Reset](Outlook.TableView.Reset.md) ###### [Save](Outlook.TableView.Save.md) ##### Properties ###### [AllowInCellEditing](Outlook.TableView.AllowInCellEditing.md) ###### [AlwaysExpandConversation](Outlook.TableView.AlwaysExpandConversation.md) ###### [Application](Outlook.TableView.Application.md) ###### [AutoFormatRules](Outlook.TableView.AutoFormatRules.md) ###### [AutomaticColumnSizing](Outlook.TableView.AutomaticColumnSizing.md) ###### [AutomaticGrouping](Outlook.TableView.AutomaticGrouping.md) ###### [AutoPreview](Outlook.TableView.AutoPreview.md) ###### [AutoPreviewFont](Outlook.TableView.AutoPreviewFont.md) ###### [Class](Outlook.TableView.Class.md) ###### [ColumnFont](Outlook.TableView.ColumnFont.md) ###### [DefaultExpandCollapseSetting](Outlook.TableView.DefaultExpandCollapseSetting.md) ###### [Filter](Outlook.TableView.Filter.md) ###### [GridLineStyle](Outlook.TableView.GridLineStyle.md) ###### [GroupByFields](Outlook.TableView.GroupByFields.md) ###### [HideReadingPaneHeaderInfo](Outlook.TableView.HideReadingPaneHeaderInfo.md) ###### [Language](Outlook.TableView.Language.md) ###### [LockUserChanges](Outlook.TableView.LockUserChanges.md) ###### [MaxLinesInMultiLineView](Outlook.TableView.MaxLinesInMultiLineView.md) ###### [MultiLine](Outlook.TableView.Multiline.md) ###### [MultiLineWidth](Outlook.TableView.MultiLineWidth.md) ###### [Name](Outlook.TableView.Name.md) ###### [Parent](Outlook.TableView.Parent.md) ###### [RowFont](Outlook.TableView.RowFont.md) ###### [SaveOption](Outlook.TableView.SaveOption.md) ###### [Session](Outlook.TableView.Session.md) ###### [ShowConversationByDate](Outlook.TableView.ShowConversationByDate.md) ###### [ShowConversationSendersAboveSubject](Outlook.TableView.ShowConversationSendersAboveSubject.md) ###### [ShowFullConversations](Outlook.TableView.ShowFullConversations.md) ###### [ShowItemsInGroups](Outlook.TableView.ShowItemsInGroups.md) ###### [ShowNewItemRow](Outlook.TableView.ShowNewItemRow.md) ###### [ShowReadingPane](Outlook.TableView.ShowReadingPane.md) ###### [SortFields](Outlook.TableView.SortFields.md) ###### [Standard](Outlook.TableView.Standard.md) ###### [ViewFields](Outlook.TableView.ViewFields.md) ###### [ViewType](Outlook.TableView.ViewType.md) ###### [XML](Outlook.TableView.XML.md) #### [TaskItem object](Outlook.TaskItem.md) ##### Events ###### [AfterWrite](Outlook.TaskItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.TaskItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.TaskItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.TaskItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.TaskItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.TaskItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.TaskItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.TaskItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.TaskItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.TaskItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.TaskItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.TaskItem.BeforeDelete.md) ###### [BeforeRead](Outlook.TaskItem.BeforeRead.md) ###### [Close](Outlook.TaskItem.Close(even).md) ###### [CustomAction](Outlook.TaskItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.TaskItem.CustomPropertyChange.md) ###### [Forward](Outlook.TaskItem.Forward.md) ###### [Open](Outlook.TaskItem.Open.md) ###### [PropertyChange](Outlook.TaskItem.PropertyChange.md) ###### [Read](Outlook.TaskItem.Read.md) ###### [ReadComplete](Outlook.taskitem.readcomplete.md) ###### [Reply](Outlook.TaskItem.Reply.md) ###### [ReplyAll](Outlook.TaskItem.ReplyAll.md) ###### [Send](Outlook.TaskItem.Send(even).md) ###### [Unload](Outlook.TaskItem.Unload.md) ###### [Write](Outlook.TaskItem.Write.md) ##### Methods ###### [Assign](Outlook.TaskItem.Assign.md) ###### [CancelResponseState](Outlook.TaskItem.CancelResponseState.md) ###### [ClearRecurrencePattern](Outlook.TaskItem.ClearRecurrencePattern.md) ###### [Close](Outlook.TaskItem.Close(method).md) ###### [Copy](Outlook.TaskItem.Copy.md) ###### [Delete](Outlook.TaskItem.Delete.md) ###### [Display](Outlook.TaskItem.Display.md) ###### [GetConversation](Outlook.TaskItem.GetConversation.md) ###### [GetRecurrencePattern](Outlook.TaskItem.GetRecurrencePattern.md) ###### [MarkComplete](Outlook.TaskItem.MarkComplete.md) ###### [Move](Outlook.TaskItem.Move.md) ###### [PrintOut](Outlook.TaskItem.PrintOut.md) ###### [Respond](Outlook.TaskItem.Respond.md) ###### [Save](Outlook.TaskItem.Save.md) ###### [SaveAs](Outlook.TaskItem.SaveAs.md) ###### [Send](Outlook.TaskItem.Send(method).md) ###### [ShowCategoriesDialog](Outlook.TaskItem.ShowCategoriesDialog.md) ###### [SkipRecurrence](Outlook.TaskItem.SkipRecurrence.md) ###### [StatusReport](Outlook.TaskItem.StatusReport.md) ##### Properties ###### [Actions](Outlook.TaskItem.Actions.md) ###### [ActualWork](Outlook.TaskItem.ActualWork.md) ###### [Application](Outlook.TaskItem.Application.md) ###### [Attachments](Outlook.TaskItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.TaskItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.TaskItem.BillingInformation.md) ###### [Body](Outlook.TaskItem.Body.md) ###### [CardData](Outlook.TaskItem.CardData.md) ###### [Categories](Outlook.TaskItem.Categories.md) ###### [Class](Outlook.TaskItem.Class.md) ###### [Companies](Outlook.TaskItem.Companies.md) ###### [Complete](Outlook.TaskItem.Complete.md) ###### [Conflicts](Outlook.TaskItem.Conflicts.md) ###### [ContactNames](Outlook.TaskItem.ContactNames.md) ###### [ConversationID](Outlook.TaskItem.ConversationID.md) ###### [ConversationIndex](Outlook.TaskItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.TaskItem.ConversationTopic.md) ###### [CreationTime](Outlook.TaskItem.CreationTime.md) ###### [DateCompleted](Outlook.TaskItem.DateCompleted.md) ###### [DelegationState](Outlook.TaskItem.DelegationState.md) ###### [Delegator](Outlook.TaskItem.Delegator.md) ###### [DownloadState](Outlook.TaskItem.DownloadState.md) ###### [DueDate](Outlook.TaskItem.DueDate.md) ###### [EntryID](Outlook.TaskItem.EntryID.md) ###### [FormDescription](Outlook.TaskItem.FormDescription.md) ###### [GetInspector](Outlook.TaskItem.GetInspector.md) ###### [Importance](Outlook.TaskItem.Importance.md) ###### [InternetCodepage](Outlook.TaskItem.InternetCodepage.md) ###### [IsConflict](Outlook.TaskItem.IsConflict.md) ###### [IsRecurring](Outlook.TaskItem.IsRecurring.md) ###### [ItemProperties](Outlook.TaskItem.ItemProperties.md) ###### [LastModificationTime](Outlook.TaskItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.TaskItem.MarkForDownload.md) ###### [MessageClass](Outlook.TaskItem.MessageClass.md) ###### [Mileage](Outlook.TaskItem.Mileage.md) ###### [NoAging](Outlook.TaskItem.NoAging.md) ###### [Ordinal](Outlook.TaskItem.Ordinal.md) ###### [OutlookInternalVersion](Outlook.TaskItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.TaskItem.OutlookVersion.md) ###### [Owner](Outlook.TaskItem.Owner.md) ###### [Ownership](Outlook.TaskItem.Ownership.md) ###### [Parent](Outlook.TaskItem.Parent.md) ###### [PercentComplete](Outlook.TaskItem.PercentComplete.md) ###### [PropertyAccessor](Outlook.TaskItem.PropertyAccessor.md) ###### [Recipients](Outlook.TaskItem.Recipients.md) ###### [ReminderOverrideDefault](Outlook.TaskItem.ReminderOverrideDefault.md) ###### [ReminderPlaySound](Outlook.TaskItem.ReminderPlaySound.md) ###### [ReminderSet](Outlook.TaskItem.ReminderSet.md) ###### [ReminderSoundFile](Outlook.TaskItem.ReminderSoundFile.md) ###### [ReminderTime](Outlook.TaskItem.ReminderTime.md) ###### [ResponseState](Outlook.TaskItem.ResponseState.md) ###### [Role](Outlook.TaskItem.Role.md) ###### [RTFBody](Outlook.TaskItem.RTFBody.md) ###### [Saved](Outlook.TaskItem.Saved.md) ###### [SchedulePlusPriority](Outlook.TaskItem.SchedulePlusPriority.md) ###### [SendUsingAccount](Outlook.TaskItem.SendUsingAccount.md) ###### [Sensitivity](Outlook.TaskItem.Sensitivity.md) ###### [Session](Outlook.TaskItem.Session.md) ###### [Size](Outlook.TaskItem.Size.md) ###### [StartDate](Outlook.TaskItem.StartDate.md) ###### [Status](Outlook.TaskItem.Status.md) ###### [StatusOnCompletionRecipients](Outlook.TaskItem.StatusOnCompletionRecipients.md) ###### [StatusUpdateRecipients](Outlook.TaskItem.StatusUpdateRecipients.md) ###### [Subject](Outlook.TaskItem.Subject.md) ###### [TeamTask](Outlook.TaskItem.TeamTask.md) ###### [ToDoTaskOrdinal](Outlook.TaskItem.ToDoTaskOrdinal.md) ###### [TotalWork](Outlook.TaskItem.TotalWork.md) ###### [UnRead](Outlook.TaskItem.UnRead.md) ###### [UserProperties](Outlook.TaskItem.UserProperties.md) #### [TaskRequestAcceptItem object](Outlook.TaskRequestAcceptItem.md) ##### Events ###### [AfterWrite](Outlook.TaskRequestAcceptItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.TaskRequestAcceptItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.TaskRequestAcceptItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.TaskRequestAcceptItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.TaskRequestAcceptItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.TaskRequestAcceptItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.TaskRequestAcceptItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.TaskRequestAcceptItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.TaskRequestAcceptItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.TaskRequestAcceptItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.TaskRequestAcceptItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.TaskRequestAcceptItem.BeforeDelete.md) ###### [BeforeRead](Outlook.TaskRequestAcceptItem.BeforeRead.md) ###### [Close](Outlook.TaskRequestAcceptItem.Close(even).md) ###### [CustomAction](Outlook.TaskRequestAcceptItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.TaskRequestAcceptItem.CustomPropertyChange.md) ###### [Forward](Outlook.TaskRequestAcceptItem.Forward.md) ###### [Open](Outlook.TaskRequestAcceptItem.Open.md) ###### [PropertyChange](Outlook.TaskRequestAcceptItem.PropertyChange.md) ###### [Read](Outlook.TaskRequestAcceptItem.Read.md) ###### [ReadComplete](Outlook.taskrequestacceptitem.readcomplete.md) ###### [Reply](Outlook.TaskRequestAcceptItem.Reply.md) ###### [ReplyAll](Outlook.TaskRequestAcceptItem.ReplyAll.md) ###### [Send](Outlook.TaskRequestAcceptItem.Send.md) ###### [Unload](Outlook.TaskRequestAcceptItem.Unload.md) ###### [Write](Outlook.TaskRequestAcceptItem.Write.md) ##### Methods ###### [Close](Outlook.TaskRequestAcceptItem.Close(method).md) ###### [Copy](Outlook.TaskRequestAcceptItem.Copy.md) ###### [Delete](Outlook.TaskRequestAcceptItem.Delete.md) ###### [Display](Outlook.TaskRequestAcceptItem.Display.md) ###### [GetAssociatedTask](Outlook.TaskRequestAcceptItem.GetAssociatedTask.md) ###### [GetConversation](Outlook.TaskRequestAcceptItem.GetConversation.md) ###### [Move](Outlook.TaskRequestAcceptItem.Move.md) ###### [PrintOut](Outlook.TaskRequestAcceptItem.PrintOut.md) ###### [Save](Outlook.TaskRequestAcceptItem.Save.md) ###### [SaveAs](Outlook.TaskRequestAcceptItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.TaskRequestAcceptItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.TaskRequestAcceptItem.Actions.md) ###### [Application](Outlook.TaskRequestAcceptItem.Application.md) ###### [Attachments](Outlook.TaskRequestAcceptItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.TaskRequestAcceptItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.TaskRequestAcceptItem.BillingInformation.md) ###### [Body](Outlook.TaskRequestAcceptItem.Body.md) ###### [Categories](Outlook.TaskRequestAcceptItem.Categories.md) ###### [Class](Outlook.TaskRequestAcceptItem.Class.md) ###### [Companies](Outlook.TaskRequestAcceptItem.Companies.md) ###### [Conflicts](Outlook.TaskRequestAcceptItem.Conflicts.md) ###### [ConversationID](Outlook.TaskRequestAcceptItem.ConversationID.md) ###### [ConversationIndex](Outlook.TaskRequestAcceptItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.TaskRequestAcceptItem.ConversationTopic.md) ###### [CreationTime](Outlook.TaskRequestAcceptItem.CreationTime.md) ###### [DownloadState](Outlook.TaskRequestAcceptItem.DownloadState.md) ###### [EntryID](Outlook.TaskRequestAcceptItem.EntryID.md) ###### [FormDescription](Outlook.TaskRequestAcceptItem.FormDescription.md) ###### [GetInspector](Outlook.TaskRequestAcceptItem.GetInspector.md) ###### [Importance](Outlook.TaskRequestAcceptItem.Importance.md) ###### [IsConflict](Outlook.TaskRequestAcceptItem.IsConflict.md) ###### [ItemProperties](Outlook.TaskRequestAcceptItem.ItemProperties.md) ###### [LastModificationTime](Outlook.TaskRequestAcceptItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.TaskRequestAcceptItem.MarkForDownload.md) ###### [MessageClass](Outlook.TaskRequestAcceptItem.MessageClass.md) ###### [Mileage](Outlook.TaskRequestAcceptItem.Mileage.md) ###### [NoAging](Outlook.TaskRequestAcceptItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.TaskRequestAcceptItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.TaskRequestAcceptItem.OutlookVersion.md) ###### [Parent](Outlook.TaskRequestAcceptItem.Parent.md) ###### [PropertyAccessor](Outlook.TaskRequestAcceptItem.PropertyAccessor.md) ###### [RTFBody](Outlook.TaskRequestAcceptItem.RTFBody.md) ###### [Saved](Outlook.TaskRequestAcceptItem.Saved.md) ###### [Sensitivity](Outlook.TaskRequestAcceptItem.Sensitivity.md) ###### [Session](Outlook.TaskRequestAcceptItem.Session.md) ###### [Size](Outlook.TaskRequestAcceptItem.Size.md) ###### [Subject](Outlook.TaskRequestAcceptItem.Subject.md) ###### [UnRead](Outlook.TaskRequestAcceptItem.UnRead.md) ###### [UserProperties](Outlook.TaskRequestAcceptItem.UserProperties.md) #### [TaskRequestDeclineItem object](Outlook.TaskRequestDeclineItem.md) ##### Events ###### [AfterWrite](Outlook.TaskRequestDeclineItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.TaskRequestDeclineItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.TaskRequestDeclineItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.TaskRequestDeclineItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.TaskRequestDeclineItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.TaskRequestDeclineItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.TaskRequestDeclineItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.TaskRequestDeclineItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.TaskRequestDeclineItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.TaskRequestDeclineItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.TaskRequestDeclineItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.TaskRequestDeclineItem.BeforeDelete.md) ###### [BeforeRead](Outlook.TaskRequestDeclineItem.BeforeRead.md) ###### [Close](Outlook.TaskRequestDeclineItem.Close(even).md) ###### [CustomAction](Outlook.TaskRequestDeclineItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.TaskRequestDeclineItem.CustomPropertyChange.md) ###### [Forward](Outlook.TaskRequestDeclineItem.Forward.md) ###### [Open](Outlook.TaskRequestDeclineItem.Open.md) ###### [PropertyChange](Outlook.TaskRequestDeclineItem.PropertyChange.md) ###### [Read](Outlook.TaskRequestDeclineItem.Read.md) ###### [ReadComplete](Outlook.taskrequestdeclineitem.readcomplete.md) ###### [Reply](Outlook.TaskRequestDeclineItem.Reply.md) ###### [ReplyAll](Outlook.TaskRequestDeclineItem.ReplyAll.md) ###### [Send](Outlook.TaskRequestDeclineItem.Send.md) ###### [Unload](Outlook.TaskRequestDeclineItem.Unload.md) ###### [Write](Outlook.TaskRequestDeclineItem.Write.md) ##### Methods ###### [Close](Outlook.TaskRequestDeclineItem.Close(method).md) ###### [Copy](Outlook.TaskRequestDeclineItem.Copy.md) ###### [Delete](Outlook.TaskRequestDeclineItem.Delete.md) ###### [Display](Outlook.TaskRequestDeclineItem.Display.md) ###### [GetAssociatedTask](Outlook.TaskRequestDeclineItem.GetAssociatedTask.md) ###### [GetConversation](Outlook.TaskRequestDeclineItem.GetConversation.md) ###### [Move](Outlook.TaskRequestDeclineItem.Move.md) ###### [PrintOut](Outlook.TaskRequestDeclineItem.PrintOut.md) ###### [Save](Outlook.TaskRequestDeclineItem.Save.md) ###### [SaveAs](Outlook.TaskRequestDeclineItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.TaskRequestDeclineItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.TaskRequestDeclineItem.Actions.md) ###### [Application](Outlook.TaskRequestDeclineItem.Application.md) ###### [Attachments](Outlook.TaskRequestDeclineItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.TaskRequestDeclineItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.TaskRequestDeclineItem.BillingInformation.md) ###### [Body](Outlook.TaskRequestDeclineItem.Body.md) ###### [Categories](Outlook.TaskRequestDeclineItem.Categories.md) ###### [Class](Outlook.TaskRequestDeclineItem.Class.md) ###### [Companies](Outlook.TaskRequestDeclineItem.Companies.md) ###### [Conflicts](Outlook.TaskRequestDeclineItem.Conflicts.md) ###### [ConversationID](Outlook.TaskRequestDeclineItem.ConversationID.md) ###### [ConversationIndex](Outlook.TaskRequestDeclineItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.TaskRequestDeclineItem.ConversationTopic.md) ###### [CreationTime](Outlook.TaskRequestDeclineItem.CreationTime.md) ###### [DownloadState](Outlook.TaskRequestDeclineItem.DownloadState.md) ###### [EntryID](Outlook.TaskRequestDeclineItem.EntryID.md) ###### [FormDescription](Outlook.TaskRequestDeclineItem.FormDescription.md) ###### [GetInspector](Outlook.TaskRequestDeclineItem.GetInspector.md) ###### [Importance](Outlook.TaskRequestDeclineItem.Importance.md) ###### [IsConflict](Outlook.TaskRequestDeclineItem.IsConflict.md) ###### [ItemProperties](Outlook.TaskRequestDeclineItem.ItemProperties.md) ###### [LastModificationTime](Outlook.TaskRequestDeclineItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.TaskRequestDeclineItem.MarkForDownload.md) ###### [MessageClass](Outlook.TaskRequestDeclineItem.MessageClass.md) ###### [Mileage](Outlook.TaskRequestDeclineItem.Mileage.md) ###### [NoAging](Outlook.TaskRequestDeclineItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.TaskRequestDeclineItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.TaskRequestDeclineItem.OutlookVersion.md) ###### [Parent](Outlook.TaskRequestDeclineItem.Parent.md) ###### [PropertyAccessor](Outlook.TaskRequestDeclineItem.PropertyAccessor.md) ###### [RTFBody](Outlook.TaskRequestDeclineItem.RTFBody.md) ###### [Saved](Outlook.TaskRequestDeclineItem.Saved.md) ###### [Sensitivity](Outlook.TaskRequestDeclineItem.Sensitivity.md) ###### [Session](Outlook.TaskRequestDeclineItem.Session.md) ###### [Size](Outlook.TaskRequestDeclineItem.Size.md) ###### [Subject](Outlook.TaskRequestDeclineItem.Subject.md) ###### [UnRead](Outlook.TaskRequestDeclineItem.UnRead.md) ###### [UserProperties](Outlook.TaskRequestDeclineItem.UserProperties.md) #### [TaskRequestItem object](Outlook.TaskRequestItem.md) ##### Events ###### [AfterWrite](Outlook.TaskRequestItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.TaskRequestItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.TaskRequestItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.TaskRequestItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.TaskRequestItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.TaskRequestItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.TaskRequestItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.TaskRequestItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.TaskRequestItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.TaskRequestItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.TaskRequestItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.TaskRequestItem.BeforeDelete.md) ###### [BeforeRead](Outlook.TaskRequestItem.BeforeRead.md) ###### [Close](Outlook.TaskRequestItem.Close(even).md) ###### [CustomAction](Outlook.TaskRequestItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.TaskRequestItem.CustomPropertyChange.md) ###### [Forward](Outlook.TaskRequestItem.Forward.md) ###### [Open](Outlook.TaskRequestItem.Open.md) ###### [PropertyChange](Outlook.TaskRequestItem.PropertyChange.md) ###### [Read](Outlook.TaskRequestItem.Read.md) ###### [ReadComplete](Outlook.taskrequestitem.readcomplete.md) ###### [Reply](Outlook.TaskRequestItem.Reply.md) ###### [ReplyAll](Outlook.TaskRequestItem.ReplyAll.md) ###### [Send](Outlook.TaskRequestItem.Send.md) ###### [Unload](Outlook.TaskRequestItem.Unload.md) ###### [Write](Outlook.TaskRequestItem.Write.md) ##### Methods ###### [Close](Outlook.TaskRequestItem.Close(method).md) ###### [Copy](Outlook.TaskRequestItem.Copy.md) ###### [Delete](Outlook.TaskRequestItem.Delete.md) ###### [Display](Outlook.TaskRequestItem.Display.md) ###### [GetAssociatedTask](Outlook.TaskRequestItem.GetAssociatedTask.md) ###### [GetConversation](Outlook.TaskRequestItem.GetConversation.md) ###### [Move](Outlook.TaskRequestItem.Move.md) ###### [PrintOut](Outlook.TaskRequestItem.PrintOut.md) ###### [Save](Outlook.TaskRequestItem.Save.md) ###### [SaveAs](Outlook.TaskRequestItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.TaskRequestItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.TaskRequestItem.Actions.md) ###### [Application](Outlook.TaskRequestItem.Application.md) ###### [Attachments](Outlook.TaskRequestItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.TaskRequestItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.TaskRequestItem.BillingInformation.md) ###### [Body](Outlook.TaskRequestItem.Body.md) ###### [Categories](Outlook.TaskRequestItem.Categories.md) ###### [Class](Outlook.TaskRequestItem.Class.md) ###### [Companies](Outlook.TaskRequestItem.Companies.md) ###### [Conflicts](Outlook.TaskRequestItem.Conflicts.md) ###### [ConversationID](Outlook.TaskRequestItem.ConversationID.md) ###### [ConversationIndex](Outlook.TaskRequestItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.TaskRequestItem.ConversationTopic.md) ###### [CreationTime](Outlook.TaskRequestItem.CreationTime.md) ###### [DownloadState](Outlook.TaskRequestItem.DownloadState.md) ###### [EntryID](Outlook.TaskRequestItem.EntryID.md) ###### [FormDescription](Outlook.TaskRequestItem.FormDescription.md) ###### [GetInspector](Outlook.TaskRequestItem.GetInspector.md) ###### [Importance](Outlook.TaskRequestItem.Importance.md) ###### [IsConflict](Outlook.TaskRequestItem.IsConflict.md) ###### [ItemProperties](Outlook.TaskRequestItem.ItemProperties.md) ###### [LastModificationTime](Outlook.TaskRequestItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.TaskRequestItem.MarkForDownload.md) ###### [MessageClass](Outlook.TaskRequestItem.MessageClass.md) ###### [Mileage](Outlook.TaskRequestItem.Mileage.md) ###### [NoAging](Outlook.TaskRequestItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.TaskRequestItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.TaskRequestItem.OutlookVersion.md) ###### [Parent](Outlook.TaskRequestItem.Parent.md) ###### [PropertyAccessor](Outlook.TaskRequestItem.PropertyAccessor.md) ###### [RTFBody](Outlook.TaskRequestItem.RTFBody.md) ###### [Saved](Outlook.TaskRequestItem.Saved.md) ###### [Sensitivity](Outlook.TaskRequestItem.Sensitivity.md) ###### [Session](Outlook.TaskRequestItem.Session.md) ###### [Size](Outlook.TaskRequestItem.Size.md) ###### [Subject](Outlook.TaskRequestItem.Subject.md) ###### [UnRead](Outlook.TaskRequestItem.UnRead.md) ###### [UserProperties](Outlook.TaskRequestItem.UserProperties.md) #### [TaskRequestUpdateItem object](Outlook.TaskRequestUpdateItem.md) ##### Events ###### [AfterWrite](Outlook.TaskRequestUpdateItem.AfterWrite.md) ###### [AttachmentAdd](Outlook.TaskRequestUpdateItem.AttachmentAdd.md) ###### [AttachmentRead](Outlook.TaskRequestUpdateItem.AttachmentRead.md) ###### [AttachmentRemove](Outlook.TaskRequestUpdateItem.AttachmentRemove.md) ###### [BeforeAttachmentAdd](Outlook.TaskRequestUpdateItem.BeforeAttachmentAdd.md) ###### [BeforeAttachmentPreview](Outlook.TaskRequestUpdateItem.BeforeAttachmentPreview.md) ###### [BeforeAttachmentRead](Outlook.TaskRequestUpdateItem.BeforeAttachmentRead.md) ###### [BeforeAttachmentSave](Outlook.TaskRequestUpdateItem.BeforeAttachmentSave.md) ###### [BeforeAttachmentWriteToTempFile](Outlook.TaskRequestUpdateItem.BeforeAttachmentWriteToTempFile.md) ###### [BeforeAutoSave](Outlook.TaskRequestUpdateItem.BeforeAutoSave.md) ###### [BeforeCheckNames](Outlook.TaskRequestUpdateItem.BeforeCheckNames.md) ###### [BeforeDelete](Outlook.TaskRequestUpdateItem.BeforeDelete.md) ###### [BeforeRead](Outlook.TaskRequestUpdateItem.BeforeRead.md) ###### [Close](Outlook.TaskRequestUpdateItem.Close(even).md) ###### [CustomAction](Outlook.TaskRequestUpdateItem.CustomAction.md) ###### [CustomPropertyChange](Outlook.TaskRequestUpdateItem.CustomPropertyChange.md) ###### [Forward](Outlook.TaskRequestUpdateItem.Forward.md) ###### [Open](Outlook.TaskRequestUpdateItem.Open.md) ###### [PropertyChange](Outlook.TaskRequestUpdateItem.PropertyChange.md) ###### [Read](Outlook.TaskRequestUpdateItem.Read.md) ###### [ReadComplete](Outlook.taskrequestupdateitem.readcomplete.md) ###### [Reply](Outlook.TaskRequestUpdateItem.Reply.md) ###### [ReplyAll](Outlook.TaskRequestUpdateItem.ReplyAll.md) ###### [Send](Outlook.TaskRequestUpdateItem.Send.md) ###### [Unload](Outlook.TaskRequestUpdateItem.Unload.md) ###### [Write](Outlook.TaskRequestUpdateItem.Write.md) ##### Methods ###### [Close](Outlook.TaskRequestUpdateItem.Close(method).md) ###### [Copy](Outlook.TaskRequestUpdateItem.Copy.md) ###### [Delete](Outlook.TaskRequestUpdateItem.Delete.md) ###### [Display](Outlook.TaskRequestUpdateItem.Display.md) ###### [GetAssociatedTask](Outlook.TaskRequestUpdateItem.GetAssociatedTask.md) ###### [GetConversation](Outlook.TaskRequestUpdateItem.GetConversation.md) ###### [Move](Outlook.TaskRequestUpdateItem.Move.md) ###### [PrintOut](Outlook.TaskRequestUpdateItem.PrintOut.md) ###### [Save](Outlook.TaskRequestUpdateItem.Save.md) ###### [SaveAs](Outlook.TaskRequestUpdateItem.SaveAs.md) ###### [ShowCategoriesDialog](Outlook.TaskRequestUpdateItem.ShowCategoriesDialog.md) ##### Properties ###### [Actions](Outlook.TaskRequestUpdateItem.Actions.md) ###### [Application](Outlook.TaskRequestUpdateItem.Application.md) ###### [Attachments](Outlook.TaskRequestUpdateItem.Attachments.md) ###### [AutoResolvedWinner](Outlook.TaskRequestUpdateItem.AutoResolvedWinner.md) ###### [BillingInformation](Outlook.TaskRequestUpdateItem.BillingInformation.md) ###### [Body](Outlook.TaskRequestUpdateItem.Body.md) ###### [Categories](Outlook.TaskRequestUpdateItem.Categories.md) ###### [Class](Outlook.TaskRequestUpdateItem.Class.md) ###### [Companies](Outlook.TaskRequestUpdateItem.Companies.md) ###### [Conflicts](Outlook.TaskRequestUpdateItem.Conflicts.md) ###### [ConversationID](Outlook.TaskRequestUpdateItem.ConversationID.md) ###### [ConversationIndex](Outlook.TaskRequestUpdateItem.ConversationIndex.md) ###### [ConversationTopic](Outlook.TaskRequestUpdateItem.ConversationTopic.md) ###### [CreationTime](Outlook.TaskRequestUpdateItem.CreationTime.md) ###### [DownloadState](Outlook.TaskRequestUpdateItem.DownloadState.md) ###### [EntryID](Outlook.TaskRequestUpdateItem.EntryID.md) ###### [FormDescription](Outlook.TaskRequestUpdateItem.FormDescription.md) ###### [GetInspector](Outlook.TaskRequestUpdateItem.GetInspector.md) ###### [Importance](Outlook.TaskRequestUpdateItem.Importance.md) ###### [IsConflict](Outlook.TaskRequestUpdateItem.IsConflict.md) ###### [ItemProperties](Outlook.TaskRequestUpdateItem.ItemProperties.md) ###### [LastModificationTime](Outlook.TaskRequestUpdateItem.LastModificationTime.md) ###### [MarkForDownload](Outlook.TaskRequestUpdateItem.MarkForDownload.md) ###### [MessageClass](Outlook.TaskRequestUpdateItem.MessageClass.md) ###### [Mileage](Outlook.TaskRequestUpdateItem.Mileage.md) ###### [NoAging](Outlook.TaskRequestUpdateItem.NoAging.md) ###### [OutlookInternalVersion](Outlook.TaskRequestUpdateItem.OutlookInternalVersion.md) ###### [OutlookVersion](Outlook.TaskRequestUpdateItem.OutlookVersion.md) ###### [Parent](Outlook.TaskRequestUpdateItem.Parent.md) ###### [PropertyAccessor](Outlook.TaskRequestUpdateItem.PropertyAccessor.md) ###### [RTFBody](Outlook.TaskRequestUpdateItem.RTFBody.md) ###### [Saved](Outlook.TaskRequestUpdateItem.Saved.md) ###### [Sensitivity](Outlook.TaskRequestUpdateItem.Sensitivity.md) ###### [Session](Outlook.TaskRequestUpdateItem.Session.md) ###### [Size](Outlook.TaskRequestUpdateItem.Size.md) ###### [Subject](Outlook.TaskRequestUpdateItem.Subject.md) ###### [UnRead](Outlook.TaskRequestUpdateItem.UnRead.md) ###### [UserProperties](Outlook.TaskRequestUpdateItem.UserProperties.md) #### [TasksModule object](Outlook.TasksModule.md) ##### Properties ###### [Application](Outlook.TasksModule.Application.md) ###### [Class](Outlook.TasksModule.Class.md) ###### [Name](Outlook.TasksModule.Name.md) ###### [NavigationGroups](Outlook.TasksModule.NavigationGroups.md) ###### [NavigationModuleType](Outlook.TasksModule.NavigationModuleType.md) ###### [Parent](Outlook.TasksModule.Parent.md) ###### [Position](Outlook.TasksModule.Position.md) ###### [Session](Outlook.TasksModule.Session.md) ###### [Visible](Outlook.TasksModule.Visible.md) #### [TextRuleCondition object](Outlook.TextRuleCondition.md) ##### Properties ###### [Application](Outlook.TextRuleCondition.Application.md) ###### [Class](Outlook.TextRuleCondition.Class.md) ###### [ConditionType](Outlook.TextRuleCondition.ConditionType.md) ###### [Enabled](Outlook.TextRuleCondition.Enabled.md) ###### [Parent](Outlook.TextRuleCondition.Parent.md) ###### [Session](Outlook.TextRuleCondition.Session.md) ###### [Text](Outlook.TextRuleCondition.Text.md) ##### [TimelineView object](Outlook.TimelineView.md) ##### Methods ###### [Apply](Outlook.TimelineView.Apply.md) ###### [Copy](Outlook.TimelineView.Copy.md) ###### [Delete](Outlook.TimelineView.Delete.md) ###### [GoToDate](Outlook.TimelineView.GoToDate.md) ###### [Reset](Outlook.TimelineView.Reset.md) ###### [Save](Outlook.TimelineView.Save.md) ##### Properties ###### [Application](Outlook.TimelineView.Application.md) ###### [Class](Outlook.TimelineView.Class.md) ###### [DefaultExpandCollapseSetting](Outlook.TimelineView.DefaultExpandCollapseSetting.md) ###### [EndField](Outlook.TimelineView.EndField.md) ###### [Filter](Outlook.TimelineView.Filter.md) ###### [GroupByFields](Outlook.TimelineView.GroupByFields.md) ###### [ItemFont](Outlook.TimelineView.ItemFont.md) ###### [Language](Outlook.TimelineView.Language.md) ###### [LockUserChanges](Outlook.TimelineView.LockUserChanges.md) ###### [LowerScaleFont](Outlook.TimelineView.LowerScaleFont.md) ###### [MaxLabelWidth](Outlook.TimelineView.MaxLabelWidth.md) ###### [Name](Outlook.TimelineView.Name.md) ###### [Parent](Outlook.TimelineView.Parent.md) ###### [SaveOption](Outlook.TimelineView.SaveOption.md) ###### [Session](Outlook.TimelineView.Session.md) ###### [ShowLabelWhenViewingByMonth](Outlook.TimelineView.ShowLabelWhenViewingByMonth.md) ###### [ShowWeekNumbers](Outlook.TimelineView.ShowWeekNumbers.md) ###### [Standard](Outlook.TimelineView.Standard.md) ###### [StartField](Outlook.TimelineView.StartField.md) ###### [TimelineViewMode](Outlook.TimelineView.TimelineViewMode.md) ###### [UpperScaleFont](Outlook.TimelineView.UpperScaleFont.md) ###### [ViewType](Outlook.TimelineView.ViewType.md) ###### [XML](Outlook.TimelineView.XML.md) #### [TimeZone object](Outlook.TimeZone.md) ##### Properties ###### [Application](Outlook.TimeZone.Application.md) ###### [Bias](Outlook.TimeZone.Bias.md) ###### [Class](Outlook.TimeZone.Class.md) ###### [DaylightBias](Outlook.TimeZone.DaylightBias.md) ###### [DaylightDate](Outlook.TimeZone.DaylightDate.md) ###### [DaylightDesignation](Outlook.TimeZone.DaylightDesignation.md) ###### [ID](Outlook.TimeZone.ID.md) ###### [Name](Outlook.TimeZone.Name.md) ###### [Parent](Outlook.TimeZone.Parent.md) ###### [Session](Outlook.TimeZone.Session.md) ###### [StandardBias](Outlook.TimeZone.StandardBias.md) ###### [StandardDate](Outlook.TimeZone.StandardDate.md) ###### [StandardDesignation](Outlook.TimeZone.StandardDesignation.md) #### [TimeZones object](Outlook.TimeZones.md) ##### Methods ###### [ConvertTime](Outlook.TimeZones.ConvertTime.md) ###### [Item](Outlook.TimeZones.Item.md) ##### Properties ###### [Application](Outlook.TimeZones.Application.md) ###### [Class](Outlook.TimeZones.Class.md) ###### [Count](Outlook.TimeZones.Count.md) ###### [CurrentTimeZone](Outlook.TimeZones.CurrentTimeZone.md) ###### [Parent](Outlook.TimeZones.Parent.md) ###### [Session](Outlook.TimeZones.Session.md) #### [ToOrFromRuleCondition object](Outlook.ToOrfromRuleCondition.md) ##### Properties ###### [Application](Outlook.ToOrfromRuleCondition.Application.md) ###### [Class](Outlook.ToOrfromRuleCondition.Class.md) ###### [ConditionType](Outlook.ToOrfromRuleCondition.ConditionType.md) ###### [Enabled](Outlook.ToOrfromRuleCondition.Enabled.md) ###### [Parent](Outlook.ToOrfromRuleCondition.Parent.md) ###### [Recipients](Outlook.ToOrFromRuleCondition.Recipients.md) ###### [Session](Outlook.ToOrfromRuleCondition.Session.md) #### [UserDefinedProperties object](Outlook.UserDefinedProperties.md) ##### Methods ###### [Add](Outlook.UserDefinedProperties.Add.md) ###### [Find](Outlook.UserDefinedProperties.Find.md) ###### [Item](Outlook.UserDefinedProperties.Item.md) ###### [Refresh](Outlook.UserDefinedProperties.Refresh.md) ###### [Remove](Outlook.UserDefinedProperties.Remove.md) ###### [Application](Outlook.UserDefinedProperties.Application.md) ###### [Class](Outlook.UserDefinedProperties.Class.md) ###### [Count](Outlook.UserDefinedProperties.Count.md) ###### [Parent](Outlook.UserDefinedProperties.Parent.md) ###### [Session](Outlook.UserDefinedProperties.Session.md) #### [UserDefinedProperty object](Outlook.UserDefinedProperty.md) ##### Methods ###### [Delete](Outlook.UserDefinedProperty.Delete.md) ##### Properties ###### [Application](Outlook.UserDefinedProperty.Application.md) ###### [Class](Outlook.UserDefinedProperty.Class.md) ###### [DisplayFormat](Outlook.UserDefinedProperty.DisplayFormat.md) ###### [Formula](Outlook.UserDefinedProperty.Formula.md) ###### [Name](Outlook.UserDefinedProperty.Name.md) ###### [Parent](Outlook.UserDefinedProperty.Parent.md) ###### [Session](Outlook.UserDefinedProperty.Session.md) ###### [Type](Outlook.UserDefinedProperty.Type.md) #### [UserProperties object](Outlook.UserProperties.md) ##### Methods ###### [Add](Outlook.UserProperties.Add.md) ###### [Find](Outlook.UserProperties.Find.md) ###### [Item](Outlook.UserProperties.Item.md) ###### [Remove](Outlook.UserProperties.Remove.md) ###### [Application](Outlook.UserProperties.Application.md) ###### [Class](Outlook.UserProperties.Class.md) ###### [Count](Outlook.UserProperties.Count.md) ###### [Parent](Outlook.UserProperties.Parent.md) ###### [Session](Outlook.UserProperties.Session.md) #### [UserProperty object](Outlook.UserProperty.md) ##### Methods ###### [Delete](Outlook.UserProperty.Delete.md) ##### Properties ###### [Application](Outlook.UserProperty.Application.md) ###### [Class](Outlook.UserProperty.Class.md) ###### [Formula](Outlook.UserProperty.Formula.md) ###### [Name](Outlook.UserProperty.Name.md) ###### [Parent](Outlook.UserProperty.Parent.md) ###### [Session](Outlook.UserProperty.Session.md) ###### [Type](Outlook.UserProperty.Type.md) ###### [ValidationFormula](Outlook.UserProperty.ValidationFormula.md) ###### [ValidationText](Outlook.UserProperty.ValidationText.md) ###### [Value](Outlook.UserProperty.Value.md) #### [View object](Outlook.View.md) ##### Methods ###### [Apply](Outlook.View.Apply.md) ###### [Copy](Outlook.View.Copy.md) ###### [Delete](Outlook.View.Delete.md) ###### [GoToDate](Outlook.View.GoToDate.md) ###### [Reset](Outlook.View.Reset.md) ###### [Save](Outlook.View.Save.md) ##### Properties ###### [Application](Outlook.View.Application.md) ###### [Class](Outlook.View.Class.md) ###### [Filter](Outlook.View.Filter.md) ###### [Language](Outlook.View.Language.md) ###### [LockUserChanges](Outlook.View.LockUserChanges.md) ###### [Name](Outlook.View.Name.md) ###### [Parent](Outlook.View.Parent.md) ###### [SaveOption](Outlook.View.SaveOption.md) ###### [Session](Outlook.View.Session.md) ###### [Standard](Outlook.View.Standard.md) ###### [ViewType](Outlook.View.ViewType.md) ###### [XML](Outlook.View.XML.md) #### [ViewField object](Outlook.ViewField.md) ##### Properties ###### [Application](Outlook.ViewField.Application.md) ###### [Class](Outlook.ViewField.Class.md) ###### [ColumnFormat](Outlook.ViewField.ColumnFormat.md) ###### [Parent](Outlook.ViewField.Parent.md) ###### [Session](Outlook.ViewField.Session.md) ###### [ViewXMLSchemaName](Outlook.ViewField.ViewXMLSchemaName.md) #### [ViewFields object](Outlook.ViewFields.md) ##### Methods ###### [Add](Outlook.ViewFields.Add.md) ###### [Insert](Outlook.ViewFields.Insert.md) ###### [Item](Outlook.ViewFields.Item.md) ###### [Remove](Outlook.ViewFields.Remove.md) ##### Properties ###### [Application](Outlook.ViewFields.Application.md) ###### [Class](Outlook.ViewFields.Class.md) ###### [Count](Outlook.ViewFields.Count.md) ###### [Parent](Outlook.ViewFields.Parent.md) ###### [Session](Outlook.ViewFields.Session.md) #### [ViewFont object](Outlook.ViewFont.md) ##### Properties ###### [Application](Outlook.ViewFont.Application.md) ###### [Bold](Outlook.ViewFont.Bold.md) ###### [Class](Outlook.ViewFont.Class.md) ###### [Color](Outlook.ViewFont.Color.md) ###### [ExtendedColor](Outlook.ViewFont.ExtendedColor.md) ###### [Italic](Outlook.ViewFont.Italic.md) ###### [Name](Outlook.ViewFont.Name.md) ###### [Parent](Outlook.ViewFont.Parent.md) ###### [Session](Outlook.ViewFont.Session.md) ###### [Size](Outlook.ViewFont.Size.md) ###### [Strikethrough](Outlook.ViewFont.Strikethrough.md) ###### [Underline](Outlook.ViewFont.Underline.md) #### [Views object](Outlook.Views.md) ##### Events ###### [ViewAdd](Outlook.Views.ViewAdd.md) ###### [ViewRemove](Outlook.ViewRemove.md) ##### Methods ###### [Add](Outlook.Views.Add.md) ###### [Item](Outlook.Views.Item.md) ###### [Remove](Outlook.Views.Remove.md) ##### Properties ###### [Application](Outlook.Views.Application.md) ###### [Class](Outlook.Views.Class.md) ###### [Count](Outlook.Views.Count.md) ###### [Parent](Outlook.Views.Parent.md) ###### [Session](Outlook.Views.Session.md) #### [Enumerations](Outlook.md) ##### [OlAccountType](Outlook.OlAccountType.md) ##### [OlActionCopyLike](Outlook.OlActionCopyLike.md) ##### [OlActionReplyStyle](Outlook.OlActionReplyStyle.md) ##### [OlActionResponseStyle](Outlook.OlActionResponseStyle.md) ##### [OlActionShowOn](Outlook.OlActionShowOn.md) ##### [OlAddressEntryUserType](Outlook.OlAddressEntryUserType.md) ##### [OlAddressListType](Outlook.OlAddressListType.md) ##### [OlAlign](Outlook.OlAlign.md) ##### [OlAlignment](Outlook.OlAlignment.md) ##### [OlAlwaysDeleteConversation](Outlook.OlAlwaysDeleteConversation.md) ##### [OlAppointmentCopyOptions](Outlook.OlAppointmentCopyOptions.md) ##### [OlAppointmentTimeField](Outlook.OlAppointmentTimeField.md) ##### [OlAttachmentBlockLevel](Outlook.OlAttachmentBlockLevel.md) ##### [OlAttachmentType](Outlook.OlAttachmentType.md) ##### [OlAutoDiscoverConnectionMode](Outlook.OlAutoDiscoverConnectionMode.md) ##### [OlAutoPreview](Outlook.OlAutoPreview.md) ##### [OlBackStyle](Outlook.OlBackStyle.md) ##### [OlBodyFormat](Outlook.OlBodyFormat.md) ##### [OlBorderStyle](Outlook.OlBorderStyle.md) ##### [OlBusinessCardType](Outlook.OlBusinessCardType.md) ##### [OlBusyStatus](Outlook.OlBusyStatus.md) ##### [OlCalendarDetail](Outlook.OlCalendarDetail.md) ##### [OlCalendarMailFormat](Outlook.OlCalendarMailFormat.md) ##### [OlCalendarViewMode](Outlook.OlCalendarViewMode.md) ##### [OlCategoryColor](Outlook.OlCategoryColor.md) ##### [OlCategoryShortcutKey](Outlook.OlCategoryShortcutKey.md) ##### [OlColor](Outlook.OlColor.md) ##### [OlComboBoxStyle](Outlook.OlComboBoxStyle.md) ##### [OlContactPhoneNumber](Outlook.OlContactPhoneNumber.md) ##### [OlDaysOfWeek](Outlook.OlDaysOfWeek.md) ##### [OlDayWeekTimeScale](Outlook.OlDayWeekTimeScale.md) ##### [OlDefaultExpandCollapseSetting](Outlook.OlDefaultExpandCollapseSetting.md) ##### [OlDefaultFolders](Outlook.OlDefaultFolders.md) ##### [OlDefaultSelectNamesDisplayMode](Outlook.OlDefaultSelectNamesDisplayMode.md) ##### [OlDisplayMode](Outlook.oldisplaymode.md) ##### [OlDisplayType](Outlook.OlDisplayType.md) ##### [OlDownloadState](Outlook.OlDownloadState.md) ##### [OlDragBehavior](Outlook.OlDragBehavior.md) ##### [OlEditorType](Outlook.OlEditorType.md) ##### [OlEnterFieldBehavior](Outlook.OlEnterFieldBehavior.md) ##### [OlExchangeConnectionMode](Outlook.OlExchangeConnectionMode.md) ##### [OlExchangeStoreType](Outlook.OlExchangeStoreType.md) ##### [OlFolderDisplayMode](Outlook.OlFolderDisplayMode.md) ##### [OlFormatCurrency](Outlook.OlFormatCurrency.md) ##### [OlFormatDateTime](Outlook.OlFormatDateTime.md) ##### [OlFormatDuration](Outlook.OlFormatDuration.md) ##### [OlFormatEnumeration](Outlook.OlFormatEnumeration.md) ##### [OlFormatInteger](Outlook.OlFormatInteger.md) ##### [OlFormatKeywords](Outlook.OlFormatKeywords.md) ##### [OlFormatNumber](Outlook.OlFormatNumber.md) ##### [OlFormatPercent](Outlook.OlFormatPercent.md) ##### [OlFormatSmartFrom](Outlook.OlFormatSmartFrom.md) ##### [OlFormatText](Outlook.OlFormatText.md) ##### [OlFormatYesNo](Outlook.OlFormatYesNo.md) ##### [OlFormRegionIcon](Outlook.OlFormRegionIcon.md) ##### [OlFormRegionMode](Outlook.OlFormRegionMode.md) ##### [OlFormRegionSize](Outlook.OlFormRegionSize.md) ##### [OlFormRegistry](Outlook.OlFormRegistry.md) ##### [OlGender](Outlook.OlGender.md) ##### [OlGridLineStyle](Outlook.OlGridLineStyle.md) ##### [OlGroupType](Outlook.OlGroupType.md) ##### [OlHorizontalLayout](Outlook.OlHorizontalLayout.md) ##### [OlIconViewPlacement](Outlook.OlIconViewPlacement.md) ##### [OlIconViewType](Outlook.OlIconViewType.md) ##### [OlImportance](Outlook.OlImportance.md) ##### [OlInspectorClose](Outlook.OlInspectorClose.md) ##### [OlItemType](Outlook.OlItemType.md) ##### [OlJournalRecipientType](Outlook.OlJournalRecipientType.md) ##### [OlMailingAddress](Outlook.OlMailingAddress.md) ##### [OlMailRecipientType](Outlook.OlMailRecipientType.md) ##### [OlMarkInterval](Outlook.OlMarkInterval.md) ##### [OlMatchEntry](Outlook.OlMatchEntry.md) ##### [OlMeetingRecipientType](Outlook.OlMeetingRecipientType.md) ##### [OlMeetingResponse](Outlook.OlMeetingResponse.md) ##### [OlMeetingStatus](Outlook.OlMeetingStatus.md) ##### [OlMouseButton](Outlook.OlMouseButton.md) ##### [OlMousePointer](Outlook.OlMousePointer.md) ##### [OlMultiLine](Outlook.OlMultiLine.md) ##### [OlMultiSelect](Outlook.OlMultiSelect.md) ##### [OlNavigationModuleType](Outlook.OlNavigationModuleType.md) ##### [OlObjectClass](Outlook.OlObjectClass.md) ##### [OlOutlookBarViewType](Outlook.OlOutlookBarViewType.md) ##### [OlPageType](Outlook.OlPageType.md) ##### [OlPane](Outlook.OlPane.md) ##### [OlPermission](Outlook.OlPermission.md) ##### [OlPermissionService](Outlook.OlPermissionService.md) ##### [OlPictureAlignment](Outlook.OlPictureAlignment.md) ##### [OlRecipientSelectors](Outlook.OlRecipientSelectors.md) ##### [OlRecurrenceState](Outlook.OlRecurrenceState.md) ##### [OlRecurrenceType](Outlook.OlRecurrenceType.md) ##### [OlReferenceType](Outlook.OlReferenceType.md) ##### [OlRemoteStatus](Outlook.OlRemoteStatus.md) ##### [OlResponseStatus](Outlook.OlResponseStatus.md) ##### [OlRuleActionType](Outlook.OlRuleActionType.md) ##### [OlRuleConditionType](Outlook.OlRuleConditionType.md) ##### [OlRuleExecuteOption](Outlook.OlRuleExecuteOption.md) ##### [OlRuleType](Outlook.OlRuleType.md) ##### [OlSaveAsType](Outlook.OlSaveAsType.md) ##### [OlScrollBars](Outlook.OlScrollBars.md) ##### [OlSearchScope](Outlook.OlSearchScope.md) ##### [OlSelectionContents](Outlook.OlSelectionContents.md) ##### [OlSelectionLocation](Outlook.OlSelectionLocation.md) ##### [OlSensitivity](Outlook.OlSensitivity.md) ##### [OlSharingMsgType](Outlook.OlSharingMsgType.md) ##### [OlSharingProvider](Outlook.OlSharingProvider.md) ##### [OlShiftState](Outlook.OlShiftState.md) ##### [OlShowItemCount](Outlook.OlShowItemCount.md) ##### [OlSolutionScope](Outlook.OlSolutionScope.md) ##### [OlSortOrder](Outlook.OlSortOrder.md) ##### [OlSpecialFolders](Outlook.OlSpecialFolders.md) ##### [OlStorageIdentifierType](Outlook.OlStorageIdentifierType.md) ##### [OlStoreType](Outlook.OlStoreType.md) ##### [OlSyncState](Outlook.OlSyncState.md) ##### [OlTableContents](Outlook.OlTableContents.md) ##### [OlTaskDelegationState](Outlook.OlTaskDelegationState.md) ##### [OlTaskOwnership](Outlook.OlTaskOwnership.md) ##### [OlTaskRecipientType](Outlook.OlTaskRecipientType.md) ##### [OlTaskResponse](Outlook.OlTaskResponse.md) ##### [OlTaskStatus](Outlook.OlTaskStatus.md) ##### [OlTextAlign](Outlook.OlTextAlign.md) ##### [OlTimelineViewMode](Outlook.OlTimelineViewMode.md) ##### [OlTimeStyle](Outlook.OlTimeStyle.md) ##### [OlTrackingStatus](Outlook.OlTrackingStatus.md) ##### [OlUnifiedGroupFolderType](Outlook.olunifiedgroupfoldertype.md) ##### [OlUnifiedGroupType](Outlook.olunifiedgrouptype.md) ##### [OlUserPropertyType](Outlook.OlUserPropertyType.md) ##### [OlVerticalLayout](Outlook.OlVerticalLayout.md) ##### [OlViewSaveOption](Outlook.OlViewSaveOption.md) ##### [OlViewType](Outlook.OlViewType.md) ##### [OlWindowState](Outlook.OlWindowState.md) ##### [OlxDefaultFolders](Outlook.olxdefaultfolde.md) #### [Outlook View control reference](Outlook.outlo.md) ##### [Object model (Outlook View control reference)](overview/Outlook/object-model-outlook-view-control-reference.md) ###### [ViewCtl object](Outlook.viewc.md) ###### Events ####### [Activate](Outlook.viewctl.activa.md) ####### [BeforeViewSwitch](Outlook.viewctl.beforeviewswit.md) ####### [SelectionChange](Outlook.viewctl.selectionchan.md) ####### [ViewSwitch](Outlook.viewctl.viewswit.md) ###### Methods ####### [AddressBook](Outlook.viewctl.addressbo.md) ####### [AddToPFFavorites](Outlook.viewctl.addtopffavorit.md) ####### [AdvancedFind](Outlook.viewctl.advancedfi.md) ####### [Categories](Outlook.viewctl.categori.md) ####### [CollapseAllGroups](Outlook.viewctl.collapseallgrou.md) ####### [CollapseGroup](Outlook.viewctl.collapsegro.md) ####### [CustomizeView](Outlook.viewctl.customizevi.md) ####### [Delete](Outlook.viewctl.dele.md) ####### [DisplayModeChange](Outlook.explorerevents_10.displaymodechange.md) ####### [ExpandAllGroups](Outlook.viewctl.expandallgrou.md) ####### [ExpandGroup](Outlook.viewctl.expandgro.md) ####### [FlagItem](Outlook.viewctl.flagit.md) ####### [ForceUpdate](Outlook.viewctl.forceupda.md) ####### [Forward](Outlook.viewctl.forwa.md) ####### [GoToDate](Outlook.viewctl.gotoda.md) ####### [GoToToday](Outlook.viewctl.gototod.md) ####### [GroupBy](Outlook.viewctl.group.md) ####### [MarkAllAsRead](Outlook.viewctl.markallasre.md) ####### [MarkAsRead](Outlook.viewctl.markasre.md) ####### [MarkAsUnread](Outlook.viewctl.markasunre.md) ####### [MoveItem](Outlook.viewctl.moveit.md) ####### [NewAppointment](Outlook.viewctl.newappointme.md) ####### [NewContact](Outlook.viewctl.newconta.md) ####### [NewDefaultItem](Outlook.viewctl.newdefaultit.md) ####### [NewDistributionList](Outlook.viewctl.newdistributionli.md) ####### [NewForm](Outlook.viewctl.newfo.md) ####### [NewJournalEntry](Outlook.viewctl.newjournalent.md) ####### [NewMeetingRequest](Outlook.viewctl.newmeetingreque.md) ####### [NewMessage](Outlook.viewctl.newmessa.md) ####### [NewNote](Outlook.viewctl.newno.md) ####### [NewPost](Outlook.viewctl.newpo.md) ####### [NewTask](Outlook.viewctl.newta.md) ####### [NewTaskRequest](Outlook.viewctl.newtaskreque.md) ####### [Open](Outlook.viewctl.op.md) ####### [OpenSharedDefaultFolder](Outlook.viewctl.openshareddefaultfold.md) ####### [PrintItem](Outlook.viewctl.printit.md) ####### [Reply](Outlook.viewctl.rep.md) ####### [ReplyAll](Outlook.viewctl.replya.md) ####### [ReplyInFolder](Outlook.viewctl.replyinfold.md) ####### [SaveAs](Outlook.viewctl.save.md) ####### [SendAndReceive](Outlook.viewctl.sendandrecei.md) ####### [ShowFields](Outlook.viewctl.showfiel.md) ####### [Sort](Outlook.viewctl.so.md) ####### [SynchFolder](Outlook.viewctl.synchfold.md) ###### Properties ####### [ActiveFolder](Outlook.viewctl.activefold.md) ####### [DeferUpdate](Outlook.viewctl.deferupda.md) ####### [EnableRowPersistance](Outlook.viewctl.enablerowpersistan.md) ####### [Filter](Outlook.viewctl.filt.md) ####### [FilterAppend](Outlook.viewctl.filterappe.md) ####### [Folder](Outlook.viewctl.fold.md) ####### [ItemCount](Outlook.viewctl.itemcou.md) ####### [Namespace](Outlook.viewctl.namespa.md) ####### [OutlookApplication](Outlook.viewctl.outlookapplicati.md) ####### [Restriction](Outlook.viewctl.restricti.md) ####### [SelectedDate](Outlook.viewctl.selectedda.md) ####### [Selection](Outlook.viewctl.selecti.md) ####### [View](Outlook.viewctl.vi.md) ####### [ViewXML](Outlook.viewctl.viewx.md) #### Outlook Forms Script reference ##### [CheckBox object](Outlook.checkbox.md) ###### Events ####### [Click](Outlook.checkbox.click.md) ###### Properties ####### [Accelerator](Outlook.checkbox.accelerator.md) ####### [Alignment](Outlook.checkbox.alignment.md) ####### [AutoSize](Outlook.checkbox.autosize.md) ####### [BackColor](Outlook.checkbox.backcolor.md) ####### [BackStyle](Outlook.checkbox.backstyle.md) ####### [Caption](Outlook.checkbox.caption.md) ####### [Enabled](Outlook.checkbox.enabled.md) ####### [ForeColor](Outlook.checkbox.forecolor.md) ####### [GroupName](Outlook.checkbox.groupname.md) ####### [Locked](Outlook.checkbox.locked.md) ####### [MouseIcon](Outlook.checkbox.mouseicon.md) ####### [MousePointer](Outlook.checkbox.mousepointer.md) ####### [Picture](Outlook.checkbox.picture.md) ####### [PicturePosition](Outlook.checkbox.pictureposition.md) ####### [SpecialEffect](Outlook.checkbox.specialeffect.md) ####### [TextAlign](Outlook.checkbox.textalign.md) ####### [TripleState](Outlook.checkbox.triplestate.md) ####### [Value](Outlook.checkbox.value.md) ####### [WordWrap](Outlook.checkbox.wordwrap.md) ##### [ComboBox object](Outlook.combobox.md) ###### Events ####### [Click](Outlook.combobox.click.md) ###### Methods ####### [AddItem](Outlook.combobox.additem.md) ####### [Clear](Outlook.combobox.clear.md) ####### [Copy](Outlook.combobox.copy.md) ####### [Cut](Outlook.combobox.cut.md) ####### [DropDown](Outlook.combobox.dropdown.md) ####### [Paste](Outlook.combobox.paste.md) ####### [RemoveItem](Outlook.combobox.removeitem.md) ###### Properties ####### [AutoSize](Outlook.combobox.autosize.md) ####### [AutoTab](Outlook.combobox.autotab.md) ####### [AutoWordSelect](Outlook.combobox.autowordselect.md) ####### [BackColor](Outlook.combobox.backcolor.md) ####### [BackStyle](Outlook.combobox.backstyle.md) ####### [BorderColor](Outlook.combobox.bordercolor.md) ####### [BorderStyle](Outlook.combobox.borderstyle.md) ####### [BoundColumn](Outlook.combobox.boundcolumn.md) ####### [CanPaste](Outlook.combobox.canpaste.md) ####### [Column](Outlook.combobox.column.md) ####### [ColumnCount](Outlook.combobox.columncount.md) ####### [ColumnHeads](Outlook.combobox.columnheads.md) ####### [ColumnWidths](Outlook.combobox.columnwidths.md) ####### [CurTargetX](Outlook.combobox.curtargetx.md) ####### [CurX](Outlook.combobox.curx.md) ####### [DragBehavior](Outlook.combobox.dragbehavior.md) ####### [DropButtonStyle](Outlook.combobox.dropbuttonstyle.md) ####### [Enabled](Outlook.combobox.enabled.md) ####### [EnterFieldBehavior](Outlook.combobox.enterfieldbehavior.md) ####### [ForeColor](Outlook.combobox.forecolor.md) ####### [HideSelection](Outlook.combobox.hideselection.md) ####### [IMEMode](Outlook.combobox.imemode.md) ####### [LineCount](Outlook.combobox.linecount.md) ####### [List](Outlook.combobox.list.md) ####### [ListCount](Outlook.combobox.listcount.md) ####### [ListIndex](Outlook.combobox.listindex.md) ####### [ListRows](Outlook.combobox.listrows.md) ####### [ListStyle](Outlook.combobox.liststyle.md) ####### [ListWidth](Outlook.combobox.listwidth.md) ####### [Locked](Outlook.combobox.locked.md) ####### [MatchEntry](Outlook.combobox.matchentry.md) ####### [MatchFound](Outlook.combobox.matchfound.md) ####### [MatchRequired](Outlook.combobox.matchrequired.md) ####### [MaxLength](Outlook.combobox.maxlength.md) ####### [MouseIcon](Outlook.combobox.mouseicon.md) ####### [MousePointer](Outlook.combobox.mousepointer.md) ####### [SelectionMargin](Outlook.combobox.selectionmargin.md) ####### [SelLength](Outlook.combobox.sellength.md) ####### [SelStart](Outlook.combobox.selstart.md) ####### [SelText](Outlook.combobox.seltext.md) ####### [ShowDropButtonWhen](Outlook.combobox.showdropbuttonwhen.md) ####### [SpecialEffect](Outlook.combobox.specialeffect.md) ####### [Style](Outlook.combobox.style.md) ####### [Text](Outlook.combobox.text.md) ####### [TextAlign](Outlook.combobox.textalign.md) ####### [TextColumn](Outlook.combobox.textcolumn.md) ####### [TextLength](Outlook.combobox.textlength.md) ####### [TopIndex](Outlook.combobox.topindex.md) ####### [Value](Outlook.combobox.value.md) ##### [CommandButton object](Outlook.commandbutton.md) ###### Events ####### [Click](Outlook.commandbutton.click.md) ###### Properties ####### [Accelerator](Outlook.commandbutton.accelerator.md) ####### [AutoSize](Outlook.commandbutton.autosize.md) ####### [BackColor](Outlook.commandbutton.backcolor.md) ####### [BackStyle](Outlook.commandbutton.backstyle.md) ####### [Caption](Outlook.commandbutton.caption.md) ####### [Enabled](Outlook.commandbutton.enabled.md) ####### [ForeColor](Outlook.commandbutton.forecolor.md) ####### [Locked](Outlook.commandbutton.locked.md) ####### [MouseIcon](Outlook.commandbutton.mouseicon.md) ####### [MousePointer](Outlook.commandbutton.mousepointer.md) ####### [Picture](Outlook.commandbutton.picture.md) ####### [PicturePosition](Outlook.commandbutton.pictureposition.md) ####### [TakeFocusOnClick](Outlook.commandbutton.takefocusonclick.md) ####### [WordWrap](Outlook.commandbutton.wordwrap.md) ##### [Font object](Outlook.font.md) ###### Properties ####### [Bold](Outlook.font.bold.md) ####### [Italic](Outlook.font.italic.md) ####### [Size](Outlook.font.size.md) ####### [Strikethrough](Outlook.font.strikethrough.md) ####### [Underline](Outlook.font.underline.md) ####### [Weight](Outlook.font.weight.md) ##### [Frame object](Outlook.frame.md) ###### Events ####### [Click](Outlook.frame.click.md) ###### Methods ####### [Copy](Outlook.frame.copy.md) ####### [Cut](Outlook.frame.cut.md) ####### [Paste](Outlook.frame.paste.md) ####### [RedoAction](Outlook.frame.redoaction.md) ####### [Repaint](Outlook.frame.repaint.md) ####### [Scroll](Outlook.frame.scroll.md) ####### [SetDefaultTabOrder](Outlook.frame.setdefaulttaborder.md) ####### [UndoAction](Outlook.frame.undoaction.md) ###### Properties ####### [ActiveControl](Outlook.frame.activecontrol.md) ####### [BackColor](Outlook.frame.backcolor.md) ####### [BorderColor](Outlook.frame.bordercolor.md) ####### [BorderStyle](Outlook.frame.borderstyle.md) ####### [CanPaste](Outlook.frame.canpaste.md) ####### [CanRedo](Outlook.frame.canredo.md) ####### [CanUndo](Outlook.frame.canundo.md) ####### [Caption](Outlook.frame.caption.md) ####### [Cycle](Outlook.frame.cycle.md) ####### [Enabled](Outlook.frame.enabled.md) ####### [ForeColor](Outlook.frame.forecolor.md) ####### [InsideHeight](Outlook.frame.insideheight.md) ####### [InsideWidth](Outlook.frame.insidewidth.md) ####### [KeepScrollBarsVisible](Outlook.frame.keepscrollbarsvisible.md) ####### [MouseIcon](Outlook.frame.mouseicon.md) ####### [MousePointer](Outlook.frame.mousepointer.md) ####### [Picture](Outlook.frame.picture.md) ####### [PictureAlignment](Outlook.frame.picturealignment.md) ####### [PictureSizeMode](Outlook.frame.picturesizemode.md) ####### [PictureTiling](Outlook.frame.picturetiling.md) ####### [ScrollBars](Outlook.frame.scrollbars.md) ####### [ScrollHeight](Outlook.frame.scrollheight.md) ####### [ScrollLeft](Outlook.frame.scrollleft.md) ####### [ScrollTop](Outlook.frame.scrolltop.md) ####### [ScrollWidth](Outlook.frame.scrollwidth.md) ####### [SpecialEffect](Outlook.frame.specialeffect.md) ####### [VerticalScrollBarSide](Outlook.frame.verticalscrollbarside.md) ####### [Zoom](Outlook.frame.zoom.md) ##### [Image object](Outlook.image.md) ###### Events ####### [Click](Outlook.image.click.md) ###### Properties ####### [AutoSize](Outlook.image.autosize.md) ####### [BackColor](Outlook.image.backcolor.md) ####### [BackStyle](Outlook.image.backstyle.md) ####### [BorderColor](Outlook.image.bordercolor.md) ####### [BorderStyle](Outlook.image.borderstyle.md) ####### [Enabled](Outlook.image.enabled.md) ####### [MouseIcon](Outlook.image.mouseicon.md) ####### [MousePointer](Outlook.image.mousepointer.md) ####### [Picture](Outlook.image.picture.md) ####### [PictureAlignment](Outlook.image.picturealignment.md) ####### [PictureSizeMode](Outlook.image.picturesizemode.md) ####### [PictureTiling](Outlook.image.picturetiling.md) ####### [SpecialEffect](Outlook.image.specialeffect.md) ##### [Label object](Outlook.label.md) ###### Events ####### [Click](Outlook.label.click.md) ###### Properties ####### [Accelerator](Outlook.label.accelerator.md) ####### [AutoSize](Outlook.label.autosize.md) ####### [BackColor](Outlook.label.backcolor.md) ####### [BackStyle](Outlook.label.backstyle.md) ####### [BorderColor](Outlook.label.bordercolor.md) ####### [BorderStyle](Outlook.label.borderstyle.md) ####### [Caption](Outlook.label.caption.md) ####### [Enabled](Outlook.label.enabled.md) ####### [ForeColor](Outlook.label.forecolor.md) ####### [MouseIcon](Outlook.label.mouseicon.md) ####### [MousePointer](Outlook.label.mousepointer.md) ####### [Picture](Outlook.label.picture.md) ####### [PicturePosition](Outlook.label.pictureposition.md) ####### [SpecialEffect](Outlook.label.specialeffect.md) ####### [TextAlign](Outlook.label.textalign.md) ####### [WordWrap](Outlook.label.wordwrap.md) ##### [ListBox object](Outlook.listbox.md) ###### Events ####### [Click](Outlook.listbox.click.md) ###### Methods ####### [AddItem](Outlook.listbox.additem.md) ####### [Clear](Outlook.listbox.clear.md) ####### [RemoveItem](Outlook.listbox.removeitem.md) ###### Properties ####### [BackColor](Outlook.listbox.backcolor.md) ####### [BorderColor](Outlook.listbox.bordercolor.md) ####### [BorderStyle](Outlook.listbox.borderstyle.md) ####### [BoundColumn](Outlook.listbox.boundcolumn.md) ####### [Column](Outlook.listbox.column.md) ####### [ColumnCount](Outlook.listbox.columncount.md) ####### [ColumnHeads](Outlook.listbox.columnheads.md) ####### [ColumnWidths](Outlook.listbox.columnwidths.md) ####### [Enabled](Outlook.listbox.enabled.md) ####### [ForeColor](Outlook.listbox.forecolor.md) ####### [IMEMode](Outlook.listbox.imemode.md) ####### [IntegralHeight](Outlook.listbox.integralheight.md) ####### [List](Outlook.listbox.list.md) ####### [ListCount](Outlook.listbox.listcount.md) ####### [ListIndex](Outlook.listbox.listindex.md) ####### [ListStyle](Outlook.listbox.liststyle.md) ####### [Locked](Outlook.listbox.locked.md) ####### [MatchEntry](Outlook.listbox.matchentry.md) ####### [MouseIcon](Outlook.listbox.mouseicon.md) ####### [MousePointer](Outlook.listbox.mousepointer.md) ####### [MultiSelect](Outlook.listbox.multiselect.md) ####### [Selected](Outlook.listbox.selected.md) ####### [SpecialEffect](Outlook.listbox.specialeffect.md) ####### [Text](Outlook.listbox.text.md) ####### [TextAlign](Outlook.listbox.textalign.md) ####### [TextColumn](Outlook.listbox.textcolumn.md) ####### [TopIndex](Outlook.listbox.topindex.md) ####### [Value](Outlook.listbox.value.md) ##### [MultiPage object](Outlook.multipage.md) ###### Events ####### [Click](Outlook.multipage.click.md) ###### Properties ####### [BackColor](Outlook.multipage.backcolor.md) ####### [Enabled](Outlook.multipage.enabled.md) ####### [ForeColor](Outlook.multipage.forecolor.md) ####### [MultiRow](Outlook.multipage.multirow.md) ####### [SelectedItem](Outlook.multipage.selecteditem.md) ####### [Style](Outlook.multipage.style.md) ####### [TabFixedHeight](Outlook.multipage.tabfixedheight.md) ####### [TabFixedWidth](Outlook.multipage.tabfixedwidth.md) ####### [TabOrientation](Outlook.multipage.taborientation.md) ####### [Value](Outlook.multipage.value.md) ##### [OptionButton object](Outlook.optionbutton.md) ###### Events ####### [Click](Outlook.optionbutton.click.md) ###### Properties ####### [Accelerator](Outlook.optionbutton.accelerator.md) ####### [Alignment](Outlook.optionbutton.alignment.md) ####### [AutoSize](Outlook.optionbutton.autosize.md) ####### [BackColor](Outlook.optionbutton.backcolor.md) ####### [BackStyle](Outlook.optionbutton.backstyle.md) ####### [Caption](Outlook.optionbutton.caption.md) ####### [Enabled](Outlook.optionbutton.enabled.md) ####### [ForeColor](Outlook.optionbutton.forecolor.md) ####### [GroupName](Outlook.optionbutton.groupname.md) ####### [Locked](Outlook.optionbutton.locked.md) ####### [MouseIcon](Outlook.optionbutton.mouseicon.md) ####### [MousePointer](Outlook.optionbutton.mousepointer.md) ####### [Picture](Outlook.optionbutton.picture.md) ####### [PicturePosition](Outlook.optionbutton.pictureposition.md) ####### [SpecialEffect](Outlook.optionbutton.specialeffect.md) ####### [TextAlign](Outlook.optionbutton.textalign.md) ####### [TripleState](Outlook.optionbutton.triplestate.md) ####### [Value](Outlook.optionbutton.value.md) ####### [WordWrap](Outlook.optionbutton.wordwrap.md) ##### [Page object](Outlook.page.md) ###### Methods ####### [Copy](Outlook.page.copy.md) ####### [Cut](Outlook.page.cut.md) ####### [Paste](Outlook.page.paste.md) ####### [RedoAction](Outlook.page.redoaction.md) ####### [Repaint](Outlook.page.repaint.md) ####### [Scroll](Outlook.page.scroll.md) ####### [SetDefaultTabOrder](Outlook.page.setdefaulttaborder.md) ####### [UndoAction](Outlook.page.undoaction.md) ###### Properties ####### [Accelerator](Outlook.page.accelerator.md) ####### [ActiveControl](Outlook.page.activecontrol.md) ####### [CanPaste](Outlook.page.canpaste.md) ####### [CanRedo](Outlook.page.canredo.md) ####### [CanUndo](Outlook.page.canundo.md) ####### [Caption](Outlook.page.caption.md) ####### [ControlTipText](Outlook.page.controltiptext.md) ####### [Cycle](Outlook.page.cycle.md) ####### [Enabled](Outlook.page.enabled.md) ####### [Index](Outlook.page.index.md) ####### [InsideHeight](Outlook.page.insideheight.md) ####### [InsideWidth](Outlook.page.insidewidth.md) ####### [KeepScrollBarsVisible](Outlook.page.keepscrollbarsvisible.md) ####### [Name](Outlook.page.name.md) ####### [Parent](Outlook.page.parent.md) ####### [Picture](Outlook.page.picture.md) ####### [PictureAlignment](Outlook.page.picturealignment.md) ####### [PictureSizeMode](Outlook.page.picturesizemode.md) ####### [PictureTiling](Outlook.page.picturetiling.md) ####### [ScrollBars](Outlook.page.scrollbars.md) ####### [ScrollHeight](Outlook.page.scrollheight.md) ####### [ScrollLeft](Outlook.page.scrollleft.md) ####### [ScrollTop](Outlook.page.scrolltop.md) ####### [ScrollWidth](Outlook.page.scrollwidth.md) ####### [Tag](Outlook.page.tag.md) ####### [VerticalScrollBarSide](Outlook.page.verticalscrollbarside.md) ####### [Visible](Outlook.page.visible.md) ####### [Zoom](Outlook.page.zoom.md) ##### [Pages object](Outlook.pages(object).md) ###### Methods ####### [Add](Outlook.pages.add(method).md) ####### [Clear](Outlook.pages.clear.md) ####### [Item](Outlook.pages.item(method).md) ####### [Remove](Outlook.pages.remove(method).md) ###### Properties ####### [Count](Outlook.pages.count(property).md) ##### [ScrollBar object](Outlook.scrollbar.md) ###### Properties ####### [BackColor](Outlook.scrollbar.backcolor.md) ####### [Delay](Outlook.scrollbar.delay.md) ####### [Enabled](Outlook.scrollbar.enabled.md) ####### [ForeColor](Outlook.scrollbar.forecolor.md) ####### [LargeChange](Outlook.scrollbar.largechange.md) ####### [Max](Outlook.scrollbar.max.md) ####### [Min](Outlook.scrollbar.min.md) ####### [MouseIcon](Outlook.scrollbar.mouseicon.md) ####### [MousePointer](Outlook.scrollbar.mousepointer.md) ####### [Orientation](Outlook.scrollbar.orientation.md) ####### [ProportionalThumb](Outlook.scrollbar.proportionalthumb.md) ####### [SmallChange](Outlook.scrollbar.smallchange.md) ####### [Value](Outlook.scrollbar.value.md) ##### [SpinButton object](Outlook.spinbutton.md) ###### Properties ####### [BackColor](Outlook.spinbutton.backcolor.md) ####### [Delay](Outlook.spinbutton.delay.md) ####### [Enabled](Outlook.spinbutton.enabled.md) ####### [ForeColor](Outlook.spinbutton.forecolor.md) ####### [Max](Outlook.spinbutton.max.md) ####### [Min](Outlook.spinbutton.min.md) ####### [MouseIcon](Outlook.spinbutton.mouseicon.md) ####### [MousePointer](Outlook.spinbutton.mousepointer.md) ####### [Orientation](Outlook.spinbutton.orientation.md) ####### [SmallChange](Outlook.spinbutton.smallchange.md) ####### [Value](Outlook.spinbutton.value.md) ##### [Tab object](Outlook.tab.md) ###### Properties ####### [Accelerator](Outlook.tab.accelerator.md) ####### [Caption](Outlook.tab.caption.md) ####### [ControlTipText](Outlook.tab.controltiptext.md) ####### [Enabled](Outlook.tab.enabled.md) ####### [Index](Outlook.tab.index.md) ####### [Name](Outlook.tab.name.md) ####### [Tag](Outlook.tab.tag.md) ####### [Visible](Outlook.tab.visible.md) ##### [Tabs object](Outlook.tabs.md) ###### Methods ####### [Add](Outlook.tabs.add.md) ####### [Clear](Outlook.tabs.clear.md) ####### [Item](Outlook.tabs.item.md) ####### [Remove](Outlook.tabs.remove.md) ###### Properties ####### [Count](Outlook.tabs.count.md) ##### [TabStrip object](Outlook.tabstrip.md) ###### Events ####### [Click](Outlook.tabstrip.click.md) ###### Properties ####### [BackColor](Outlook.tabstrip.backcolor.md) ####### [ClientHeight](Outlook.tabstrip.clientheight.md) ####### [ClientLeft](Outlook.tabstrip.clientleft.md) ####### [ClientTop](Outlook.tabstrip.clienttop.md) ####### [ClientWidth](Outlook.tabstrip.clientwidth.md) ####### [Enabled](Outlook.tabstrip.enabled.md) ####### [ForeColor](Outlook.tabstrip.forecolor.md) ####### [MouseIcon](Outlook.tabstrip.mouseicon.md) ####### [MousePointer](Outlook.tabstrip.mousepointer.md) ####### [MultiRow](Outlook.tabstrip.multirow.md) ####### [SelectedItem](Outlook.tabstrip.selecteditem.md) ####### [Style](Outlook.tabstrip.style.md) ####### [TabFixedHeight](Outlook.tabstrip.tabfixedheight.md) ####### [TabFixedWidth](Outlook.tabstrip.tabfixedwidth.md) ####### [TabOrientation](Outlook.tabstrip.taborientation.md) ####### [Value](Outlook.tabstrip.value.md) ##### [TextBox object](Outlook.textbox.md) ###### Methods ####### [Copy](Outlook.textbox.copy.md) ####### [Cut](Outlook.textbox.cut.md) ####### [Paste](Outlook.textbox.paste.md) ###### Properties ####### [AutoSize](Outlook.textbox.autosize.md) ####### [AutoTab](Outlook.textbox.autotab.md) ####### [AutoWordSelect](Outlook.textbox.autowordselect.md) ####### [BackColor](Outlook.textbox.backcolor.md) ####### [BackStyle](Outlook.textbox.backstyle.md) ####### [BorderColor](Outlook.textbox.bordercolor.md) ####### [BorderStyle](Outlook.textbox.borderstyle.md) ####### [CanPaste](Outlook.textbox.canpaste.md) ####### [CurLine](Outlook.textbox.curline.md) ####### [CurTargetX](Outlook.textbox.curtargetx.md) ####### [CurX](Outlook.textbox.curx.md) ####### [DragBehavior](Outlook.textbox.dragbehavior.md) ####### [Enabled](Outlook.textbox.enabled.md) ####### [EnterFieldBehavior](Outlook.textbox.enterfieldbehavior.md) ####### [EnterKeyBehavior](Outlook.textbox.enterkeybehavior.md) ####### [ForeColor](Outlook.textbox.forecolor.md) ####### [HideSelection](Outlook.textbox.hideselection.md) ####### [IMEMode](Outlook.textbox.imemode.md) ####### [IntegralHeight](Outlook.textbox.integralheight.md) ####### [LineCount](Outlook.textbox.linecount.md) ####### [Locked](Outlook.textbox.locked.md) ####### [MaxLength](Outlook.textbox.maxlength.md) ####### [MouseIcon](Outlook.textbox.mouseicon.md) ####### [MousePointer](Outlook.textbox.mousepointer.md) ####### [MultiLine](Outlook.textbox.multiline.md) ####### [PasswordChar](Outlook.textbox.passwordchar.md) ####### [ScrollBars](Outlook.textbox.scrollbars.md) ####### [SelectionMargin](Outlook.textbox.selectionmargin.md) ####### [SelLength](Outlook.textbox.sellength.md) ####### [SelStart](Outlook.textbox.selstart.md) ####### [SelText](Outlook.textbox.seltext.md) ####### [SpecialEffect](Outlook.textbox.specialeffect.md) ####### [TabKeyBehavior](Outlook.textbox.tabkeybehavior.md) ####### [Text](Outlook.textbox.text.md) ####### [TextAlign](Outlook.textbox.textalign.md) ####### [TextLength](Outlook.textbox.textlength.md) ####### [Value](Outlook.textbox.value.md) ####### [WordWrap](Outlook.textbox.wordwrap.md) ##### [ToggleButton object](Outlook.togglebutton.md) ###### Events ####### [Click](Outlook.togglebutton.click.md) ###### Properties ####### [Accelerator](Outlook.togglebutton.accelerator.md) ####### [Alignment](Outlook.togglebutton.alignment.md) ####### [AutoSize](Outlook.togglebutton.autosize.md) ####### [BackColor](Outlook.togglebutton.backcolor.md) ####### [BackStyle](Outlook.togglebutton.backstyle.md) ####### [Caption](Outlook.togglebutton.caption.md) ####### [Enabled](Outlook.togglebutton.enabled.md) ####### [ForeColor](Outlook.togglebutton.forecolor.md) ####### [GroupName](Outlook.togglebutton.groupname.md) ####### [Locked](Outlook.togglebutton.locked.md) ####### [MouseIcon](Outlook.togglebutton.mouseicon.md) ####### [MousePointer](Outlook.togglebutton.mousepointer.md) ####### [Picture](Outlook.togglebutton.picture.md) ####### [PicturePosition](Outlook.togglebutton.pictureposition.md) ####### [SpecialEffect](Outlook.togglebutton.specialeffect.md) ####### [TextAlign](Outlook.togglebutton.textalign.md) ####### [TripleState](Outlook.togglebutton.triplestate.md) ####### [Value](Outlook.togglebutton.value.md) ####### [WordWrap](Outlook.togglebutton.wordwrap.md) ## PowerPoint ### [Overview](overview/PowerPoint.md) ### Concepts #### [Overview](../powerpoint/Concepts/concepts-powerpoint-vba-reference.md) #### [Control and dialog box events](../powerpoint/Concepts/control-and-dialog-box-events-powerpoint.md) #### [Language-specific properties and methods](../powerpoint/Concepts/Language-specific-properties-and-methods-powerpoint.md) #### [Learn about language-specific information](../powerpoint/Concepts/learn-about-language-specific-information-powerpoint.md) #### [OLE programmatic identifiers](../powerpoint/Concepts/ole-programmatic-identifiers-powerpoint.md) ### How-to topics #### [Add controls to documents](../powerpoint/How-to/add-controls-to-documents.md) #### [Add controls to UserForms](../powerpoint/How-to/add-controls-to-userforms.md) #### [Control one Office application from another](../powerpoint/How-to/control-one-microsoft-office-application-from-another.md) #### [Create custom dialog boxes](../powerpoint/How-to/create-custom-dialog-boxes.md) #### [Create UserForms](../powerpoint/How-to/create-userforms.md) #### [Display custom dialog boxes](../powerpoint/How-to/display-custom-dialog-boxes.md) #### [Initialize control properties](../powerpoint/How-to/initialize-control-properties.md) #### [Return objects from collections](../powerpoint/How-to/return-objects-from-collections.md) #### [Set control properties](../powerpoint/How-to/set-control-properties.md) #### [Use ActiveX Controls on documents](../powerpoint/How-to/use-activex-controls-on-documents.md) #### [Use ActiveX Controls on slides](../powerpoint/How-to/use-activex-controls-on-slides.md) #### [Use control values while code is running](../powerpoint/How-to/use-control-values-while-code-is-running.md) #### [Use events with the Application object](../powerpoint/How-to/use-events-with-the-application-object.md) #### [Work with panes and views](../powerpoint/How-to/work-with-panes-and-views.md) #### [Work with partial documents](../powerpoint/How-to/work-with-partial-documents.md) #### [Work with shapes](../powerpoint/How-to/work-with-shapes-drawing-objects.md) #### [Work with tables](../powerpoint/How-to/work-with-tables.md) ### Object model #### [Overview](overview/PowerPoint/object-model.md) #### [ActionSetting object](PowerPoint.ActionSetting.md) ##### Properties ###### [Action](PowerPoint.ActionSetting.Action.md) ###### [ActionVerb](PowerPoint.ActionSetting.ActionVerb.md) ###### [AnimateAction](PowerPoint.ActionSetting.AnimateAction.md) ###### [Application](PowerPoint.ActionSetting.Application.md) ###### [Hyperlink](PowerPoint.ActionSetting.Hyperlink.md) ###### [Parent](PowerPoint.ActionSetting.Parent.md) ###### [Run](PowerPoint.ActionSetting.Run.md) ###### [ShowAndReturn](PowerPoint.ActionSetting.ShowAndReturn.md) ###### [SlideShowName](PowerPoint.ActionSetting.SlideShowName.md) ###### [SoundEffect](PowerPoint.ActionSetting.SoundEffect.md) #### [ActionSettings object](PowerPoint.ActionSettings.md) ##### Methods ###### [Item](PowerPoint.ActionSettings.Item.md) ##### Properties ###### [Application](PowerPoint.ActionSettings.Application.md) ###### [Count](PowerPoint.ActionSettings.Count.md) ###### [Parent](PowerPoint.ActionSettings.Parent.md) #### [AddIn object](PowerPoint.AddIn.md) ##### Properties ###### [Application](PowerPoint.AddIn.Application.md) ###### [AutoLoad](PowerPoint.AddIn.AutoLoad.md) ###### [FullName](PowerPoint.AddIn.FullName.md) ###### [Loaded](PowerPoint.AddIn.Loaded.md) ###### [Name](PowerPoint.AddIn.Name.md) ###### [Parent](PowerPoint.AddIn.Parent.md) ###### [Path](PowerPoint.AddIn.Path.md) ###### [Registered](PowerPoint.AddIn.Registered.md) #### [AddIns object](PowerPoint.AddIns.md) ##### Methods ###### [Add](PowerPoint.AddIns.Add.md) ###### [Item](PowerPoint.AddIns.Item.md) ###### [Remove](PowerPoint.AddIns.Remove.md) ##### Properties ###### [Application](PowerPoint.AddIns.Application.md) ###### [Count](PowerPoint.AddIns.Count.md) ###### [Parent](PowerPoint.AddIns.Parent.md) #### [Adjustments object](PowerPoint.Adjustments.md) ##### Properties ###### [Application](PowerPoint.Adjustments.Application.md) ###### [Count](PowerPoint.Adjustments.Count.md) ###### [Creator](PowerPoint.Adjustments.Creator.md) ###### [Item](PowerPoint.Adjustments.Item.md) ###### [Parent](PowerPoint.Adjustments.Parent.md) #### [AnimationBehavior object](PowerPoint.AnimationBehavior.md) ##### Methods ###### [Delete](PowerPoint.AnimationBehavior.Delete.md) ##### Properties ###### [Accumulate](PowerPoint.AnimationBehavior.Accumulate.md) ###### [Additive](PowerPoint.AnimationBehavior.Additive.md) ###### [Application](PowerPoint.AnimationBehavior.Application.md) ###### [ColorEffect](PowerPoint.AnimationBehavior.ColorEffect.md) ###### [CommandEffect](PowerPoint.AnimationBehavior.CommandEffect.md) ###### [FilterEffect](PowerPoint.AnimationBehavior.FilterEffect.md) ###### [MotionEffect](PowerPoint.AnimationBehavior.MotionEffect.md) ###### [Parent](PowerPoint.AnimationBehavior.Parent.md) ###### [PropertyEffect](PowerPoint.AnimationBehavior.PropertyEffect.md) ###### [RotationEffect](PowerPoint.AnimationBehavior.RotationEffect.md) ###### [ScaleEffect](PowerPoint.AnimationBehavior.ScaleEffect.md) ###### [SetEffect](PowerPoint.AnimationBehavior.SetEffect.md) ###### [Timing](PowerPoint.AnimationBehavior.Timing.md) ###### [Type](PowerPoint.AnimationBehavior.Type.md) #### [AnimationBehaviors object](PowerPoint.AnimationBehaviors.md) ##### Methods ###### [Add](PowerPoint.AnimationBehaviors.Add.md) ###### [Item](PowerPoint.AnimationBehaviors.Item.md) ##### Properties ###### [Application](PowerPoint.AnimationBehaviors.Application.md) ###### [Count](PowerPoint.AnimationBehaviors.Count.md) ###### [Parent](PowerPoint.AnimationBehaviors.Parent.md) #### [AnimationPoint object](PowerPoint.AnimationPoint.md) ##### Methods ###### [Delete](PowerPoint.AnimationPoint.Delete.md) ##### Properties ###### [Application](PowerPoint.AnimationPoint.Application.md) ###### [Formula](PowerPoint.AnimationPoint.Formula.md) ###### [Parent](PowerPoint.AnimationPoint.Parent.md) ###### [Time](PowerPoint.AnimationPoint.Time.md) ###### [Value](PowerPoint.AnimationPoint.Value.md) #### [AnimationPoints object](PowerPoint.AnimationPoints.md) ##### Methods ###### [Add](PowerPoint.AnimationPoints.Add.md) ###### [Item](PowerPoint.AnimationPoints.Item.md) ##### Properties ###### [Application](PowerPoint.AnimationPoints.Application.md) ###### [Count](PowerPoint.AnimationPoints.Count.md) ###### [Parent](PowerPoint.AnimationPoints.Parent.md) ###### [Smooth](PowerPoint.AnimationPoints.Smooth.md) #### [AnimationSettings object](PowerPoint.AnimationSettings.md) ##### Properties ###### [AdvanceMode](PowerPoint.AnimationSettings.AdvanceMode.md) ###### [AdvanceTime](PowerPoint.AnimationSettings.AdvanceTime.md) ###### [AfterEffect](PowerPoint.AnimationSettings.AfterEffect.md) ###### [Animate](PowerPoint.AnimationSettings.Animate.md) ###### [AnimateBackground](PowerPoint.AnimationSettings.AnimateBackground.md) ###### [AnimateTextInReverse](PowerPoint.AnimationSettings.AnimateTextInReverse.md) ###### [AnimationOrder](PowerPoint.AnimationSettings.AnimationOrder.md) ###### [Application](PowerPoint.AnimationSettings.Application.md) ###### [ChartUnitEffect](PowerPoint.AnimationSettings.ChartUnitEffect.md) ###### [DimColor](PowerPoint.AnimationSettings.DimColor.md) ###### [EntryEffect](PowerPoint.AnimationSettings.EntryEffect.md) ###### [Parent](PowerPoint.AnimationSettings.Parent.md) ###### [PlaySettings](PowerPoint.AnimationSettings.PlaySettings.md) ###### [SoundEffect](PowerPoint.AnimationSettings.SoundEffect.md) ###### [TextLevelEffect](PowerPoint.AnimationSettings.TextLevelEffect.md) ###### [TextUnitEffect](PowerPoint.AnimationSettings.TextUnitEffect.md) #### [Application object](PowerPoint.Application.md) ##### Events ###### [AfterDragDropOnSlide](PowerPoint.application.afterdragdroponslide.md) ###### [AfterNewPresentation](PowerPoint.Application.AfterNewPresentation.md) ###### [AfterPresentationOpen](PowerPoint.Application.AfterPresentationOpen.md) ###### [AfterShapeSizeChange](PowerPoint.application.aftershapesizechange.md) ###### [ColorSchemeChanged](PowerPoint.Application.ColorSchemeChanged.md) ###### [NewPresentation](PowerPoint.Application.NewPresentation(even).md) ###### [PresentationBeforeClose](PowerPoint.Application.PresentationBeforeClose.md) ###### [PresentationBeforeSave](PowerPoint.Application.PresentationBeforeSave.md) ###### [PresentationClose](PowerPoint.Application.PresentationClose.md) ###### [PresentationCloseFinal](PowerPoint.Application.PresentationCloseFinal.md) ###### [PresentationNewSlide](PowerPoint.Application.PresentationNewSlide.md) ###### [PresentationOpen](PowerPoint.Application.PresentationOpen.md) ###### [PresentationPrint](PowerPoint.Application.PresentationPrint.md) ###### [PresentationSave](PowerPoint.Application.PresentationSave.md) ###### [PresentationSync](PowerPoint.Application.PresentationSync.md) ###### [ProtectedViewWindowActivate](PowerPoint.Application.ProtectedViewWindowActivate.md) ###### [ProtectedViewWindowBeforeClose](PowerPoint.Application.ProtectedViewWindowBeforeClose.md) ###### [ProtectedViewWindowBeforeEdit](PowerPoint.Application.ProtectedViewWindowBeforeEdit.md) ###### [ProtectedViewWindowDeactivate](PowerPoint.Application.ProtectedViewWindowDeactivate.md) ###### [ProtectedViewWindowOpen](PowerPoint.Application.ProtectedViewWindowOpen.md) ###### [SlideSelectionChanged](PowerPoint.Application.SlideSelectionChanged.md) ###### [SlideShowBegin](PowerPoint.Application.SlideShowBegin.md) ###### [SlideShowEnd](PowerPoint.Application.SlideShowEnd.md) ###### [SlideShowNextBuild](PowerPoint.Application.SlideShowNextBuild.md) ###### [SlideShowNextClick](PowerPoint.Application.SlideShowNextClick.md) ###### [SlideShowNextSlide](PowerPoint.Application.SlideShowNextSlide.md) ###### [SlideShowOnNext](PowerPoint.Application.SlideShowOnNext.md) ###### [SlideShowOnPrevious](PowerPoint.Application.SlideShowOnPrevious.md) ###### [WindowActivate](PowerPoint.Application.WindowActivate.md) ###### [WindowBeforeDoubleClick](PowerPoint.Application.WindowBeforeDoubleClick.md) ###### [WindowBeforeRightClick](PowerPoint.Application.WindowBeforeRightClick.md) ###### [WindowDeactivate](PowerPoint.Application.WindowDeactivate.md) ###### [WindowSelectionChange](PowerPoint.Application.WindowSelectionChange.md) ##### Methods ###### [Activate](PowerPoint.Application.Activate.md) ###### [Help](PowerPoint.Application.Help.md) ###### [OpenThemeFile](PowerPoint.application.openthemefile.md) ###### [Quit](PowerPoint.Application.Quit.md) ###### [Run](PowerPoint.Application.Run.md) ###### [StartNewUndoEntry](PowerPoint.Application.StartNewUndoEntry.md) ##### Properties ###### [Active](PowerPoint.Application.Active.md) ###### [ActiveEncryptionSession](PowerPoint.Application.ActiveEncryptionSession.md) ###### [ActivePresentation](PowerPoint.Application.ActivePresentation.md) ###### [ActivePrinter](PowerPoint.Application.ActivePrinter.md) ###### [ActiveProtectedViewWindow](PowerPoint.Application.ActiveProtectedViewWindow.md) ###### [ActiveWindow](PowerPoint.Application.ActiveWindow.md) ###### [AddIns](PowerPoint.Application.AddIns.md) ###### [Assistance](PowerPoint.Application.Assistance.md) ###### [AutoCorrect](PowerPoint.Application.AutoCorrect.md) ###### [AutomationSecurity](PowerPoint.Application.AutomationSecurity.md) ###### [Build](PowerPoint.Application.Build.md) ###### [Caption](PowerPoint.Application.Caption.md) ###### [ChartDataPointTrack](PowerPoint.application.chartdatapointtrack.md) ###### [COMAddIns](PowerPoint.Application.COMAddIns.md) ###### [CommandBars](PowerPoint.Application.CommandBars.md) ###### [Creator](PowerPoint.Application.Creator.md) ###### [DisplayAlerts](PowerPoint.Application.DisplayAlerts.md) ###### [DisplayDocumentInformationPanel](PowerPoint.Application.DisplayDocumentInformationPanel.md) ###### [DisplayGridLines](PowerPoint.Application.DisplayGridLines.md) ###### [DisplayGuides](PowerPoint.application.displayguides.md) ###### [FeatureInstall](PowerPoint.Application.FeatureInstall.md) ###### [FileConverters](PowerPoint.Application.FileConverters.md) ###### [FileDialog](PowerPoint.Application.FileDialog.md) ###### [FileValidation](PowerPoint.Application.FileValidation.md) ###### [Height](PowerPoint.Application.Height.md) ###### [IsSandboxed](PowerPoint.Application.IsSandboxed.md) ###### [LanguageSettings](PowerPoint.Application.LanguageSettings.md) ###### [Left](PowerPoint.Application.Left.md) ###### [Name](PowerPoint.Application.Name.md) ###### [NewPresentation](PowerPoint.Application.NewPresentation(property).md) ###### [OperatingSystem](PowerPoint.Application.OperatingSystem.md) ###### [Options](PowerPoint.Application.Options.md) ###### [Path](PowerPoint.Application.Path.md) ###### [Presentations](PowerPoint.Application.Presentations.md) ###### [ProductCode](PowerPoint.Application.ProductCode.md) ###### [ProtectedViewWindows](PowerPoint.Application.ProtectedViewWindows.md) ###### [SensitivityLabelPolicy](PowerPoint.Application.SensitivityLabelPolicy.md) ###### [ShowStartupDialog](PowerPoint.Application.ShowStartupDialog.md) ###### [ShowWindowsInTaskbar](PowerPoint.Application.ShowWindowsInTaskbar.md) ###### [SlideShowWindows](PowerPoint.Application.SlideShowWindows.md) ###### [SmartArtColors](PowerPoint.Application.SmartArtColors.md) ###### [SmartArtLayouts](PowerPoint.Application.SmartArtLayouts.md) ###### [SmartArtQuickStyles](PowerPoint.Application.SmartArtQuickStyles.md) ###### [Top](PowerPoint.Application.Top.md) ###### [VBE](PowerPoint.Application.VBE.md) ###### [Version](PowerPoint.Application.Version.md) ###### [Visible](PowerPoint.Application.Visible.md) ###### [Width](PowerPoint.Application.Width.md) ###### [Windows](PowerPoint.Application.Windows.md) ###### [WindowState](PowerPoint.Application.WindowState.md) #### [AutoCorrect object](PowerPoint.AutoCorrect.md) ##### Properties ###### [DisplayAutoCorrectOptions](PowerPoint.AutoCorrect.DisplayAutoCorrectOptions.md) ###### [DisplayAutoLayoutOptions](PowerPoint.AutoCorrect.DisplayAutoLayoutOptions.md) #### [Axes object](PowerPoint.Axes.md) ##### Methods ###### [Item](PowerPoint.Axes.Item.md) ##### Properties ###### [Application](PowerPoint.Axes.Application.md) ###### [Count](PowerPoint.Axes.Count.md) ###### [Creator](PowerPoint.Axes.Creator.md) ###### [Parent](PowerPoint.Axes.Parent.md) #### [Axis object](PowerPoint.Axis.md) ##### Methods ###### [Delete](PowerPoint.Axis.Delete.md) ###### [Select](PowerPoint.Axis.Select.md) ##### Properties ###### [Application](PowerPoint.Axis.Application.md) ###### [AxisBetweenCategories](PowerPoint.Axis.AxisBetweenCategories.md) ###### [AxisGroup](PowerPoint.Axis.AxisGroup.md) ###### [AxisTitle](PowerPoint.Axis.AxisTitle.md) ###### [BaseUnit](PowerPoint.Axis.BaseUnit.md) ###### [BaseUnitIsAuto](PowerPoint.Axis.BaseUnitIsAuto.md) ###### [Border](PowerPoint.Axis.Border.md) ###### [CategoryNames](PowerPoint.Axis.CategoryNames.md) ###### [CategoryType](PowerPoint.Axis.CategoryType.md) ###### [Creator](PowerPoint.Axis.Creator.md) ###### [Crosses](PowerPoint.Axis.Crosses.md) ###### [CrossesAt](PowerPoint.Axis.CrossesAt.md) ###### [DisplayUnit](PowerPoint.Axis.DisplayUnit.md) ###### [DisplayUnitCustom](PowerPoint.Axis.DisplayUnitCustom.md) ###### [DisplayUnitLabel](PowerPoint.Axis.DisplayUnitLabel.md) ###### [Format](PowerPoint.Axis.Format.md) ###### [HasDisplayUnitLabel](PowerPoint.Axis.HasDisplayUnitLabel.md) ###### [HasMajorGridlines](PowerPoint.Axis.HasMajorGridlines.md) ###### [HasMinorGridlines](PowerPoint.Axis.HasMinorGridlines.md) ###### [HasTitle](PowerPoint.Axis.HasTitle.md) ###### [Height](PowerPoint.Axis.Height.md) ###### [Left](PowerPoint.Axis.Left.md) ###### [LogBase](PowerPoint.Axis.LogBase.md) ###### [MajorGridlines](PowerPoint.Axis.MajorGridlines.md) ###### [MajorTickMark](PowerPoint.Axis.MajorTickMark.md) ###### [MajorUnit](PowerPoint.Axis.MajorUnit.md) ###### [MajorUnitIsAuto](PowerPoint.Axis.MajorUnitIsAuto.md) ###### [MajorUnitScale](PowerPoint.Axis.MajorUnitScale.md) ###### [MaximumScale](PowerPoint.Axis.MaximumScale.md) ###### [MaximumScaleIsAuto](PowerPoint.Axis.MaximumScaleIsAuto.md) ###### [MinimumScale](PowerPoint.Axis.MinimumScale.md) ###### [MinimumScaleIsAuto](PowerPoint.Axis.MinimumScaleIsAuto.md) ###### [MinorGridlines](PowerPoint.Axis.MinorGridlines.md) ###### [MinorTickMark](PowerPoint.Axis.MinorTickMark.md) ###### [MinorUnit](PowerPoint.Axis.MinorUnit.md) ###### [MinorUnitIsAuto](PowerPoint.Axis.MinorUnitIsAuto.md) ###### [MinorUnitScale](PowerPoint.Axis.MinorUnitScale.md) ###### [Parent](PowerPoint.Axis.Parent.md) ###### [ReversePlotOrder](PowerPoint.Axis.ReversePlotOrder.md) ###### [ScaleType](PowerPoint.Axis.ScaleType.md) ###### [TickLabelPosition](PowerPoint.Axis.TickLabelPosition.md) ###### [TickLabels](PowerPoint.Axis.TickLabels.md) ###### [TickLabelSpacing](PowerPoint.Axis.TickLabelSpacing.md) ###### [TickLabelSpacingIsAuto](PowerPoint.Axis.TickLabelSpacingIsAuto.md) ###### [TickMarkSpacing](PowerPoint.Axis.TickMarkSpacing.md) ###### [Top](PowerPoint.Axis.Top.md) ###### [Type](PowerPoint.Axis.Type.md) ###### [Width](PowerPoint.Axis.Width.md) #### [AxisTitle object](PowerPoint.AxisTitle.md) ##### Methods ###### [Delete](PowerPoint.AxisTitle.Delete.md) ###### [Select](PowerPoint.AxisTitle.Select.md) ##### Properties ###### [Application](PowerPoint.AxisTitle.Application.md) ###### [Caption](PowerPoint.AxisTitle.Caption.md) ###### [Characters](PowerPoint.AxisTitle.Characters.md) ###### [Creator](PowerPoint.AxisTitle.Creator.md) ###### [Format](PowerPoint.AxisTitle.Format.md) ###### [Formula](PowerPoint.AxisTitle.Formula.md) ###### [FormulaLocal](PowerPoint.AxisTitle.FormulaLocal.md) ###### [FormulaR1C1](PowerPoint.AxisTitle.FormulaR1C1.md) ###### [FormulaR1C1Local](PowerPoint.AxisTitle.FormulaR1C1Local.md) ###### [Height](PowerPoint.AxisTitle.Height.md) ###### [HorizontalAlignment](PowerPoint.AxisTitle.HorizontalAlignment.md) ###### [IncludeInLayout](PowerPoint.AxisTitle.IncludeInLayout.md) ###### [Left](PowerPoint.AxisTitle.Left.md) ###### [Name](PowerPoint.AxisTitle.Name.md) ###### [Orientation](PowerPoint.AxisTitle.Orientation.md) ###### [Parent](PowerPoint.AxisTitle.Parent.md) ###### [Position](PowerPoint.AxisTitle.Position.md) ###### [ReadingOrder](PowerPoint.AxisTitle.ReadingOrder.md) ###### [Shadow](PowerPoint.AxisTitle.Shadow.md) ###### [Text](PowerPoint.AxisTitle.Text.md) ###### [Top](PowerPoint.AxisTitle.Top.md) ###### [VerticalAlignment](PowerPoint.AxisTitle.VerticalAlignment.md) ###### [Width](PowerPoint.AxisTitle.Width.md) #### [Borders object](PowerPoint.Borders.md) ##### Methods ###### [Item](PowerPoint.Borders.Item.md) ##### Properties ###### [Application](PowerPoint.Borders.Application.md) ###### [Count](PowerPoint.Borders.Count.md) ###### [Parent](PowerPoint.Borders.Parent.md) #### [Broadcast object](PowerPoint.Broadcast.md) ##### Methods ###### [AddMeetingNotes](PowerPoint.broadcast.addmeetingnotes.md) ###### [End](PowerPoint.Broadcast.End.md) ###### [Pause](PowerPoint.broadcast.pause.md) ###### [Resume](PowerPoint.broadcast.resume.md) ###### [Start](PowerPoint.Broadcast.Start.md) ##### Properties ###### [Application](PowerPoint.Broadcast.Application.md) ###### [AttendeeUrl](PowerPoint.Broadcast.AttendeeUrl.md) ###### [Capabilities](PowerPoint.broadcast.capabilities.md) ###### [IsBroadcasting](PowerPoint.Broadcast.IsBroadcasting.md) ###### [Parent](PowerPoint.Broadcast.Parent.md) ###### [PresenterServiceUrl](PowerPoint.broadcast.presenterserviceurl.md) ###### [SessionID](PowerPoint.broadcast.sessionid.md) ###### [State](PowerPoint.broadcast.state.md) #### [BulletFormat object](PowerPoint.BulletFormat.md) ##### Methods ###### [Picture](PowerPoint.BulletFormat.Picture.md) ##### Properties ###### [Application](PowerPoint.BulletFormat.Application.md) ###### [Character](PowerPoint.BulletFormat.Character.md) ###### [Font](PowerPoint.BulletFormat.Font.md) ###### [Number](PowerPoint.BulletFormat.Number.md) ###### [Parent](PowerPoint.BulletFormat.Parent.md) ###### [RelativeSize](PowerPoint.BulletFormat.RelativeSize.md) ###### [StartValue](PowerPoint.BulletFormat.StartValue.md) ###### [Style](PowerPoint.BulletFormat.Style.md) ###### [Type](PowerPoint.BulletFormat.Type.md) ###### [UseTextColor](PowerPoint.BulletFormat.UseTextColor.md) ###### [UseTextFont](PowerPoint.BulletFormat.UseTextFont.md) #### [CalloutFormat object](PowerPoint.CalloutFormat.md) ##### Methods ###### [AutomaticLength](PowerPoint.CalloutFormat.AutomaticLength.md) ###### [CustomDrop](PowerPoint.CalloutFormat.CustomDrop.md) ###### [CustomLength](PowerPoint.CalloutFormat.CustomLength.md) ###### [PresetDrop](PowerPoint.CalloutFormat.PresetDrop.md) ##### Properties ###### [Accent](PowerPoint.CalloutFormat.Accent.md) ###### [Angle](PowerPoint.CalloutFormat.Angle.md) ###### [Application](PowerPoint.CalloutFormat.Application.md) ###### [AutoAttach](PowerPoint.CalloutFormat.AutoAttach.md) ###### [AutoLength](PowerPoint.CalloutFormat.AutoLength.md) ###### [Border](PowerPoint.CalloutFormat.Border.md) ###### [Creator](PowerPoint.CalloutFormat.Creator.md) ###### [Drop](PowerPoint.CalloutFormat.Drop.md) ###### [DropType](PowerPoint.CalloutFormat.DropType.md) ###### [Gap](PowerPoint.CalloutFormat.Gap.md) ###### [Length](PowerPoint.CalloutFormat.Length.md) ###### [Parent](PowerPoint.CalloutFormat.Parent.md) ###### [Type](PowerPoint.CalloutFormat.Type.md) #### [CategoryCollection object](PowerPoint.categorycollection.md) ##### Methods ###### [Item](PowerPoint.categorycollection.item.md) ##### Properties ###### [Application](PowerPoint.categorycollection.application.md) ###### [Count](PowerPoint.categorycollection.count.md) ###### [Creator](PowerPoint.categorycollection.creator.md) ###### [Parent](PowerPoint.categorycollection.parent.md) #### [Cell object](PowerPoint.Cell.md) ##### Methods ###### [Merge](PowerPoint.Cell.Merge.md) ###### [Select](PowerPoint.Cell.Select.md) ###### [Split](PowerPoint.Cell.Split.md) ##### Properties ###### [Application](PowerPoint.Cell.Application.md) ###### [Borders](PowerPoint.Cell.Borders.md) ###### [Parent](PowerPoint.Cell.Parent.md) ###### [Selected](PowerPoint.Cell.Selected.md) ###### [Shape](PowerPoint.Cell.Shape.md) #### [CellRange object](PowerPoint.CellRange.md) ##### Methods ###### [Item](PowerPoint.CellRange.Item.md) ##### Properties ###### [Application](PowerPoint.CellRange.Application.md) ###### [Borders](PowerPoint.CellRange.Borders.md) ###### [Count](PowerPoint.CellRange.Count.md) ###### [Parent](PowerPoint.CellRange.Parent.md) #### [Chart object](PowerPoint.Chart.md) ##### Methods ###### [ApplyChartTemplate](PowerPoint.Chart.ApplyChartTemplate.md) ###### [ApplyDataLabels](PowerPoint.Chart.ApplyDataLabels.md) ###### [ApplyLayout](PowerPoint.Chart.ApplyLayout.md) ###### [Axes](PowerPoint.Chart.Axes.md) ###### [ChartGroups](PowerPoint.Chart.ChartGroups.md) ###### [ChartWizard](PowerPoint.Chart.ChartWizard.md) ###### [ClearToMatchColorStyle](PowerPoint.chart.cleartomatchcolorstyle.md) ###### [ClearToMatchStyle](PowerPoint.Chart.ClearToMatchStyle.md) ###### [Copy](PowerPoint.Chart.Copy.md) ###### [CopyPicture](PowerPoint.Chart.CopyPicture.md) ###### [Delete](PowerPoint.Chart.Delete.md) ###### [Export](PowerPoint.Chart.Export.md) ###### [FullSeriesCollection](PowerPoint.chart.fullseriescollection.md) ###### [GetChartElement](PowerPoint.Chart.GetChartElement.md) ###### [Paste](PowerPoint.Chart.Paste.md) ###### [Refresh](PowerPoint.Chart.Refresh.md) ###### [SaveChartTemplate](PowerPoint.Chart.SaveChartTemplate.md) ###### [Select](PowerPoint.Chart.Select.md) ###### [SeriesCollection](PowerPoint.Chart.SeriesCollection.md) ###### [SetBackgroundPicture](PowerPoint.Chart.SetBackgroundPicture.md) ###### [SetDefaultChart](PowerPoint.Chart.SetDefaultChart.md) ###### [SetElement](PowerPoint.Chart.SetElement.md) ###### [SetSourceData](PowerPoint.Chart.SetSourceData.md) ##### Properties ###### [AlternativeText](PowerPoint.Chart.AlternativeText.md) ###### [Application](PowerPoint.Chart.Application.md) ###### [AutoScaling](PowerPoint.Chart.AutoScaling.md) ###### [BackWall](PowerPoint.Chart.BackWall.md) ###### [BarShape](PowerPoint.Chart.BarShape.md) ###### [CategoryLabelLevel](PowerPoint.chart.categorylabellevel.md) ###### [ChartArea](PowerPoint.Chart.ChartArea.md) ###### [ChartColor](PowerPoint.chart.chartcolor.md) ###### [ChartData](PowerPoint.Chart.ChartData.md) ###### [ChartStyle](PowerPoint.Chart.ChartStyle.md) ###### [ChartTitle](PowerPoint.Chart.ChartTitle.md) ###### [ChartType](PowerPoint.Chart.ChartType.md) ###### [Creator](PowerPoint.Chart.Creator.md) ###### [DataTable](PowerPoint.Chart.DataTable.md) ###### [DepthPercent](PowerPoint.Chart.DepthPercent.md) ###### [DisplayBlanksAs](PowerPoint.Chart.DisplayBlanksAs.md) ###### [Elevation](PowerPoint.Chart.Elevation.md) ###### [Floor](PowerPoint.Chart.Floor.md) ###### [Format](PowerPoint.Chart.Format.md) ###### [GapDepth](PowerPoint.Chart.GapDepth.md) ###### [HasAxis](PowerPoint.Chart.HasAxis.md) ###### [HasDataTable](PowerPoint.Chart.HasDataTable.md) ###### [HasLegend](PowerPoint.Chart.HasLegend.md) ###### [HasTitle](PowerPoint.Chart.HasTitle.md) ###### [HeightPercent](PowerPoint.Chart.HeightPercent.md) ###### [Legend](PowerPoint.Chart.Legend.md) ###### [Name](PowerPoint.Chart.Name.md) ###### [Parent](PowerPoint.Chart.Parent.md) ###### [Perspective](PowerPoint.Chart.Perspective.md) ###### [PlotArea](PowerPoint.Chart.PlotArea.md) ###### [PlotBy](PowerPoint.Chart.PlotBy.md) ###### [PlotVisibleOnly](PowerPoint.Chart.PlotVisibleOnly.md) ###### [RightAngleAxes](PowerPoint.Chart.RightAngleAxes.md) ###### [Rotation](PowerPoint.Chart.Rotation.md) ###### [SeriesNameLevel](PowerPoint.chart.seriesnamelevel.md) ###### [Shapes](PowerPoint.Chart.Shapes.md) ###### [ShowAllFieldButtons](PowerPoint.Chart.ShowAllFieldButtons.md) ###### [ShowAxisFieldButtons](PowerPoint.Chart.ShowAxisFieldButtons.md) ###### [ShowDataLabelsOverMaximum](PowerPoint.Chart.ShowDataLabelsOverMaximum.md) ###### [ShowLegendFieldButtons](PowerPoint.Chart.ShowLegendFieldButtons.md) ###### [ShowReportFilterFieldButtons](PowerPoint.Chart.ShowReportFilterFieldButtons.md) ###### [ShowValueFieldButtons](PowerPoint.Chart.ShowValueFieldButtons.md) ###### [SideWall](PowerPoint.Chart.SideWall.md) ###### [Title](PowerPoint.Chart.Title.md) ###### [Walls](PowerPoint.Chart.Walls.md) #### [ChartArea object](PowerPoint.ChartArea.md) ##### Methods ###### [Clear](PowerPoint.ChartArea.Clear.md) ###### [ClearContents](PowerPoint.ChartArea.ClearContents.md) ###### [ClearFormats](PowerPoint.ChartArea.ClearFormats.md) ###### [Copy](PowerPoint.ChartArea.Copy.md) ###### [Select](PowerPoint.ChartArea.Select.md) ##### Properties ###### [Application](PowerPoint.ChartArea.Application.md) ###### [Creator](PowerPoint.ChartArea.Creator.md) ###### [Format](PowerPoint.ChartArea.Format.md) ###### [Height](PowerPoint.ChartArea.Height.md) ###### [Left](PowerPoint.ChartArea.Left.md) ###### [Name](PowerPoint.ChartArea.Name.md) ###### [Parent](PowerPoint.ChartArea.Parent.md) ###### [Shadow](PowerPoint.ChartArea.Shadow.md) ###### [Top](PowerPoint.ChartArea.Top.md) ###### [Width](PowerPoint.ChartArea.Width.md) #### [ChartBorder object](PowerPoint.ChartBorder.md) ##### Properties ###### [Application](PowerPoint.ChartBorder.Application.md) ###### [Color](PowerPoint.ChartBorder.Color.md) ###### [ColorIndex](PowerPoint.ChartBorder.ColorIndex.md) ###### [Creator](PowerPoint.ChartBorder.Creator.md) ###### [LineStyle](PowerPoint.ChartBorder.LineStyle.md) ###### [Parent](PowerPoint.ChartBorder.Parent.md) ###### [Weight](PowerPoint.ChartBorder.Weight.md) #### [ChartCategory object](PowerPoint.chartcategory.md) ##### Properties ###### [IsFiltered](PowerPoint.chartcategory.isfiltered.md) ###### [Name](PowerPoint.chartcategory.name.md) ###### [Parent](PowerPoint.chartcategory.parent.md) #### [ChartCharacters object](PowerPoint.ChartCharacters.md) ##### Methods ###### [Delete](PowerPoint.ChartCharacters.Delete.md) ###### [Insert](PowerPoint.ChartCharacters.Insert.md) ##### Properties ###### [Application](PowerPoint.ChartCharacters.Application.md) ###### [Caption](PowerPoint.ChartCharacters.Caption.md) ###### [Count](PowerPoint.ChartCharacters.Count.md) ###### [Creator](PowerPoint.ChartCharacters.Creator.md) ###### [Font](PowerPoint.ChartCharacters.Font.md) ###### [Parent](PowerPoint.ChartCharacters.Parent.md) ###### [PhoneticCharacters](PowerPoint.ChartCharacters.PhoneticCharacters.md) ###### [Text](PowerPoint.ChartCharacters.Text.md) #### [ChartData object](PowerPoint.ChartData.md) ##### Methods ###### [Activate](PowerPoint.ChartData.Activate.md) ###### [ActivateChartDataWindow](PowerPoint.chartdata.activatechartdatawindow.md) ###### [BreakLink](PowerPoint.ChartData.BreakLink.md) ##### Properties ###### [IsLinked](PowerPoint.ChartData.IsLinked.md) ###### [Workbook](PowerPoint.ChartData.Workbook.md) #### [ChartFont object](PowerPoint.ChartFont.md) ##### Properties ###### [Application](PowerPoint.ChartFont.Application.md) ###### [Background](PowerPoint.ChartFont.Background.md) ###### [Bold](PowerPoint.ChartFont.Bold.md) ###### [Color](PowerPoint.ChartFont.Color.md) ###### [ColorIndex](PowerPoint.ChartFont.ColorIndex.md) ###### [Creator](PowerPoint.ChartFont.Creator.md) ###### [FontStyle](PowerPoint.ChartFont.FontStyle.md) ###### [Italic](PowerPoint.ChartFont.Italic.md) ###### [Name](PowerPoint.ChartFont.Name.md) ###### [Parent](PowerPoint.ChartFont.Parent.md) ###### [Size](PowerPoint.ChartFont.Size.md) ###### [Strikethrough](PowerPoint.ChartFont.StrikeThrough.md) ###### [Subscript](PowerPoint.ChartFont.Subscript.md) ###### [Superscript](PowerPoint.chartfont.superscript.md) ###### [Underline](PowerPoint.ChartFont.Underline.md) #### [ChartFormat object](PowerPoint.ChartFormat.md) ##### Properties ###### [Adjustments](PowerPoint.chartformat.adjustments.md) ###### [Application](PowerPoint.ChartFormat.Application.md) ###### [AutoShapeType](PowerPoint.chartformat.autoshapetype.md) ###### [Creator](PowerPoint.ChartFormat.Creator.md) ###### [Fill](PowerPoint.ChartFormat.Fill.md) ###### [Glow](PowerPoint.ChartFormat.Glow.md) ###### [Line](PowerPoint.ChartFormat.Line.md) ###### [Parent](PowerPoint.ChartFormat.Parent.md) ###### [PictureFormat](PowerPoint.ChartFormat.PictureFormat.md) ###### [Shadow](PowerPoint.ChartFormat.Shadow.md) ###### [SoftEdge](PowerPoint.ChartFormat.SoftEdge.md) ###### [TextFrame2](PowerPoint.ChartFormat.TextFrame2.md) ###### [ThreeD](PowerPoint.ChartFormat.ThreeD.md) #### [ChartGroup object](PowerPoint.ChartGroup.md) ##### Methods ###### [CategoryCollection](PowerPoint.chartgroup.categorycollection.md) ###### [FullCategoryCollection](PowerPoint.chartgroup.fullcategorycollection.md) ###### [SeriesCollection](PowerPoint.ChartGroup.SeriesCollection.md) ##### Properties ###### [Application](PowerPoint.ChartGroup.Application.md) ###### [AxisGroup](PowerPoint.ChartGroup.AxisGroup.md) ###### [BinsCountValue](PowerPoint.chartgroup.binscountvalue.md) ###### [BinsOverflowEnabled](PowerPoint.chartgroup.binsoverflowenabled.md) ###### [BinsOverflowValue](PowerPoint.chartgroup.binsoverflowvalue.md) ###### [BinsType](PowerPoint.chartgroup.binstype.md) ###### [BinsUnderflowEnabled](PowerPoint.chartgroup.binsunderflowenabled.md) ###### [BinsUnderflowValue](PowerPoint.chartgroup.binsunderflowvalue.md) ###### [BinWidthValue](PowerPoint.chartgroup.binwidthvalue.md) ###### [BubbleScale](PowerPoint.ChartGroup.BubbleScale.md) ###### [Creator](PowerPoint.ChartGroup.Creator.md) ###### [DoughnutHoleSize](PowerPoint.ChartGroup.DoughnutHoleSize.md) ###### [DownBars](PowerPoint.ChartGroup.DownBars.md) ###### [DropLines](PowerPoint.ChartGroup.DropLines.md) ###### [FirstSliceAngle](PowerPoint.ChartGroup.FirstSliceAngle.md) ###### [GapWidth](PowerPoint.ChartGroup.GapWidth.md) ###### [Has3DShading](PowerPoint.ChartGroup.Has3DShading.md) ###### [HasDropLines](PowerPoint.ChartGroup.HasDropLines.md) ###### [HasHiLoLines](PowerPoint.ChartGroup.HasHiLoLines.md) ###### [HasRadarAxisLabels](PowerPoint.ChartGroup.HasRadarAxisLabels.md) ###### [HasSeriesLines](PowerPoint.ChartGroup.HasSeriesLines.md) ###### [HasUpDownBars](PowerPoint.ChartGroup.HasUpDownBars.md) ###### [HiLoLines](PowerPoint.ChartGroup.HiLoLines.md) ###### [Index](PowerPoint.ChartGroup.Index.md) ###### [Overlap](PowerPoint.ChartGroup.Overlap.md) ###### [Parent](PowerPoint.ChartGroup.Parent.md) ###### [RadarAxisLabels](PowerPoint.ChartGroup.RadarAxisLabels.md) ###### [SecondPlotSize](PowerPoint.ChartGroup.SecondPlotSize.md) ###### [SeriesLines](PowerPoint.ChartGroup.SeriesLines.md) ###### [ShowNegativeBubbles](PowerPoint.ChartGroup.ShowNegativeBubbles.md) ###### [SizeRepresents](PowerPoint.ChartGroup.SizeRepresents.md) ###### [SplitType](PowerPoint.ChartGroup.SplitType.md) ###### [SplitValue](PowerPoint.ChartGroup.SplitValue.md) ###### [UpBars](PowerPoint.ChartGroup.UpBars.md) ###### [VaryByCategories](PowerPoint.ChartGroup.VaryByCategories.md) #### [ChartGroups object](PowerPoint.ChartGroups.md) ##### Methods ###### [Item](PowerPoint.ChartGroups.Item.md) ##### Properties ###### [Application](PowerPoint.ChartGroups.Application.md) ###### [Count](PowerPoint.ChartGroups.Count.md) ###### [Creator](PowerPoint.ChartGroups.Creator.md) ###### [Parent](PowerPoint.ChartGroups.Parent.md) #### [ChartTitle object](PowerPoint.ChartTitle.md) ##### Methods ###### [Delete](PowerPoint.ChartTitle.Delete.md) ###### [Select](PowerPoint.ChartTitle.Select.md) ##### Properties ###### [Application](PowerPoint.ChartTitle.Application.md) ###### [Caption](PowerPoint.ChartTitle.Caption.md) ###### [Characters](PowerPoint.ChartTitle.Characters.md) ###### [Creator](PowerPoint.ChartTitle.Creator.md) ###### [Format](PowerPoint.ChartTitle.Format.md) ###### [Formula](PowerPoint.ChartTitle.Formula.md) ###### [FormulaLocal](PowerPoint.ChartTitle.FormulaLocal.md) ###### [FormulaR1C1](PowerPoint.ChartTitle.FormulaR1C1.md) ###### [FormulaR1C1Local](PowerPoint.ChartTitle.FormulaR1C1Local.md) ###### [Height](PowerPoint.ChartTitle.Height.md) ###### [HorizontalAlignment](PowerPoint.ChartTitle.HorizontalAlignment.md) ###### [IncludeInLayout](PowerPoint.ChartTitle.IncludeInLayout.md) ###### [Left](PowerPoint.ChartTitle.Left.md) ###### [Name](PowerPoint.ChartTitle.Name.md) ###### [Orientation](PowerPoint.ChartTitle.Orientation.md) ###### [Parent](PowerPoint.ChartTitle.Parent.md) ###### [Position](PowerPoint.ChartTitle.Position.md) ###### [ReadingOrder](PowerPoint.ChartTitle.ReadingOrder.md) ###### [Shadow](PowerPoint.ChartTitle.Shadow.md) ###### [Text](PowerPoint.ChartTitle.Text.md) ###### [Top](PowerPoint.ChartTitle.Top.md) ###### [VerticalAlignment](PowerPoint.ChartTitle.VerticalAlignment.md) ###### [Width](PowerPoint.ChartTitle.Width.md) #### [Coauthoring object](PowerPoint.Coauthoring.md) ##### Methods ###### [EndReview](PowerPoint.Coauthoring.EndReview.md) ##### Properties ###### [Application](PowerPoint.Coauthoring.Application.md) ###### [FavorServerEditsDuringMerge](PowerPoint.Coauthoring.FavorServerEditsDuringMerge.md) ###### [MergeMode](PowerPoint.Coauthoring.MergeMode.md) ###### [Parent](PowerPoint.Coauthoring.Parent.md) ###### [PendingUpdates](PowerPoint.Coauthoring.PendingUpdates.md) #### [ColorEffect object](PowerPoint.ColorEffect.md) ##### Properties ###### [Application](PowerPoint.ColorEffect.Application.md) ###### [By](PowerPoint.ColorEffect.By.md) ###### [From](PowerPoint.ColorEffect.From.md) ###### [Parent](PowerPoint.ColorEffect.Parent.md) ###### [To](PowerPoint.ColorEffect.To.md) #### [ColorFormat object](PowerPoint.ColorFormat.md) ##### Properties ###### [Application](PowerPoint.ColorFormat.Application.md) ###### [Brightness](PowerPoint.ColorFormat.Brightness.md) ###### [Creator](PowerPoint.ColorFormat.Creator.md) ###### [ObjectThemeColor](PowerPoint.ColorFormat.ObjectThemeColor.md) ###### [Parent](PowerPoint.ColorFormat.Parent.md) ###### [RGB](PowerPoint.ColorFormat.RGB.md) ###### [SchemeColor](PowerPoint.ColorFormat.SchemeColor.md) ###### [TintAndShade](PowerPoint.ColorFormat.TintAndShade.md) ###### [Type](PowerPoint.ColorFormat.Type.md) #### [ColorScheme object](PowerPoint.ColorScheme.md) ##### Methods ###### [Colors](PowerPoint.ColorScheme.Colors.md) ###### [Delete](PowerPoint.ColorScheme.Delete.md) ##### Properties ###### [Application](PowerPoint.ColorScheme.Application.md) ###### [Count](PowerPoint.ColorScheme.Count.md) ###### [Parent](PowerPoint.ColorScheme.Parent.md) #### [ColorSchemes object](PowerPoint.ColorSchemes.md) ##### Methods ###### [Add](PowerPoint.ColorSchemes.Add.md) ###### [Item](PowerPoint.ColorSchemes.Item.md) ##### Properties ###### [Application](PowerPoint.ColorSchemes.Application.md) ###### [Count](PowerPoint.ColorSchemes.Count.md) ###### [Parent](PowerPoint.ColorSchemes.Parent.md) #### [Column object](PowerPoint.Column.md) ##### Methods ###### [Delete](PowerPoint.Column.Delete.md) ###### [Select](PowerPoint.Column.Select.md) ##### Properties ###### [Application](PowerPoint.Column.Application.md) ###### [Cells](PowerPoint.Column.Cells.md) ###### [Parent](PowerPoint.Column.Parent.md) ###### [Width](PowerPoint.Column.Width.md) #### [Columns object](PowerPoint.Columns.md) ##### Methods ###### [Add](PowerPoint.Columns.Add.md) ###### [Item](PowerPoint.Columns.Item.md) ##### Properties ###### [Application](PowerPoint.Columns.Application.md) ###### [Count](PowerPoint.Columns.Count.md) ###### [Parent](PowerPoint.Columns.Parent.md) #### [CommandEffect object](PowerPoint.CommandEffect.md) ##### Properties ###### [Application](PowerPoint.CommandEffect.Application.md) ###### [bookmark](PowerPoint.CommandEffect.Bookmark.md) ###### [Command](PowerPoint.CommandEffect.Command.md) ###### [Parent](PowerPoint.CommandEffect.Parent.md) ###### [Type](PowerPoint.CommandEffect.Type.md) #### [Comment object](PowerPoint.Comment.md) ##### Methods ###### [Delete](PowerPoint.Comment.Delete.md) ##### Properties ###### [Application](PowerPoint.Comment.Application.md) ###### [Author](PowerPoint.Comment.Author.md) ###### [AuthorIndex](PowerPoint.Comment.AuthorIndex.md) ###### [AuthorInitials](PowerPoint.Comment.AuthorInitials.md) ###### [Collapsed](PowerPoint.comment.collapsed.md) ###### [DateTime](PowerPoint.Comment.DateTime.md) ###### [Left](PowerPoint.Comment.Left.md) ###### [Parent](PowerPoint.Comment.Parent.md) ###### [ProviderID](PowerPoint.comment.providerid.md) ###### [Replies](PowerPoint.comment.replies.md) ###### [Text](PowerPoint.Comment.Text.md) ###### [TimeZoneBias](PowerPoint.comment.timezonebias.md) ###### [Top](PowerPoint.Comment.Top.md) ###### [UserID](PowerPoint.comment.userid.md) #### [Comments object](PowerPoint.Comments.md) ##### Methods ###### [Add](PowerPoint.Comments.Add.md) ###### [Add2](PowerPoint.comments.add2.md) ###### [Item](PowerPoint.Comments.Item.md) ##### Properties ###### [Application](PowerPoint.Comments.Application.md) ###### [Count](PowerPoint.Comments.Count.md) ###### [Parent](PowerPoint.Comments.Parent.md) #### [ConnectorFormat object](PowerPoint.ConnectorFormat.md) ##### Methods ###### [BeginConnect](PowerPoint.ConnectorFormat.BeginConnect.md) ###### [BeginDisconnect](PowerPoint.ConnectorFormat.BeginDisconnect.md) ###### [EndConnect](PowerPoint.ConnectorFormat.EndConnect.md) ###### [EndDisconnect](PowerPoint.ConnectorFormat.EndDisconnect.md) ##### Properties ###### [Application](PowerPoint.ConnectorFormat.Application.md) ###### [BeginConnected](PowerPoint.ConnectorFormat.BeginConnected.md) ###### [BeginConnectedShape](PowerPoint.ConnectorFormat.BeginConnectedShape.md) ###### [BeginConnectionSite](PowerPoint.ConnectorFormat.BeginConnectionSite.md) ###### [Creator](PowerPoint.ConnectorFormat.Creator.md) ###### [EndConnected](PowerPoint.ConnectorFormat.EndConnected.md) ###### [EndConnectedShape](PowerPoint.ConnectorFormat.EndConnectedShape.md) ###### [EndConnectionSite](PowerPoint.ConnectorFormat.EndConnectionSite.md) ###### [Parent](PowerPoint.ConnectorFormat.Parent.md) ###### [Type](PowerPoint.ConnectorFormat.Type.md) #### [CustomerData object](PowerPoint.CustomerData.md) ##### Methods ###### [Add](PowerPoint.CustomerData.Add.md) ###### [Delete](PowerPoint.CustomerData.Delete.md) ###### [Item](PowerPoint.CustomerData.Item.md) ##### Properties ###### [Application](PowerPoint.CustomerData.Application.md) ###### [Count](PowerPoint.CustomerData.Count.md) ###### [Parent](PowerPoint.CustomerData.Parent.md) #### [CustomLayout object](PowerPoint.CustomLayout.md) ##### Methods ###### [Copy](PowerPoint.CustomLayout.Copy.md) ###### [Cut](PowerPoint.CustomLayout.Cut.md) ###### [Delete](PowerPoint.CustomLayout.Delete.md) ###### [Duplicate](PowerPoint.CustomLayout.Duplicate.md) ###### [MoveTo](PowerPoint.CustomLayout.MoveTo.md) ###### [Select](PowerPoint.CustomLayout.Select.md) ##### Properties ###### [Application](PowerPoint.CustomLayout.Application.md) ###### [Background](PowerPoint.CustomLayout.Background.md) ###### [CustomerData](PowerPoint.CustomLayout.CustomerData.md) ###### [Design](PowerPoint.CustomLayout.Design.md) ###### [DisplayMasterShapes](PowerPoint.CustomLayout.DisplayMasterShapes.md) ###### [FollowMasterBackground](PowerPoint.CustomLayout.FollowMasterBackground.md) ###### [Guides](PowerPoint.customlayout.guides.md) ###### [HeadersFooters](PowerPoint.CustomLayout.HeadersFooters.md) ###### [Height](PowerPoint.CustomLayout.Height.md) ###### [Hyperlinks](PowerPoint.CustomLayout.Hyperlinks.md) ###### [Index](PowerPoint.CustomLayout.Index.md) ###### [MatchingName](PowerPoint.CustomLayout.MatchingName.md) ###### [Name](PowerPoint.CustomLayout.Name.md) ###### [Parent](PowerPoint.CustomLayout.Parent.md) ###### [Preserved](PowerPoint.CustomLayout.Preserved.md) ###### [Shapes](PowerPoint.CustomLayout.Shapes.md) ###### [SlideShowTransition](PowerPoint.CustomLayout.SlideShowTransition.md) ###### [ThemeColorScheme](PowerPoint.CustomLayout.ThemeColorScheme.md) ###### [TimeLine](PowerPoint.CustomLayout.TimeLine.md) ###### [Width](PowerPoint.CustomLayout.Width.md) #### [CustomLayouts object](PowerPoint.CustomLayouts.md) ##### Methods ###### [Add](PowerPoint.CustomLayouts.Add.md) ###### [Item](PowerPoint.CustomLayouts.Item.md) ###### [Paste](PowerPoint.CustomLayouts.Paste.md) ##### Properties ###### [Application](PowerPoint.CustomLayouts.Application.md) ###### [Count](PowerPoint.CustomLayouts.Count.md) ###### [Parent](PowerPoint.CustomLayouts.Parent.md) #### [DataLabel object](PowerPoint.DataLabel.md) ##### Methods ###### [Delete](PowerPoint.DataLabel.Delete.md) ###### [Select](PowerPoint.DataLabel.Select.md) ##### Properties ###### [Application](PowerPoint.DataLabel.Application.md) ###### [AutoText](PowerPoint.DataLabel.AutoText.md) ###### [Caption](PowerPoint.DataLabel.Caption.md) ###### [Characters](PowerPoint.DataLabel.Characters.md) ###### [Creator](PowerPoint.DataLabel.Creator.md) ###### [Format](PowerPoint.DataLabel.Format.md) ###### [Formula](PowerPoint.DataLabel.Formula.md) ###### [FormulaLocal](PowerPoint.DataLabel.FormulaLocal.md) ###### [FormulaR1C1](PowerPoint.DataLabel.FormulaR1C1.md) ###### [FormulaR1C1Local](PowerPoint.DataLabel.FormulaR1C1Local.md) ###### [Height](PowerPoint.DataLabel.Height.md) ###### [HorizontalAlignment](PowerPoint.DataLabel.HorizontalAlignment.md) ###### [Left](PowerPoint.DataLabel.Left.md) ###### [Name](PowerPoint.DataLabel.Name.md) ###### [NumberFormat](PowerPoint.DataLabel.NumberFormat.md) ###### [NumberFormatLinked](PowerPoint.DataLabel.NumberFormatLinked.md) ###### [NumberFormatLocal](PowerPoint.DataLabel.NumberFormatLocal.md) ###### [Orientation](PowerPoint.DataLabel.Orientation.md) ###### [Parent](PowerPoint.DataLabel.Parent.md) ###### [Position](PowerPoint.DataLabel.Position.md) ###### [ReadingOrder](PowerPoint.DataLabel.ReadingOrder.md) ###### [Separator](PowerPoint.DataLabel.Separator.md) ###### [Shadow](PowerPoint.DataLabel.Shadow.md) ###### [ShowBubbleSize](PowerPoint.DataLabel.ShowBubbleSize.md) ###### [ShowCategoryName](PowerPoint.DataLabel.ShowCategoryName.md) ###### [ShowLegendKey](PowerPoint.DataLabel.ShowLegendKey.md) ###### [ShowPercentage](PowerPoint.DataLabel.ShowPercentage.md) ###### [ShowRange](PowerPoint.datalabel.showrange.md) ###### [ShowSeriesName](PowerPoint.DataLabel.ShowSeriesName.md) ###### [ShowValue](PowerPoint.DataLabel.ShowValue.md) ###### [Text](PowerPoint.DataLabel.Text.md) ###### [Top](PowerPoint.DataLabel.Top.md) ###### [VerticalAlignment](PowerPoint.DataLabel.VerticalAlignment.md) ###### [Width](PowerPoint.DataLabel.Width.md) #### [DataLabels object](PowerPoint.DataLabels.md) ##### Methods ###### [Delete](PowerPoint.DataLabels.Delete.md) ###### [Item](PowerPoint.DataLabels.Item.md) ###### [Propagate](PowerPoint.datalabels.propagate.md) ###### [Select](PowerPoint.DataLabels.Select.md) ##### Properties ###### [Application](PowerPoint.DataLabels.Application.md) ###### [AutoText](PowerPoint.DataLabels.AutoText.md) ###### [Count](PowerPoint.DataLabels.Count.md) ###### [Creator](PowerPoint.DataLabels.Creator.md) ###### [Format](PowerPoint.DataLabels.Format.md) ###### [HorizontalAlignment](PowerPoint.DataLabels.HorizontalAlignment.md) ###### [Name](PowerPoint.DataLabels.Name.md) ###### [NumberFormat](PowerPoint.DataLabels.NumberFormat.md) ###### [NumberFormatLinked](PowerPoint.DataLabels.NumberFormatLinked.md) ###### [NumberFormatLocal](PowerPoint.DataLabels.NumberFormatLocal.md) ###### [Orientation](PowerPoint.DataLabels.Orientation.md) ###### [Parent](PowerPoint.DataLabels.Parent.md) ###### [Position](PowerPoint.datalabels.position.md) ###### [ReadingOrder](PowerPoint.DataLabels.ReadingOrder.md) ###### [Separator](PowerPoint.DataLabels.Separator.md) ###### [Shadow](PowerPoint.DataLabels.Shadow.md) ###### [ShowBubbleSize](PowerPoint.DataLabels.ShowBubbleSize.md) ###### [ShowCategoryName](PowerPoint.DataLabels.ShowCategoryName.md) ###### [ShowLegendKey](PowerPoint.DataLabels.ShowLegendKey.md) ###### [ShowPercentage](PowerPoint.DataLabels.ShowPercentage.md) ###### [ShowRange](PowerPoint.datalabels.showrange.md) ###### [ShowSeriesName](PowerPoint.DataLabels.ShowSeriesName.md) ###### [ShowValue](PowerPoint.DataLabels.ShowValue.md) ###### [VerticalAlignment](PowerPoint.DataLabels.VerticalAlignment.md) #### [DataTable object](PowerPoint.DataTable.md) ##### Methods ###### [Delete](PowerPoint.DataTable.Delete.md) ###### [Select](PowerPoint.DataTable.Select.md) ##### Properties ###### [Application](PowerPoint.DataTable.Application.md) ###### [Border](PowerPoint.DataTable.Border.md) ###### [Creator](PowerPoint.DataTable.Creator.md) ###### [Font](PowerPoint.DataTable.Font.md) ###### [Format](PowerPoint.DataTable.Format.md) ###### [HasBorderHorizontal](PowerPoint.DataTable.HasBorderHorizontal.md) ###### [HasBorderOutline](PowerPoint.DataTable.HasBorderOutline.md) ###### [HasBorderVertical](PowerPoint.DataTable.HasBorderVertical.md) ###### [Parent](PowerPoint.DataTable.Parent.md) ###### [ShowLegendKey](PowerPoint.DataTable.ShowLegendKey.md) #### [Design object](PowerPoint.Design.md) ##### Methods ###### [Delete](PowerPoint.Design.Delete.md) ###### [MoveTo](PowerPoint.Design.MoveTo.md) ##### Properties ###### [Application](PowerPoint.Design.Application.md) ###### [Index](PowerPoint.Design.Index.md) ###### [Name](PowerPoint.Design.Name.md) ###### [Parent](PowerPoint.Design.Parent.md) ###### [Preserved](PowerPoint.Design.Preserved.md) ###### [SlideMaster](PowerPoint.Design.SlideMaster.md) #### [Designs object](PowerPoint.Designs.md) ##### Methods ###### [Add](PowerPoint.Designs.Add.md) ###### [Clone](PowerPoint.Designs.Clone.md) ###### [Item](PowerPoint.Designs.Item.md) ###### [Load](PowerPoint.Designs.Load.md) ##### Properties ###### [Application](PowerPoint.Designs.Application.md) ###### [Count](PowerPoint.Designs.Count.md) ###### [Parent](PowerPoint.Designs.Parent.md) #### [DisplayUnitLabel object](PowerPoint.DisplayUnitLabel.md) ##### Methods ###### [Delete](PowerPoint.DisplayUnitLabel.Delete.md) ###### [Select](PowerPoint.DisplayUnitLabel.Select.md) ##### Properties ###### [Application](PowerPoint.DisplayUnitLabel.Application.md) ###### [Caption](PowerPoint.DisplayUnitLabel.Caption.md) ###### [Characters](PowerPoint.DisplayUnitLabel.Characters.md) ###### [Creator](PowerPoint.DisplayUnitLabel.Creator.md) ###### [Format](PowerPoint.DisplayUnitLabel.Format.md) ###### [Formula](PowerPoint.DisplayUnitLabel.Formula.md) ###### [FormulaLocal](PowerPoint.DisplayUnitLabel.FormulaLocal.md) ###### [FormulaR1C1](PowerPoint.DisplayUnitLabel.FormulaR1C1.md) ###### [FormulaR1C1Local](PowerPoint.DisplayUnitLabel.FormulaR1C1Local.md) ###### [Height](PowerPoint.DisplayUnitLabel.Height.md) ###### [HorizontalAlignment](PowerPoint.DisplayUnitLabel.HorizontalAlignment.md) ###### [Left](PowerPoint.DisplayUnitLabel.Left.md) ###### [Name](PowerPoint.DisplayUnitLabel.Name.md) ###### [Orientation](PowerPoint.DisplayUnitLabel.Orientation.md) ###### [Parent](PowerPoint.DisplayUnitLabel.Parent.md) ###### [Position](PowerPoint.DisplayUnitLabel.Position.md) ###### [ReadingOrder](PowerPoint.DisplayUnitLabel.ReadingOrder.md) ###### [Shadow](PowerPoint.DisplayUnitLabel.Shadow.md) ###### [Text](PowerPoint.DisplayUnitLabel.Text.md) ###### [Top](PowerPoint.DisplayUnitLabel.Top.md) ###### [VerticalAlignment](PowerPoint.DisplayUnitLabel.VerticalAlignment.md) ###### [Width](PowerPoint.DisplayUnitLabel.Width.md) #### [DocumentWindow object](PowerPoint.DocumentWindow.md) ##### Methods ###### [Activate](PowerPoint.DocumentWindow.Activate.md) ###### [Close](PowerPoint.DocumentWindow.Close.md) ###### [ExpandSection](PowerPoint.DocumentWindow.ExpandSection.md) ###### [FitToPage](PowerPoint.DocumentWindow.FitToPage.md) ###### [IsSectionExpanded](PowerPoint.DocumentWindow.IsSectionExpanded.md) ###### [LargeScroll](PowerPoint.DocumentWindow.LargeScroll.md) ###### [NewWindow](PowerPoint.DocumentWindow.NewWindow.md) ###### [PointsToScreenPixelsX](PowerPoint.DocumentWindow.PointsToScreenPixelsX.md) ###### [PointsToScreenPixelsY](PowerPoint.DocumentWindow.PointsToScreenPixelsY.md) ###### [RangeFromPoint](PowerPoint.DocumentWindow.RangeFromPoint.md) ###### [ScrollIntoView](PowerPoint.DocumentWindow.ScrollIntoView.md) ###### [ShowInsertAppDialog](PowerPoint.documentwindow.showinsertappdialog.md) ###### [SmallScroll](PowerPoint.DocumentWindow.SmallScroll.md) ##### Properties ###### [Active](PowerPoint.DocumentWindow.Active.md) ###### [ActivePane](PowerPoint.DocumentWindow.ActivePane.md) ###### [Application](PowerPoint.DocumentWindow.Application.md) ###### [BlackAndWhite](PowerPoint.DocumentWindow.BlackAndWhite.md) ###### [Caption](PowerPoint.DocumentWindow.Caption.md) ###### [Height](PowerPoint.DocumentWindow.Height.md) ###### [Left](PowerPoint.DocumentWindow.Left.md) ###### [Panes](PowerPoint.DocumentWindow.Panes.md) ###### [Parent](PowerPoint.DocumentWindow.Parent.md) ###### [Presentation](PowerPoint.DocumentWindow.Presentation.md) ###### [Selection](PowerPoint.DocumentWindow.Selection.md) ###### [SplitHorizontal](PowerPoint.DocumentWindow.SplitHorizontal.md) ###### [SplitVertical](PowerPoint.DocumentWindow.SplitVertical.md) ###### [Top](PowerPoint.DocumentWindow.Top.md) ###### [View](PowerPoint.DocumentWindow.View.md) ###### [ViewType](PowerPoint.DocumentWindow.ViewType.md) ###### [Width](PowerPoint.DocumentWindow.Width.md) ###### [WindowState](PowerPoint.DocumentWindow.WindowState.md) #### [DocumentWindows object](PowerPoint.DocumentWindows.md) ##### Methods ###### [Arrange](PowerPoint.DocumentWindows.Arrange.md) ###### [Item](PowerPoint.DocumentWindows.Item.md) ##### Properties ###### [Application](PowerPoint.DocumentWindows.Application.md) ###### [Count](PowerPoint.DocumentWindows.Count.md) ###### [Parent](PowerPoint.DocumentWindows.Parent.md) #### [DownBars object](PowerPoint.DownBars.md) ##### Methods ###### [Delete](PowerPoint.DownBars.Delete.md) ###### [Select](PowerPoint.DownBars.Select.md) ##### Properties ###### [Application](PowerPoint.DownBars.Application.md) ###### [Creator](PowerPoint.DownBars.Creator.md) ###### [Format](PowerPoint.DownBars.Format.md) ###### [Name](PowerPoint.DownBars.Name.md) ###### [Parent](PowerPoint.DownBars.Parent.md) #### [DropLines object](PowerPoint.DropLines.md) ##### Methods ###### [Delete](PowerPoint.DropLines.Delete.md) ###### [Select](PowerPoint.DropLines.Select.md) ##### Properties ###### [Application](PowerPoint.DropLines.Application.md) ###### [Border](PowerPoint.DropLines.Border.md) ###### [Creator](PowerPoint.DropLines.Creator.md) ###### [Format](PowerPoint.DropLines.Format.md) ###### [Name](PowerPoint.DropLines.Name.md) ###### [Parent](PowerPoint.DropLines.Parent.md) #### [Effect object](PowerPoint.Effect.md) ##### Methods ###### [Delete](PowerPoint.Effect.Delete.md) ###### [MoveAfter](PowerPoint.Effect.MoveAfter.md) ###### [MoveBefore](PowerPoint.Effect.MoveBefore.md) ###### [MoveTo](PowerPoint.Effect.MoveTo.md) ##### Properties ###### [Application](PowerPoint.Effect.Application.md) ###### [Behaviors](PowerPoint.Effect.Behaviors.md) ###### [DisplayName](PowerPoint.Effect.DisplayName.md) ###### [EffectInformation](PowerPoint.Effect.EffectInformation.md) ###### [EffectParameters](PowerPoint.Effect.EffectParameters.md) ###### [EffectType](PowerPoint.Effect.EffectType.md) ###### [Exit](PowerPoint.Effect.Exit.md) ###### [Index](PowerPoint.Effect.Index.md) ###### [Paragraph](PowerPoint.Effect.Paragraph.md) ###### [Parent](PowerPoint.Effect.Parent.md) ###### [Shape](PowerPoint.Effect.Shape.md) ###### [TextRangeLength](PowerPoint.Effect.TextRangeLength.md) ###### [TextRangeStart](PowerPoint.Effect.TextRangeStart.md) ###### [Timing](PowerPoint.Effect.Timing.md) #### [EffectInformation object](PowerPoint.EffectInformation.md) ##### Properties ###### [AfterEffect](PowerPoint.EffectInformation.AfterEffect.md) ###### [AnimateBackground](PowerPoint.EffectInformation.AnimateBackground.md) ###### [AnimateTextInReverse](PowerPoint.EffectInformation.AnimateTextInReverse.md) ###### [Application](PowerPoint.EffectInformation.Application.md) ###### [BuildByLevelEffect](PowerPoint.EffectInformation.BuildByLevelEffect.md) ###### [Dim](PowerPoint.EffectInformation.Dim.md) ###### [Parent](PowerPoint.EffectInformation.Parent.md) ###### [PlaySettings](PowerPoint.EffectInformation.PlaySettings.md) ###### [SoundEffect](PowerPoint.EffectInformation.SoundEffect.md) ###### [TextUnitEffect](PowerPoint.EffectInformation.TextUnitEffect.md) #### [EffectParameters object](PowerPoint.EffectParameters.md) ##### Properties ###### [Amount](PowerPoint.EffectParameters.Amount.md) ###### [Application](PowerPoint.EffectParameters.Application.md) ###### [Color2](PowerPoint.EffectParameters.Color2.md) ###### [Direction](PowerPoint.EffectParameters.Direction.md) ###### [FontName](PowerPoint.EffectParameters.FontName.md) ###### [Parent](PowerPoint.EffectParameters.Parent.md) ###### [Relative](PowerPoint.EffectParameters.Relative.md) ###### [Size](PowerPoint.EffectParameters.Size.md) #### [ErrorBars object](PowerPoint.ErrorBars.md) ##### Methods ###### [ClearFormats](PowerPoint.ErrorBars.ClearFormats.md) ###### [Delete](PowerPoint.ErrorBars.Delete.md) ###### [Select](PowerPoint.ErrorBars.Select.md) ##### Properties ###### [Application](PowerPoint.ErrorBars.Application.md) ###### [Border](PowerPoint.ErrorBars.Border.md) ###### [Creator](PowerPoint.ErrorBars.Creator.md) ###### [EndStyle](PowerPoint.ErrorBars.EndStyle.md) ###### [Format](PowerPoint.ErrorBars.Format.md) ###### [Name](PowerPoint.ErrorBars.Name.md) ###### [Parent](PowerPoint.ErrorBars.Parent.md) #### [ExtraColors object](PowerPoint.ExtraColors.md) ##### Methods ###### [Add](PowerPoint.ExtraColors.Add.md) ###### [Clear](PowerPoint.ExtraColors.Clear.md) ###### [Item](PowerPoint.ExtraColors.Item.md) ##### Properties ###### [Application](PowerPoint.ExtraColors.Application.md) ###### [Count](PowerPoint.ExtraColors.Count.md) ###### [Parent](PowerPoint.ExtraColors.Parent.md) #### [FileConverter object](PowerPoint.FileConverter.md) ##### Properties ###### [Application](PowerPoint.FileConverter.Application.md) ###### [CanOpen](PowerPoint.FileConverter.CanOpen.md) ###### [CanSave](PowerPoint.FileConverter.CanSave.md) ###### [ClassName](PowerPoint.FileConverter.ClassName.md) ###### [Creator](PowerPoint.FileConverter.Creator.md) ###### [Extensions](PowerPoint.FileConverter.Extensions.md) ###### [FormatName](PowerPoint.FileConverter.FormatName.md) ###### [Name](PowerPoint.FileConverter.Name.md) ###### [OpenFormat](PowerPoint.FileConverter.OpenFormat.md) ###### [Parent](PowerPoint.FileConverter.Parent.md) ###### [Path](PowerPoint.FileConverter.Path.md) ###### [SaveFormat](PowerPoint.FileConverter.SaveFormat.md) #### [FileConverters object](PowerPoint.FileConverters.md) ##### Methods ###### [Item](PowerPoint.FileConverters.Item.md) ##### Properties ###### [Count](PowerPoint.FileConverters.Count.md) #### [FillFormat object](PowerPoint.FillFormat.md) ##### Methods ###### [Background](PowerPoint.FillFormat.Background.md) ###### [OneColorGradient](PowerPoint.FillFormat.OneColorGradient.md) ###### [Patterned](PowerPoint.FillFormat.Patterned.md) ###### [PresetGradient](PowerPoint.FillFormat.PresetGradient.md) ###### [PresetTextured](PowerPoint.FillFormat.PresetTextured.md) ###### [Solid](PowerPoint.FillFormat.Solid.md) ###### [TwoColorGradient](PowerPoint.FillFormat.TwoColorGradient.md) ###### [UserPicture](PowerPoint.FillFormat.UserPicture.md) ###### [UserTextured](PowerPoint.FillFormat.UserTextured.md) ##### Properties ###### [Application](PowerPoint.FillFormat.Application.md) ###### [BackColor](PowerPoint.FillFormat.BackColor.md) ###### [Creator](PowerPoint.FillFormat.Creator.md) ###### [ForeColor](PowerPoint.FillFormat.ForeColor.md) ###### [GradientAngle](PowerPoint.FillFormat.GradientAngle.md) ###### [GradientColorType](PowerPoint.FillFormat.GradientColorType.md) ###### [GradientDegree](PowerPoint.FillFormat.GradientDegree.md) ###### [GradientStops](PowerPoint.FillFormat.GradientStops.md) ###### [GradientStyle](PowerPoint.FillFormat.GradientStyle.md) ###### [GradientVariant](PowerPoint.FillFormat.GradientVariant.md) ###### [Parent](PowerPoint.FillFormat.Parent.md) ###### [Pattern](PowerPoint.FillFormat.Pattern.md) ###### [PictureEffects](PowerPoint.FillFormat.PictureEffects.md) ###### [PresetGradientType](PowerPoint.FillFormat.PresetGradientType.md) ###### [PresetTexture](PowerPoint.FillFormat.PresetTexture.md) ###### [RotateWithObject](PowerPoint.FillFormat.RotateWithObject.md) ###### [TextureAlignment](PowerPoint.FillFormat.TextureAlignment.md) ###### [TextureHorizontalScale](PowerPoint.FillFormat.TextureHorizontalScale.md) ###### [TextureName](PowerPoint.FillFormat.TextureName.md) ###### [TextureOffsetX](PowerPoint.FillFormat.TextureOffsetX.md) ###### [TextureOffsetY](PowerPoint.FillFormat.TextureOffsetY.md) ###### [TextureTile](PowerPoint.FillFormat.TextureTile.md) ###### [TextureType](PowerPoint.FillFormat.TextureType.md) ###### [TextureVerticalScale](PowerPoint.FillFormat.TextureVerticalScale.md) ###### [Transparency](PowerPoint.FillFormat.Transparency.md) ###### [Type](PowerPoint.FillFormat.Type.md) ###### [Visible](PowerPoint.FillFormat.Visible.md) #### [FilterEffect object](PowerPoint.filterEffect.md) ##### Properties ###### [Application](PowerPoint.filterEffect.Application.md) ###### [Parent](PowerPoint.filterEffect.Parent.md) ###### [Reveal](PowerPoint.FilterEffect.Reveal.md) ###### [Subtype](PowerPoint.FilterEffect.Subtype.md) ###### [Type](PowerPoint.FilterEffect.Type.md) #### [Floor object](PowerPoint.Floor.md) ##### Methods ###### [ClearFormats](PowerPoint.Floor.ClearFormats.md) ###### [Paste](PowerPoint.Floor.Paste.md) ###### [Select](PowerPoint.Floor.Select.md) ##### Properties ###### [Application](PowerPoint.Floor.Application.md) ###### [Creator](PowerPoint.Floor.Creator.md) ###### [Format](PowerPoint.Floor.Format.md) ###### [Name](PowerPoint.Floor.Name.md) ###### [Parent](PowerPoint.Floor.Parent.md) ###### [PictureType](PowerPoint.Floor.PictureType.md) ###### [Thickness](PowerPoint.Floor.Thickness.md) #### [Font object](PowerPoint.Font.md) ##### Properties ###### [Application](PowerPoint.Font.Application.md) ###### [AutoRotateNumbers](PowerPoint.Font.AutoRotateNumbers.md) ###### [BaselineOffset](PowerPoint.Font.BaselineOffset.md) ###### [Bold](PowerPoint.Font.Bold.md) ###### [Color](PowerPoint.Font.Color.md) ###### [Embeddable](PowerPoint.Font.Embeddable.md) ###### [Embedded](PowerPoint.Font.Embedded.md) ###### [Emboss](PowerPoint.Font.Emboss.md) ###### [Italic](PowerPoint.font.italic.md) ###### [Name](PowerPoint.Font.Name.md) ###### [NameAscii](PowerPoint.Font.NameAscii.md) ###### [NameComplexScript](PowerPoint.Font.NameComplexScript.md) ###### [NameFarEast](PowerPoint.Font.NameFarEast.md) ###### [NameOther](PowerPoint.Font.NameOther.md) ###### [Parent](PowerPoint.Font.Parent.md) ###### [Shadow](PowerPoint.Font.Shadow.md) ###### [Size](PowerPoint.Font.Size.md) ###### [Subscript](PowerPoint.Font.Subscript.md) ###### [Superscript](PowerPoint.Font.Superscript.md) ###### [Underline](PowerPoint.Font.Underline.md) #### [Fonts object](PowerPoint.Fonts.md) ##### Methods ###### [Item](PowerPoint.Fonts.Item.md) ###### [Replace](PowerPoint.Fonts.Replace.md) ##### Properties ###### [Application](PowerPoint.Fonts.Application.md) ###### [Count](PowerPoint.Fonts.Count.md) ###### [Parent](PowerPoint.Fonts.Parent.md) #### [FreeformBuilder object](PowerPoint.FreeformBuilder.md) ##### Methods ###### [AddNodes](PowerPoint.FreeformBuilder.AddNodes.md) ###### [ConvertToShape](PowerPoint.FreeformBuilder.ConvertToShape.md) ##### Properties ###### [Application](PowerPoint.FreeformBuilder.Application.md) ###### [Creator](PowerPoint.FreeformBuilder.Creator.md) ###### [Parent](PowerPoint.FreeformBuilder.Parent.md) #### [FullSeriesCollection object](PowerPoint.fullseriescollection.md) ##### Methods ###### [Item](PowerPoint.fullseriescollection.item.md) ##### Properties ###### [Application](PowerPoint.fullseriescollection.application.md) ###### [Count](PowerPoint.fullseriescollection.count.md) ###### [Creator](PowerPoint.fullseriescollection.creator.md) ###### [Parent](PowerPoint.fullseriescollection.parent.md) #### [Gridlines object](PowerPoint.GridLines.md) ##### Methods ###### [Delete](PowerPoint.Gridlines.Delete.md) ###### [Select](PowerPoint.Gridlines.Select.md) ##### Properties ###### [Application](PowerPoint.Gridlines.Application.md) ###### [Border](PowerPoint.Gridlines.Border.md) ###### [Creator](PowerPoint.Gridlines.Creator.md) ###### [Format](PowerPoint.gridlines.format.md) ###### [Name](PowerPoint.Gridlines.Name.md) ###### [Parent](PowerPoint.Gridlines.Parent.md) #### [GroupShapes object](PowerPoint.GroupShapes.md) ##### Methods ###### [Item](PowerPoint.GroupShapes.Item.md) ###### [Range](PowerPoint.GroupShapes.Range.md) ##### Properties ###### [Application](PowerPoint.GroupShapes.Application.md) ###### [Count](PowerPoint.GroupShapes.Count.md) ###### [Creator](PowerPoint.GroupShapes.Creator.md) ###### [Parent](PowerPoint.GroupShapes.Parent.md) #### [Guide object](PowerPoint.guide.md) ##### Methods ###### [Delete](PowerPoint.guide.delete.md) ##### Properties ###### [Application](PowerPoint.guide.application.md) ###### [Color](PowerPoint.guide.color.md) ###### [Orientation](PowerPoint.guide.orientation.md) ###### [Parent](PowerPoint.guide.parent.md) ###### [Position](PowerPoint.guide.position.md) #### [Guides object](PowerPoint.guides.md) ##### Methods ###### [Add](PowerPoint.guides.add.md) ###### [Item](PowerPoint.guides.item.md) ##### Properties ###### [Application](PowerPoint.guides.application.md) ###### [Count](PowerPoint.guides.count.md) ###### [Parent](PowerPoint.guides.parent.md) #### [HeaderFooter object](PowerPoint.HeaderFooter.md) ##### Properties ###### [Application](PowerPoint.HeaderFooter.Application.md) ###### [Format](PowerPoint.HeaderFooter.Format.md) ###### [Parent](PowerPoint.HeaderFooter.Parent.md) ###### [Text](PowerPoint.HeaderFooter.Text.md) ###### [UseFormat](PowerPoint.HeaderFooter.UseFormat.md) ###### [Visible](PowerPoint.HeaderFooter.Visible.md) #### [HeadersFooters object](PowerPoint.HeadersFooters.md) ##### Methods ###### [Clear](PowerPoint.HeadersFooters.Clear.md) ##### Properties ###### [Application](PowerPoint.HeadersFooters.Application.md) ###### [DateAndTime](PowerPoint.HeadersFooters.DateAndTime.md) ###### [DisplayOnTitleSlide](PowerPoint.HeadersFooters.DisplayOnTitleSlide.md) ###### [Footer](PowerPoint.HeadersFooters.Footer.md) ###### [Header](PowerPoint.HeadersFooters.Header.md) ###### [Parent](PowerPoint.HeadersFooters.Parent.md) ###### [SlideNumber](PowerPoint.HeadersFooters.SlideNumber.md) #### [HiLoLines object](PowerPoint.HiLoLines.md) ##### Methods ###### [Delete](PowerPoint.HiLoLines.Delete.md) ###### [Select](PowerPoint.HiLoLines.Select.md) ##### Properties ###### [Application](PowerPoint.HiLoLines.Application.md) ###### [Border](PowerPoint.HiLoLines.Border.md) ###### [Creator](PowerPoint.HiLoLines.Creator.md) ###### [Format](PowerPoint.HiLoLines.Format.md) ###### [Name](PowerPoint.HiLoLines.Name.md) ###### [Parent](PowerPoint.HiLoLines.Parent.md) #### [Hyperlink object](PowerPoint.Hyperlink.md) ##### Methods ###### [AddToFavorites](PowerPoint.Hyperlink.AddToFavorites.md) ###### [CreateNewDocument](PowerPoint.Hyperlink.CreateNewDocument.md) ###### [Delete](PowerPoint.Hyperlink.Delete.md) ###### [Follow](PowerPoint.Hyperlink.Follow.md) ##### Properties ###### [Address](PowerPoint.Hyperlink.Address.md) ###### [Application](PowerPoint.Hyperlink.Application.md) ###### [EmailSubject](PowerPoint.Hyperlink.EmailSubject.md) ###### [Parent](PowerPoint.Hyperlink.Parent.md) ###### [ScreenTip](PowerPoint.Hyperlink.ScreenTip.md) ###### [ShowAndReturn](PowerPoint.Hyperlink.ShowAndReturn.md) ###### [SubAddress](PowerPoint.Hyperlink.SubAddress.md) ###### [TextToDisplay](PowerPoint.Hyperlink.TextToDisplay.md) ###### [Type](PowerPoint.Hyperlink.Type.md) #### [Hyperlinks object](PowerPoint.Hyperlinks.md) ##### Methods ###### [Item](PowerPoint.Hyperlinks.Item.md) ##### Properties ###### [Application](PowerPoint.Hyperlinks.Application.md) ###### [Count](PowerPoint.Hyperlinks.Count.md) ###### [Parent](PowerPoint.Hyperlinks.Parent.md) #### [Interior object](PowerPoint.Interior.md) ##### Properties ###### [Application](PowerPoint.Interior.Application.md) ###### [Color](PowerPoint.Interior.Color.md) ###### [ColorIndex](PowerPoint.Interior.ColorIndex.md) ###### [Creator](PowerPoint.Interior.Creator.md) ###### [InvertIfNegative](PowerPoint.Interior.InvertIfNegative.md) ###### [Parent](PowerPoint.Interior.Parent.md) ###### [Pattern](PowerPoint.Interior.Pattern.md) ###### [PatternColor](PowerPoint.Interior.PatternColor.md) ###### [PatternColorIndex](PowerPoint.Interior.PatternColorIndex.md) #### [LeaderLines object](PowerPoint.LeaderLines.md) ##### Methods ###### [Delete](PowerPoint.LeaderLines.Delete.md) ###### [Select](PowerPoint.LeaderLines.Select.md) ##### Properties ###### [Application](PowerPoint.LeaderLines.Application.md) ###### [Border](PowerPoint.LeaderLines.Border.md) ###### [Creator](PowerPoint.LeaderLines.Creator.md) ###### [Format](PowerPoint.LeaderLines.Format.md) ###### [Parent](PowerPoint.LeaderLines.Parent.md) #### [Legend object](PowerPoint.Legend.md) ##### Methods ###### [Clear](PowerPoint.Legend.Clear.md) ###### [Delete](PowerPoint.Legend.Delete.md) ###### [LegendEntries](PowerPoint.Legend.LegendEntries.md) ###### [Select](PowerPoint.Legend.Select.md) ##### Properties ###### [Application](PowerPoint.Legend.Application.md) ###### [Creator](PowerPoint.Legend.Creator.md) ###### [Format](PowerPoint.Legend.Format.md) ###### [Height](PowerPoint.Legend.Height.md) ###### [IncludeInLayout](PowerPoint.Legend.IncludeInLayout.md) ###### [Left](PowerPoint.Legend.Left.md) ###### [Name](PowerPoint.Legend.Name.md) ###### [Parent](PowerPoint.Legend.Parent.md) ###### [Position](PowerPoint.Legend.Position.md) ###### [Shadow](PowerPoint.Legend.Shadow.md) ###### [Top](PowerPoint.Legend.Top.md) ###### [Width](PowerPoint.Legend.Width.md) #### [LegendEntries object](PowerPoint.LegendEntries.md) ##### Methods ###### [Item](PowerPoint.LegendEntries.Item.md) ##### Properties ###### [Application](PowerPoint.LegendEntries.Application.md) ###### [Count](PowerPoint.LegendEntries.Count.md) ###### [Creator](PowerPoint.LegendEntries.Creator.md) ###### [Parent](PowerPoint.LegendEntries.Parent.md) #### [LegendEntry object](PowerPoint.LegendEntry.md) ##### Methods ###### [Delete](PowerPoint.LegendEntry.Delete.md) ###### [Select](PowerPoint.LegendEntry.Select.md) ##### Properties ###### [Application](PowerPoint.LegendEntry.Application.md) ###### [Creator](PowerPoint.LegendEntry.Creator.md) ###### [Font](PowerPoint.LegendEntry.Font.md) ###### [Format](PowerPoint.LegendEntry.Format.md) ###### [Height](PowerPoint.LegendEntry.Height.md) ###### [Index](PowerPoint.LegendEntry.Index.md) ###### [Left](PowerPoint.LegendEntry.Left.md) ###### [LegendKey](PowerPoint.LegendEntry.LegendKey.md) ###### [Parent](PowerPoint.LegendEntry.Parent.md) ###### [Top](PowerPoint.LegendEntry.Top.md) ###### [Width](PowerPoint.LegendEntry.Width.md) #### [LegendKey object](PowerPoint.LegendKey.md) ##### Methods ###### [ClearFormats](PowerPoint.LegendKey.ClearFormats.md) ###### [Delete](PowerPoint.LegendKey.Delete.md) ##### Properties ###### [Application](PowerPoint.LegendKey.Application.md) ###### [Creator](PowerPoint.LegendKey.Creator.md) ###### [Format](PowerPoint.LegendKey.Format.md) ###### [Height](PowerPoint.LegendKey.Height.md) ###### [InvertIfNegative](PowerPoint.LegendKey.InvertIfNegative.md) ###### [Left](PowerPoint.LegendKey.Left.md) ###### [MarkerBackgroundColor](PowerPoint.LegendKey.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](PowerPoint.LegendKey.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](PowerPoint.LegendKey.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](PowerPoint.LegendKey.MarkerForegroundColorIndex.md) ###### [MarkerSize](PowerPoint.LegendKey.MarkerSize.md) ###### [MarkerStyle](PowerPoint.LegendKey.MarkerStyle.md) ###### [Parent](PowerPoint.LegendKey.Parent.md) ###### [PictureType](PowerPoint.LegendKey.PictureType.md) ###### [PictureUnit2](PowerPoint.LegendKey.PictureUnit2.md) ###### [Shadow](PowerPoint.LegendKey.Shadow.md) ###### [Smooth](PowerPoint.LegendKey.Smooth.md) ###### [Top](PowerPoint.LegendKey.Top.md) ###### [Width](PowerPoint.LegendKey.Width.md) #### [LineFormat object](PowerPoint.LineFormat.md) ##### Properties ###### [Application](PowerPoint.LineFormat.Application.md) ###### [BackColor](PowerPoint.LineFormat.BackColor.md) ###### [BeginArrowheadLength](PowerPoint.LineFormat.BeginArrowheadLength.md) ###### [BeginArrowheadStyle](PowerPoint.LineFormat.BeginArrowheadStyle.md) ###### [BeginArrowheadWidth](PowerPoint.LineFormat.BeginArrowheadWidth.md) ###### [Creator](PowerPoint.LineFormat.Creator.md) ###### [DashStyle](PowerPoint.LineFormat.DashStyle.md) ###### [EndArrowheadLength](PowerPoint.LineFormat.EndArrowheadLength.md) ###### [EndArrowheadStyle](PowerPoint.LineFormat.EndArrowheadStyle.md) ###### [EndArrowheadWidth](PowerPoint.LineFormat.EndArrowheadWidth.md) ###### [ForeColor](PowerPoint.LineFormat.ForeColor.md) ###### [InsetPen](PowerPoint.LineFormat.InsetPen.md) ###### [Parent](PowerPoint.LineFormat.Parent.md) ###### [Pattern](PowerPoint.LineFormat.Pattern.md) ###### [Style](PowerPoint.LineFormat.Style.md) ###### [Transparency](PowerPoint.LineFormat.Transparency.md) ###### [Visible](PowerPoint.LineFormat.Visible.md) ###### [Weight](PowerPoint.LineFormat.Weight.md) #### [LinkFormat object](PowerPoint.LinkFormat.md) ##### Methods ###### [BreakLink](PowerPoint.LinkFormat.BreakLink.md) ###### [Update](PowerPoint.LinkFormat.Update.md) ##### Properties ###### [Application](PowerPoint.LinkFormat.Application.md) ###### [AutoUpdate](PowerPoint.LinkFormat.AutoUpdate.md) ###### [Parent](PowerPoint.LinkFormat.Parent.md) ###### [SourceFullName](PowerPoint.LinkFormat.SourceFullName.md) #### [Master object](PowerPoint.Master.md) ##### Methods ###### [ApplyTheme](PowerPoint.Master.ApplyTheme.md) ###### [Delete](PowerPoint.Master.Delete.md) ##### Properties ###### [Application](PowerPoint.Master.Application.md) ###### [Background](PowerPoint.Master.Background.md) ###### [BackgroundStyle](PowerPoint.Master.BackgroundStyle.md) ###### [ColorScheme](PowerPoint.Master.ColorScheme.md) ###### [CustomerData](PowerPoint.Master.CustomerData.md) ###### [CustomLayouts](PowerPoint.Master.CustomLayouts.md) ###### [Design](PowerPoint.Master.Design.md) ###### [Guides](PowerPoint.master.guides.md) ###### [HeadersFooters](PowerPoint.Master.HeadersFooters.md) ###### [Height](PowerPoint.Master.Height.md) ###### [Hyperlinks](PowerPoint.Master.Hyperlinks.md) ###### [Name](PowerPoint.Master.Name.md) ###### [Parent](PowerPoint.Master.Parent.md) ###### [Shapes](PowerPoint.Master.Shapes.md) ###### [SlideShowTransition](PowerPoint.Master.SlideShowTransition.md) ###### [TextStyles](PowerPoint.Master.TextStyles.md) ###### [Theme](PowerPoint.Master.Theme.md) ###### [TimeLine](PowerPoint.Master.TimeLine.md) ###### [Width](PowerPoint.Master.Width.md) #### [MediaBookmark object](PowerPoint.MediaBookmark.md) ##### Methods ###### [Delete](PowerPoint.MediaBookmark.Delete.md) ##### Properties ###### [Index](PowerPoint.MediaBookmark.Index.md) ###### [Name](PowerPoint.MediaBookmark.Name.md) ###### [Position](PowerPoint.MediaBookmark.Position.md) #### [MediaBookmarks object](PowerPoint.MediaBookmarks.md) ##### Methods ###### [Add](PowerPoint.MediaBookmarks.Add.md) ###### [Item](PowerPoint.MediaBookmarks.Item.md) ##### Properties ###### [Count](PowerPoint.MediaBookmarks.Count.md) #### [MediaFormat object](PowerPoint.MediaFormat.md) ##### Methods ###### [Resample](PowerPoint.MediaFormat.Resample.md) ###### [ResampleFromProfile](PowerPoint.MediaFormat.ResampleFromProfile.md) ###### [SetDisplayPicture](PowerPoint.MediaFormat.SetDisplayPicture.md) ###### [SetDisplayPictureFromFile](PowerPoint.MediaFormat.SetDisplayPictureFromFile.md) ##### Properties ###### [Application](PowerPoint.MediaFormat.Application.md) ###### [AudioCompressionType](PowerPoint.MediaFormat.AudioCompressionType.md) ###### [AudioSamplingRate](PowerPoint.MediaFormat.AudioSamplingRate.md) ###### [EndPoint](PowerPoint.MediaFormat.EndPoint.md) ###### [FadeInDuration](PowerPoint.MediaFormat.FadeInDuration.md) ###### [FadeOutDuration](PowerPoint.MediaFormat.FadeOutDuration.md) ###### [IsEmbedded](PowerPoint.MediaFormat.IsEmbedded.md) ###### [IsLinked](PowerPoint.MediaFormat.IsLinked.md) ###### [Length](PowerPoint.MediaFormat.Length.md) ###### [MediaBookmarks](PowerPoint.MediaFormat.MediaBookmarks.md) ###### [Muted](PowerPoint.MediaFormat.Muted.md) ###### [Parent](PowerPoint.MediaFormat.Parent.md) ###### [ResamplingStatus](PowerPoint.MediaFormat.ResamplingStatus.md) ###### [SampleHeight](PowerPoint.MediaFormat.SampleHeight.md) ###### [SampleWidth](PowerPoint.MediaFormat.SampleWidth.md) ###### [StartPoint](PowerPoint.MediaFormat.StartPoint.md) ###### [VideoCompressionType](PowerPoint.MediaFormat.VideoCompressionType.md) ###### [VideoFrameRate](PowerPoint.MediaFormat.VideoFrameRate.md) ###### [Volume](PowerPoint.MediaFormat.Volume.md) #### [Model3DFormat](PowerPoint.Model3DFormat.md) ##### Methods ###### [IncrementRotationX](PowerPoint.Model3DFormat.IncrementRotationX.md) ###### [IncrementRotationY](PowerPoint.Model3DFormat.IncrementRotationY.md) ###### [IncrementRotationZ](PowerPoint.Model3DFormat.IncrementRotationZ.md) ###### [ResetModel](PowerPoint.Model3DFormat.ResetModel.md) ##### Properties ###### [AutoFit](PowerPoint.Model3DFormat.AutoFit.md) ###### [CameraPositionX](PowerPoint.Model3DFormat.CameraPositionX.md) ###### [CameraPositionY](PowerPoint.Model3DFormat.CameraPositionY.md) ###### [CameraPositionZ](PowerPoint.Model3DFormat.CameraPositionZ.md) ###### [Creator](PowerPoint.Model3DFormat.Creator.md) ###### [FieldOfView](PowerPoint.Model3DFormat.FieldOfView.md) ###### [LookAtPointX](PowerPoint.Model3DFormat.LookAtPointX.md) ###### [LookAtPointY](PowerPoint.Model3DFormat.LookAtPointY.md) ###### [LookAtPointZ](PowerPoint.Model3DFormat.LookAtPointZ.md) ###### [RotationX](PowerPoint.Model3DFormat.RotationX.md) ###### [RotationY](PowerPoint.Model3DFormat.RotationY.md) ###### [RotationZ](PowerPoint.Model3DFormat.RotationZ.md) #### [MotionEffect object](PowerPoint.motionEffect.md) ##### Properties ###### [Application](PowerPoint.motionEffect.Application.md) ###### [ByX](PowerPoint.MotionEffect.ByX.md) ###### [ByY](PowerPoint.MotionEffect.ByY.md) ###### [FromX](PowerPoint.MotionEffect.FromX.md) ###### [FromY](PowerPoint.MotionEffect.FromY.md) ###### [Parent](PowerPoint.motionEffect.Parent.md) ###### [Path](PowerPoint.MotionEffect.Path.md) ###### [ToX](PowerPoint.MotionEffect.ToX.md) ###### [ToY](PowerPoint.MotionEffect.ToY.md) #### [NamedSlideShow object](PowerPoint.NamedSlideShow.md) ##### Methods ###### [Delete](PowerPoint.NamedSlideShow.Delete.md) ##### Properties ###### [Application](PowerPoint.NamedSlideShow.Application.md) ###### [Count](PowerPoint.NamedSlideShow.Count.md) ###### [Name](PowerPoint.NamedSlideShow.Name.md) ###### [Parent](PowerPoint.NamedSlideShow.Parent.md) ###### [SlideIDs](PowerPoint.NamedSlideShow.SlideIDs.md) #### [NamedSlideShows object](PowerPoint.NamedSlideShows.md) ##### Methods ###### [Add](PowerPoint.NamedSlideShows.Add.md) ###### [Item](PowerPoint.NamedSlideShows.Item.md) ##### Properties ###### [Application](PowerPoint.NamedSlideShows.Application.md) ###### [Count](PowerPoint.NamedSlideShows.Count.md) ###### [Parent](PowerPoint.NamedSlideShows.Parent.md) #### [ObjectVerbs object](PowerPoint.ObjectVerbs.md) ##### Methods ###### [Item](PowerPoint.ObjectVerbs.Item.md) ##### Properties ###### [Application](PowerPoint.ObjectVerbs.Application.md) ###### [Count](PowerPoint.ObjectVerbs.Count.md) ###### [Parent](PowerPoint.ObjectVerbs.Parent.md) #### [OLEFormat object](PowerPoint.OLEFormat.md) ##### Methods ###### [Activate](PowerPoint.OLEFormat.Activate.md) ###### [DoVerb](PowerPoint.OLEFormat.DoVerb.md) ##### Properties ###### [Application](PowerPoint.OLEFormat.Application.md) ###### [FollowColors](PowerPoint.OLEFormat.FollowColors.md) ###### [Object](PowerPoint.OLEFormat.Object.md) ###### [ObjectVerbs](PowerPoint.OLEFormat.ObjectVerbs.md) ###### [Parent](PowerPoint.OLEFormat.Parent.md) ###### [ProgID](PowerPoint.OLEFormat.ProgID.md) #### [Options object](PowerPoint.Options.md) ##### Properties ###### [DisplayPasteOptions](PowerPoint.Options.DisplayPasteOptions.md) ###### [ShowCoauthoringMergeChanges](PowerPoint.Options.ShowCoauthoringMergeChanges.md) #### [PageSetup object](PowerPoint.PageSetup.md) ##### Properties ###### [Application](PowerPoint.PageSetup.Application.md) ###### [FirstSlideNumber](PowerPoint.PageSetup.FirstSlideNumber.md) ###### [NotesOrientation](PowerPoint.PageSetup.NotesOrientation.md) ###### [Parent](PowerPoint.PageSetup.Parent.md) ###### [SlideHeight](PowerPoint.PageSetup.SlideHeight.md) ###### [SlideOrientation](PowerPoint.PageSetup.SlideOrientation.md) ###### [SlideSize](PowerPoint.PageSetup.SlideSize.md) ###### [SlideWidth](PowerPoint.PageSetup.SlideWidth.md) #### [Pane object](PowerPoint.Pane.md) ##### Methods ###### [Activate](PowerPoint.Pane.Activate.md) ##### Properties ###### [Active](PowerPoint.Pane.Active.md) ###### [Application](PowerPoint.Pane.Application.md) ###### [Parent](PowerPoint.Pane.Parent.md) ###### [ViewType](PowerPoint.Pane.ViewType.md) #### [Panes object](PowerPoint.Panes.md) ##### Methods ###### [Item](PowerPoint.Panes.Item.md) ##### Properties ###### [Application](PowerPoint.Panes.Application.md) ###### [Count](PowerPoint.Panes.Count.md) ###### [Parent](PowerPoint.Panes.Parent.md) #### [ParagraphFormat object](PowerPoint.ParagraphFormat.md) ##### Properties ###### [Alignment](PowerPoint.ParagraphFormat.Alignment.md) ###### [Application](PowerPoint.ParagraphFormat.Application.md) ###### [BaseLineAlignment](PowerPoint.ParagraphFormat.BaseLineAlignment.md) ###### [Bullet](PowerPoint.ParagraphFormat.Bullet.md) ###### [FarEastLineBreakControl](PowerPoint.ParagraphFormat.FarEastLineBreakControl.md) ###### [HangingPunctuation](PowerPoint.ParagraphFormat.HangingPunctuation.md) ###### [LineRuleAfter](PowerPoint.ParagraphFormat.LineRuleAfter.md) ###### [LineRuleBefore](PowerPoint.ParagraphFormat.LineRuleBefore.md) ###### [LineRuleWithin](PowerPoint.ParagraphFormat.LineRuleWithin.md) ###### [Parent](PowerPoint.ParagraphFormat.Parent.md) ###### [SpaceAfter](PowerPoint.ParagraphFormat.SpaceAfter.md) ###### [SpaceBefore](PowerPoint.ParagraphFormat.SpaceBefore.md) ###### [SpaceWithin](PowerPoint.ParagraphFormat.SpaceWithin.md) ###### [TextDirection](PowerPoint.ParagraphFormat.TextDirection.md) ###### [WordWrap](PowerPoint.ParagraphFormat.WordWrap.md) #### [PictureFormat object](PowerPoint.PictureFormat.md) ##### Methods ###### [IncrementBrightness](PowerPoint.PictureFormat.IncrementBrightness.md) ###### [IncrementContrast](PowerPoint.PictureFormat.IncrementContrast.md) ##### Properties ###### [Application](PowerPoint.PictureFormat.Application.md) ###### [Brightness](PowerPoint.PictureFormat.Brightness.md) ###### [ColorType](PowerPoint.PictureFormat.ColorType.md) ###### [Contrast](PowerPoint.PictureFormat.Contrast.md) ###### [Creator](PowerPoint.PictureFormat.Creator.md) ###### [Crop](PowerPoint.PictureFormat.Crop.md) ###### [CropBottom](PowerPoint.PictureFormat.CropBottom.md) ###### [CropLeft](PowerPoint.PictureFormat.CropLeft.md) ###### [CropRight](PowerPoint.PictureFormat.CropRight.md) ###### [CropTop](PowerPoint.PictureFormat.CropTop.md) ###### [Parent](PowerPoint.PictureFormat.Parent.md) ###### [TransparencyColor](PowerPoint.PictureFormat.TransparencyColor.md) ###### [TransparentBackground](PowerPoint.PictureFormat.TransparentBackground.md) #### [PlaceholderFormat object](PowerPoint.PlaceholderFormat.md) ##### Properties ###### [Application](PowerPoint.PlaceholderFormat.Application.md) ###### [ContainedType](PowerPoint.PlaceholderFormat.ContainedType.md) ###### [Name](PowerPoint.PlaceholderFormat.Name.md) ###### [Parent](PowerPoint.PlaceholderFormat.Parent.md) ###### [Type](PowerPoint.PlaceholderFormat.Type.md) #### [Placeholders object](PowerPoint.Placeholders.md) ##### Methods ###### [FindByName](PowerPoint.Placeholders.FindByName.md) ###### [Item](PowerPoint.Placeholders.Item.md) ##### Properties ###### [Application](PowerPoint.Placeholders.Application.md) ###### [Count](PowerPoint.Placeholders.Count.md) ###### [Parent](PowerPoint.Placeholders.Parent.md) #### [Player object](PowerPoint.Player.md) ##### Methods ###### [GoToNextBookmark](PowerPoint.Player.GoToNextBookmark.md) ###### [GoToPreviousBookmark](PowerPoint.Player.GoToPreviousBookmark.md) ###### [Pause](PowerPoint.Player.Pause.md) ###### [Play](PowerPoint.player.play.md) ###### [Stop](PowerPoint.Player.Stop.md) ##### Properties ###### [Application](PowerPoint.Player.Application.md) ###### [CurrentPosition](PowerPoint.Player.CurrentPosition.md) ###### [Parent](PowerPoint.Player.Parent.md) ###### [State](PowerPoint.Player.State.md) #### [PlaySettings object](PowerPoint.PlaySettings.md) ##### Properties ###### [ActionVerb](PowerPoint.PlaySettings.ActionVerb.md) ###### [Application](PowerPoint.PlaySettings.Application.md) ###### [HideWhileNotPlaying](PowerPoint.PlaySettings.HideWhileNotPlaying.md) ###### [LoopUntilStopped](PowerPoint.PlaySettings.LoopUntilStopped.md) ###### [Parent](PowerPoint.PlaySettings.Parent.md) ###### [PauseAnimation](PowerPoint.PlaySettings.PauseAnimation.md) ###### [PlayOnEntry](PowerPoint.PlaySettings.PlayOnEntry.md) ###### [RewindMovie](PowerPoint.PlaySettings.RewindMovie.md) ###### [StopAfterSlides](PowerPoint.PlaySettings.StopAfterSlides.md) #### [PlotArea object](PowerPoint.PlotArea.md) ##### Methods ###### [ClearFormats](PowerPoint.PlotArea.ClearFormats.md) ###### [Select](PowerPoint.PlotArea.Select.md) ##### Properties ###### [Application](PowerPoint.PlotArea.Application.md) ###### [Creator](PowerPoint.PlotArea.Creator.md) ###### [Format](PowerPoint.PlotArea.Format.md) ###### [Height](PowerPoint.PlotArea.Height.md) ###### [InsideHeight](PowerPoint.PlotArea.InsideHeight.md) ###### [InsideLeft](PowerPoint.PlotArea.InsideLeft.md) ###### [InsideTop](PowerPoint.PlotArea.InsideTop.md) ###### [InsideWidth](PowerPoint.PlotArea.InsideWidth.md) ###### [Left](PowerPoint.PlotArea.Left.md) ###### [Name](PowerPoint.PlotArea.Name.md) ###### [Parent](PowerPoint.PlotArea.Parent.md) ###### [Position](PowerPoint.PlotArea.Position.md) ###### [Top](PowerPoint.PlotArea.Top.md) ###### [Width](PowerPoint.PlotArea.Width.md) #### [Point object](PowerPoint.Point.md) ##### Methods ###### [ApplyDataLabels](PowerPoint.Point.ApplyDataLabels.md) ###### [ClearFormats](PowerPoint.Point.ClearFormats.md) ###### [Copy](PowerPoint.Point.Copy.md) ###### [Delete](PowerPoint.Point.Delete.md) ###### [Paste](PowerPoint.Point.Paste.md) ###### [PieSliceLocation](PowerPoint.Point.PieSliceLocation.md) ###### [Select](PowerPoint.Point.Select.md) ##### Properties ###### [Application](PowerPoint.Point.Application.md) ###### [ApplyPictToEnd](PowerPoint.Point.ApplyPictToEnd.md) ###### [ApplyPictToFront](PowerPoint.Point.ApplyPictToFront.md) ###### [ApplyPictToSides](PowerPoint.Point.ApplyPictToSides.md) ###### [Creator](PowerPoint.Point.Creator.md) ###### [DataLabel](PowerPoint.Point.DataLabel.md) ###### [Explosion](PowerPoint.Point.Explosion.md) ###### [Format](PowerPoint.Point.Format.md) ###### [Has3DEffect](PowerPoint.Point.Has3DEffect.md) ###### [HasDataLabel](PowerPoint.Point.HasDataLabel.md) ###### [Height](PowerPoint.Point.Height.md) ###### [InvertIfNegative](PowerPoint.Point.InvertIfNegative.md) ###### [IsTotal](PowerPoint.point.istotal.md) ###### [Left](PowerPoint.Point.Left.md) ###### [MarkerBackgroundColor](PowerPoint.Point.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](PowerPoint.Point.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](PowerPoint.Point.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](PowerPoint.Point.MarkerForegroundColorIndex.md) ###### [MarkerSize](PowerPoint.Point.MarkerSize.md) ###### [MarkerStyle](PowerPoint.Point.MarkerStyle.md) ###### [Name](PowerPoint.Point.Name.md) ###### [Parent](PowerPoint.Point.Parent.md) ###### [PictureType](PowerPoint.Point.PictureType.md) ###### [PictureUnit2](PowerPoint.Point.PictureUnit2.md) ###### [SecondaryPlot](PowerPoint.Point.SecondaryPlot.md) ###### [Shadow](PowerPoint.Point.Shadow.md) ###### [Top](PowerPoint.Point.Top.md) ###### [Width](PowerPoint.Point.Width.md) #### [Points object](PowerPoint.Points.md) ##### Methods ###### [Item](PowerPoint.Points.Item.md) ##### Properties ###### [Application](PowerPoint.Points.Application.md) ###### [Count](PowerPoint.Points.Count.md) ###### [Creator](PowerPoint.Points.Creator.md) ###### [Parent](PowerPoint.Points.Parent.md) #### [Presentation object](PowerPoint.Presentation.md) ##### Methods ###### [AcceptAll](PowerPoint.Presentation.AcceptAll.md) ###### [AddTitleMaster](PowerPoint.Presentation.AddTitleMaster.md) ###### [AddToFavorites](PowerPoint.Presentation.AddToFavorites.md) ###### [ApplyTemplate](PowerPoint.Presentation.ApplyTemplate.md) ###### [ApplyTemplate2](PowerPoint.presentation.applytemplate2.md) ###### [ApplyTheme](PowerPoint.Presentation.ApplyTheme.md) ###### [CanCheckIn](PowerPoint.Presentation.CanCheckIn.md) ###### [CheckIn](PowerPoint.Presentation.CheckIn.md) ###### [CheckInWithVersion](PowerPoint.Presentation.CheckInWithVersion.md) ###### [Close](PowerPoint.Presentation.Close.md) ###### [Convert2](PowerPoint.Presentation.Convert2.md) ###### [CreateVideo](PowerPoint.Presentation.CreateVideo.md) ###### [EndReview](PowerPoint.Presentation.EndReview.md) ###### [EnsureAllMediaUpgraded](PowerPoint.Presentation.EnsureAllMediaUpgraded.md) ###### [Export](PowerPoint.Presentation.Export.md) ###### [ExportAsFixedFormat](PowerPoint.Presentation.ExportAsFixedFormat.md) ###### [ExportAsFixedFormat2](PowerPoint.presentation.exportasfixedformat2.md) ###### [ExportAsFixedFormat3](PowerPoint.presentation.exportasfixedformat3.md) ###### [FollowHyperlink](PowerPoint.Presentation.FollowHyperlink.md) ###### [GetWorkflowTasks](PowerPoint.Presentation.GetWorkflowTasks.md) ###### [GetWorkflowTemplates](PowerPoint.Presentation.GetWorkflowTemplates.md) ###### [LockServerFile](PowerPoint.Presentation.LockServerFile.md) ###### [Merge](PowerPoint.presentation.merge.md) ###### [MergeWithBaseline](PowerPoint.Presentation.MergeWithBaseline.md) ###### [NewWindow](PowerPoint.Presentation.NewWindow.md) ###### [PrintOut](PowerPoint.Presentation.PrintOut.md) ###### [PublishSlides](PowerPoint.Presentation.PublishSlides.md) ###### [RejectAll](PowerPoint.Presentation.RejectAll.md) ###### [RemoveDocumentInformation](PowerPoint.Presentation.RemoveDocumentInformation.md) ###### [Save](PowerPoint.Presentation.Save.md) ###### [SaveAs](PowerPoint.Presentation.SaveAs.md) ###### [SaveCopyAs](PowerPoint.Presentation.SaveCopyAs.md) ###### [SaveCopyAs2](PowerPoint.Presentation.SaveCopyAs2.md) ###### [SendFaxOverInternet](PowerPoint.Presentation.SendFaxOverInternet.md) ###### [SetPasswordEncryptionOptions](PowerPoint.Presentation.SetPasswordEncryptionOptions.md) ###### [UpdateLinks](PowerPoint.Presentation.UpdateLinks.md) ##### Properties ###### [Application](PowerPoint.Presentation.Application.md) ###### [AutoSaveOn](PowerPoint.Presentation.AutoSaveOn.md) ###### [Broadcast](PowerPoint.Presentation.Broadcast.md) ###### [BuiltInDocumentProperties](PowerPoint.Presentation.BuiltInDocumentProperties.md) ###### [ChartDataPointTrack](PowerPoint.presentation.chartdatapointtrack.md) ###### [Coauthoring](PowerPoint.Presentation.Coauthoring.md) ###### [ColorSchemes](PowerPoint.Presentation.ColorSchemes.md) ###### [CommandBars](PowerPoint.Presentation.CommandBars.md) ###### [Container](PowerPoint.Presentation.Container.md) ###### [ContentTypeProperties](PowerPoint.Presentation.ContentTypeProperties.md) ###### [CreateVideoStatus](PowerPoint.Presentation.CreateVideoStatus.md) ###### [CustomDocumentProperties](PowerPoint.Presentation.CustomDocumentProperties.md) ###### [CustomerData](PowerPoint.Presentation.CustomerData.md) ###### [CustomXMLParts](PowerPoint.Presentation.CustomXMLParts.md) ###### [DefaultLanguageID](PowerPoint.Presentation.DefaultLanguageID.md) ###### [DefaultShape](PowerPoint.Presentation.DefaultShape.md) ###### [Designs](PowerPoint.Presentation.Designs.md) ###### [DisplayComments](PowerPoint.Presentation.DisplayComments.md) ###### [DocumentInspectors](PowerPoint.Presentation.DocumentInspectors.md) ###### [DocumentLibraryVersions](PowerPoint.Presentation.DocumentLibraryVersions.md) ###### [EncryptionProvider](PowerPoint.Presentation.EncryptionProvider.md) ###### [EnvelopeVisible](PowerPoint.Presentation.EnvelopeVisible.md) ###### [ExtraColors](PowerPoint.Presentation.ExtraColors.md) ###### [FarEastLineBreakLanguage](PowerPoint.Presentation.FarEastLineBreakLanguage.md) ###### [FarEastLineBreakLevel](PowerPoint.Presentation.FarEastLineBreakLevel.md) ###### [Final](PowerPoint.Presentation.Final.md) ###### [Fonts](PowerPoint.Presentation.Fonts.md) ###### [FullName](PowerPoint.Presentation.FullName.md) ###### [GridDistance](PowerPoint.Presentation.GridDistance.md) ###### [Guides](PowerPoint.presentation.guides.md) ###### [HandoutMaster](PowerPoint.Presentation.HandoutMaster.md) ###### [HasHandoutMaster](PowerPoint.Presentation.HasHandoutMaster.md) ###### [HasNotesMaster](PowerPoint.Presentation.HasNotesMaster.md) ###### [HasTitleMaster](PowerPoint.Presentation.HasTitleMaster.md) ###### [HasVBProject](PowerPoint.Presentation.HasVBProject.md) ###### [InMergeMode](PowerPoint.Presentation.InMergeMode.md) ###### [IsFullyDownloaded](PowerPoint.Presentation.IsFullyDownloaded.md) ###### [LayoutDirection](PowerPoint.Presentation.LayoutDirection.md) ###### [Name](PowerPoint.Presentation.Name.md) ###### [NoLineBreakAfter](PowerPoint.Presentation.NoLineBreakAfter.md) ###### [NoLineBreakBefore](PowerPoint.Presentation.NoLineBreakBefore.md) ###### [NotesMaster](PowerPoint.Presentation.NotesMaster.md) ###### [PageSetup](PowerPoint.Presentation.PageSetup.md) ###### [Parent](PowerPoint.Presentation.Parent.md) ###### [Password](PowerPoint.Presentation.Password.md) ###### [PasswordEncryptionAlgorithm](PowerPoint.Presentation.PasswordEncryptionAlgorithm.md) ###### [PasswordEncryptionFileProperties](PowerPoint.Presentation.PasswordEncryptionFileProperties.md) ###### [PasswordEncryptionKeyLength](PowerPoint.Presentation.PasswordEncryptionKeyLength.md) ###### [PasswordEncryptionProvider](PowerPoint.Presentation.PasswordEncryptionProvider.md) ###### [Path](PowerPoint.Presentation.Path.md) ###### [Permission](PowerPoint.Presentation.Permission.md) ###### [PrintOptions](PowerPoint.Presentation.PrintOptions.md) ###### [ReadOnly](PowerPoint.Presentation.ReadOnly.md) ###### [ReadOnlyRecommended](PowerPoint.Presentation.ReadOnlyRecommended.md) ###### [RemovePersonalInformation](PowerPoint.Presentation.RemovePersonalInformation.md) ###### [Research](PowerPoint.Presentation.Research.md) ###### [Saved](PowerPoint.Presentation.Saved.md) ###### [SectionProperties](PowerPoint.Presentation.SectionProperties.md) ###### [SensitivityLabel](PowerPoint.Presentation.SensitivityLabel.md) ###### [ServerPolicy](PowerPoint.Presentation.ServerPolicy.md) ###### [SharedWorkspace](PowerPoint.Presentation.SharedWorkspace.md) ###### [Signatures](PowerPoint.Presentation.Signatures.md) ###### [SlideMaster](PowerPoint.Presentation.SlideMaster.md) ###### [Slides](PowerPoint.Presentation.Slides.md) ###### [SlideShowSettings](PowerPoint.Presentation.SlideShowSettings.md) ###### [SlideShowWindow](PowerPoint.Presentation.SlideShowWindow.md) ###### [SnapToGrid](PowerPoint.Presentation.SnapToGrid.md) ###### [Sync](PowerPoint.Presentation.Sync.md) ###### [Tags](PowerPoint.Presentation.Tags.md) ###### [TemplateName](PowerPoint.Presentation.TemplateName.md) ###### [TitleMaster](PowerPoint.Presentation.TitleMaster.md) ###### [VBASigned](PowerPoint.Presentation.VBASigned.md) ###### [VBProject](PowerPoint.Presentation.VBProject.md) ###### [Windows](PowerPoint.Presentation.Windows.md) ###### [WritePassword](PowerPoint.Presentation.WritePassword.md) #### [Presentations object](PowerPoint.Presentations.md) ##### Methods ###### [Add](PowerPoint.Presentations.Add.md) ###### [CanCheckOut](PowerPoint.Presentations.CanCheckOut.md) ###### [CheckOut](PowerPoint.Presentations.CheckOut.md) ###### [Item](PowerPoint.Presentations.Item.md) ###### [Open](PowerPoint.Presentations.Open.md) ###### [Open2007](PowerPoint.Presentations.Open2007.md) ##### Properties ###### [Application](PowerPoint.Presentations.Application.md) ###### [Count](PowerPoint.Presentations.Count.md) ###### [Parent](PowerPoint.Presentations.Parent.md) #### [PrintOptions object](PowerPoint.printOptions.md) ##### Properties ###### [ActivePrinter](PowerPoint.PrintOptions.ActivePrinter.md) ###### [Application](PowerPoint.PrintOptions.Application.md) ###### [Collate](PowerPoint.PrintOptions.Collate.md) ###### [FitToPage](PowerPoint.PrintOptions.FitToPage.md) ###### [FrameSlides](PowerPoint.PrintOptions.FrameSlides.md) ###### [HandoutOrder](PowerPoint.PrintOptions.HandoutOrder.md) ###### [HighQuality](PowerPoint.PrintOptions.HighQuality.md) ###### [NumberOfCopies](PowerPoint.PrintOptions.NumberOfCopies.md) ###### [OutputType](PowerPoint.PrintOptions.OutputType.md) ###### [Parent](PowerPoint.PrintOptions.Parent.md) ###### [PrintColorType](PowerPoint.PrintOptions.PrintColorType.md) ###### [PrintComments](PowerPoint.PrintOptions.PrintComments.md) ###### [PrintFontsAsGraphics](PowerPoint.PrintOptions.PrintFontsAsGraphics.md) ###### [PrintHiddenSlides](PowerPoint.PrintOptions.PrintHiddenSlides.md) ###### [PrintInBackground](PowerPoint.PrintOptions.PrintInBackground.md) ###### [Ranges](PowerPoint.PrintOptions.Ranges.md) ###### [RangeType](PowerPoint.PrintOptions.RangeType.md) ###### [sectionIndex](PowerPoint.PrintOptions.sectionIndex.md) ###### [SlideShowName](PowerPoint.PrintOptions.SlideShowName.md) #### [PrintRange object](PowerPoint.PrintRange.md) ##### Methods ###### [Delete](PowerPoint.PrintRange.Delete.md) ##### Properties ###### [Application](PowerPoint.PrintRange.Application.md) ###### [End](PowerPoint.PrintRange.End.md) ###### [Parent](PowerPoint.PrintRange.Parent.md) ###### [Start](PowerPoint.PrintRange.Start.md) #### [PrintRanges object](PowerPoint.PrintRanges.md) ##### Methods ###### [Add](PowerPoint.PrintRanges.Add.md) ###### [ClearAll](PowerPoint.PrintRanges.ClearAll.md) ###### [Item](PowerPoint.PrintRanges.Item.md) ##### Properties ###### [Application](PowerPoint.PrintRanges.Application.md) ###### [Count](PowerPoint.PrintRanges.Count.md) ###### [Parent](PowerPoint.PrintRanges.Parent.md) #### [PropertyEffect object](PowerPoint.PropertyEffect.md) ##### Properties ###### [Application](PowerPoint.PropertyEffect.Application.md) ###### [From](PowerPoint.PropertyEffect.From.md) ###### [Parent](PowerPoint.PropertyEffect.Parent.md) ###### [Points](PowerPoint.PropertyEffect.Points.md) ###### [property](PowerPoint.PropertyEffect.property.md) ###### [To](PowerPoint.PropertyEffect.To.md) #### [ProtectedViewWindow object](PowerPoint.ProtectedViewWindow.md) ##### Methods ###### [Activate](PowerPoint.ProtectedViewWindow.Activate.md) ###### [Close](PowerPoint.ProtectedViewWindow.Close.md) ###### [Edit](PowerPoint.ProtectedViewWindow.Edit.md) ##### Properties ###### [Active](PowerPoint.ProtectedViewWindow.Active.md) ###### [Application](PowerPoint.ProtectedViewWindow.Application.md) ###### [Caption](PowerPoint.ProtectedViewWindow.Caption.md) ###### [Height](PowerPoint.ProtectedViewWindow.Height.md) ###### [Left](PowerPoint.ProtectedViewWindow.Left.md) ###### [Parent](PowerPoint.ProtectedViewWindow.Parent.md) ###### [Presentation](PowerPoint.ProtectedViewWindow.Presentation.md) ###### [SourceName](PowerPoint.ProtectedViewWindow.SourceName.md) ###### [SourcePath](PowerPoint.ProtectedViewWindow.SourcePath.md) ###### [Top](PowerPoint.ProtectedViewWindow.Top.md) ###### [Width](PowerPoint.ProtectedViewWindow.Width.md) ###### [WindowState](PowerPoint.ProtectedViewWindow.WindowState.md) #### [ProtectedViewWindows object](PowerPoint.ProtectedViewWindows.md) ##### Methods ###### [Item](PowerPoint.ProtectedViewWindows.Item.md) ###### [Open](PowerPoint.ProtectedViewWindows.Open.md) ##### Properties ###### [Application](PowerPoint.ProtectedViewWindows.Application.md) ###### [Count](PowerPoint.ProtectedViewWindows.Count.md) ###### [Parent](PowerPoint.ProtectedViewWindows.Parent.md) #### [PublishObject object](PowerPoint.PublishObject.md) ##### Methods ###### [Publish](PowerPoint.PublishObject.Publish.md) ##### Properties ###### [Application](PowerPoint.PublishObject.Application.md) ###### [FileName](PowerPoint.PublishObject.FileName.md) ###### [HTMLVersion](PowerPoint.PublishObject.HTMLVersion.md) ###### [Parent](PowerPoint.PublishObject.Parent.md) ###### [RangeEnd](PowerPoint.PublishObject.RangeEnd.md) ###### [RangeStart](PowerPoint.PublishObject.RangeStart.md) ###### [SlideShowName](PowerPoint.PublishObject.SlideShowName.md) ###### [SourceType](PowerPoint.PublishObject.SourceType.md) ###### [SpeakerNotes](PowerPoint.PublishObject.SpeakerNotes.md) #### [PublishObjects object](PowerPoint.PublishObjects.md) ##### Methods ###### [Item](PowerPoint.PublishObjects.Item.md) ##### Properties ###### [Application](PowerPoint.PublishObjects.Application.md) ###### [Count](PowerPoint.PublishObjects.Count.md) ###### [Parent](PowerPoint.PublishObjects.Parent.md) #### [ResampleMediaTask object](PowerPoint.ResampleMediaTask.md) ##### Properties ###### [AudioCompressionType](PowerPoint.ResampleMediaTask.AudioCompressionType.md) ###### [AudioSamplingRate](PowerPoint.ResampleMediaTask.AudioSamplingRate.md) ###### [ContainerType](PowerPoint.ResampleMediaTask.ContainerType.md) ###### [IsEmbedded](PowerPoint.ResampleMediaTask.IsEmbedded.md) ###### [IsLinked](PowerPoint.ResampleMediaTask.IsLinked.md) ###### [profile](PowerPoint.ResampleMediaTask.profile.md) ###### [SampleHeight](PowerPoint.ResampleMediaTask.SampleHeight.md) ###### [SampleWidth](PowerPoint.ResampleMediaTask.SampleWidth.md) ###### [Shape](PowerPoint.ResampleMediaTask.Shape.md) ###### [VideoCompressionType](PowerPoint.ResampleMediaTask.VideoCompressionType.md) ###### [VideoFrameRate](PowerPoint.ResampleMediaTask.VideoFrameRate.md) #### [ResampleMediaTasks object](PowerPoint.ResampleMediaTasks.md) ##### Methods ###### [Cancel](PowerPoint.ResampleMediaTasks.Cancel.md) ###### [Item](PowerPoint.ResampleMediaTasks.Item.md) ###### [Pause](PowerPoint.ResampleMediaTasks.Pause.md) ###### [Resume](PowerPoint.ResampleMediaTasks.Resume.md) ##### Properties ###### [Count](PowerPoint.ResampleMediaTasks.Count.md) ###### [PercentComplete](PowerPoint.ResampleMediaTasks.PercentComplete.md) #### [Research object](PowerPoint.Research.md) ##### Methods ###### [IsResearchService](PowerPoint.Research.IsResearchService.md) ###### [Query](PowerPoint.Research.Query.md) ###### [SetLanguagePair](PowerPoint.Research.SetLanguagePair.md) ##### Properties ###### [Application](PowerPoint.Research.Application.md) ###### [Parent](PowerPoint.Research.Parent.md) #### [RGBColor object](PowerPoint.RGBColor.md) ##### Properties ###### [Application](PowerPoint.RGBColor.Application.md) ###### [Parent](PowerPoint.RGBColor.Parent.md) ###### [RGB](PowerPoint.RGBColor.RGB.md) #### [RotationEffect object](PowerPoint.RotationEffect.md) ##### Properties ###### [Application](PowerPoint.RotationEffect.Application.md) ###### [By](PowerPoint.RotationEffect.By.md) ###### [From](PowerPoint.RotationEffect.From.md) ###### [Parent](PowerPoint.RotationEffect.Parent.md) ###### [To](PowerPoint.RotationEffect.To.md) #### [Row object](PowerPoint.Row.md) ##### Methods ###### [Delete](PowerPoint.Row.Delete.md) ###### [Select](PowerPoint.Row.Select.md) ##### Properties ###### [Application](PowerPoint.Row.Application.md) ###### [Cells](PowerPoint.Row.Cells.md) ###### [Height](PowerPoint.Row.Height.md) ###### [Parent](PowerPoint.Row.Parent.md) #### [Rows object](PowerPoint.Rows.md) ##### Methods ###### [Add](PowerPoint.Rows.Add.md) ###### [Item](PowerPoint.Rows.Item.md) ##### Properties ###### [Application](PowerPoint.Rows.Application.md) ###### [Count](PowerPoint.Rows.Count.md) ###### [Parent](PowerPoint.Rows.Parent.md) #### [Ruler object](PowerPoint.Ruler.md) ##### Properties ###### [Application](PowerPoint.Ruler.Application.md) ###### [Levels](PowerPoint.Ruler.Levels.md) ###### [Parent](PowerPoint.Ruler.Parent.md) ###### [TabStops](PowerPoint.Ruler.TabStops.md) #### [RulerLevel object](PowerPoint.RulerLevel.md) ##### Properties ###### [Application](PowerPoint.RulerLevel.Application.md) ###### [FirstMargin](PowerPoint.RulerLevel.FirstMargin.md) ###### [LeftMargin](PowerPoint.RulerLevel.LeftMargin.md) ###### [Parent](PowerPoint.RulerLevel.Parent.md) #### [RulerLevels object](PowerPoint.RulerLevels.md) ##### Methods ###### [Item](PowerPoint.RulerLevels.Item.md) ##### Properties ###### [Application](PowerPoint.RulerLevels.Application.md) ###### [Count](PowerPoint.RulerLevels.Count.md) ###### [Parent](PowerPoint.RulerLevels.Parent.md) #### [ScaleEffect object](PowerPoint.scaleEffect.md) ##### Properties ###### [Application](PowerPoint.scaleEffect.Application.md) ###### [ByX](PowerPoint.ScaleEffect.ByX.md) ###### [ByY](PowerPoint.ScaleEffect.ByY.md) ###### [FromX](PowerPoint.ScaleEffect.FromX.md) ###### [FromY](PowerPoint.ScaleEffect.FromY.md) ###### [Parent](PowerPoint.scaleEffect.Parent.md) ###### [ToX](PowerPoint.ScaleEffect.ToX.md) ###### [ToY](PowerPoint.ScaleEffect.ToY.md) #### [SectionProperties object](PowerPoint.SectionProperties.md) ##### Methods ###### [AddBeforeSlide](PowerPoint.SectionProperties.AddBeforeSlide.md) ###### [AddSection](PowerPoint.SectionProperties.AddSection.md) ###### [Delete](PowerPoint.SectionProperties.Delete.md) ###### [FirstSlide](PowerPoint.SectionProperties.FirstSlide.md) ###### [Move](PowerPoint.SectionProperties.Move.md) ###### [Name](PowerPoint.SectionProperties.Name.md) ###### [Rename](PowerPoint.SectionProperties.Rename.md) ###### [SectionID](PowerPoint.SectionProperties.SectionID.md) ###### [SlidesCount](PowerPoint.SectionProperties.SlidesCount.md) ###### [Application](PowerPoint.SectionProperties.Application.md) ###### [Count](PowerPoint.SectionProperties.Count.md) ###### [Parent](PowerPoint.SectionProperties.Parent.md) #### [Selection object](PowerPoint.Selection.md) ##### Methods ###### [Copy](PowerPoint.Selection.Copy.md) ###### [Cut](PowerPoint.Selection.Cut.md) ###### [Delete](PowerPoint.Selection.Delete.md) ###### [Unselect](PowerPoint.Selection.Unselect.md) ##### Properties ###### [Application](PowerPoint.Selection.Application.md) ###### [ChildShapeRange](PowerPoint.Selection.ChildShapeRange.md) ###### [HasChildShapeRange](PowerPoint.Selection.HasChildShapeRange.md) ###### [Parent](PowerPoint.Selection.Parent.md) ###### [ShapeRange](PowerPoint.Selection.ShapeRange.md) ###### [SlideRange](PowerPoint.Selection.SlideRange.md) ###### [TextRange](PowerPoint.Selection.TextRange.md) ###### [TextRange2](PowerPoint.Selection.TextRange2.md) ###### [Type](PowerPoint.Selection.Type.md) #### [Sequence object](PowerPoint.Sequence.md) ##### Methods ###### [AddEffect](PowerPoint.Sequence.AddEffect.md) ###### [AddTriggerEffect](PowerPoint.Sequence.AddTriggerEffect.md) ###### [Clone](PowerPoint.Sequence.Clone.md) ###### [ConvertToAfterEffect](PowerPoint.Sequence.ConvertToAfterEffect.md) ###### [ConvertToAnimateBackground](PowerPoint.Sequence.ConvertToAnimateBackground.md) ###### [ConvertToAnimateInReverse](PowerPoint.Sequence.ConvertToAnimateInReverse.md) ###### [ConvertToBuildLevel](PowerPoint.Sequence.ConvertToBuildLevel.md) ###### [ConvertToTextUnitEffect](PowerPoint.Sequence.ConvertToTextUnitEffect.md) ###### [FindFirstAnimationFor](PowerPoint.Sequence.FindFirstAnimationFor.md) ###### [FindFirstAnimationForClick](PowerPoint.Sequence.FindFirstAnimationForClick.md) ###### [Item](PowerPoint.Sequence.Item.md) ##### Properties ###### [Application](PowerPoint.Sequence.Application.md) ###### [Count](PowerPoint.Sequence.Count.md) ###### [Parent](PowerPoint.Sequence.Parent.md) #### [Sequences object](PowerPoint.Sequences.md) ##### Methods ###### [Add](PowerPoint.Sequences.Add.md) ###### [Item](PowerPoint.Sequences.Item.md) ##### Properties ###### [Application](PowerPoint.Sequences.Application.md) ###### [Count](PowerPoint.Sequences.Count.md) ###### [Parent](PowerPoint.Sequences.Parent.md) #### [Series object](PowerPoint.Series.md) ##### Methods ###### [ApplyDataLabels](PowerPoint.Series.ApplyDataLabels.md) ###### [ClearFormats](PowerPoint.Series.ClearFormats.md) ###### [Copy](PowerPoint.Series.Copy.md) ###### [DataLabels](PowerPoint.Series.DataLabels.md) ###### [Delete](PowerPoint.Series.Delete.md) ###### [ErrorBar](PowerPoint.Series.ErrorBar.md) ###### [Paste](PowerPoint.Series.Paste.md) ###### [Points](PowerPoint.Series.Points.md) ###### [Select](PowerPoint.Series.Select.md) ###### [Trendlines](PowerPoint.Series.Trendlines.md) ##### Properties ###### [Application](PowerPoint.Series.Application.md) ###### [ApplyPictToEnd](PowerPoint.Series.ApplyPictToEnd.md) ###### [ApplyPictToFront](PowerPoint.Series.ApplyPictToFront.md) ###### [ApplyPictToSides](PowerPoint.Series.ApplyPictToSides.md) ###### [AxisGroup](PowerPoint.Series.AxisGroup.md) ###### [BarShape](PowerPoint.Series.BarShape.md) ###### [BubbleSizes](PowerPoint.Series.BubbleSizes.md) ###### [ChartType](PowerPoint.Series.ChartType.md) ###### [Creator](PowerPoint.Series.Creator.md) ###### [ErrorBars](PowerPoint.Series.ErrorBars.md) ###### [Explosion](PowerPoint.Series.Explosion.md) ###### [Format](PowerPoint.Series.Format.md) ###### [Formula](PowerPoint.Series.Formula.md) ###### [FormulaLocal](PowerPoint.Series.FormulaLocal.md) ###### [FormulaR1C1](PowerPoint.Series.FormulaR1C1.md) ###### [FormulaR1C1Local](PowerPoint.Series.FormulaR1C1Local.md) ###### [Has3DEffect](PowerPoint.Series.Has3DEffect.md) ###### [HasDataLabels](PowerPoint.Series.HasDataLabels.md) ###### [HasErrorBars](PowerPoint.Series.HasErrorBars.md) ###### [HasLeaderLines](PowerPoint.Series.HasLeaderLines.md) ###### [InvertColor](PowerPoint.Series.InvertColor.md) ###### [InvertColorIndex](PowerPoint.Series.InvertColorIndex.md) ###### [InvertIfNegative](PowerPoint.Series.InvertIfNegative.md) ###### [IsFiltered](PowerPoint.series.isfiltered.md) ###### [LeaderLines](PowerPoint.Series.LeaderLines.md) ###### [MarkerBackgroundColor](PowerPoint.Series.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](PowerPoint.Series.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](PowerPoint.Series.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](PowerPoint.Series.MarkerForegroundColorIndex.md) ###### [MarkerSize](PowerPoint.Series.MarkerSize.md) ###### [MarkerStyle](PowerPoint.Series.MarkerStyle.md) ###### [Name](PowerPoint.Series.Name.md) ###### [Parent](PowerPoint.Series.Parent.md) ###### [ParentDataLabelOption](PowerPoint.series.parentdatalabeloption.md) ###### [PictureType](PowerPoint.Series.PictureType.md) ###### [PictureUnit2](PowerPoint.Series.PictureUnit2.md) ###### [PlotColorIndex](PowerPoint.Series.PlotColorIndex.md) ###### [PlotOrder](PowerPoint.Series.PlotOrder.md) ###### [QuartileCalculationInclusiveMedian](PowerPoint.series.quartilecalculationinclusivemedian.md) ###### [Shadow](PowerPoint.Series.Shadow.md) ###### [Smooth](PowerPoint.Series.Smooth.md) ###### [Type](PowerPoint.Series.Type.md) ###### [Values](PowerPoint.Series.Values.md) ###### [XValues](PowerPoint.Series.XValues.md) #### [SeriesCollection object](PowerPoint.SeriesCollection.md) ##### Methods ###### [Add](PowerPoint.SeriesCollection.Add.md) ###### [Extend](PowerPoint.SeriesCollection.Extend.md) ###### [Item](PowerPoint.SeriesCollection.Item.md) ###### [NewSeries](PowerPoint.SeriesCollection.NewSeries.md) ##### Properties ###### [Application](PowerPoint.SeriesCollection.Application.md) ###### [Count](PowerPoint.SeriesCollection.Count.md) ###### [Creator](PowerPoint.SeriesCollection.Creator.md) ###### [Parent](PowerPoint.SeriesCollection.Parent.md) #### [SeriesLines object](PowerPoint.SeriesLines.md) ##### Methods ###### [Delete](PowerPoint.SeriesLines.Delete.md) ###### [Select](PowerPoint.SeriesLines.Select.md) ##### Properties ###### [Application](PowerPoint.SeriesLines.Application.md) ###### [Border](PowerPoint.SeriesLines.Border.md) ###### [Creator](PowerPoint.SeriesLines.Creator.md) ###### [Format](PowerPoint.SeriesLines.Format.md) ###### [Name](PowerPoint.SeriesLines.Name.md) ###### [Parent](PowerPoint.SeriesLines.Parent.md) #### [SetEffect object](PowerPoint.SetEffect.md) ##### Properties ###### [Application](PowerPoint.SetEffect.Application.md) ###### [Parent](PowerPoint.setEffect.Parent.md) ###### [property](PowerPoint.SetEffect.property.md) ###### [To](PowerPoint.SetEffect.To.md) #### [ShadowFormat object](PowerPoint.ShadowFormat.md) ##### Methods ###### [IncrementOffsetX](PowerPoint.ShadowFormat.IncrementOffsetX.md) ###### [IncrementOffsetY](PowerPoint.ShadowFormat.IncrementOffsetY.md) ##### Properties ###### [Application](PowerPoint.ShadowFormat.Application.md) ###### [Blur](PowerPoint.ShadowFormat.Blur.md) ###### [Creator](PowerPoint.ShadowFormat.Creator.md) ###### [ForeColor](PowerPoint.ShadowFormat.ForeColor.md) ###### [Obscured](PowerPoint.ShadowFormat.Obscured.md) ###### [OffsetX](PowerPoint.ShadowFormat.OffsetX.md) ###### [OffsetY](PowerPoint.ShadowFormat.OffsetY.md) ###### [Parent](PowerPoint.ShadowFormat.Parent.md) ###### [RotateWithShape](PowerPoint.ShadowFormat.RotateWithShape.md) ###### [Size](PowerPoint.ShadowFormat.Size.md) ###### [Style](PowerPoint.ShadowFormat.Style.md) ###### [Transparency](PowerPoint.ShadowFormat.Transparency.md) ###### [Type](PowerPoint.ShadowFormat.Type.md) ###### [Visible](PowerPoint.ShadowFormat.Visible.md) #### [Shape object](PowerPoint.Shape.md) ##### Methods ###### [Apply](PowerPoint.Shape.Apply.md) ###### [ApplyAnimation](PowerPoint.Shape.ApplyAnimation.md) ###### [ConvertTextToSmartArt](PowerPoint.Shape.ConvertTextToSmartArt.md) ###### [Copy](PowerPoint.Shape.Copy.md) ###### [Cut](PowerPoint.Shape.Cut.md) ###### [Delete](PowerPoint.Shape.Delete.md) ###### [Duplicate](PowerPoint.Shape.Duplicate.md) ###### [Export](PowerPoint.Shape.Export.md) ###### [Flip](PowerPoint.Shape.Flip.md) ###### [IncrementLeft](PowerPoint.Shape.IncrementLeft.md) ###### [IncrementRotation](PowerPoint.Shape.IncrementRotation.md) ###### [IncrementTop](PowerPoint.Shape.IncrementTop.md) ###### [PickUp](PowerPoint.Shape.PickUp.md) ###### [PickupAnimation](PowerPoint.Shape.PickupAnimation.md) ###### [RerouteConnections](PowerPoint.Shape.RerouteConnections.md) ###### [ScaleHeight](PowerPoint.Shape.ScaleHeight.md) ###### [ScaleWidth](PowerPoint.Shape.ScaleWidth.md) ###### [Select](PowerPoint.Shape.Select.md) ###### [SetShapesDefaultProperties](PowerPoint.Shape.SetShapesDefaultProperties.md) ###### [Ungroup](PowerPoint.Shape.Ungroup.md) ###### [UpgradeMedia](PowerPoint.Shape.UpgradeMedia.md) ###### [ZOrder](PowerPoint.Shape.ZOrder.md) ##### Properties ###### [ActionSettings](PowerPoint.Shape.ActionSettings.md) ###### [Adjustments](PowerPoint.Shape.Adjustments.md) ###### [AlternativeText](PowerPoint.Shape.AlternativeText.md) ###### [AnimationSettings](PowerPoint.Shape.AnimationSettings.md) ###### [Application](PowerPoint.Shape.Application.md) ###### [AutoShapeType](PowerPoint.Shape.AutoShapeType.md) ###### [BackgroundStyle](PowerPoint.Shape.BackgroundStyle.md) ###### [BlackWhiteMode](PowerPoint.Shape.BlackWhiteMode.md) ###### [Callout](PowerPoint.Shape.Callout.md) ###### [Chart](PowerPoint.Shape.Chart.md) ###### [Child](PowerPoint.Shape.Child.md) ###### [ConnectionSiteCount](PowerPoint.Shape.ConnectionSiteCount.md) ###### [Connector](PowerPoint.Shape.Connector.md) ###### [ConnectorFormat](PowerPoint.Shape.ConnectorFormat.md) ###### [Creator](PowerPoint.Shape.Creator.md) ###### [CustomerData](PowerPoint.Shape.CustomerData.md) ###### [Decorative](PowerPoint.Shape.Decorative.md) ###### [Fill](PowerPoint.Shape.Fill.md) ###### [Glow](PowerPoint.Shape.Glow.md) ###### [GraphicStyle](PowerPoint.Shape.GraphicStyle.md) ###### [GroupItems](PowerPoint.Shape.GroupItems.md) ###### [HasChart](PowerPoint.Shape.HasChart.md) ###### [HasInkXML](PowerPoint.shape.hasinkxml.md) ###### [HasSmartArt](PowerPoint.Shape.HasSmartArt.md) ###### [HasTable](PowerPoint.Shape.HasTable.md) ###### [HasTextFrame](PowerPoint.Shape.HasTextFrame.md) ###### [Height](PowerPoint.Shape.Height.md) ###### [HorizontalFlip](PowerPoint.Shape.HorizontalFlip.md) ###### [Id](PowerPoint.Shape.Id.md) ###### [InkXML](PowerPoint.shape.inkxml.md) ###### [IsNarration](PowerPoint.shape.isnarration.md) ###### [Left](PowerPoint.Shape.Left.md) ###### [Line](PowerPoint.Shape.Line.md) ###### [LinkFormat](PowerPoint.Shape.LinkFormat.md) ###### [LockAspectRatio](PowerPoint.Shape.LockAspectRatio.md) ###### [MediaFormat](PowerPoint.Shape.MediaFormat.md) ###### [MediaType](PowerPoint.Shape.MediaType.md) ###### [Model3D](PowerPoint.Shape.Model3D.md) ###### [Name](PowerPoint.Shape.Name.md) ###### [Nodes](PowerPoint.Shape.Nodes.md) ###### [OLEFormat](PowerPoint.Shape.OLEFormat.md) ###### [Parent](PowerPoint.Shape.Parent.md) ###### [ParentGroup](PowerPoint.Shape.ParentGroup.md) ###### [PictureFormat](PowerPoint.Shape.PictureFormat.md) ###### [PlaceholderFormat](PowerPoint.Shape.PlaceholderFormat.md) ###### [Reflection](PowerPoint.Shape.Reflection.md) ###### [Rotation](PowerPoint.Shape.Rotation.md) ###### [Shadow](PowerPoint.Shape.Shadow.md) ###### [ShapeStyle](PowerPoint.Shape.ShapeStyle.md) ###### [SmartArt](PowerPoint.Shape.SmartArt.md) ###### [SoftEdge](PowerPoint.Shape.SoftEdge.md) ###### [Table](PowerPoint.Shape.Table.md) ###### [Tags](PowerPoint.Shape.Tags.md) ###### [TextEffect](PowerPoint.Shape.TextEffect.md) ###### [TextFrame](PowerPoint.Shape.TextFrame.md) ###### [TextFrame2](PowerPoint.Shape.TextFrame2.md) ###### [ThreeD](PowerPoint.Shape.ThreeD.md) ###### [Title](PowerPoint.Shape.Title.md) ###### [Top](PowerPoint.Shape.Top.md) ###### [Type](PowerPoint.Shape.Type.md) ###### [VerticalFlip](PowerPoint.Shape.VerticalFlip.md) ###### [Vertices](PowerPoint.Shape.Vertices.md) ###### [Visible](PowerPoint.Shape.Visible.md) ###### [Width](PowerPoint.Shape.Width.md) ###### [ZOrderPosition](PowerPoint.Shape.ZOrderPosition.md) #### [ShapeNode object](PowerPoint.ShapeNode.md) ##### Properties ###### [Application](PowerPoint.ShapeNode.Application.md) ###### [Creator](PowerPoint.ShapeNode.Creator.md) ###### [EditingType](PowerPoint.ShapeNode.EditingType.md) ###### [Parent](PowerPoint.ShapeNode.Parent.md) ###### [Points](PowerPoint.ShapeNode.Points.md) ###### [SegmentType](PowerPoint.ShapeNode.SegmentType.md) #### [ShapeNodes object](PowerPoint.ShapeNodes.md) ##### Methods ###### [Delete](PowerPoint.ShapeNodes.Delete.md) ###### [Insert](PowerPoint.ShapeNodes.Insert.md) ###### [Item](PowerPoint.ShapeNodes.Item.md) ###### [SetEditingType](PowerPoint.ShapeNodes.SetEditingType.md) ###### [SetPosition](PowerPoint.ShapeNodes.SetPosition.md) ###### [SetSegmentType](PowerPoint.ShapeNodes.SetSegmentType.md) ##### Properties ###### [Application](PowerPoint.ShapeNodes.Application.md) ###### [Count](PowerPoint.ShapeNodes.Count.md) ###### [Creator](PowerPoint.ShapeNodes.Creator.md) ###### [Parent](PowerPoint.ShapeNodes.Parent.md) #### [ShapeRange object](PowerPoint.ShapeRange.md) ##### Methods ###### [Align](PowerPoint.ShapeRange.Align.md) ###### [Apply](PowerPoint.ShapeRange.Apply.md) ###### [ApplyAnimation](PowerPoint.ShapeRange.ApplyAnimation.md) ###### [ConvertTextToSmartArt](PowerPoint.ShapeRange.ConvertTextToSmartArt.md) ###### [Copy](PowerPoint.ShapeRange.Copy.md) ###### [Cut](PowerPoint.ShapeRange.Cut.md) ###### [Delete](PowerPoint.ShapeRange.Delete.md) ###### [Distribute](PowerPoint.ShapeRange.Distribute.md) ###### [Duplicate](PowerPoint.ShapeRange.Duplicate.md) ###### [Flip](PowerPoint.ShapeRange.Flip.md) ###### [Group](PowerPoint.ShapeRange.Group.md) ###### [IncrementLeft](PowerPoint.ShapeRange.IncrementLeft.md) ###### [IncrementRotation](PowerPoint.ShapeRange.IncrementRotation.md) ###### [IncrementTop](PowerPoint.ShapeRange.IncrementTop.md) ###### [Item](PowerPoint.ShapeRange.Item.md) ###### [MergeShapes](PowerPoint.shaperange.mergeshapes.md) ###### [PickUp](PowerPoint.ShapeRange.PickUp.md) ###### [PickupAnimation](PowerPoint.ShapeRange.PickupAnimation.md) ###### [Regroup](PowerPoint.ShapeRange.Regroup.md) ###### [RerouteConnections](PowerPoint.ShapeRange.RerouteConnections.md) ###### [ScaleHeight](PowerPoint.ShapeRange.ScaleHeight.md) ###### [ScaleWidth](PowerPoint.ShapeRange.ScaleWidth.md) ###### [Select](PowerPoint.ShapeRange.Select.md) ###### [SetShapesDefaultProperties](PowerPoint.ShapeRange.SetShapesDefaultProperties.md) ###### [Ungroup](PowerPoint.ShapeRange.Ungroup.md) ###### [UpgradeMedia](PowerPoint.ShapeRange.UpgradeMedia.md) ###### [ZOrder](PowerPoint.ShapeRange.ZOrder.md) ##### Properties ###### [ActionSettings](PowerPoint.ShapeRange.ActionSettings.md) ###### [Adjustments](PowerPoint.ShapeRange.Adjustments.md) ###### [AlternativeText](PowerPoint.ShapeRange.AlternativeText.md) ###### [AnimationSettings](PowerPoint.ShapeRange.AnimationSettings.md) ###### [Application](PowerPoint.ShapeRange.Application.md) ###### [AutoShapeType](PowerPoint.ShapeRange.AutoShapeType.md) ###### [BackgroundStyle](PowerPoint.ShapeRange.BackgroundStyle.md) ###### [BlackWhiteMode](PowerPoint.ShapeRange.BlackWhiteMode.md) ###### [Callout](PowerPoint.ShapeRange.Callout.md) ###### [Chart](PowerPoint.ShapeRange.Chart.md) ###### [Child](PowerPoint.ShapeRange.Child.md) ###### [ConnectionSiteCount](PowerPoint.ShapeRange.ConnectionSiteCount.md) ###### [Connector](PowerPoint.ShapeRange.Connector.md) ###### [ConnectorFormat](PowerPoint.ShapeRange.ConnectorFormat.md) ###### [Count](PowerPoint.ShapeRange.Count.md) ###### [Creator](PowerPoint.ShapeRange.Creator.md) ###### [CustomerData](PowerPoint.ShapeRange.CustomerData.md) ###### [Decorative](PowerPoint.ShapeRange.Decorative.md) ###### [Fill](PowerPoint.ShapeRange.Fill.md) ###### [Glow](PowerPoint.ShapeRange.Glow.md) ###### [GraphicStyle](PowerPoint.ShapeRange.GraphicStyle.md) ###### [GroupItems](PowerPoint.ShapeRange.GroupItems.md) ###### [HasChart](PowerPoint.ShapeRange.HasChart.md) ###### [HasInkXML](PowerPoint.shaperange.hasinkxml.md) ###### [HasSmartArt](PowerPoint.ShapeRange.HasSmartArt.md) ###### [HasTable](PowerPoint.ShapeRange.HasTable.md) ###### [HasTextFrame](PowerPoint.ShapeRange.HasTextFrame.md) ###### [Height](PowerPoint.ShapeRange.Height.md) ###### [HorizontalFlip](PowerPoint.ShapeRange.HorizontalFlip.md) ###### [Id](PowerPoint.ShapeRange.Id.md) ###### [InkXML](PowerPoint.shaperange.inkxml.md) ###### [IsNarration](PowerPoint.shaperange.isnarration.md) ###### [Left](PowerPoint.ShapeRange.Left.md) ###### [Line](PowerPoint.ShapeRange.Line.md) ###### [LinkFormat](PowerPoint.ShapeRange.LinkFormat.md) ###### [LockAspectRatio](PowerPoint.ShapeRange.LockAspectRatio.md) ###### [MediaFormat](PowerPoint.ShapeRange.MediaFormat.md) ###### [MediaType](PowerPoint.ShapeRange.MediaType.md) ###### [Model3D](PowerPoint.ShapeRange.Model3D.md) ###### [Name](PowerPoint.ShapeRange.Name.md) ###### [Nodes](PowerPoint.ShapeRange.Nodes.md) ###### [OLEFormat](PowerPoint.ShapeRange.OLEFormat.md) ###### [Parent](PowerPoint.ShapeRange.Parent.md) ###### [ParentGroup](PowerPoint.ShapeRange.ParentGroup.md) ###### [PictureFormat](PowerPoint.ShapeRange.PictureFormat.md) ###### [PlaceholderFormat](PowerPoint.ShapeRange.PlaceholderFormat.md) ###### [Reflection](PowerPoint.ShapeRange.Reflection.md) ###### [Rotation](PowerPoint.ShapeRange.Rotation.md) ###### [Shadow](PowerPoint.ShapeRange.Shadow.md) ###### [ShapeStyle](PowerPoint.ShapeRange.ShapeStyle.md) ###### [SmartArt](PowerPoint.ShapeRange.SmartArt.md) ###### [SoftEdge](PowerPoint.ShapeRange.SoftEdge.md) ###### [Table](PowerPoint.ShapeRange.Table.md) ###### [Tags](PowerPoint.ShapeRange.Tags.md) ###### [TextEffect](PowerPoint.ShapeRange.TextEffect.md) ###### [TextFrame](PowerPoint.ShapeRange.TextFrame.md) ###### [TextFrame2](PowerPoint.ShapeRange.TextFrame2.md) ###### [ThreeD](PowerPoint.ShapeRange.ThreeD.md) ###### [Title](PowerPoint.ShapeRange.Title.md) ###### [Top](PowerPoint.ShapeRange.Top.md) ###### [Type](PowerPoint.ShapeRange.Type.md) ###### [VerticalFlip](PowerPoint.ShapeRange.VerticalFlip.md) ###### [Vertices](PowerPoint.ShapeRange.Vertices.md) ###### [Visible](PowerPoint.ShapeRange.Visible.md) ###### [Width](PowerPoint.ShapeRange.Width.md) ###### [ZOrderPosition](PowerPoint.ShapeRange.ZOrderPosition.md) #### [Shapes object](PowerPoint.Shapes.md) ##### Methods ###### [AddCallout](PowerPoint.Shapes.AddCallout.md) ###### [AddChart2](PowerPoint.shapes.addchart2.md) ###### [AddConnector](PowerPoint.Shapes.AddConnector.md) ###### [AddCurve](PowerPoint.Shapes.AddCurve.md) ###### [AddInkShapeFromXML](PowerPoint.shapes.addinkshapefromxml.md) ###### [AddLabel](PowerPoint.Shapes.AddLabel.md) ###### [AddLine](PowerPoint.Shapes.AddLine.md) ###### [AddMediaObject](PowerPoint.Shapes.AddMediaObject.md) ###### [AddMediaObject2](PowerPoint.Shapes.AddMediaObject2.md) ###### [AddMediaObjectFromEmbedTag](PowerPoint.Shapes.AddMediaObjectFromEmbedTag.md) ###### [AddOLEObject](PowerPoint.Shapes.AddOLEObject.md) ###### [AddPicture](PowerPoint.Shapes.AddPicture.md) ###### [AddPicture2](PowerPoint.shapes.addpicture2.md) ###### [AddPlaceholder](PowerPoint.Shapes.AddPlaceholder.md) ###### [AddPolyline](PowerPoint.Shapes.AddPolyline.md) ###### [AddShape](PowerPoint.Shapes.AddShape.md) ###### [AddSmartArt](PowerPoint.Shapes.AddSmartArt.md) ###### [AddTable](PowerPoint.Shapes.AddTable.md) ###### [AddTextbox](PowerPoint.Shapes.AddTextbox.md) ###### [AddTextEffect](PowerPoint.Shapes.AddTextEffect.md) ###### [Add3DModel](PowerPoint.Shapes.Add3DModel.md) ###### [AddTitle](PowerPoint.Shapes.AddTitle.md) ###### [BuildFreeform](PowerPoint.Shapes.BuildFreeform.md) ###### [Item](PowerPoint.Shapes.Item.md) ###### [Paste](PowerPoint.Shapes.Paste.md) ###### [PasteSpecial](PowerPoint.Shapes.PasteSpecial.md) ###### [Range](PowerPoint.Shapes.Range.md) ###### [SelectAll](PowerPoint.Shapes.SelectAll.md) ##### Properties ###### [Application](PowerPoint.Shapes.Application.md) ###### [Count](PowerPoint.Shapes.Count.md) ###### [Creator](PowerPoint.Shapes.Creator.md) ###### [HasTitle](PowerPoint.Shapes.HasTitle.md) ###### [Parent](PowerPoint.Shapes.Parent.md) ###### [Placeholders](PowerPoint.Shapes.Placeholders.md) ###### [Title](PowerPoint.Shapes.Title.md) #### [Slide object](PowerPoint.Slide.md) ##### Methods ###### [ApplyTemplate](PowerPoint.Slide.ApplyTemplate.md) ###### [ApplyTemplate2](PowerPoint.slide.applytemplate2.md) ###### [ApplyTheme](PowerPoint.Slide.ApplyTheme.md) ###### [ApplyThemeColorScheme](PowerPoint.Slide.ApplyThemeColorScheme.md) ###### [Copy](PowerPoint.Slide.Copy.md) ###### [Cut](PowerPoint.Slide.Cut.md) ###### [Delete](PowerPoint.Slide.Delete.md) ###### [Duplicate](PowerPoint.Slide.Duplicate.md) ###### [Export](PowerPoint.Slide.Export.md) ###### [MoveTo](PowerPoint.Slide.MoveTo.md) ###### [MoveToSectionStart](PowerPoint.Slide.MoveToSectionStart.md) ###### [PublishSlides](PowerPoint.Slide.PublishSlides.md) ###### [Select](PowerPoint.Slide.Select.md) ##### Properties ###### [Application](PowerPoint.Slide.Application.md) ###### [Background](PowerPoint.Slide.Background.md) ###### [BackgroundStyle](PowerPoint.Slide.BackgroundStyle.md) ###### [ColorScheme](PowerPoint.Slide.ColorScheme.md) ###### [Comments](PowerPoint.Slide.Comments.md) ###### [CustomerData](PowerPoint.Slide.CustomerData.md) ###### [CustomLayout](PowerPoint.Slide.CustomLayout.md) ###### [Design](PowerPoint.Slide.Design.md) ###### [DisplayMasterShapes](PowerPoint.Slide.DisplayMasterShapes.md) ###### [FollowMasterBackground](PowerPoint.Slide.FollowMasterBackground.md) ###### [HasNotesPage](PowerPoint.Slide.HasNotesPage.md) ###### [HeadersFooters](PowerPoint.Slide.HeadersFooters.md) ###### [Hyperlinks](PowerPoint.Slide.Hyperlinks.md) ###### [Layout](PowerPoint.Slide.Layout.md) ###### [Master](PowerPoint.Slide.Master.md) ###### [Name](PowerPoint.Slide.Name.md) ###### [NotesPage](PowerPoint.Slide.NotesPage.md) ###### [Parent](PowerPoint.Slide.Parent.md) ###### [PrintSteps](PowerPoint.Slide.PrintSteps.md) ###### [sectionIndex](PowerPoint.Slide.sectionIndex.md) ###### [Shapes](PowerPoint.Slide.Shapes.md) ###### [SlideID](PowerPoint.Slide.SlideID.md) ###### [SlideIndex](PowerPoint.Slide.SlideIndex.md) ###### [SlideNumber](PowerPoint.Slide.SlideNumber.md) ###### [SlideShowTransition](PowerPoint.Slide.SlideShowTransition.md) ###### [Tags](PowerPoint.Slide.Tags.md) ###### [ThemeColorScheme](PowerPoint.Slide.ThemeColorScheme.md) ###### [TimeLine](PowerPoint.Slide.TimeLine.md) #### [SlideNavigation object](PowerPoint.slidenavigation.md) ##### Properties ###### [Application](PowerPoint.slidenavigation.application.md) ###### [Parent](PowerPoint.slidenavigation.parent.md) ###### [Visible](PowerPoint.slidenavigation.visible.md) #### [SlideRange object](PowerPoint.SlideRange.md) ##### Methods ###### [ApplyTemplate](PowerPoint.SlideRange.ApplyTemplate.md) ###### [ApplyTemplate2](PowerPoint.sliderange.applytemplate2.md) ###### [ApplyTheme](PowerPoint.SlideRange.ApplyTheme.md) ###### [ApplyThemeColorScheme](PowerPoint.SlideRange.ApplyThemeColorScheme.md) ###### [Copy](PowerPoint.SlideRange.Copy.md) ###### [Cut](PowerPoint.SlideRange.Cut.md) ###### [Delete](PowerPoint.SlideRange.Delete.md) ###### [Duplicate](PowerPoint.SlideRange.Duplicate.md) ###### [Export](PowerPoint.SlideRange.Export.md) ###### [Item](PowerPoint.SlideRange.Item.md) ###### [MoveTo](PowerPoint.SlideRange.MoveTo.md) ###### [MoveToSectionStart](PowerPoint.SlideRange.MoveToSectionStart.md) ###### [PublishSlides](PowerPoint.SlideRange.PublishSlides.md) ###### [Select](PowerPoint.SlideRange.Select.md) ##### Properties ###### [Application](PowerPoint.SlideRange.Application.md) ###### [Background](PowerPoint.SlideRange.Background.md) ###### [BackgroundStyle](PowerPoint.SlideRange.BackgroundStyle.md) ###### [ColorScheme](PowerPoint.SlideRange.ColorScheme.md) ###### [Comments](PowerPoint.SlideRange.Comments.md) ###### [Count](PowerPoint.SlideRange.Count.md) ###### [CustomerData](PowerPoint.SlideRange.CustomerData.md) ###### [CustomLayout](PowerPoint.SlideRange.CustomLayout.md) ###### [Design](PowerPoint.SlideRange.Design.md) ###### [DisplayMasterShapes](PowerPoint.SlideRange.DisplayMasterShapes.md) ###### [FollowMasterBackground](PowerPoint.SlideRange.FollowMasterBackground.md) ###### [HasNotesPage](PowerPoint.SlideRange.HasNotesPage.md) ###### [HeadersFooters](PowerPoint.SlideRange.HeadersFooters.md) ###### [Hyperlinks](PowerPoint.SlideRange.Hyperlinks.md) ###### [Layout](PowerPoint.SlideRange.Layout.md) ###### [Master](PowerPoint.SlideRange.Master.md) ###### [Name](PowerPoint.SlideRange.Name.md) ###### [NotesPage](PowerPoint.SlideRange.NotesPage.md) ###### [Parent](PowerPoint.SlideRange.Parent.md) ###### [PrintSteps](PowerPoint.SlideRange.PrintSteps.md) ###### [sectionIndex](PowerPoint.SlideRange.sectionIndex.md) ###### [Shapes](PowerPoint.SlideRange.Shapes.md) ###### [SlideID](PowerPoint.SlideRange.SlideID.md) ###### [SlideIndex](PowerPoint.SlideRange.SlideIndex.md) ###### [SlideNumber](PowerPoint.SlideRange.SlideNumber.md) ###### [SlideShowTransition](PowerPoint.SlideRange.SlideShowTransition.md) ###### [Tags](PowerPoint.SlideRange.Tags.md) ###### [ThemeColorScheme](PowerPoint.SlideRange.ThemeColorScheme.md) ###### [TimeLine](PowerPoint.SlideRange.TimeLine.md) #### [Slides object](PowerPoint.Slides.md) ##### Methods ###### [AddSlide](PowerPoint.Slides.AddSlide.md) ###### [FindBySlideID](PowerPoint.Slides.FindBySlideID.md) ###### [InsertFromFile](PowerPoint.Slides.InsertFromFile.md) ###### [Item](PowerPoint.Slides.Item.md) ###### [Paste](PowerPoint.Slides.Paste.md) ###### [Range](PowerPoint.Slides.Range.md) ##### Properties ###### [Application](PowerPoint.Slides.Application.md) ###### [Count](PowerPoint.Slides.Count.md) ###### [Parent](PowerPoint.Slides.Parent.md) #### [SlideShowSettings object](PowerPoint.SlideShowSettings.md) ##### Methods ###### [Run](PowerPoint.SlideShowSettings.Run.md) ##### Properties ###### [AdvanceMode](PowerPoint.SlideShowSettings.AdvanceMode.md) ###### [Application](PowerPoint.SlideShowSettings.Application.md) ###### [EndingSlide](PowerPoint.SlideShowSettings.EndingSlide.md) ###### [LoopUntilStopped](PowerPoint.SlideShowSettings.LoopUntilStopped.md) ###### [NamedSlideShows](PowerPoint.SlideShowSettings.NamedSlideShows.md) ###### [Parent](PowerPoint.SlideShowSettings.Parent.md) ###### [PointerColor](PowerPoint.SlideShowSettings.PointerColor.md) ###### [RangeType](PowerPoint.SlideShowSettings.RangeType.md) ###### [ShowMediaControls](PowerPoint.SlideShowSettings.ShowMediaControls.md) ###### [ShowPresenterView](PowerPoint.SlideShowSettings.ShowPresenterView.md) ###### [ShowScrollbar](PowerPoint.SlideShowSettings.ShowScrollbar.md) ###### [ShowType](PowerPoint.SlideShowSettings.ShowType.md) ###### [ShowWithAnimation](PowerPoint.SlideShowSettings.ShowWithAnimation.md) ###### [ShowWithNarration](PowerPoint.SlideShowSettings.ShowWithNarration.md) ###### [SlideShowName](PowerPoint.SlideShowSettings.SlideShowName.md) ###### [StartingSlide](PowerPoint.SlideShowSettings.StartingSlide.md) #### [SlideShowTransition object](PowerPoint.SlideShowTransition.md) ##### Properties ###### [AdvanceOnClick](PowerPoint.SlideShowTransition.AdvanceOnClick.md) ###### [AdvanceOnTime](PowerPoint.SlideShowTransition.AdvanceOnTime.md) ###### [AdvanceTime](PowerPoint.SlideShowTransition.AdvanceTime.md) ###### [Application](PowerPoint.SlideShowTransition.Application.md) ###### [Duration](PowerPoint.SlideShowTransition.Duration.md) ###### [EntryEffect](PowerPoint.SlideShowTransition.EntryEffect.md) ###### [Hidden](PowerPoint.SlideShowTransition.Hidden.md) ###### [LoopSoundUntilNext](PowerPoint.SlideShowTransition.LoopSoundUntilNext.md) ###### [Parent](PowerPoint.SlideShowTransition.Parent.md) ###### [SoundEffect](PowerPoint.SlideShowTransition.SoundEffect.md) ###### [Speed](PowerPoint.SlideShowTransition.Speed.md) #### [SlideShowView object](PowerPoint.SlideShowView.md) ##### Methods ###### [DrawLine](PowerPoint.SlideShowView.DrawLine.md) ###### [EndNamedShow](PowerPoint.SlideShowView.EndNamedShow.md) ###### [EraseDrawing](PowerPoint.SlideShowView.EraseDrawing.md) ###### [Exit](PowerPoint.SlideShowView.Exit.md) ###### [First](PowerPoint.SlideShowView.First.md) ###### [FirstAnimationIsAutomatic](PowerPoint.SlideShowView.FirstAnimationIsAutomatic.md) ###### [GetClickCount](PowerPoint.SlideShowView.GetClickCount.md) ###### [GetClickIndex](PowerPoint.SlideShowView.GetClickIndex.md) ###### [GotoClick](PowerPoint.SlideShowView.GotoClick.md) ###### [GotoNamedShow](PowerPoint.SlideShowView.GotoNamedShow.md) ###### [GotoSlide](PowerPoint.SlideShowView.GotoSlide.md) ###### [Last](PowerPoint.SlideShowView.Last.md) ###### [Next](PowerPoint.SlideShowView.Next.md) ###### [Player](PowerPoint.SlideShowView.Player.md) ###### [Previous](PowerPoint.SlideShowView.Previous.md) ###### [ResetSlideTime](PowerPoint.SlideShowView.ResetSlideTime.md) ##### Properties ###### [AcceleratorsEnabled](PowerPoint.SlideShowView.AcceleratorsEnabled.md) ###### [AdvanceMode](PowerPoint.SlideShowView.AdvanceMode.md) ###### [Application](PowerPoint.SlideShowView.Application.md) ###### [CurrentShowPosition](PowerPoint.SlideShowView.CurrentShowPosition.md) ###### [IsNamedShow](PowerPoint.SlideShowView.IsNamedShow.md) ###### [LaserPointerEnabled](PowerPoint.slideshowview.laserpointerenabled.md) ###### [LastSlideViewed](PowerPoint.SlideShowView.LastSlideViewed.md) ###### [MediaControlsHeight](PowerPoint.SlideShowView.MediaControlsHeight.md) ###### [MediaControlsLeft](PowerPoint.SlideShowView.MediaControlsLeft.md) ###### [MediaControlsTop](PowerPoint.SlideShowView.MediaControlsTop.md) ###### [MediaControlsVisible](PowerPoint.SlideShowView.MediaControlsVisible.md) ###### [MediaControlsWidth](PowerPoint.SlideShowView.MediaControlsWidth.md) ###### [Parent](PowerPoint.SlideShowView.Parent.md) ###### [PointerColor](PowerPoint.SlideShowView.PointerColor.md) ###### [PointerType](PowerPoint.SlideShowView.PointerType.md) ###### [PresentationElapsedTime](PowerPoint.SlideShowView.PresentationElapsedTime.md) ###### [Slide](PowerPoint.SlideShowView.Slide.md) ###### [SlideElapsedTime](PowerPoint.SlideShowView.SlideElapsedTime.md) ###### [SlideShowName](PowerPoint.SlideShowView.SlideShowName.md) ###### [State](PowerPoint.SlideShowView.State.md) ###### [Zoom](PowerPoint.SlideShowView.Zoom.md) #### [SlideShowWindow object](PowerPoint.SlideShowWindow.md) ##### Methods ###### [Activate](PowerPoint.SlideShowWindow.Activate.md) ##### Properties ###### [Active](PowerPoint.SlideShowWindow.Active.md) ###### [Application](PowerPoint.SlideShowWindow.Application.md) ###### [Height](PowerPoint.SlideShowWindow.Height.md) ###### [IsFullScreen](PowerPoint.SlideShowWindow.IsFullScreen.md) ###### [Left](PowerPoint.SlideShowWindow.Left.md) ###### [Parent](PowerPoint.SlideShowWindow.Parent.md) ###### [Presentation](PowerPoint.SlideShowWindow.Presentation.md) ###### [SlideNavigation](PowerPoint.slideshowwindow.slidenavigation.md) ###### [Top](PowerPoint.SlideShowWindow.Top.md) ###### [View](PowerPoint.SlideShowWindow.View.md) ###### [Width](PowerPoint.SlideShowWindow.Width.md) #### [SlideShowWindows object](PowerPoint.SlideShowWindows.md) ##### Methods ###### [Item](PowerPoint.SlideShowWindows.Item.md) ##### Properties ###### [Application](PowerPoint.SlideShowWindows.Application.md) ###### [Count](PowerPoint.SlideShowWindows.Count.md) ###### [Parent](PowerPoint.SlideShowWindows.Parent.md) #### [SoundEffect object](PowerPoint.soundEffect.md) ##### Methods ###### [ImportFromFile](PowerPoint.SoundEffect.ImportFromFile.md) ###### [Play](PowerPoint.SoundEffect.Play.md) ##### Properties ###### [Application](PowerPoint.soundEffect.Application.md) ###### [Name](PowerPoint.SoundEffect.Name.md) ###### [Parent](PowerPoint.soundEffect.Parent.md) ###### [Type](PowerPoint.SoundEffect.Type.md) #### [Table object](PowerPoint.Table.md) ##### Methods ###### [ApplyStyle](PowerPoint.Table.ApplyStyle.md) ###### [Cell](PowerPoint.Table.Cell.md) ###### [ScaleProportionally](PowerPoint.Table.ScaleProportionally.md) ##### Properties ###### [AlternativeText](PowerPoint.Table.AlternativeText.md) ###### [Application](PowerPoint.Table.Application.md) ###### [Background](PowerPoint.Table.Background.md) ###### [Columns](PowerPoint.Table.Columns.md) ###### [FirstCol](PowerPoint.Table.FirstCol.md) ###### [FirstRow](PowerPoint.Table.FirstRow.md) ###### [HorizBanding](PowerPoint.Table.HorizBanding.md) ###### [LastCol](PowerPoint.Table.LastCol.md) ###### [LastRow](PowerPoint.Table.LastRow.md) ###### [Parent](PowerPoint.Table.Parent.md) ###### [Rows](PowerPoint.Table.Rows.md) ###### [Style](PowerPoint.Table.Style.md) ###### [TableDirection](PowerPoint.Table.TableDirection.md) ###### [Title](PowerPoint.Table.Title.md) ###### [VertBanding](PowerPoint.Table.VertBanding.md) #### [TableBackground object](PowerPoint.TableBackground.md) ##### Properties ###### [Fill](PowerPoint.TableBackground.Fill.md) ###### [Picture](PowerPoint.TableBackground.Picture.md) ###### [Reflection](PowerPoint.TableBackground.Reflection.md) ###### [Shadow](PowerPoint.TableBackground.Shadow.md) #### [TableStyle object](PowerPoint.TableStyle.md) ##### Properties ###### [Id](PowerPoint.TableStyle.Id.md) ###### [Name](PowerPoint.TableStyle.Name.md) #### [TabStop object](PowerPoint.TabStop.md) ##### Methods ###### [Clear](PowerPoint.TabStop.Clear.md) ##### Properties ###### [Application](PowerPoint.TabStop.Application.md) ###### [Parent](PowerPoint.TabStop.Parent.md) ###### [Position](PowerPoint.TabStop.Position.md) ###### [Type](PowerPoint.TabStop.Type.md) #### [TabStops object](PowerPoint.TabStops.md) ##### Methods ###### [Add](PowerPoint.TabStops.Add.md) ###### [Item](PowerPoint.TabStops.Item.md) ##### Properties ###### [Application](PowerPoint.TabStops.Application.md) ###### [Count](PowerPoint.TabStops.Count.md) ###### [DefaultSpacing](PowerPoint.TabStops.DefaultSpacing.md) ###### [Parent](PowerPoint.TabStops.Parent.md) #### [Tags object](PowerPoint.Tags.md) ##### Methods ###### [Add](PowerPoint.Tags.Add.md) ###### [Delete](PowerPoint.Tags.Delete.md) ###### [Item](PowerPoint.Tags.Item.md) ###### [Name](PowerPoint.Tags.Name.md) ###### [Value](PowerPoint.Tags.Value.md) ##### Properties ###### [Application](PowerPoint.Tags.Application.md) ###### [Count](PowerPoint.Tags.Count.md) ###### [Parent](PowerPoint.Tags.Parent.md) #### [TextEffectFormat object](PowerPoint.TextEffectFormat.md) ##### Methods ###### [ToggleVerticalText](PowerPoint.TextEffectFormat.ToggleVerticalText.md) ##### Properties ###### [Alignment](PowerPoint.TextEffectFormat.Alignment.md) ###### [Application](PowerPoint.TextEffectFormat.Application.md) ###### [Creator](PowerPoint.TextEffectFormat.Creator.md) ###### [FontBold](PowerPoint.TextEffectFormat.FontBold.md) ###### [FontItalic](PowerPoint.TextEffectFormat.FontItalic.md) ###### [FontName](PowerPoint.TextEffectFormat.FontName.md) ###### [FontSize](PowerPoint.TextEffectFormat.FontSize.md) ###### [KernedPairs](PowerPoint.TextEffectFormat.KernedPairs.md) ###### [NormalizedHeight](PowerPoint.TextEffectFormat.NormalizedHeight.md) ###### [Parent](PowerPoint.TextEffectFormat.Parent.md) ###### [PresetShape](PowerPoint.TextEffectFormat.PresetShape.md) ###### [PresetTextEffect](PowerPoint.TextEffectFormat.PresetTextEffect.md) ###### [RotatedChars](PowerPoint.TextEffectFormat.RotatedChars.md) ###### [Text](PowerPoint.TextEffectFormat.Text.md) ###### [Tracking](PowerPoint.TextEffectFormat.Tracking.md) #### [TextFrame object](PowerPoint.TextFrame.md) ##### Methods ###### [DeleteText](PowerPoint.TextFrame.DeleteText.md) ##### Properties ###### [Application](PowerPoint.TextFrame.Application.md) ###### [AutoSize](PowerPoint.TextFrame.AutoSize.md) ###### [Creator](PowerPoint.TextFrame.Creator.md) ###### [HasText](PowerPoint.TextFrame.HasText.md) ###### [HorizontalAnchor](PowerPoint.TextFrame.HorizontalAnchor.md) ###### [MarginBottom](PowerPoint.TextFrame.MarginBottom.md) ###### [MarginLeft](PowerPoint.TextFrame.MarginLeft.md) ###### [MarginRight](PowerPoint.TextFrame.MarginRight.md) ###### [MarginTop](PowerPoint.TextFrame.MarginTop.md) ###### [Orientation](PowerPoint.TextFrame.Orientation.md) ###### [Parent](PowerPoint.TextFrame.Parent.md) ###### [Ruler](PowerPoint.TextFrame.Ruler.md) ###### [TextRange](PowerPoint.TextFrame.TextRange.md) ###### [VerticalAnchor](PowerPoint.TextFrame.VerticalAnchor.md) ###### [WordWrap](PowerPoint.TextFrame.WordWrap.md) #### [TextFrame2 object](PowerPoint.TextFrame2.md) ##### Methods ###### [DeleteText](PowerPoint.TextFrame2.DeleteText.md) ##### Properties ###### [Application](PowerPoint.TextFrame2.Application.md) ###### [AutoSize](PowerPoint.TextFrame2.AutoSize.md) ###### [Column](PowerPoint.TextFrame2.Column.md) ###### [Creator](PowerPoint.TextFrame2.Creator.md) ###### [HasText](PowerPoint.TextFrame2.HasText.md) ###### [HorizontalAnchor](PowerPoint.TextFrame2.HorizontalAnchor.md) ###### [MarginBottom](PowerPoint.TextFrame2.MarginBottom.md) ###### [MarginLeft](PowerPoint.TextFrame2.MarginLeft.md) ###### [MarginRight](PowerPoint.TextFrame2.MarginRight.md) ###### [MarginTop](PowerPoint.TextFrame2.MarginTop.md) ###### [NoTextRotation](PowerPoint.TextFrame2.NoTextRotation.md) ###### [Orientation](PowerPoint.TextFrame2.Orientation.md) ###### [Parent](PowerPoint.TextFrame2.Parent.md) ###### [PathFormat](PowerPoint.TextFrame2.PathFormat.md) ###### [Ruler](PowerPoint.TextFrame2.Ruler.md) ###### [TextRange](PowerPoint.TextFrame2.TextRange.md) ###### [ThreeD](PowerPoint.TextFrame2.ThreeD.md) ###### [VerticalAnchor](PowerPoint.TextFrame2.VerticalAnchor.md) ###### [WarpFormat](PowerPoint.TextFrame2.WarpFormat.md) ###### [WordArtFormat](PowerPoint.TextFrame2.WordArtFormat.md) ###### [WordWrap](PowerPoint.TextFrame2.WordWrap.md) #### [TextRange object](PowerPoint.TextRange.md) ##### Methods ###### [AddPeriods](PowerPoint.TextRange.AddPeriods.md) ###### [ChangeCase](PowerPoint.TextRange.ChangeCase.md) ###### [Characters](PowerPoint.TextRange.Characters.md) ###### [Copy](PowerPoint.TextRange.Copy.md) ###### [Cut](PowerPoint.TextRange.Cut.md) ###### [Delete](PowerPoint.TextRange.Delete.md) ###### [Find](PowerPoint.TextRange.Find.md) ###### [InsertAfter](PowerPoint.TextRange.InsertAfter.md) ###### [InsertBefore](PowerPoint.TextRange.InsertBefore.md) ###### [InsertDateTime](PowerPoint.TextRange.InsertDateTime.md) ###### [InsertSlideNumber](PowerPoint.TextRange.InsertSlideNumber.md) ###### [InsertSymbol](PowerPoint.TextRange.InsertSymbol.md) ###### [Lines](PowerPoint.TextRange.Lines.md) ###### [LtrRun](PowerPoint.TextRange.LtrRun.md) ###### [Paragraphs](PowerPoint.TextRange.Paragraphs.md) ###### [Paste](PowerPoint.TextRange.Paste.md) ###### [PasteSpecial](PowerPoint.TextRange.PasteSpecial.md) ###### [RemovePeriods](PowerPoint.TextRange.RemovePeriods.md) ###### [Replace](PowerPoint.TextRange.Replace.md) ###### [RotatedBounds](PowerPoint.TextRange.RotatedBounds.md) ###### [RtlRun](PowerPoint.TextRange.RtlRun.md) ###### [Runs](PowerPoint.TextRange.Runs.md) ###### [Select](PowerPoint.TextRange.Select.md) ###### [Sentences](PowerPoint.TextRange.Sentences.md) ###### [TrimText](PowerPoint.TextRange.TrimText.md) ###### [Words](PowerPoint.TextRange.Words.md) ##### Properties ###### [ActionSettings](PowerPoint.TextRange.ActionSettings.md) ###### [Application](PowerPoint.TextRange.Application.md) ###### [BoundHeight](PowerPoint.TextRange.BoundHeight.md) ###### [BoundLeft](PowerPoint.TextRange.BoundLeft.md) ###### [BoundTop](PowerPoint.TextRange.BoundTop.md) ###### [BoundWidth](PowerPoint.TextRange.BoundWidth.md) ###### [Count](PowerPoint.TextRange.Count.md) ###### [Font](PowerPoint.TextRange.Font.md) ###### [IndentLevel](PowerPoint.TextRange.IndentLevel.md) ###### [LanguageID](PowerPoint.TextRange.LanguageID.md) ###### [Length](PowerPoint.TextRange.Length.md) ###### [ParagraphFormat](PowerPoint.TextRange.ParagraphFormat.md) ###### [Parent](PowerPoint.TextRange.Parent.md) ###### [Start](PowerPoint.TextRange.Start.md) ###### [Text](PowerPoint.TextRange.Text.md) #### [TextRange2 object](PowerPoint.textrange2.md) ##### Methods ###### [AddPeriods](PowerPoint.textrange2.addperiods.md) ###### [ChangeCase](PowerPoint.textrange2.changecase.md) ###### [Copy](PowerPoint.textrange2.copy.md) ###### [Cut](PowerPoint.textrange2.cut.md) ###### [Delete](PowerPoint.textrange2.delete.md) ###### [Find](PowerPoint.textrange2.find.md) ###### [InsertAfter](PowerPoint.textrange2.insertafter.md) ###### [InsertBefore](PowerPoint.textrange2.insertbefore.md) ###### [InsertChartField](PowerPoint.textrange2.insertchartfield.md) ###### [InsertSymbol](PowerPoint.textrange2.insertsymbol.md) ###### [Item](PowerPoint.textrange2.item.md) ###### [LtrRun](PowerPoint.textrange2.ltrrun.md) ###### [Paste](PowerPoint.textrange2.paste.md) ###### [PasteSpecial](PowerPoint.textrange2.pastespecial.md) ###### [RemovePeriods](PowerPoint.textrange2.removeperiods.md) ###### [Replace](PowerPoint.textrange2.replace.md) ###### [RotatedBounds](PowerPoint.textrange2.rotatedbounds.md) ###### [RtlRun](PowerPoint.textrange2.rtlrun.md) ###### [Select](PowerPoint.textrange2.select.md) ###### [TrimText](PowerPoint.textrange2.trimtext.md) ##### Properties ###### [Application](PowerPoint.textrange2.application.md) ###### [BoundHeight](PowerPoint.textrange2.boundheight.md) ###### [BoundLeft](PowerPoint.textrange2.boundleft.md) ###### [BoundTop](PowerPoint.textrange2.boundtop.md) ###### [BoundWidth](PowerPoint.textrange2.boundwidth.md) ###### [Characters](PowerPoint.textrange2.characters.md) ###### [Count](PowerPoint.textrange2.count.md) ###### [Creator](PowerPoint.textrange2.creator.md) ###### [Font](PowerPoint.textrange2.font.md) ###### [LanguageID](PowerPoint.textrange2.languageid.md) ###### [Length](PowerPoint.textrange2.length.md) ###### [Lines](PowerPoint.textrange2.lines.md) ###### [MathZones](PowerPoint.textrange2.mathzones.md) ###### [ParagraphFormat](PowerPoint.textrange2.paragraphformat.md) ###### [Paragraphs](PowerPoint.textrange2.paragraphs.md) ###### [Parent](PowerPoint.textrange2.parent.md) ###### [Runs](PowerPoint.textrange2.runs.md) ###### [Sentences](PowerPoint.textrange2.sentences.md) ###### [Start](PowerPoint.textrange2.start.md) ###### [Text](PowerPoint.textrange2.text.md) ###### [Words](PowerPoint.textrange2.words.md) #### [TextStyle object](PowerPoint.TextStyle.md) ##### Properties ###### [Application](PowerPoint.TextStyle.Application.md) ###### [Levels](PowerPoint.TextStyle.Levels.md) ###### [Parent](PowerPoint.TextStyle.Parent.md) ###### [Ruler](PowerPoint.TextStyle.Ruler.md) ###### [TextFrame](PowerPoint.TextStyle.TextFrame.md) #### [TextStyleLevel object](PowerPoint.TextStyleLevel.md) ##### Properties ###### [Application](PowerPoint.TextStyleLevel.Application.md) ###### [Font](PowerPoint.TextStyleLevel.Font.md) ###### [ParagraphFormat](PowerPoint.TextStyleLevel.ParagraphFormat.md) ###### [Parent](PowerPoint.TextStyleLevel.Parent.md) #### [TextStyleLevels object](PowerPoint.TextStyleLevels.md) ##### Methods ###### [Item](PowerPoint.TextStyleLevels.Item.md) ##### Properties ###### [Application](PowerPoint.TextStyleLevels.Application.md) ###### [Count](PowerPoint.TextStyleLevels.Count.md) ###### [Parent](PowerPoint.TextStyleLevels.Parent.md) #### [TextStyles object](PowerPoint.TextStyles.md) ##### Methods ###### [Item](PowerPoint.TextStyles.Item.md) ##### Properties ###### [Application](PowerPoint.TextStyles.Application.md) ###### [Count](PowerPoint.TextStyles.Count.md) ###### [Parent](PowerPoint.TextStyles.Parent.md) #### [Theme object](PowerPoint.theme.md) ##### Properties ###### [Application](PowerPoint.theme.application.md) ###### [Parent](PowerPoint.theme.parent.md) ###### [ThemeVariants](PowerPoint.theme.themevariants.md) #### [ThemeVariant object](PowerPoint.themevariant.md) ##### Properties ###### [Application](PowerPoint.themevariant.application.md) ###### [Height](PowerPoint.themevariant.height.md) ###### [Id](PowerPoint.themevariant.id.md) ###### [Name](PowerPoint.themevariant.name.md) ###### [Parent](PowerPoint.themevariant.parent.md) ###### [Width](PowerPoint.themevariant.width.md) #### [ThemeVariants object](PowerPoint.themevariants.md) ##### Methods ###### [Item](PowerPoint.themevariants.item.md) ##### Properties ###### [Application](PowerPoint.themevariants.application.md) ###### [Count](PowerPoint.themevariants.count.md) ###### [Parent](PowerPoint.themevariants.parent.md) #### [ThreeDFormat object](PowerPoint.ThreeDFormat.md) ##### Methods ###### [IncrementRotationHorizontal](PowerPoint.ThreeDFormat.IncrementRotationHorizontal.md) ###### [IncrementRotationVertical](PowerPoint.ThreeDFormat.IncrementRotationVertical.md) ###### [IncrementRotationX](PowerPoint.ThreeDFormat.IncrementRotationX.md) ###### [IncrementRotationY](PowerPoint.ThreeDFormat.IncrementRotationY.md) ###### [IncrementRotationZ](PowerPoint.ThreeDFormat.IncrementRotationZ.md) ###### [ResetRotation](PowerPoint.ThreeDFormat.ResetRotation.md) ###### [SetExtrusionDirection](PowerPoint.ThreeDFormat.SetExtrusionDirection.md) ###### [SetPresetCamera](PowerPoint.ThreeDFormat.SetPresetCamera.md) ###### [SetThreeDFormat](PowerPoint.ThreeDFormat.SetThreeDFormat.md) ##### Properties ###### [Application](PowerPoint.ThreeDFormat.Application.md) ###### [BevelBottomDepth](PowerPoint.ThreeDFormat.BevelBottomDepth.md) ###### [BevelBottomInset](PowerPoint.ThreeDFormat.BevelBottomInset.md) ###### [BevelBottomType](PowerPoint.ThreeDFormat.BevelBottomType.md) ###### [BevelTopDepth](PowerPoint.ThreeDFormat.BevelTopDepth.md) ###### [BevelTopInset](PowerPoint.ThreeDFormat.BevelTopInset.md) ###### [BevelTopType](PowerPoint.ThreeDFormat.BevelTopType.md) ###### [ContourColor](PowerPoint.ThreeDFormat.ContourColor.md) ###### [ContourWidth](PowerPoint.ThreeDFormat.ContourWidth.md) ###### [Creator](PowerPoint.ThreeDFormat.Creator.md) ###### [Depth](PowerPoint.ThreeDFormat.Depth.md) ###### [ExtrusionColor](PowerPoint.ThreeDFormat.ExtrusionColor.md) ###### [ExtrusionColorType](PowerPoint.ThreeDFormat.ExtrusionColorType.md) ###### [FieldOfView](PowerPoint.ThreeDFormat.FieldOfView.md) ###### [LightAngle](PowerPoint.ThreeDFormat.LightAngle.md) ###### [Parent](PowerPoint.ThreeDFormat.Parent.md) ###### [Perspective](PowerPoint.ThreeDFormat.Perspective.md) ###### [PresetCamera](PowerPoint.ThreeDFormat.PresetCamera.md) ###### [PresetExtrusionDirection](PowerPoint.ThreeDFormat.PresetExtrusionDirection.md) ###### [PresetLighting](PowerPoint.ThreeDFormat.PresetLighting.md) ###### [PresetLightingDirection](PowerPoint.ThreeDFormat.PresetLightingDirection.md) ###### [PresetLightingSoftness](PowerPoint.ThreeDFormat.PresetLightingSoftness.md) ###### [PresetMaterial](PowerPoint.ThreeDFormat.PresetMaterial.md) ###### [PresetThreeDFormat](PowerPoint.ThreeDFormat.PresetThreeDFormat.md) ###### [ProjectText](PowerPoint.ThreeDFormat.ProjectText.md) ###### [RotationX](PowerPoint.ThreeDFormat.RotationX.md) ###### [RotationY](PowerPoint.ThreeDFormat.RotationY.md) ###### [RotationZ](PowerPoint.ThreeDFormat.RotationZ.md) ###### [Visible](PowerPoint.ThreeDFormat.Visible.md) ###### [Z](PowerPoint.ThreeDFormat.Z.md) #### [TickLabels object](PowerPoint.TickLabels.md) ##### Methods ###### [Delete](PowerPoint.TickLabels.Delete.md) ###### [Select](PowerPoint.TickLabels.Select.md) ##### Properties ###### [Alignment](PowerPoint.TickLabels.Alignment.md) ###### [Application](PowerPoint.TickLabels.Application.md) ###### [Creator](PowerPoint.TickLabels.Creator.md) ###### [Depth](PowerPoint.TickLabels.Depth.md) ###### [Font](PowerPoint.TickLabels.Font.md) ###### [Format](PowerPoint.TickLabels.Format.md) ###### [MultiLevel](PowerPoint.TickLabels.MultiLevel.md) ###### [Name](PowerPoint.TickLabels.Name.md) ###### [NumberFormat](PowerPoint.TickLabels.NumberFormat.md) ###### [NumberFormatLinked](PowerPoint.TickLabels.NumberFormatLinked.md) ###### [NumberFormatLocal](PowerPoint.TickLabels.NumberFormatLocal.md) ###### [Offset](PowerPoint.TickLabels.Offset.md) ###### [Orientation](PowerPoint.TickLabels.Orientation.md) ###### [Parent](PowerPoint.TickLabels.Parent.md) ###### [ReadingOrder](PowerPoint.TickLabels.ReadingOrder.md) #### [TimeLine object](PowerPoint.TimeLine.md) ##### Properties ###### [Application](PowerPoint.TimeLine.Application.md) ###### [InteractiveSequences](PowerPoint.TimeLine.InteractiveSequences.md) ###### [MainSequence](PowerPoint.TimeLine.MainSequence.md) ###### [Parent](PowerPoint.TimeLine.Parent.md) #### [Timing object](PowerPoint.Timing.md) ##### Properties ###### [Accelerate](PowerPoint.Timing.Accelerate.md) ###### [Application](PowerPoint.Timing.Application.md) ###### [AutoReverse](PowerPoint.Timing.AutoReverse.md) ###### [BounceEnd](PowerPoint.Timing.BounceEnd.md) ###### [BounceEndIntensity](PowerPoint.Timing.BounceEndIntensity.md) ###### [Decelerate](PowerPoint.Timing.Decelerate.md) ###### [Duration](PowerPoint.timing.duration.md) ###### [Parent](PowerPoint.Timing.Parent.md) ###### [RepeatCount](PowerPoint.Timing.RepeatCount.md) ###### [RepeatDuration](PowerPoint.Timing.RepeatDuration.md) ###### [Restart](PowerPoint.Timing.Restart.md) ###### [RewindAtEnd](PowerPoint.Timing.RewindAtEnd.md) ###### [SmoothEnd](PowerPoint.Timing.SmoothEnd.md) ###### [SmoothStart](PowerPoint.Timing.SmoothStart.md) ###### [Speed](PowerPoint.Timing.Speed.md) ###### [TriggerBookmark](PowerPoint.Timing.triggerBookmark.md) ###### [TriggerDelayTime](PowerPoint.Timing.TriggerDelayTime.md) ###### [TriggerShape](PowerPoint.Timing.TriggerShape.md) ###### [TriggerType](PowerPoint.Timing.TriggerType.md) #### [Trendline object](PowerPoint.Trendline.md) ##### Methods ###### [ClearFormats](PowerPoint.Trendline.ClearFormats.md) ###### [Delete](PowerPoint.Trendline.Delete.md) ###### [Select](PowerPoint.Trendline.Select.md) ##### Properties ###### [Application](PowerPoint.Trendline.Application.md) ###### [Backward2](PowerPoint.Trendline.Backward2.md) ###### [Border](PowerPoint.Trendline.Border.md) ###### [Creator](PowerPoint.Trendline.Creator.md) ###### [DataLabel](PowerPoint.Trendline.DataLabel.md) ###### [DisplayEquation](PowerPoint.Trendline.DisplayEquation.md) ###### [DisplayRSquared](PowerPoint.Trendline.DisplayRSquared.md) ###### [Format](PowerPoint.Trendline.Format.md) ###### [Forward2](PowerPoint.Trendline.Forward2.md) ###### [Index](PowerPoint.Trendline.Index.md) ###### [Intercept](PowerPoint.Trendline.Intercept.md) ###### [InterceptIsAuto](PowerPoint.Trendline.InterceptIsAuto.md) ###### [Name](PowerPoint.Trendline.Name.md) ###### [NameIsAuto](PowerPoint.Trendline.NameIsAuto.md) ###### [Order](PowerPoint.Trendline.Order.md) ###### [Parent](PowerPoint.Trendline.Parent.md) ###### [Period](PowerPoint.Trendline.Period.md) ###### [Type](PowerPoint.Trendline.Type.md) #### [Trendlines object](PowerPoint.Trendlines.md) ##### Methods ###### [Add](PowerPoint.Trendlines.Add.md) ###### [Item](PowerPoint.Trendlines.Item.md) ##### Properties ###### [Application](PowerPoint.Trendlines.Application.md) ###### [Count](PowerPoint.Trendlines.Count.md) ###### [Creator](PowerPoint.Trendlines.Creator.md) ###### [Parent](PowerPoint.Trendlines.Parent.md) #### [UpBars object](PowerPoint.UpBars.md) ##### Methods ###### [Delete](PowerPoint.UpBars.Delete.md) ###### [Select](PowerPoint.UpBars.Select.md) ##### Properties ###### [Application](PowerPoint.UpBars.Application.md) ###### [Creator](PowerPoint.UpBars.Creator.md) ###### [Fill](PowerPoint.UpBars.Fill.md) ###### [Format](PowerPoint.UpBars.Format.md) ###### [Name](PowerPoint.UpBars.Name.md) ###### [Parent](PowerPoint.UpBars.Parent.md) #### [View object](PowerPoint.View.md) ##### Methods ###### [GotoSlide](PowerPoint.View.GotoSlide.md) ###### [Paste](PowerPoint.View.Paste.md) ###### [PasteSpecial](PowerPoint.View.PasteSpecial.md) ###### [Player](PowerPoint.View.Player.md) ###### [PrintOut](PowerPoint.View.PrintOut.md) ##### Properties ###### [Application](PowerPoint.View.Application.md) ###### [DisplaySlideMiniature](PowerPoint.View.DisplaySlideMiniature.md) ###### [MediaControlsHeight](PowerPoint.View.MediaControlsHeight.md) ###### [MediaControlsLeft](PowerPoint.View.MediaControlsLeft.md) ###### [MediaControlsTop](PowerPoint.View.MediaControlsTop.md) ###### [MediaControlsVisible](PowerPoint.View.MediaControlsVisible.md) ###### [MediaControlsWidth](PowerPoint.View.MediaControlsWidth.md) ###### [Parent](PowerPoint.View.Parent.md) ###### [PrintOptions](PowerPoint.View.PrintOptions.md) ###### [Slide](PowerPoint.View.Slide.md) ###### [Type](PowerPoint.View.Type.md) ###### [Zoom](PowerPoint.View.Zoom.md) ###### [ZoomToFit](PowerPoint.View.ZoomToFit.md) #### [Walls object](PowerPoint.Walls.md) ##### Methods ###### [ClearFormats](PowerPoint.Walls.ClearFormats.md) ###### [Paste](PowerPoint.Walls.Paste.md) ###### [Select](PowerPoint.Walls.Select.md) ##### Properties ###### [Application](PowerPoint.Walls.Application.md) ###### [Creator](PowerPoint.Walls.Creator.md) ###### [Format](PowerPoint.Walls.Format.md) ###### [Name](PowerPoint.Walls.Name.md) ###### [Parent](PowerPoint.Walls.Parent.md) ###### [PictureType](PowerPoint.Walls.PictureType.md) ###### [PictureUnit](PowerPoint.Walls.PictureUnit.md) ###### [Thickness](PowerPoint.Walls.Thickness.md) #### [Enumerations](PowerPoint(enumerations).md) ##### [MsoAnimAccumulate](PowerPoint.MsoAnimAccumulate.md) ##### [MsoAnimAdditive](PowerPoint.MsoAnimAdditive.md) ##### [MsoAnimAfterEffect](PowerPoint.MsoAnimAfterEffect.md) ##### [MsoAnimateByLevel](PowerPoint.MsoAnimateByLevel.md) ##### [MsoAnimCommandType](PowerPoint.MsoAnimCommandType.md) ##### [MsoAnimDirection](PowerPoint.MsoAnimDirection.md) ##### [MsoAnimEffect](PowerPoint.MsoAnimEffect.md) ##### [MsoAnimEffectAfter](PowerPoint.MsoAnimEffectAfter.md) ##### [MsoAnimEffectRestart](PowerPoint.MsoAnimEffectRestart.md) ##### [MsoAnimFilterEffectSubtype](PowerPoint.MsoAnimFilterEffectSubtype.md) ##### [MsoAnimFilterEffectType](PowerPoint.MsoAnimFilterEffectType.md) ##### [MsoAnimProperty](PowerPoint.MsoAnimProperty.md) ##### [MsoAnimTextUnitEffect](PowerPoint.MsoAnimTextUnitEffect.md) ##### [MsoAnimTriggerType](PowerPoint.MsoAnimTriggerType.md) ##### [MsoAnimType](PowerPoint.MsoAnimType.md) ##### [MsoClickState](PowerPoint.MsoClickState.md) ##### [PpActionType](PowerPoint.PpActionType.md) ##### [PpAdvanceMode](PowerPoint.PpAdvanceMode.md) ##### [PpAfterEffect](PowerPoint.PpAfterEffect.md) ##### [PpAlertLevel](PowerPoint.PpAlertLevel.md) ##### [PpArrangeStyle](PowerPoint.PpArrangeStyle.md) ##### [PpAutoSize](PowerPoint.PpAutoSize.md) ##### [PpBaselineAlignment](PowerPoint.PpBaselineAlignment.md) ##### [PpBorderType](PowerPoint.PpBorderType.md) ##### [PpBulletType](PowerPoint.PpBulletType.md) ##### [PpChangeCase](PowerPoint.PpChangeCase.md) ##### [PpChartUnitEffect](PowerPoint.PpChartUnitEffect.md) ##### [PpCheckInVersionType](PowerPoint.PpCheckInVersionType.md) ##### [PpColorSchemeIndex](PowerPoint.PpColorSchemeIndex.md) ##### [PpDateTimeFormat](PowerPoint.PpDateTimeFormat.md) ##### [PpDirection](PowerPoint.PpDirection.md) ##### [PpEntryEffect](PowerPoint.PpEntryEffect.md) ##### [PpFarEastLineBreakLevel](PowerPoint.PpFarEastLineBreakLevel.md) ##### [PpFixedFormatIntent](PowerPoint.PpFixedFormatIntent.md) ##### [PpFixedFormatType](PowerPoint.PpFixedFormatType.md) ##### [PpFollowColors](PowerPoint.PpFollowColors.md) ##### [PpFrameColors](PowerPoint.PpFrameColors.md) ##### [PpGuideOrientation](PowerPoint.ppguideorientation.md) ##### [PpHTMLVersion](PowerPoint.PpHTMLVersion.md) ##### [PpIndentControl](PowerPoint.PpIndentControl.md) ##### [PpMediaTaskStatus](PowerPoint.ppmediataskstatus.md) ##### [PpMediaType](PowerPoint.PpMediaType.md) ##### [PpMouseActivation](PowerPoint.PpMouseActivation.md) ##### [PpNumberedBulletStyle](PowerPoint.PpNumberedBulletStyle.md) ##### [PpParagraphAlignment](PowerPoint.PpParagraphAlignment.md) ##### [PpPasteDataType](PowerPoint.PpPasteDataType.md) ##### [PpPlaceholderType](PowerPoint.PpPlaceholderType.md) ##### [PpPlayerState](PowerPoint.ppplayerstate.md) ##### [PpPrintColorType](PowerPoint.PpPrintColorType.md) ##### [PpPrintHandoutOrder](PowerPoint.PpPrintHandoutOrder.md) ##### [PpPrintOutputType](PowerPoint.PpPrintOutputType.md) ##### [PpPrintRangeType](PowerPoint.PpPrintRangeType.md) ##### [PpProtectedViewCloseReason](PowerPoint.ppprotectedviewclosereason.md) ##### [PpPublishSourceType](PowerPoint.PpPublishSourceType.md) ##### [PpRemoveDocInfoType](PowerPoint.PpRemoveDocInfoType.md) ##### [PpResampleMediaProfile](PowerPoint.ppresamplemediaprofile.md) ##### [PpRevisionInfo](PowerPoint.PpRevisionInfo.md) ##### [PpSaveAsFileType](PowerPoint.PpSaveAsFileType.md) ##### [PpSelectionType](PowerPoint.PpSelectionType.md) ##### [PpSlideLayout](PowerPoint.PpSlideLayout.md) ##### [PpSlideShowAdvanceMode](PowerPoint.PpSlideShowAdvanceMode.md) ##### [PpSlideShowPointerType](PowerPoint.PpSlideShowPointerType.md) ##### [PpSlideShowRangeType](PowerPoint.PpSlideShowRangeType.md) ##### [PpSlideShowState](PowerPoint.PpSlideShowState.md) ##### [PpSlideShowType](PowerPoint.PpSlideShowType.md) ##### [PpSlideSizeType](PowerPoint.PpSlideSizeType.md) ##### [PpSoundEffectType](PowerPoint.PpSoundEffectType.md) ##### [PpSoundFormatType](PowerPoint.PpSoundFormatType.md) ##### [PpTabStopType](PowerPoint.PpTabStopType.md) ##### [PpTextLevelEffect](PowerPoint.PpTextLevelEffect.md) ##### [PpTextStyleType](PowerPoint.PpTextStyleType.md) ##### [PpTextUnitEffect](PowerPoint.PpTextUnitEffect.md) ##### [PpTransitionSpeed](PowerPoint.PpTransitionSpeed.md) ##### [PpUpdateOption](PowerPoint.PpUpdateOption.md) ##### [PpViewType](PowerPoint.PpViewType.md) ##### [PpWindowState](PowerPoint.PpWindowState.md) ##### [XlAxisCrosses](PowerPoint.XlAxisCrosses.md) ##### [XlAxisGroup](PowerPoint.XlAxisGroup.md) ##### [XlAxisType](PowerPoint.XlAxisType.md) ##### [XlBackground](PowerPoint.XlBackground.md) ##### [XlBarShape](PowerPoint.XlBarShape.md) ##### [XlBinsType](PowerPoint.xlbinstype.md) ##### [XlBorderWeight](PowerPoint.XlBorderWeight.md) ##### [XlCategoryLabelLevel](PowerPoint.xlcategorylabellevel.md) ##### [XlCategoryType](PowerPoint.XlCategoryType.md) ##### [XlChartElementPosition](PowerPoint.XlChartElementPosition.md) ##### [XlChartGallery](PowerPoint.XlChartGallery.md) ##### [XlChartItem](PowerPoint.XlChartItem.md) ##### [XlChartPicturePlacement](PowerPoint.XlChartPicturePlacement.md) ##### [XlChartPictureType](PowerPoint.XlChartPictureType.md) ##### [XlChartSplitType](PowerPoint.XlChartSplitType.md) ##### [XlColorIndex](PowerPoint.XlColorIndex.md) ##### [XlConstants](PowerPoint.XlConstants.md) ##### [XlCopyPictureFormat](PowerPoint.XlCopyPictureFormat.md) ##### [XlDataLabelPosition](PowerPoint.XlDataLabelPosition.md) ##### [XlDataLabelSeparator](PowerPoint.XlDataLabelSeparator.md) ##### [XlDataLabelsType](PowerPoint.XlDataLabelsType.md) ##### [XlDisplayBlanksAs](PowerPoint.XlDisplayBlanksAs.md) ##### [XlDisplayUnit](PowerPoint.XlDisplayUnit.md) ##### [XlEndStyleCap](PowerPoint.XlEndStyleCap.md) ##### [XlErrorBarDirection](PowerPoint.XlErrorBarDirection.md) ##### [XlErrorBarInclude](PowerPoint.XlErrorBarInclude.md) ##### [XlErrorBarType](PowerPoint.XlErrorBarType.md) ##### [XlHAlign](PowerPoint.XlHAlign.md) ##### [XlLegendPosition](PowerPoint.XlLegendPosition.md) ##### [XlLineStyle](PowerPoint.XlLineStyle.md) ##### [XlMarkerStyle](PowerPoint.XlMarkerStyle.md) ##### [XlOrientation](PowerPoint.XlOrientation.md) ##### [XlParentDataLabelOptions](PowerPoint.xlparentdatalabeloptions.md) ##### [XlPattern](PowerPoint.XlPattern.md) ##### [XlPictureAppearance](PowerPoint.XlPictureAppearance.md) ##### [XlPieSliceIndex](PowerPoint.xlpiesliceindex.md) ##### [XlPieSliceLocation](PowerPoint.xlpieslicelocation.md) ##### [XlPivotFieldOrientation](PowerPoint.XlPivotFieldOrientation.md) ##### [XlReadingOrder](PowerPoint.XlReadingOrder.md) ##### [XlRgbColor](PowerPoint.XlRgbColor.md) ##### [XlRowCol](PowerPoint.XlRowCol.md) ##### [XlScaleType](PowerPoint.XlScaleType.md) ##### [XlSeriesNameLevel](PowerPoint.xlseriesnamelevel.md) ##### [XlSizeRepresents](PowerPoint.XlSizeRepresents.md) ##### [XlTickLabelOrientation](PowerPoint.XlTickLabelOrientation.md) ##### [XlTickLabelPosition](PowerPoint.XlTickLabelPosition.md) ##### [XlTickMark](PowerPoint.XlTickMark.md) ##### [XlTimeUnit](PowerPoint.XlTimeUnit.md) ##### [XlTrendlineType](PowerPoint.XlTrendlineType.md) ##### [XlUnderlineStyle](PowerPoint.XlUnderlineStyle.md) ##### [XlVAlign](PowerPoint.XlVAlign.md) ## Project ### [Overview](overview/Project.md) ### Concepts #### [Use events with Application and Project objects](../project/Concepts/using-events-with-application-and-project-objects.md) #### [OLE programmatic identifiers, late binding, and early binding](../project/Concepts/ole-programmatic-identifiers-late-binding-and-early-binding-project.md) #### [Project Object Model](../project/Concepts/project-object-model.md) ##### [Application and projects object map](../project/Concepts/application-and-projects-object-map-project.md) ##### [Calendars object map](../project/Concepts/calendars-object-map-project.md) ##### [Resources object map](../project/Concepts/resources-object-map-project.md) ##### [Tasks object map](../project/Concepts/tasks-object-map-project.md) ### Object model #### [Overview](Project.object.md) #### [ActualStartDrivers object](Project.actualstartdrivers.md) ##### Properties ###### [Application](Project.ActualStartDrivers.Application.md) ###### [Count](Project.ActualStartDrivers.Count.md) ###### [Item](Project.ActualStartDrivers.Item.md) ###### [Parent](Project.ActualStartDrivers.Parent.md) ###### [TotalDetectedCount](Project.ActualStartDrivers.TotalDetectedCount.md) #### [Application object](Project.Application.md) ##### Events ###### [AfterCubeBuilt](Project.Application.AfterCubeBuilt.md) ###### [ApplicationBeforeClose](Project.Application.ApplicationBeforeClose.md) ###### [ConnectionStatusChanged](Project.Application.ConnectionStatusChanged.md) ###### [IsFunctionalitySupported](Project.Application.IsFunctionalitySupported.md) ###### [JobCompleted](Project.Application.JobCompleted.md) ###### [JobStart](Project.Application.JobStart.md) ###### [LoadWebPage](Project.Application.LoadWebPage.md) ###### [LoadWebPane](Project.Application.LoadWebPane.md) ###### [NewProject](Project.Application.NewProject.md) ###### [OnUndoOrRedo](Project.Application.OnUndoOrRedo.md) ###### [PaneActivate](Project.Application.PaneActivate.md) ###### [ProjectAfterSave](Project.Application.ProjectAfterSave.md) ###### [ProjectAssignmentNew](Project.Application.ProjectAssignmentNew.md) ###### [ProjectBeforeAssignmentChange](Project.Application.ProjectBeforeAssignmentChange.md) ###### [ProjectBeforeAssignmentChange2](Project.Application.ProjectBeforeAssignmentChange2.md) ###### [ProjectBeforeAssignmentDelete](Project.Application.ProjectBeforeAssignmentDelete.md) ###### [ProjectBeforeAssignmentDelete2](Project.Application.ProjectBeforeAssignmentDelete2.md) ###### [ProjectBeforeAssignmentNew](Project.Application.ProjectBeforeAssignmentNew.md) ###### [ProjectBeforeAssignmentNew2](Project.Application.ProjectBeforeAssignmentNew2.md) ###### [ProjectBeforeClearBaseline](Project.Application.ProjectBeforeClearBaseline.md) ###### [ProjectBeforeClose](Project.Application.ProjectBeforeClose.md) ###### [ProjectBeforeClose2](Project.Application.ProjectBeforeClose2.md) ###### [ProjectBeforePrint](Project.Application.ProjectBeforePrint.md) ###### [ProjectBeforePrint2](Project.Application.ProjectBeforePrint2.md) ###### [ProjectBeforePublish](Project.Application.ProjectBeforePublish.md) ###### [ProjectBeforeResourceChange](Project.Application.ProjectBeforeResourceChange.md) ###### [ProjectBeforeResourceChange2](Project.Application.ProjectBeforeResourceChange2.md) ###### [ProjectBeforeResourceDelete](Project.Application.ProjectBeforeResourceDelete.md) ###### [ProjectBeforeResourceDelete2](Project.Application.ProjectBeforeResourceDelete2.md) ###### [ProjectBeforeResourceNew](Project.Application.ProjectBeforeResourceNew.md) ###### [ProjectBeforeResourceNew2](Project.Application.ProjectBeforeResourceNew2.md) ###### [ProjectBeforeSave](Project.Application.ProjectBeforeSave.md) ###### [ProjectBeforeSave2](Project.Application.ProjectBeforeSave2.md) ###### [ProjectBeforeSaveBaseline](Project.Application.ProjectBeforeSaveBaseline.md) ###### [ProjectBeforeTaskChange](Project.Application.ProjectBeforeTaskChange.md) ###### [ProjectBeforeTaskChange2](Project.Application.ProjectBeforeTaskChange2.md) ###### [ProjectBeforeTaskDelete](Project.Application.ProjectBeforeTaskDelete.md) ###### [ProjectBeforeTaskDelete2](Project.Application.ProjectBeforeTaskDelete2.md) ###### [ProjectBeforeTaskNew](Project.Application.ProjectBeforeTaskNew.md) ###### [ProjectBeforeTaskNew2](Project.Application.ProjectBeforeTaskNew2.md) ###### [ProjectCalculate](Project.Application.ProjectCalculate.md) ###### [ProjectResourceNew](Project.Application.ProjectResourceNew.md) ###### [ProjectTaskNew](Project.Application.ProjectTaskNew.md) ###### [SaveCompletedToServer](Project.Application.SaveCompletedToServer.md) ###### [SaveStartingToServer](Project.Application.SaveStartingToServer.md) ###### [SecondaryViewChange](Project.Application.SecondaryViewChange.md) ###### [WindowActivate](Project.Application.WindowActivate(even).md) ###### [WindowBeforeViewChange](Project.Application.WindowBeforeViewChange.md) ###### [WindowDeactivate](Project.Application.WindowDeactivate.md) ###### [WindowGoalAreaChange](Project.Application.WindowGoalAreaChange.md) ###### [WindowSelectionChange](Project.Application.WindowSelectionChange.md) ###### [WindowSidepaneDisplayChange](Project.Application.WindowSidepaneDisplayChange.md) ###### [WindowSidepaneTaskChange](Project.Application.WindowSidepaneTaskChange.md) ###### [WindowViewChange](Project.Application.WindowViewChange.md) ###### [WorkpaneDisplayChange](Project.Application.WorkpaneDisplayChange.md) ##### Methods ###### [About](Project.Application.About.md) ###### [ActivateMicrosoftApp](Project.Application.ActivateMicrosoftApp.md) ###### [AddEngagement](Project.application.addengagement.md) ###### [AddNewColumn](Project.Application.AddNewColumn.md) ###### [AddProgressLine](Project.Application.AddProgressLine.md) ###### [AddResourcesFromProjectServer](Project.Application.AddResourcesFromProjectServer.md) ###### [AddSiteColumn](Project.application.addsitecolumn.md) ###### [AddTimelineBar](Project.application.addtimelinebar.md) ###### [AfterUnloadWebBrowserControl](Project.Application.AfterUnloadWebBrowserControl.md) ###### [Alerts](Project.Application.Alerts.md) ###### [AlignTableCellBottom](Project.application.aligntablecellbottom.md) ###### [AlignTableCellTop](Project.application.aligntablecelltop.md) ###### [AlignTableCellVerticalCenter](Project.application.aligntablecellverticalcenter.md) ###### [AppExecute](Project.Application.AppExecute.md) ###### [ApplyReport](Project.application.applyreport.md) ###### [ApplyReportLayoutTemplate](Project.application.applyreportlayouttemplate.md) ###### [AppMaximize](Project.Application.AppMaximize.md) ###### [AppMinimize](Project.Application.AppMinimize.md) ###### [AppMove](Project.Application.AppMove.md) ###### [AppRestore](Project.Application.AppRestore.md) ###### [AppSize](Project.Application.AppSize.md) ###### [AutoCorrect](Project.Application.AutoCorrect.md) ###### [AutoFilter](Project.Application.AutoFilter.md) ###### [AutoSaveToGlobal](Project.Application.AutoSaveToGlobal.md) ###### [BarBoxFormat](Project.Application.BarBoxFormat.md) ###### [BarBoxStyles](Project.Application.BarBoxStyles.md) ###### [BarRounding](Project.Application.BarRounding.md) ###### [BaseCalendarCreate](Project.Application.BaseCalendarCreate.md) ###### [BaseCalendarDelete](Project.Application.BaseCalendarDelete.md) ###### [BaseCalendarEditDays](Project.Application.BaseCalendarEditDays.md) ###### [BaseCalendarRename](Project.Application.BaseCalendarRename.md) ###### [BaseCalendarReset](Project.Application.BaseCalendarReset.md) ###### [BaseCalendars](Project.Application.BaseCalendars.md) ###### [BaselineClear](Project.Application.BaselineClear.md) ###### [BaselineSave](Project.Application.BaselineSave.md) ###### [BoxAlign](Project.Application.BoxAlign.md) ###### [BoxCellEdit](Project.Application.BoxCellEdit.md) ###### [BoxCellEditEx](Project.Application.BoxCellEditEx.md) ###### [BoxCellLayout](Project.Application.BoxCellLayout.md) ###### [BoxDataTemplate](Project.Application.BoxDataTemplate.md) ###### [BoxFormat](Project.Application.BoxFormat.md) ###### [BoxFormatEx](Project.Application.BoxFormatEx.md) ###### [BoxGetXPosition](Project.Application.BoxGetXPosition.md) ###### [BoxGetYPosition](Project.Application.BoxGetYPosition.md) ###### [BoxLayout](Project.Application.BoxLayout.md) ###### [BoxLayoutEx](Project.Application.BoxLayoutEx.md) ###### [BoxLinkLabelsShow](Project.Application.BoxLinkLabelsShow.md) ###### [BoxLinks](Project.Application.BoxLinks.md) ###### [BoxLinksEx](Project.Application.BoxLinksEx.md) ###### [BoxLinkStyleToggle](Project.Application.BoxLinkStyleToggle.md) ###### [BoxProgressMarksShow](Project.Application.BoxProgressMarksShow.md) ###### [BoxSet](Project.Application.BoxSet.md) ###### [BoxShowHideFields](Project.Application.BoxShowHideFields.md) ###### [BoxStylesEdit](Project.Application.BoxStylesEdit.md) ###### [BoxStylesEditEx](Project.Application.BoxStylesEditEx.md) ###### [BoxZoom](Project.Application.BoxZoom.md) ###### [CacheSettings](Project.Application.CacheSettings.md) ###### [CacheStatus](Project.Application.CacheStatus.md) ###### [CalculateAll](Project.Application.CalculateAll.md) ###### [CalculateProject](Project.Application.CalculateProject.md) ###### [CalendarBarStyles](Project.Application.CalendarBarStyles.md) ###### [CalendarBarStylesEdit](Project.Application.CalendarBarStylesEdit.md) ###### [CalendarBarStylesEditEx](Project.Application.CalendarBarStylesEditEx.md) ###### [CalendarBestFitWeekHeight](Project.Application.CalendarBestFitWeekHeight.md) ###### [CalendarDateBoxes](Project.Application.CalendarDateBoxes.md) ###### [CalendarDateBoxesEx](Project.Application.CalendarDateBoxesEx.md) ###### [CalendarDateShading](Project.Application.CalendarDateShading.md) ###### [CalendarDateShadingEdit](Project.Application.CalendarDateShadingEdit.md) ###### [CalendarDateShadingEditEx](Project.Application.CalendarDateShadingEditEx.md) ###### [CalendarLayout](Project.Application.CalendarLayout.md) ###### [CalendarShowBarSplits](Project.Application.CalendarShowBarSplits.md) ###### [CalendarTaskList](Project.Application.CalendarTaskList.md) ###### [CalendarTimescale](Project.Application.CalendarTimescale.md) ###### [CalendarWeekHeadingsEx](Project.Application.CalendarWeekHeadingsEx.md) ###### [ChangeColumnDataType](Project.Application.ChangeColumnDataType.md) ###### [ChangeStatusDate](Project.Application.ChangeStatusDate.md) ###### [ChangeWorkingTimeEx](Project.Application.ChangeWorkingTimeEx.md) ###### [CheckField](Project.Application.CheckField.md) ###### [CheckIn](Project.Application.CheckIn.md) ###### [CheckOut](Project.Application.CheckOut.md) ###### [CheckResourceErrors](Project.Application.CheckResourceErrors.md) ###### [CheckTaskErrors](Project.Application.CheckTaskErrors.md) ###### [CleanupCache](Project.Application.CleanupCache.md) ###### [CleanupProjectFromCache](Project.Application.CleanupProjectFromCache.md) ###### [ClearConstraint](Project.Application.ClearConstraint.md) ###### [CloseComparison](Project.Application.CloseComparison.md) ###### [CloseUndoTransaction](Project.Application.CloseUndoTransaction.md) ###### [ColumnAlignment](Project.Application.ColumnAlignment.md) ###### [ColumnBestFit](Project.Application.ColumnBestFit.md) ###### [ColumnDelete](Project.Application.ColumnDelete.md) ###### [ColumnEdit](Project.Application.ColumnEdit.md) ###### [ColumnInsert](Project.Application.ColumnInsert.md) ###### [ComAddInsDialog](Project.Application.ComAddInsDialog.md) ###### [CommitmentsPane](Project.Application.CommitmentsPane.md) ###### [CompareProjectsLegendToggle](Project.Application.CompareProjectsLegendToggle.md) ###### [CompareProjectVersions](Project.Application.CompareProjectVersions.md) ###### [ConsolidateProjects](Project.Application.ConsolidateProjects.md) ###### [ConvertHangulToHanja](Project.Application.ConvertHangulToHanja.md) ###### [CopyReport](Project.application.copyreport.md) ###### [CreateComparisonReport](Project.Application.CreateComparisonReport.md) ###### [CreateEnterpriseCalendar](Project.Application.CreateEnterpriseCalendar.md) ###### [CreateProjectSite](Project.application.createprojectsite.md) ###### [CustomFieldDelete](Project.Application.CustomFieldDelete.md) ###### [CustomFieldGetFormula](Project.Application.CustomFieldGetFormula.md) ###### [CustomFieldGetName](Project.Application.CustomFieldGetName.md) ###### [CustomFieldIndicatorAdd](Project.Application.CustomFieldIndicatorAdd.md) ###### [CustomFieldIndicatorDelete](Project.Application.CustomFieldIndicatorDelete.md) ###### [CustomFieldIndicators](Project.Application.CustomFieldIndicators.md) ###### [CustomFieldMappingDialog](Project.Application.CustomFieldMappingDialog.md) ###### [CustomFieldPropertiesEx](Project.Application.CustomFieldPropertiesEx.md) ###### [CustomFieldRename](Project.Application.CustomFieldRename.md) ###### [CustomFieldSetFormula](Project.Application.CustomFieldSetFormula.md) ###### [CustomFieldValueList](Project.Application.CustomFieldValueList.md) ###### [CustomFieldValueListAdd](Project.Application.CustomFieldValueListAdd.md) ###### [CustomFieldValueListDelete](Project.Application.CustomFieldValueListDelete.md) ###### [CustomFieldValueListGetItem](Project.Application.CustomFieldValueListGetItem.md) ###### [CustomForms](Project.Application.CustomForms.md) ###### [CustomizeField](Project.Application.CustomizeField.md) ###### [CustomizeIMEMode](Project.Application.CustomizeIMEMode.md) ###### [CustomOutlineCodeEditEx](Project.Application.CustomOutlineCodeEditEx.md) ###### [DateAdd](Project.Application.DateAdd.md) ###### [DateDifference](Project.Application.DateDifference.md) ###### [DateFormat](Project.Application.DateFormat.md) ###### [DateSubtract](Project.Application.DateSubtract.md) ###### [DDEExecute](Project.Application.DDEExecute.md) ###### [DDEInitiate](Project.Application.DDEInitiate.md) ###### [DDELinksUpdate](Project.Application.DDELinksUpdate.md) ###### [DDEPasteLink](Project.Application.DDEPasteLink.md) ###### [DDETerminate](Project.Application.DDETerminate.md) ###### [DeleteFromDatabase](Project.Application.DeleteFromDatabase.md) ###### [DependenciesPane](Project.Application.DependenciesPane.md) ###### [DetailsPaneToggle](Project.Application.DetailsPaneToggle.md) ###### [DetailStylesAdd](Project.Application.DetailStylesAdd.md) ###### [DetailStylesFormat](Project.Application.DetailStylesFormat.md) ###### [DetailStylesFormatEx](Project.Application.DetailStylesFormatEx.md) ###### [DetailStylesProperties](Project.Application.DetailStylesProperties.md) ###### [DetailStylesRemove](Project.Application.DetailStylesRemove.md) ###### [DetailStylesRemoveAll](Project.Application.DetailStylesRemoveAll.md) ###### [DetailStylesToggleItem](Project.Application.DetailStylesToggleItem.md) ###### [DisplaySharedWorkspace](Project.Application.DisplaySharedWorkspace.md) ###### [DistributeTableColumns](Project.application.distributetablecolumns.md) ###### [DistributeTableRows](Project.application.distributetablerows.md) ###### [DocClose](Project.Application.DocClose.md) ###### [DocMaximize](Project.Application.DocMaximize.md) ###### [DocMove](Project.Application.DocMove.md) ###### [DocRestore](Project.Application.DocRestore.md) ###### [DocSize](Project.Application.DocSize.md) ###### [DocumentExport](Project.Application.DocumentExport.md) ###### [DocumentLibraryVersionsDialog](Project.Application.DocumentLibraryVersionsDialog.md) ###### [DrawingCreate](Project.Application.DrawingCreate.md) ###### [DrawingCycleColor](Project.Application.DrawingCycleColor.md) ###### [DrawingMove](Project.Application.DrawingMove.md) ###### [DrawingProperties](Project.Application.DrawingProperties.md) ###### [DrawingReshape](Project.Application.DrawingReshape.md) ###### [DurationFormat](Project.Application.DurationFormat.md) ###### [DurationValue](Project.Application.DurationValue.md) ###### [EditClear](Project.Application.EditClear.md) ###### [EditClearFormats](Project.Application.EditClearFormats.md) ###### [EditClearHyperlink](Project.Application.EditClearHyperlink.md) ###### [EditCopy](Project.Application.EditCopy.md) ###### [EditCopyPicture](Project.Application.EditCopyPicture.md) ###### [EditCut](Project.Application.EditCut.md) ###### [EditDelete](Project.Application.EditDelete.md) ###### [EditEnterpriseCalendar](Project.Application.EditEnterpriseCalendar.md) ###### [EditGoTo](Project.Application.EditGoTo.md) ###### [EditHyperlink](Project.Application.EditHyperlink.md) ###### [EditInsert](Project.Application.EditInsert.md) ###### [EditPaste](Project.Application.EditPaste.md) ###### [EditPasteAsHyperlink](Project.Application.EditPasteAsHyperlink.md) ###### [EditPasteSpecial](Project.Application.EditPasteSpecial.md) ###### [EditRedo](Project.Application.EditRedo.md) ###### [EditTPStyle](Project.Application.EditTPStyle.md) ###### [EditUndo](Project.Application.EditUndo.md) ###### [EngagementInfo](Project.application.engagementinfo.md) ###### [EnterpriseGlobalCheckOut](Project.Application.EnterpriseGlobalCheckOut.md) ###### [EnterpriseMakeServerURLTrusted](Project.Application.EnterpriseMakeServerURLTrusted.md) ###### [EnterpriseProjectDelete](Project.Application.EnterpriseProjectDelete.md) ###### [EnterpriseProjectImportWizard](Project.Application.EnterpriseProjectImportWizard.md) ###### [EnterpriseProjectProfiles](Project.Application.EnterpriseProjectProfiles.md) ###### [EnterpriseResourceGet](Project.Application.EnterpriseResourceGet.md) ###### [EnterpriseResourcesImportEx](Project.Application.EnterpriseResourcesImportEx.md) ###### [EnterpriseResourcesOpen](Project.Application.EnterpriseResourcesOpen.md) ###### [EnterpriseResSubstitutionWizard](Project.Application.EnterpriseResSubstitutionWizard.md) ###### [EnterpriseTeamBuilder](Project.Application.EnterpriseTeamBuilder.md) ###### [FieldConstantToFieldName](Project.Application.FieldConstantToFieldName.md) ###### [FieldNameToFieldConstant](Project.Application.FieldNameToFieldConstant.md) ###### [FileCloseAllEx](Project.Application.FileCloseAllEx.md) ###### [FileCloseEx](Project.Application.FileCloseEx.md) ###### [FileExit](Project.Application.FileExit.md) ###### [FileLoadLast](Project.Application.FileLoadLast.md) ###### [FileNew](Project.Application.FileNew.md) ###### [FileOpenEx](Project.Application.FileOpenEx.md) ###### [FileOpenOrCreate](Project.application.fileopenorcreate.md) ###### [FileOpenUsingBackstage](Project.application.fileopenusingbackstage.md) ###### [FilePageSetup](Project.Application.FilePageSetup.md) ###### [FilePageSetupCalendar](Project.Application.FilePageSetupCalendar.md) ###### [FilePageSetupCalendarText](Project.Application.FilePageSetupCalendarText.md) ###### [FilePageSetupCalendarTextEx](Project.Application.FilePageSetupCalendarTextEx.md) ###### [FilePageSetupFooter](Project.Application.FilePageSetupFooter.md) ###### [FilePageSetupHeader](Project.Application.FilePageSetupHeader.md) ###### [FilePageSetupLegend](Project.Application.FilePageSetupLegend.md) ###### [FilePageSetupLegendEx](Project.Application.FilePageSetupLegendEx.md) ###### [FilePageSetupMargins](Project.Application.FilePageSetupMargins.md) ###### [FilePageSetupPage](Project.Application.FilePageSetupPage.md) ###### [FilePageSetupView](Project.Application.FilePageSetupView.md) ###### [FilePrint](Project.Application.FilePrint.md) ###### [FilePrintPreview](Project.Application.FilePrintPreview.md) ###### [FilePrintSetup](Project.Application.FilePrintSetup.md) ###### [FileProperties](Project.Application.FileProperties.md) ###### [FileSave](Project.Application.FileSave.md) ###### [FileSaveAs](Project.Application.FileSaveAs.md) ###### [FileSaveOffline](Project.Application.FileSaveOffline.md) ###### [FileSaveWorkspace](Project.Application.FileSaveWorkspace.md) ###### [FillAcross](Project.Application.FillAcross.md) ###### [FillDown](Project.Application.FillDown.md) ###### [FilterApply](Project.Application.FilterApply.md) ###### [FilterClear](Project.Application.FilterClear.md) ###### [FilterEdit](Project.Application.FilterEdit.md) ###### [FilterNew](Project.Application.FilterNew.md) ###### [Filters](Project.Application.Filters.md) ###### [FilterShowSummaryRows](Project.Application.FilterShowSummaryRows.md) ###### [Find](Project.Application.Find.md) ###### [FindEx](Project.Application.FindEx.md) ###### [FindFile](Project.Application.FindFile.md) ###### [FindNext](Project.Application.FindNext.md) ###### [FindPrevious](Project.Application.FindPrevious.md) ###### [FollowHyperlink](Project.Application.FollowHyperlink.md) ###### [Font32Ex](Project.Application.Font32Ex.md) ###### [FontBold](Project.Application.FontBold.md) ###### [FontEx](Project.Application.FontEx.md) ###### [FontItalic](Project.Application.FontItalic.md) ###### [FontStrikethrough](Project.Application.FontStrikethrough.md) ###### [FontUnderLine](Project.Application.FontUnderLine.md) ###### [Form](Project.Application.Form.md) ###### [FormatCopy](Project.Application.FormatCopy.md) ###### [FormatPainter](Project.Application.FormatPainter.md) ###### [FormatPaste](Project.Application.FormatPaste.md) ###### [FormViewShow](Project.Application.FormViewShow.md) ###### [GanttBarEditEx](Project.Application.GanttBarEditEx.md) ###### [GanttBarFormat](Project.Application.GanttBarFormat.md) ###### [GanttBarFormatEx](Project.Application.GanttBarFormatEx.md) ###### [GanttBarLinks](Project.Application.GanttBarLinks.md) ###### [GanttBarSize](Project.Application.GanttBarSize.md) ###### [GanttBarStyleBaseline](Project.Application.GanttBarStyleBaseline.md) ###### [GanttBarStyleCritical](Project.Application.GanttBarStyleCritical.md) ###### [GanttBarStyleDelete](Project.Application.GanttBarStyleDelete.md) ###### [GanttBarStyleEdit](Project.Application.GanttBarStyleEdit.md) ###### [GanttBarStyleLate](Project.Application.GanttBarStyleLate.md) ###### [GanttBarStyleSlack](Project.Application.GanttBarStyleSlack.md) ###### [GanttBarStyleSlippage](Project.Application.GanttBarStyleSlippage.md) ###### [GanttBarTextDateFormat](Project.Application.GanttBarTextDateFormat.md) ###### [GanttChartWizard](Project.Application.GanttChartWizard.md) ###### [GanttRollup](Project.Application.GanttRollup.md) ###### [GanttShowBarSplits](Project.Application.GanttShowBarSplits.md) ###### [GanttShowDrawings](Project.Application.GanttShowDrawings.md) ###### [GetCellInfo](Project.Application.GetCellInfo.md) ###### [GetCurrentTheme](Project.Application.GetCurrentTheme.md) ###### [GetDpiScaleFactor](Project.application.getdpiscalefactor.md) ###### [GetProjectServerSettingsEx](Project.Application.GetProjectServerSettingsEx.md) ###### [GetProjectServerVersion](Project.Application.GetProjectServerVersion.md) ###### [GetRedoListCount](Project.Application.GetRedoListCount.md) ###### [GetRedoListItem](Project.Application.GetRedoListItem.md) ###### [GetThemedColor](Project.Application.GetThemedColor.md) ###### [GetUndoListCount](Project.Application.GetUndoListCount.md) ###### [GetUndoListItem](Project.Application.GetUndoListItem.md) ###### [GoalAreaChange](Project.Application.GoalAreaChange.md) ###### [GoalAreaHighlight](Project.Application.GoalAreaHighlight.md) ###### [GoalAreaTaskHighlight](Project.Application.GoalAreaTaskHighlight.md) ###### [GoToItemInVersions](Project.Application.GoToItemInVersions.md) ###### [GotoNextOverAllocation](Project.Application.GotoNextOverAllocation.md) ###### [GotoTaskDates](Project.Application.GotoTaskDates.md) ###### [Gridlines](Project.Application.Gridlines.md) ###### [GridlinesEdit](Project.Application.GridlinesEdit.md) ###### [GridlinesEditEx](Project.Application.GridlinesEditEx.md) ###### [GroupApply](Project.Application.GroupApply.md) ###### [GroupBy](Project.Application.GroupBy.md) ###### [GroupClear](Project.Application.GroupClear.md) ###### [GroupMaintainHierarchy](Project.Application.GroupMaintainHierarchy.md) ###### [GroupNew](Project.Application.GroupNew.md) ###### [Groups](Project.Application.Groups.md) ###### [HelpAbout](Project.Application.HelpAbout.md) ###### [HelpAnswerWizard](Project.Application.HelpAnswerWizard.md) ###### [HelpContents](Project.Application.HelpContents.md) ###### [HelpLaunch](Project.Application.HelpLaunch.md) ###### [HelpTechnicalSupport](Project.Application.HelpTechnicalSupport.md) ###### [HighlightDrivenSuccessors](Project.application.highlightdrivensuccessors.md) ###### [HighlightDrivingPredecessors](Project.application.highlightdrivingpredecessors.md) ###### [HighlightPredecessors](Project.application.highlightpredecessors.md) ###### [HighlightSuccessors](Project.application.highlightsuccessors.md) ###### [ImportCommitment](Project.Application.ImportCommitment.md) ###### [ImportOutlookTasks](Project.Application.ImportOutlookTasks.md) ###### [InactivateTaskToggle](Project.Application.InactivateTaskToggle.md) ###### [InformationDialog](Project.Application.InformationDialog.md) ###### [InsertBlankRow](Project.Application.InsertBlankRow.md) ###### [InsertHyperlink](Project.Application.InsertHyperlink.md) ###### [InsertManualTask](Project.Application.InsertManualTask.md) ###### [InsertMilestoneTask](Project.Application.InsertMilestoneTask.md) ###### [InsertNotes](Project.Application.InsertNotes.md) ###### [InsertResource](Project.Application.InsertResource.md) ###### [InsertScheduledTask](Project.Application.InsertScheduledTask.md) ###### [InsertSummaryTask](Project.Application.InsertSummaryTask.md) ###### [InsertTask](Project.Application.InsertTask.md) ###### [Inspector](Project.application.inspector.md) ###### [IsCommandEnabled](Project.Application.IsCommandEnabled.md) ###### [IsOfficeTaskPaneVisible](Project.Application.IsOfficeTaskPaneVisible.md) ###### [IsOffline](Project.Application.IsOffline.md) ###### [IsReducedFunctionalityMode](Project.Application.IsReducedFunctionalityMode.md) ###### [IsUndoingOrRedoing](Project.Application.IsUndoingOrRedoing.md) ###### [IsURLTrusted](Project.Application.IsURLTrusted.md) ###### [Layout](Project.Application.Layout.md) ###### [LayoutNow](Project.Application.LayoutNow.md) ###### [LayoutRelatedNow](Project.Application.LayoutRelatedNow.md) ###### [LayoutSelectionNow](Project.Application.LayoutSelectionNow.md) ###### [LevelingClear](Project.Application.LevelingClear.md) ###### [LevelingOptions](Project.Application.LevelingOptions.md) ###### [LevelingOptionsEx](Project.Application.LevelingOptionsEx.md) ###### [LevelNow](Project.Application.LevelNow.md) ###### [LevelSelected](Project.Application.LevelSelected.md) ###### [LinksBetweenProjects](Project.Application.LinksBetweenProjects.md) ###### [LinkTasks](Project.Application.LinkTasks.md) ###### [LinkTasksEdit](Project.Application.LinkTasksEdit.md) ###### [LinkToTaskList](Project.application.linktotasklist.md) ###### [LoadWebBrowserControlEx](Project.Application.LoadWebBrowserControlEx.md) ###### [LoadWebPaneControl](Project.Application.LoadWebPaneControl.md) ###### [LocaleID](Project.Application.LocaleID.md) ###### [LocaleName](Project.application.localename.md) ###### [LookUpTableAddEx](Project.Application.LookUpTableAddEx.md) ###### [Macro](Project.Application.Macro.md) ###### [MacroSecurity](Project.Application.MacroSecurity.md) ###### [MacroShowCode](Project.Application.MacroShowCode.md) ###### [MacroShowVba](Project.Application.MacroShowVba.md) ###### [MailLogoff](Project.Application.MailLogoff.md) ###### [MailLogon](Project.Application.MailLogon.md) ###### [MailPostDocument](Project.Application.MailPostDocument.md) ###### [MailRoutingSlip](Project.Application.MailRoutingSlip.md) ###### [MailSend](Project.Application.MailSend.md) ###### [MailSession](Project.Application.MailSession.md) ###### [MailSystem](Project.Application.MailSystem.md) ###### [MakeFieldEnterprise](Project.Application.MakeFieldEnterprise.md) ###### [MakeLocalCalendarEnterprise](Project.Application.MakeLocalCalendarEnterprise.md) ###### [ManageSiteColumns](Project.Application.ManageSiteColumns.md) ###### [MapEdit](Project.Application.MapEdit.md) ###### [Message](Project.Application.Message.md) ###### [NewTasksStartOn](Project.Application.NewTasksStartOn.md) ###### [ObjectChangeIcon](Project.Application.ObjectChangeIcon.md) ###### [ObjectConvert](Project.Application.ObjectConvert.md) ###### [ObjectInsert](Project.Application.ObjectInsert.md) ###### [ObjectLinks](Project.Application.ObjectLinks.md) ###### [ObjectVerb](Project.Application.ObjectVerb.md) ###### [OfficeOnTheWeb](Project.Application.OfficeOnTheWeb.md) ###### [OfficeTaskPaneHide](Project.Application.OfficeTaskPaneHide.md) ###### [OpenBrowser](Project.application.openbrowser.md) ###### [OpenFromSharePoint](Project.Application.OpenFromSharePoint.md) ###### [OpenServerPage](Project.Application.OpenServerPage.md) ###### [OpenUndoTransaction](Project.Application.OpenUndoTransaction.md) ###### [OpenXML](Project.Application.OpenXML.md) ###### [OptionsCalculation](Project.Application.OptionsCalculation.md) ###### [OptionsCalendar](Project.Application.OptionsCalendar.md) ###### [OptionsEditEx](Project.Application.OptionsEditEx.md) ###### [OptionsGeneralEx](Project.Application.OptionsGeneralEx.md) ###### [OptionsInterfaceEx](Project.Application.OptionsInterfaceEx.md) ###### [OptionsSave](Project.Application.OptionsSave.md) ###### [OptionsSchedule](Project.Application.OptionsSchedule.md) ###### [OptionsSecurityEx](Project.Application.OptionsSecurityEx.md) ###### [OptionsSecurityTab](Project.Application.OptionsSecurityTab.md) ###### [OptionsSpelling](Project.Application.OptionsSpelling.md) ###### [OptionsViewEx](Project.Application.OptionsViewEx.md) ###### [Organizer](Project.Application.Organizer.md) ###### [OrganizerDeleteItem](Project.Application.OrganizerDeleteItem.md) ###### [OrganizerMoveItem](Project.Application.OrganizerMoveItem.md) ###### [OrganizerRenameItem](Project.Application.OrganizerRenameItem.md) ###### [OutlineHideSubTasks](Project.Application.OutlineHideSubTasks.md) ###### [OutlineIndent](Project.Application.OutlineIndent.md) ###### [OutlineOutdent](Project.Application.OutlineOutdent.md) ###### [OutlineShowAllTasks](Project.Application.OutlineShowAllTasks.md) ###### [OutlineShowSubTasks](Project.Application.OutlineShowSubTasks.md) ###### [OutlineShowTasks](Project.Application.OutlineShowTasks.md) ###### [OutlineSymbolsToggle](Project.Application.OutlineSymbolsToggle.md) ###### [PageBreakRemove](Project.Application.PageBreakRemove.md) ###### [PageBreakSet](Project.Application.PageBreakSet.md) ###### [PageBreaksRemoveAll](Project.Application.PageBreaksRemoveAll.md) ###### [PageBreaksShow](Project.Application.PageBreaksShow.md) ###### [PaneClose](Project.Application.PaneClose.md) ###### [PaneCreate](Project.Application.PaneCreate.md) ###### [PaneNext](Project.Application.PaneNext.md) ###### [PanZoomPanTo](Project.Application.PanZoomPanTo.md) ###### [PanZoomZoomTo](Project.Application.PanZoomZoomTo.md) ###### [PasteAsPicture](Project.application.pasteaspicture.md) ###### [PasteDestFormatting](Project.application.pastedestformatting.md) ###### [PasteSourceFormatting](Project.application.pastesourceformatting.md) ###### [ProgressLines](Project.Application.ProgressLines.md) ###### [ProjectCheckOut](Project.application.projectcheckout.md) ###### [ProjectMove](Project.Application.ProjectMove.md) ###### [ProjectStatistics](Project.Application.ProjectStatistics.md) ###### [ProjectSummaryInfo](Project.Application.ProjectSummaryInfo.md) ###### [ProjectSummaryInfoEx](Project.application.projectsummaryinfoex.md) ###### [Publish](Project.Application.Publish.md) ###### [Quit](Project.Application.Quit.md) ###### [ReassignSelectedAssns](Project.Application.ReassignSelectedAssns.md) ###### [RecurringTaskInsert](Project.Application.RecurringTaskInsert.md) ###### [Redo](Project.Application.Redo.md) ###### [RefreshEngagementsForProject](Project.application.refreshengagementsforproject.md) ###### [RegisterProject](Project.Application.RegisterProject.md) ###### [ReminderSet](Project.Application.ReminderSet.md) ###### [RemoveHighlight](Project.application.removehighlight.md) ###### [RemoveTimelineBar](Project.application.removetimelinebar.md) ###### [RenameReport](Project.application.renamereport.md) ###### [Replace](Project.Application.Replace.md) ###### [ReplaceEx](Project.Application.ReplaceEx.md) ###### [ReportPrint](Project.Application.ReportPrint.md) ###### [ReportPrintPreview](Project.Application.ReportPrintPreview.md) ###### [Reports](Project.Application.Reports.md) ###### [ReportsDialog](Project.application.reportsdialog.md) ###### [RequestProgressInformation](Project.Application.RequestProgressInformation.md) ###### [RescheduleToNextAvailable](Project.Application.RescheduleToNextAvailable.md) ###### [ResetTPStyle](Project.Application.ResetTPStyle.md) ###### [ResourceActiveDirectory](Project.Application.ResourceActiveDirectory.md) ###### [ResourceAddressBook](Project.Application.ResourceAddressBook.md) ###### [ResourceAssignment](Project.Application.ResourceAssignment.md) ###### [ResourceAssignmentDialog](Project.Application.ResourceAssignmentDialog.md) ###### [ResourceCalendarEditDays](Project.Application.ResourceCalendarEditDays.md) ###### [ResourceCalendarReset](Project.Application.ResourceCalendarReset.md) ###### [ResourceCalendars](Project.Application.ResourceCalendars.md) ###### [ResourceComparison](Project.Application.ResourceComparison.md) ###### [ResourceDetails](Project.Application.ResourceDetails.md) ###### [ResourceGraphBarStyles](Project.Application.ResourceGraphBarStyles.md) ###### [ResourceGraphBarStylesEx](Project.Application.ResourceGraphBarStylesEx.md) ###### [ResourceMappingDialog](Project.Application.ResourceMappingDialog.md) ###### [ResourceSharing](Project.Application.ResourceSharing.md) ###### [ResourceSharingPoolAction](Project.Application.ResourceSharingPoolAction.md) ###### [ResourceSharingPoolRefresh](Project.Application.ResourceSharingPoolRefresh.md) ###### [ResourceSharingPoolUpdate](Project.Application.ResourceSharingPoolUpdate.md) ###### [ResourceWindowsAccount](Project.Application.ResourceWindowsAccount.md) ###### [RestoreSheetSelection](Project.Application.RestoreSheetSelection.md) ###### [RowClear](Project.Application.RowClear.md) ###### [RowDelete](Project.Application.RowDelete.md) ###### [RowInsert](Project.Application.RowInsert.md) ###### [Run](Project.Application.Run.md) ###### [SaveForSharing](Project.Application.SaveForSharing.md) ###### [SaveSheetSelection](Project.Application.SaveSheetSelection.md) ###### [SegmentBorderColor](Project.Application.SegmentBorderColor.md) ###### [SegmentFillColor](Project.Application.SegmentFillColor.md) ###### [SelectAll](Project.Application.SelectAll.md) ###### [SelectBeginning](Project.Application.SelectBeginning.md) ###### [SelectCell](Project.Application.SelectCell.md) ###### [SelectCellDown](Project.Application.SelectCellDown.md) ###### [SelectCellLeft](Project.Application.SelectCellLeft.md) ###### [SelectCellRight](Project.Application.SelectCellRight.md) ###### [SelectCellUp](Project.Application.SelectCellUp.md) ###### [SelectColumn](Project.Application.SelectColumn.md) ###### [SelectEnd](Project.Application.SelectEnd.md) ###### [SelectionExtend](Project.Application.SelectionExtend.md) ###### [SelectRange](Project.Application.SelectRange.md) ###### [SelectResourceCell](Project.Application.SelectResourceCell.md) ###### [SelectResourceColumn](Project.Application.SelectResourceColumn.md) ###### [SelectResourceField](Project.Application.SelectResourceField.md) ###### [SelectRow](Project.Application.SelectRow.md) ###### [SelectRowEnd](Project.Application.SelectRowEnd.md) ###### [SelectRowStart](Project.Application.SelectRowStart.md) ###### [SelectSheet](Project.Application.SelectSheet.md) ###### [SelectTable](Project.application.selecttable.md) ###### [SelectTaskAssns](Project.Application.SelectTaskAssns.md) ###### [SelectTaskCell](Project.Application.SelectTaskCell.md) ###### [SelectTaskColumn](Project.Application.SelectTaskColumn.md) ###### [SelectTaskField](Project.Application.SelectTaskField.md) ###### [SelectTimescaleRange](Project.Application.SelectTimescaleRange.md) ###### [SelectToEnd](Project.Application.SelectToEnd.md) ###### [SelectTPLineHeight](Project.Application.SelectTPLineHeight.md) ###### [SelectTPTask](Project.Application.SelectTPTask.md) ###### [ServiceOptionsDialog](Project.Application.ServiceOptionsDialog.md) ###### [SetActiveCell](Project.Application.SetActiveCell.md) ###### [SetAutoFilter](Project.Application.SetAutoFilter.md) ###### [SetField](Project.Application.SetField.md) ###### [SetLTRTable](Project.application.setltrtable.md) ###### [SetMatchingField](Project.Application.SetMatchingField.md) ###### [SetResourceField](Project.Application.SetResourceField.md) ###### [SetResourceFieldByID](Project.Application.SetResourceFieldByID.md) ###### [SetRowHeight](Project.Application.SetRowHeight.md) ###### [SetRTLTable](Project.application.setrtltable.md) ###### [SetShowTaskSuggestions](Project.Application.SetShowTaskSuggestions.md) ###### [SetShowTaskWarnings](Project.Application.SetShowTaskWarnings.md) ###### [SetSidepaneStateButton](Project.Application.SetSidepaneStateButton.md) ###### [SetSplitBar](Project.Application.SetSplitBar.md) ###### [SetTaskField](Project.Application.SetTaskField.md) ###### [SetTaskFieldByID](Project.Application.SetTaskFieldByID.md) ###### [SetTaskMode](Project.Application.SetTaskMode.md) ###### [SetTitleRowHeight](Project.Application.SetTitleRowHeight.md) ###### [SetTPField](Project.Application.SetTPField.md) ###### [ShareProjectOnline](Project.Application.ShareProjectOnline.md) ###### [ShowAddNewColumn](Project.Application.ShowAddNewColumn.md) ###### [ShowIgnoredTaskWarnings](Project.Application.ShowIgnoredTaskWarnings.md) ###### [ShowOSFTaskPane](Project.application.showosftaskpane.md) ###### [ShowReportDataPane](Project.application.showreportdatapane.md) ###### [SidepaneTaskChange](Project.Application.SidepaneTaskChange.md) ###### [SidepaneToggle](Project.Application.SidepaneToggle.md) ###### [Sort](Project.Application.Sort.md) ###### [SpellCheckField](Project.Application.SpellCheckField.md) ###### [SpellingCheck](Project.Application.SpellingCheck.md) ###### [SplitTask](Project.Application.SplitTask.md) ###### [StopWebBrowserControlNavigation](Project.Application.StopWebBrowserControlNavigation.md) ###### [SubmitAllEngagementsForProject](Project.application.submitallengagementsforproject.md) ###### [SubmitSelectedEngagementsForProject](Project.application.submitselectedengagementsforproject.md) ###### [SummaryResourceAssignmentsRefresh](Project.Application.SummaryResourceAssignmentsRefresh.md) ###### [SummaryTasksShow](Project.Application.SummaryTasksShow.md) ###### [SynchronizeWithSite](Project.Application.SynchronizeWithSite.md) ###### [Table](Project.application.table.md) ###### [TableApply](Project.Application.TableApply.md) ###### [TableCopy](Project.Application.TableCopy.md) ###### [TableEdit](Project.Application.TableEdit.md) ###### [TableEditEx](Project.Application.TableEditEx.md) ###### [TableReset](Project.Application.TableReset.md) ###### [Tables](Project.Application.Tables.md) ###### [TaskComparison](Project.Application.TaskComparison.md) ###### [TaskDeliverableCreate](Project.Application.TaskDeliverableCreate.md) ###### [TaskDeliverableSync](Project.Application.TaskDeliverableSync.md) ###### [TaskDependencySync](Project.Application.TaskDependencySync.md) ###### [TaskDrivers](Project.Application.TaskDrivers.md) ###### [TaskInspector](Project.Application.TaskInspector.md) ###### [TaskMove](Project.Application.TaskMove.md) ###### [TaskMoveToStatusDate](Project.Application.TaskMoveToStatusDate.md) ###### [TaskOnTimeline](Project.Application.TaskOnTimeline.md) ###### [TaskOnTimelineEx](Project.application.taskontimelineex.md) ###### [TaskRespectLinks](Project.Application.TaskRespectLinks.md) ###### [TextStyles32Ex](Project.Application.TextStyles32Ex.md) ###### [TextStylesEx](Project.Application.TextStylesEx.md) ###### [TimelineBarDateRange](Project.application.timelinebardaterange.md) ###### [TimelineExport](Project.Application.TimelineExport.md) ###### [TimelineFormat](Project.Application.TimelineFormat.md) ###### [TimelineGotoSelectedTask](Project.Application.TimelineGotoSelectedTask.md) ###### [TimelineInsertTask](Project.Application.TimelineInsertTask.md) ###### [TimelineShowHide](Project.Application.TimelineShowHide.md) ###### [TimelineTextOnBar](Project.Application.TimelineTextOnBar.md) ###### [TimelineViewToggle](Project.Application.TimelineViewToggle.md) ###### [Timescale](Project.Application.Timescale.md) ###### [TimescaleEdit](Project.Application.TimescaleEdit.md) ###### [TimescaleNonWorking](Project.Application.TimescaleNonWorking.md) ###### [TimescaleNonWorkingEx](Project.Application.TimescaleNonWorkingEx.md) ###### [ToggleAssignments](Project.Application.ToggleAssignments.md) ###### [ToggleChangeHighlighting](Project.Application.ToggleChangeHighlighting.md) ###### [TogglePreventResOveralloc](Project.Application.TogglePreventResOveralloc.md) ###### [ToggleResourceDetails](Project.Application.ToggleResourceDetails.md) ###### [ToggleTaskDetails](Project.Application.ToggleTaskDetails.md) ###### [ToggleTPAutoExpand](Project.Application.ToggleTPAutoExpand.md) ###### [ToggleTPResourceExpand](Project.Application.ToggleTPResourceExpand.md) ###### [ToggleTPUnassigned](Project.Application.ToggleTPUnassigned.md) ###### [ToggleTPUnscheduled](Project.Application.ToggleTPUnscheduled.md) ###### [Undo](Project.Application.Undo.md) ###### [UndoClear](Project.Application.UndoClear.md) ###### [UnlinkTasks](Project.Application.UnlinkTasks.md) ###### [UnloadWebBrowserControl](Project.Application.UnloadWebBrowserControl.md) ###### [UpdateEngagementsForProject](Project.application.updateengagementsforproject.md) ###### [UpdateFromProjectServer](Project.Application.UpdateFromProjectServer.md) ###### [UpdateProject](Project.Application.UpdateProject.md) ###### [UpdateTasks](Project.Application.UpdateTasks.md) ###### [UsageViewEntryEx](Project.Application.UsageViewEntryEx.md) ###### [ViewApply](Project.Application.ViewApply.md) ###### [ViewApplyEx](Project.Application.ViewApplyEx.md) ###### [ViewBar](Project.Application.ViewBar.md) ###### [ViewCopy](Project.Application.ViewCopy.md) ###### [ViewEditCombination](Project.Application.ViewEditCombination.md) ###### [ViewEditSingle](Project.Application.ViewEditSingle.md) ###### [ViewReset](Project.Application.ViewReset.md) ###### [Views](Project.Application.Views.md) ###### [ViewsEx](Project.Application.ViewsEx.md) ###### [ViewShowCost](Project.Application.ViewShowCost.md) ###### [ViewShowCumulativeCost](Project.Application.ViewShowCumulativeCost.md) ###### [ViewShowCumulativeWork](Project.Application.ViewShowCumulativeWork.md) ###### [ViewShowNotes](Project.Application.ViewShowNotes.md) ###### [ViewShowObjects](Project.Application.ViewShowObjects.md) ###### [ViewShowOverallocation](Project.Application.ViewShowOverallocation.md) ###### [ViewShowPeakUnits](Project.Application.ViewShowPeakUnits.md) ###### [ViewShowPercentAllocation](Project.Application.ViewShowPercentAllocation.md) ###### [ViewShowPredecessorsSuccessors](Project.Application.ViewShowPredecessorsSuccessors.md) ###### [ViewShowRemainingAvailability](Project.Application.ViewShowRemainingAvailability.md) ###### [ViewShowResourcesPredecessors](Project.Application.ViewShowResourcesPredecessors.md) ###### [ViewShowResourcesSuccessors](Project.Application.ViewShowResourcesSuccessors.md) ###### [ViewShowSchedule](Project.Application.ViewShowSchedule.md) ###### [ViewShowUnitAvailability](Project.Application.ViewShowUnitAvailability.md) ###### [ViewShowWork](Project.Application.ViewShowWork.md) ###### [ViewShowWorkAvailability](Project.Application.ViewShowWorkAvailability.md) ###### [VisualReports](Project.Application.VisualReports.md) ###### [VisualReportsEdit](Project.Application.VisualReportsEdit.md) ###### [VisualReportsNewTemplate](Project.Application.VisualReportsNewTemplate.md) ###### [VisualReportsSaveCube](Project.Application.VisualReportsSaveCube.md) ###### [VisualReportsSaveDatabase](Project.Application.VisualReportsSaveDatabase.md) ###### [VisualReportsView](Project.Application.VisualReportsView.md) ###### [WBSCodeMaskEdit](Project.Application.WBSCodeMaskEdit.md) ###### [WBSCodeRenumber](Project.Application.WBSCodeRenumber.md) ###### [WebAddToFavorites](Project.Application.WebAddToFavorites.md) ###### [WebCopyHyperlink](Project.Application.WebCopyHyperlink.md) ###### [WebGoBack](Project.Application.WebGoBack.md) ###### [WebGoForward](Project.Application.WebGoForward.md) ###### [WebHideToolbars](Project.Application.WebHideToolbars.md) ###### [WebOpenFavorites](Project.Application.WebOpenFavorites.md) ###### [WebOpenHyperlink](Project.Application.WebOpenHyperlink.md) ###### [WebOpenSearchPage](Project.Application.WebOpenSearchPage.md) ###### [WebOpenStartPage](Project.Application.WebOpenStartPage.md) ###### [WebRefresh](Project.Application.WebRefresh.md) ###### [WebSetSearchPage](Project.Application.WebSetSearchPage.md) ###### [WebSetStartPage](Project.Application.WebSetStartPage.md) ###### [WebStopLoading](Project.Application.WebStopLoading.md) ###### [WebToolbar](Project.Application.WebToolbar.md) ###### [WindowActivate](Project.Application.WindowActivate(method).md) ###### [WindowArrangeAll](Project.Application.WindowArrangeAll.md) ###### [WindowHide](Project.Application.WindowHide.md) ###### [WindowMoreWindows](Project.Application.WindowMoreWindows.md) ###### [WindowNewWindow](Project.Application.WindowNewWindow.md) ###### [WindowNext](Project.Application.WindowNext.md) ###### [WindowPrev](Project.Application.WindowPrev.md) ###### [WindowSplit](Project.Application.WindowSplit.md) ###### [WindowUnhide](Project.Application.WindowUnhide.md) ###### [WorkOffline](Project.Application.WorkOffline.md) ###### [WrapText](Project.Application.WrapText.md) ###### [Zoom](Project.Application.Zoom.md) ###### [ZoomCalendar](Project.Application.ZoomCalendar.md) ###### [ZoomIn](Project.Application.ZoomIn.md) ###### [ZoomOut](Project.Application.ZoomOut.md) ###### [ZoomReport](Project.application.zoomreport.md) ###### [ZoomTimescale](Project.Application.ZoomTimescale.md) ##### Properties ###### [ActiveCell](Project.Application.ActiveCell.md) ###### [ActiveProject](Project.Application.ActiveProject.md) ###### [ActiveSelection](Project.Application.ActiveSelection.md) ###### [ActiveWindow](Project.Application.ActiveWindow.md) ###### [AMText](Project.Application.AMText.md) ###### [Application](Project.Application.Application.md) ###### [AskToUpdateLinks](Project.Application.AskToUpdateLinks.md) ###### [Assistance](Project.application.assistance.md) ###### [AutoClearLeveling](Project.Application.AutoClearLeveling.md) ###### [AutoLevel](Project.Application.AutoLevel.md) ###### [AutomaticallyFillPhoneticFields](Project.Application.AutomaticallyFillPhoneticFields.md) ###### [AutomationSecurity](Project.Application.AutomationSecurity.md) ###### [Build](Project.Application.Build.md) ###### [Calculation](Project.Application.Calculation.md) ###### [Caption](Project.Application.Caption.md) ###### [CellDragAndDrop](Project.Application.CellDragAndDrop.md) ###### [COMAddIns](Project.Application.COMAddIns.md) ###### [CommandBars](Project.Application.CommandBars.md) ###### [CompareProjectsCurrentVersionName](Project.Application.CompareProjectsCurrentVersionName.md) ###### [CompareProjectsPreviousVersionName](Project.Application.CompareProjectsPreviousVersionName.md) ###### [DateOrder](Project.Application.DateOrder.md) ###### [DateSeparator](Project.Application.DateSeparator.md) ###### [DayLeadingZero](Project.Application.DayLeadingZero.md) ###### [DecimalSeparator](Project.Application.DecimalSeparator.md) ###### [DefaultAutoFilter](Project.Application.DefaultAutoFilter.md) ###### [DefaultDateFormat](Project.Application.DefaultDateFormat.md) ###### [DefaultView](Project.Application.DefaultView.md) ###### [DisplayAlerts](Project.Application.DisplayAlerts.md) ###### [DisplayEntryBar](Project.Application.DisplayEntryBar.md) ###### [DisplayOLEIndicator](Project.Application.DisplayOLEIndicator.md) ###### [DisplayPlanningWizard](Project.Application.DisplayPlanningWizard.md) ###### [DisplayProjectGuide](Project.Application.DisplayProjectGuide.md) ###### [DisplayRecentFiles](Project.Application.DisplayRecentFiles.md) ###### [DisplayScheduleMessages](Project.Application.DisplayScheduleMessages.md) ###### [DisplayScrollBars](Project.Application.DisplayScrollBars.md) ###### [DisplayStatusBar](Project.Application.DisplayStatusBar.md) ###### [DisplayViewBar](Project.Application.DisplayViewBar.md) ###### [DisplayWindowsInTaskbar](Project.Application.DisplayWindowsInTaskbar.md) ###### [DisplayWizardErrors](Project.Application.DisplayWizardErrors.md) ###### [DisplayWizardScheduling](Project.Application.DisplayWizardScheduling.md) ###### [DisplayWizardUsage](Project.Application.DisplayWizardUsage.md) ###### [Edition](Project.Application.Edition.md) ###### [EnableCancelKey](Project.Application.EnableCancelKey.md) ###### [EnableChangeHighlighting](Project.Application.EnableChangeHighlighting.md) ###### [EnterpriseAllowLocalBaseCalendars](Project.Application.EnterpriseAllowLocalBaseCalendars.md) ###### [EnterpriseListSeparator](Project.Application.EnterpriseListSeparator.md) ###### [EnterpriseProtectActuals](Project.Application.EnterpriseProtectActuals.md) ###### [FileBuildID](Project.Application.FileBuildID.md) ###### [FileFormatID](Project.Application.FileFormatID.md) ###### [GetCacheStatusForProject](Project.application.getcachestatusforproject.md) ###### [GlobalBaseCalendars](Project.Application.GlobalBaseCalendars.md) ###### [GlobalOutlineCodes](Project.Application.GlobalOutlineCodes.md) ###### [GlobalReports](Project.application.globalreports.md) ###### [GlobalResourceFilters](Project.Application.GlobalResourceFilters.md) ###### [GlobalResourceTables](Project.Application.GlobalResourceTables.md) ###### [GlobalTaskFilters](Project.Application.GlobalTaskFilters.md) ###### [GlobalTaskTables](Project.Application.GlobalTaskTables.md) ###### [GlobalViews](Project.Application.GlobalViews.md) ###### [GlobalViewsCombination](Project.Application.GlobalViewsCombination.md) ###### [GlobalViewsSingle](Project.Application.GlobalViewsSingle.md) ###### [Height](Project.Application.Height.md) ###### [IsCheckedOut](Project.application.ischeckedout.md) ###### [Left](Project.Application.Left.md) ###### [LevelFreeformTasks](Project.Application.LevelFreeformTasks.md) ###### [LevelIndividualAssignments](Project.Application.LevelIndividualAssignments.md) ###### [LevelingCanSplit](Project.Application.LevelingCanSplit.md) ###### [LevelOrder](Project.Application.LevelOrder.md) ###### [LevelPeriodBasis](Project.Application.LevelPeriodBasis.md) ###### [LevelProposedBookings](Project.Application.LevelProposedBookings.md) ###### [LevelWithinSlack](Project.Application.LevelWithinSlack.md) ###### [ListSeparator](Project.Application.ListSeparator.md) ###### [LoadLastFile](Project.Application.LoadLastFile.md) ###### [MonthLeadingZero](Project.Application.MonthLeadingZero.md) ###### [MoveAfterReturn](Project.Application.MoveAfterReturn.md) ###### [Name](Project.Application.Name.md) ###### [NewTasksEstimated](Project.Application.NewTasksEstimated.md) ###### [OperatingSystem](Project.Application.OperatingSystem.md) ###### [PanZoomFinish](Project.Application.PanZoomFinish.md) ###### [PanZoomStart](Project.Application.PanZoomStart.md) ###### [Parent](Project.Application.Parent.md) ###### [Path](Project.Application.Path.md) ###### [PathSeparator](Project.Application.PathSeparator.md) ###### [PMText](Project.Application.PMText.md) ###### [Profiles](Project.Application.Profiles.md) ###### [Projects](Project.Application.Projects.md) ###### [PromptForSummaryInfo](Project.Application.PromptForSummaryInfo.md) ###### [RecentFilesMaximum](Project.Application.RecentFilesMaximum.md) ###### [ScreenUpdating](Project.Application.ScreenUpdating.md) ###### [ShowAssignmentUnitsAs](Project.Application.ShowAssignmentUnitsAs.md) ###### [ShowEstimatedDuration](Project.Application.ShowEstimatedDuration.md) ###### [ShowWelcome](Project.Application.ShowWelcome.md) ###### [StartWeekOn](Project.Application.StartWeekOn.md) ###### [StartYearIn](Project.Application.StartYearIn.md) ###### [StatusBar](Project.Application.StatusBar.md) ###### [SupportsMultipleDocuments](Project.Application.SupportsMultipleDocuments.md) ###### [SupportsMultipleWindows](Project.Application.SupportsMultipleWindows.md) ###### [ThousandSeparator](Project.Application.ThousandSeparator.md) ###### [TimeLeadingZero](Project.Application.TimeLeadingZero.md) ###### [TimescaleFinish](Project.Application.TimescaleFinish.md) ###### [TimescaleStart](Project.Application.TimescaleStart.md) ###### [TimeSeparator](Project.Application.TimeSeparator.md) ###### [Top](Project.Application.Top.md) ###### [TrustProjectServerAndWSSPages](Project.Application.TrustProjectServerAndWSSPages.md) ###### [TwelveHourTimeFormat](Project.Application.TwelveHourTimeFormat.md) ###### [UndoLevels](Project.Application.UndoLevels.md) ###### [UsableHeight](Project.Application.UsableHeight.md) ###### [UsableWidth](Project.Application.UsableWidth.md) ###### [Use3DLook](Project.Application.Use3DLook.md) ###### [UseOMIDs](Project.Application.UseOMIDs.md) ###### [UserControl](Project.Application.UserControl.md) ###### [UserName](Project.Application.UserName.md) ###### [VBE](Project.Application.VBE.md) ###### [Version](Project.Application.Version.md) ###### [Visible](Project.Application.Visible.md) ###### [VisualReportsAdditionalTemplatePath](Project.Application.VisualReportsAdditionalTemplatePath.md) ###### [VisualReportTemplateList](Project.Application.VisualReportTemplateList.md) ###### [Width](Project.Application.Width.md) ###### [Windows](Project.Application.Windows.md) ###### [Windows2](Project.Application.Windows2.md) ###### [WindowState](Project.Application.WindowState.md) #### [Assignment object](Project.Assignment.md) ##### Methods ###### [AppendNotes](Project.Assignment.AppendNotes.md) ###### [Delete](Project.Assignment.Delete.md) ###### [EnterpriseTeamMember](Project.Assignment.EnterpriseTeamMember.md) ###### [Replan](Project.Assignment.Replan.md) ###### [TimeScaleData](Project.Assignment.TimeScaleData.md) ##### Properties ###### [ActualCost](Project.Assignment.ActualCost.md) ###### [ActualFinish](Project.Assignment.ActualFinish.md) ###### [ActualOvertimeCost](Project.Assignment.ActualOvertimeCost.md) ###### [ActualOvertimeWork](Project.Assignment.ActualOvertimeWork.md) ###### [ActualStart](Project.Assignment.ActualStart.md) ###### [ActualWork](Project.Assignment.ActualWork.md) ###### [ACWP](Project.Assignment.ACWP.md) ###### [Application](Project.Assignment.Application.md) ###### [Baseline10BudgetCost](Project.Assignment.Baseline10BudgetCost.md) ###### [Baseline10BudgetWork](Project.Assignment.Baseline10BudgetWork.md) ###### [Baseline10Cost](Project.Assignment.Baseline10Cost.md) ###### [Baseline10Finish](Project.Assignment.Baseline10Finish.md) ###### [Baseline10Start](Project.Assignment.Baseline10Start.md) ###### [Baseline10Work](Project.Assignment.Baseline10Work.md) ###### [Baseline1BudgetCost](Project.Assignment.Baseline1BudgetCost.md) ###### [Baseline1BudgetWork](Project.Assignment.Baseline1BudgetWork.md) ###### [Baseline1Cost](Project.Assignment.Baseline1Cost.md) ###### [Baseline1Finish](Project.Assignment.Baseline1Finish.md) ###### [Baseline1Start](Project.Assignment.Baseline1Start.md) ###### [Baseline1Work](Project.Assignment.Baseline1Work.md) ###### [Baseline2BudgetCost](Project.Assignment.Baseline2BudgetCost.md) ###### [Baseline2BudgetWork](Project.Assignment.Baseline2BudgetWork.md) ###### [Baseline2Cost](Project.Assignment.Baseline2Cost.md) ###### [Baseline2Finish](Project.Assignment.Baseline2Finish.md) ###### [Baseline2Start](Project.Assignment.Baseline2Start.md) ###### [Baseline2Work](Project.Assignment.Baseline2Work.md) ###### [Baseline3BudgetCost](Project.Assignment.Baseline3BudgetCost.md) ###### [Baseline3BudgetWork](Project.Assignment.Baseline3BudgetWork.md) ###### [Baseline3Cost](Project.Assignment.Baseline3Cost.md) ###### [Baseline3Finish](Project.Assignment.Baseline3Finish.md) ###### [Baseline3Start](Project.Assignment.Baseline3Start.md) ###### [Baseline3Work](Project.Assignment.Baseline3Work.md) ###### [Baseline4BudgetCost](Project.Assignment.Baseline4BudgetCost.md) ###### [Baseline4BudgetWork](Project.Assignment.Baseline4BudgetWork.md) ###### [Baseline4Cost](Project.Assignment.Baseline4Cost.md) ###### [Baseline4Finish](Project.Assignment.Baseline4Finish.md) ###### [Baseline4Start](Project.Assignment.Baseline4Start.md) ###### [Baseline4Work](Project.Assignment.Baseline4Work.md) ###### [Baseline5BudgetCost](Project.Assignment.Baseline5BudgetCost.md) ###### [Baseline5BudgetWork](Project.Assignment.Baseline5BudgetWork.md) ###### [Baseline5Cost](Project.Assignment.Baseline5Cost.md) ###### [Baseline5Finish](Project.Assignment.Baseline5Finish.md) ###### [Baseline5Start](Project.Assignment.Baseline5Start.md) ###### [Baseline5Work](Project.Assignment.Baseline5Work.md) ###### [Baseline6BudgetCost](Project.Assignment.Baseline6BudgetCost.md) ###### [Baseline6BudgetWork](Project.Assignment.Baseline6BudgetWork.md) ###### [Baseline6Cost](Project.Assignment.Baseline6Cost.md) ###### [Baseline6Finish](Project.Assignment.Baseline6Finish.md) ###### [Baseline6Start](Project.Assignment.Baseline6Start.md) ###### [Baseline6Work](Project.Assignment.Baseline6Work.md) ###### [Baseline7BudgetCost](Project.Assignment.Baseline7BudgetCost.md) ###### [Baseline7BudgetWork](Project.Assignment.Baseline7BudgetWork.md) ###### [Baseline7Cost](Project.Assignment.Baseline7Cost.md) ###### [Baseline7Finish](Project.Assignment.Baseline7Finish.md) ###### [Baseline7Start](Project.Assignment.Baseline7Start.md) ###### [Baseline7Work](Project.Assignment.Baseline7Work.md) ###### [Baseline8BudgetCost](Project.Assignment.Baseline8BudgetCost.md) ###### [Baseline8BudgetWork](Project.Assignment.Baseline8BudgetWork.md) ###### [Baseline8Cost](Project.Assignment.Baseline8Cost.md) ###### [Baseline8Finish](Project.Assignment.Baseline8Finish.md) ###### [Baseline8Start](Project.Assignment.Baseline8Start.md) ###### [Baseline8Work](Project.Assignment.Baseline8Work.md) ###### [Baseline9BudgetCost](Project.Assignment.Baseline9BudgetCost.md) ###### [Baseline9BudgetWork](Project.Assignment.Baseline9BudgetWork.md) ###### [Baseline9Cost](Project.Assignment.Baseline9Cost.md) ###### [Baseline9Finish](Project.Assignment.Baseline9Finish.md) ###### [Baseline9Start](Project.Assignment.Baseline9Start.md) ###### [Baseline9Work](Project.Assignment.Baseline9Work.md) ###### [BaselineBudgetCost](Project.Assignment.BaselineBudgetCost.md) ###### [BaselineBudgetWork](Project.Assignment.BaselineBudgetWork.md) ###### [BaselineCost](Project.Assignment.BaselineCost.md) ###### [BaselineFinish](Project.Assignment.BaselineFinish.md) ###### [BaselineStart](Project.Assignment.BaselineStart.md) ###### [BaselineWork](Project.Assignment.BaselineWork.md) ###### [BCWP](Project.Assignment.BCWP.md) ###### [BCWS](Project.Assignment.BCWS.md) ###### [BookingType](Project.Assignment.BookingType.md) ###### [BudgetCost](Project.Assignment.BudgetCost.md) ###### [BudgetWork](Project.Assignment.BudgetWork.md) ###### [Compliant](Project.assignment.compliant.md) ###### [Confirmed](Project.Assignment.Confirmed.md) ###### [Cost](Project.Assignment.Cost.md) ###### [Cost1](Project.Assignment.Cost1.md) ###### [Cost10](Project.Assignment.Cost10.md) ###### [Cost2](Project.Assignment.Cost2.md) ###### [Cost3](Project.Assignment.Cost3.md) ###### [Cost4](Project.Assignment.Cost4.md) ###### [Cost5](Project.Assignment.Cost5.md) ###### [Cost6](Project.Assignment.Cost6.md) ###### [Cost7](Project.Assignment.Cost7.md) ###### [Cost8](Project.Assignment.Cost8.md) ###### [Cost9](Project.Assignment.Cost9.md) ###### [CostRateTable](Project.Assignment.CostRateTable.md) ###### [CostVariance](Project.Assignment.CostVariance.md) ###### [Created](Project.Assignment.Created.md) ###### [CV](Project.Assignment.CV.md) ###### [Date1](Project.Assignment.Date1.md) ###### [Date10](Project.Assignment.Date10.md) ###### [Date2](Project.Assignment.Date2.md) ###### [Date3](Project.Assignment.Date3.md) ###### [Date4](Project.Assignment.Date4.md) ###### [Date5](Project.Assignment.Date5.md) ###### [Date6](Project.Assignment.Date6.md) ###### [Date7](Project.Assignment.Date7.md) ###### [Date8](Project.Assignment.Date8.md) ###### [Date9](Project.Assignment.Date9.md) ###### [Delay](Project.Assignment.Delay.md) ###### [Duration1](Project.Assignment.Duration1.md) ###### [Duration10](Project.Assignment.Duration10.md) ###### [Duration2](Project.Assignment.Duration2.md) ###### [Duration3](Project.Assignment.Duration3.md) ###### [Duration4](Project.Assignment.Duration4.md) ###### [Duration5](Project.Assignment.Duration5.md) ###### [Duration6](Project.Assignment.Duration6.md) ###### [Duration7](Project.Assignment.Duration7.md) ###### [Duration8](Project.Assignment.Duration8.md) ###### [Duration9](Project.Assignment.Duration9.md) ###### [Finish](Project.Assignment.Finish.md) ###### [Finish1](Project.Assignment.Finish1.md) ###### [Finish10](Project.Assignment.Finish10.md) ###### [Finish2](Project.Assignment.Finish2.md) ###### [Finish3](Project.Assignment.Finish3.md) ###### [Finish4](Project.Assignment.Finish4.md) ###### [Finish5](Project.Assignment.Finish5.md) ###### [Finish6](Project.Assignment.Finish6.md) ###### [Finish7](Project.Assignment.Finish7.md) ###### [Finish8](Project.Assignment.Finish8.md) ###### [Finish9](Project.Assignment.Finish9.md) ###### [FinishVariance](Project.Assignment.FinishVariance.md) ###### [FixedMaterialAssignment](Project.Assignment.FixedMaterialAssignment.md) ###### [Flag1](Project.Assignment.Flag1.md) ###### [Flag10](Project.Assignment.Flag10.md) ###### [Flag11](Project.Assignment.Flag11.md) ###### [Flag12](Project.Assignment.Flag12.md) ###### [Flag13](Project.Assignment.Flag13.md) ###### [Flag14](Project.Assignment.Flag14.md) ###### [Flag15](Project.Assignment.Flag15.md) ###### [Flag16](Project.Assignment.Flag16.md) ###### [Flag17](Project.Assignment.Flag17.md) ###### [Flag18](Project.Assignment.Flag18.md) ###### [Flag19](Project.Assignment.Flag19.md) ###### [Flag2](Project.Assignment.Flag2.md) ###### [Flag20](Project.Assignment.Flag20.md) ###### [Flag3](Project.Assignment.Flag3.md) ###### [Flag4](Project.Assignment.Flag4.md) ###### [Flag5](Project.Assignment.Flag5.md) ###### [Flag6](Project.Assignment.Flag6.md) ###### [Flag7](Project.Assignment.Flag7.md) ###### [Flag8](Project.Assignment.Flag8.md) ###### [Flag9](Project.Assignment.Flag9.md) ###### [Guid](Project.Assignment.Guid.md) ###### [Hyperlink](Project.Assignment.Hyperlink.md) ###### [HyperlinkAddress](Project.Assignment.HyperlinkAddress.md) ###### [HyperlinkHREF](Project.Assignment.HyperlinkHREF.md) ###### [HyperlinkScreenTip](Project.Assignment.HyperlinkScreenTip.md) ###### [HyperlinkSubAddress](Project.Assignment.HyperlinkSubAddress.md) ###### [Index](Project.Assignment.Index.md) ###### [LevelingDelay](Project.Assignment.LevelingDelay.md) ###### [LinkedFields](Project.Assignment.LinkedFields.md) ###### [Notes](Project.Assignment.Notes.md) ###### [Number1](Project.Assignment.Number1.md) ###### [Number10](Project.Assignment.Number10.md) ###### [Number11](Project.Assignment.Number11.md) ###### [Number12](Project.Assignment.Number12.md) ###### [Number13](Project.Assignment.Number13.md) ###### [Number14](Project.Assignment.Number14.md) ###### [Number15](Project.Assignment.Number15.md) ###### [Number16](Project.Assignment.Number16.md) ###### [Number17](Project.Assignment.Number17.md) ###### [Number18](Project.Assignment.Number18.md) ###### [Number19](Project.Assignment.Number19.md) ###### [Number2](Project.Assignment.Number2.md) ###### [Number20](Project.Assignment.Number20.md) ###### [Number3](Project.Assignment.Number3.md) ###### [Number4](Project.Assignment.Number4.md) ###### [Number5](Project.Assignment.Number5.md) ###### [Number6](Project.Assignment.Number6.md) ###### [Number7](Project.Assignment.Number7.md) ###### [Number8](Project.Assignment.Number8.md) ###### [Number9](Project.Assignment.Number9.md) ###### [Overallocated](Project.Assignment.Overallocated.md) ###### [OvertimeCost](Project.Assignment.OvertimeCost.md) ###### [OvertimeWork](Project.Assignment.OvertimeWork.md) ###### [Owner](Project.Assignment.Owner.md) ###### [Parent](Project.Assignment.Parent.md) ###### [Peak](Project.Assignment.Peak.md) ###### [PercentWorkComplete](Project.Assignment.PercentWorkComplete.md) ###### [Project](Project.Assignment.Project.md) ###### [RegularWork](Project.Assignment.RegularWork.md) ###### [RemainingCost](Project.Assignment.RemainingCost.md) ###### [RemainingOvertimeCost](Project.Assignment.RemainingOvertimeCost.md) ###### [RemainingOvertimeWork](Project.Assignment.RemainingOvertimeWork.md) ###### [RemainingWork](Project.Assignment.RemainingWork.md) ###### [Resource](Project.Assignment.Resource.md) ###### [ResourceGuid](Project.Assignment.ResourceGuid.md) ###### [ResourceID](Project.Assignment.ResourceID.md) ###### [ResourceName](Project.Assignment.ResourceName.md) ###### [ResourceRequestType](Project.Assignment.ResourceRequestType.md) ###### [ResourceType](Project.Assignment.ResourceType.md) ###### [ResourceUniqueID](Project.Assignment.ResourceUniqueID.md) ###### [ResponsePending](Project.Assignment.ResponsePending.md) ###### [Start](Project.Assignment.Start.md) ###### [Start1](Project.Assignment.Start1.md) ###### [Start10](Project.Assignment.Start10.md) ###### [Start2](Project.Assignment.Start2.md) ###### [Start3](Project.Assignment.Start3.md) ###### [Start4](Project.Assignment.Start4.md) ###### [Start5](Project.Assignment.Start5.md) ###### [Start6](Project.Assignment.Start6.md) ###### [Start7](Project.Assignment.Start7.md) ###### [Start8](Project.Assignment.Start8.md) ###### [Start9](Project.Assignment.Start9.md) ###### [StartVariance](Project.Assignment.StartVariance.md) ###### [Summary](Project.Assignment.Summary.md) ###### [SV](Project.Assignment.SV.md) ###### [Task](Project.Assignment.Task.md) ###### [TaskGuid](Project.Assignment.TaskGuid.md) ###### [TaskID](Project.Assignment.TaskID.md) ###### [TaskName](Project.Assignment.TaskName.md) ###### [TaskOutlineNumber](Project.Assignment.TaskOutlineNumber.md) ###### [TaskSummaryName](Project.Assignment.TaskSummaryName.md) ###### [TaskUniqueID](Project.Assignment.TaskUniqueID.md) ###### [TeamStatusPending](Project.Assignment.TeamStatusPending.md) ###### [Text1](Project.Assignment.Text1.md) ###### [Text10](Project.Assignment.Text10.md) ###### [Text11](Project.Assignment.Text11.md) ###### [Text12](Project.Assignment.Text12.md) ###### [Text13](Project.Assignment.Text13.md) ###### [Text14](Project.Assignment.Text14.md) ###### [Text15](Project.Assignment.Text15.md) ###### [Text16](Project.Assignment.Text16.md) ###### [Text17](Project.Assignment.Text17.md) ###### [Text18](Project.Assignment.Text18.md) ###### [Text19](Project.Assignment.Text19.md) ###### [Text2](Project.Assignment.Text2.md) ###### [Text20](Project.Assignment.Text20.md) ###### [Text21](Project.Assignment.Text21.md) ###### [Text22](Project.Assignment.Text22.md) ###### [Text23](Project.Assignment.Text23.md) ###### [Text24](Project.Assignment.Text24.md) ###### [Text25](Project.Assignment.Text25.md) ###### [Text26](Project.Assignment.Text26.md) ###### [Text27](Project.Assignment.Text27.md) ###### [Text28](Project.Assignment.Text28.md) ###### [Text29](Project.Assignment.Text29.md) ###### [Text3](Project.Assignment.Text3.md) ###### [Text30](Project.Assignment.Text30.md) ###### [Text4](Project.Assignment.Text4.md) ###### [Text5](Project.Assignment.Text5.md) ###### [Text6](Project.Assignment.Text6.md) ###### [Text7](Project.Assignment.Text7.md) ###### [Text8](Project.Assignment.Text8.md) ###### [Text9](Project.Assignment.Text9.md) ###### [UniqueID](Project.Assignment.UniqueID.md) ###### [Units](Project.Assignment.Units.md) ###### [UpdateNeeded](Project.Assignment.UpdateNeeded.md) ###### [VAC](Project.Assignment.VAC.md) ###### [WBS](Project.Assignment.WBS.md) ###### [Work](Project.Assignment.Work.md) ###### [WorkContour](Project.Assignment.WorkContour.md) ###### [WorkVariance](Project.Assignment.WorkVariance.md) #### [Assignments object](Project.assignments.md) ##### Methods ###### [Add](Project.Assignments.Add.md) ##### Properties ###### [Application](Project.Assignments.Application.md) ###### [Count](Project.Assignments.Count.md) ###### [Item](Project.Assignments.Item.md) ###### [Parent](Project.Assignments.Parent.md) ###### [UniqueID](Project.Assignments.UniqueID.md) #### [Availabilities object](Project.availabilities.md) ##### Methods ###### [Add](Project.Availabilities.Add.md) ##### Properties ###### [Application](Project.Availabilities.Application.md) ###### [Count](Project.Availabilities.Count.md) ###### [Item](Project.Availabilities.Item.md) ###### [Parent](Project.Availabilities.Parent.md) #### [Availability object](Project.Availability.md) ##### Methods ###### [Delete](Project.Availability.Delete.md) ##### Properties ###### [Application](Project.Availability.Application.md) ###### [AvailableFrom](Project.Availability.AvailableFrom.md) ###### [AvailableTo](Project.Availability.AvailableTo.md) ###### [AvailableUnit](Project.Availability.AvailableUnit.md) ###### [Index](Project.Availability.Index.md) ###### [Parent](Project.Availability.Parent.md) #### [Calendar object](Project.Calendar.md) ##### Methods ###### [Delete](Project.Calendar.Delete.md) ###### [Period](Project.Calendar.Period.md) ###### [Reset](Project.Calendar.Reset.md) ##### Properties ###### [Application](Project.Calendar.Application.md) ###### [BaseCalendar](Project.Calendar.BaseCalendar.md) ###### [Enterprise](Project.Calendar.Enterprise.md) ###### [Exceptions](Project.Calendar.Exceptions.md) ###### [Guid](Project.Calendar.Guid.md) ###### [Index](Project.Calendar.Index.md) ###### [Name](Project.Calendar.Name.md) ###### [Parent](Project.Calendar.Parent.md) ###### [ResourceGuid](Project.Calendar.ResourceGuid.md) ###### [WeekDays](Project.Calendar.WeekDays.md) ###### [WorkWeeks](Project.Calendar.WorkWeeks.md) ###### [Years](Project.Calendar.Years.md) #### [CalendarDrivers object](Project.calendardrivers.md) ##### Properties ###### [Application](Project.CalendarDrivers.Application.md) ###### [Count](Project.CalendarDrivers.Count.md) ###### [Item](Project.CalendarDrivers.Item.md) ###### [Parent](Project.CalendarDrivers.Parent.md) ###### [TotalDetectedCount](Project.CalendarDrivers.TotalDetectedCount.md) #### [Calendars object](Project.calendars.md) ##### Properties ###### [Application](Project.Calendars.Application.md) ###### [Count](Project.Calendars.Count.md) ###### [Item](Project.Calendars.Item.md) ###### [Parent](Project.Calendars.Parent.md) #### [Cell object](Project.Cell.md) ##### Properties ###### [Application](Project.Cell.Application.md) ###### [Assignment](Project.Cell.Assignment.md) ###### [CellColor](Project.Cell.CellColor.md) ###### [CellColorEx](Project.Cell.CellColorEx.md) ###### [Engagement](Project.cell.engagement.md) ###### [FieldID](Project.Cell.FieldID.md) ###### [FieldName](Project.Cell.FieldName.md) ###### [FontColor](Project.Cell.FontColor.md) ###### [FontColorEx](Project.Cell.FontColorEx.md) ###### [Parent](Project.Cell.Parent.md) ###### [Pattern](Project.Cell.Pattern.md) ###### [Resource](Project.Cell.Resource.md) ###### [Task](Project.Cell.Task.md) ###### [Text](Project.Cell.Text.md) #### [Chart object](Project.chart.md) ##### Methods ###### [ApplyChartTemplate](Project.chart.applycharttemplate.md) ###### [ApplyCustomType](Project.chart.applycustomtype.md) ###### [ApplyDataLabels](Project.chart.applydatalabels.md) ###### [ApplyLayout](Project.chart.applylayout.md) ###### [AutoFormat](Project.chart.autoformat.md) ###### [Axes](Project.chart.axes.md) ###### [ChartWizard](Project.chart.chartwizard.md) ###### [ClearToMatchColorStyle](Project.chart.cleartomatchcolorstyle.md) ###### [ClearToMatchStyle](Project.chart.cleartomatchstyle.md) ###### [Copy](Project.chart.copy.md) ###### [CopyPicture](Project.chart.copypicture.md) ###### [Delete](Project.chart.delete.md) ###### [Export](Project.chart.export.md) ###### [GetChartElement](Project.chart.getchartelement.md) ###### [Refresh](Project.chart.refresh.md) ###### [RefreshPivotTable](Project.chart.refreshpivottable.md) ###### [SaveChartTemplate](Project.chart.savecharttemplate.md) ###### [Select](Project.chart.select.md) ###### [SeriesCollection](Project.chart.seriescollection.md) ###### [SetDefaultChart](Project.chart.setdefaultchart.md) ###### [SetElement](Project.chart.setelement.md) ###### [SetSourceData](Project.chart.setsourcedata.md) ###### [UpdateChartData](Project.chart.updatechartdata.md) ##### Properties ###### [Application](Project.chart.application.md) ###### [AutoScaling](Project.chart.autoscaling.md) ###### [BackWall](Project.chart.backwall.md) ###### [BarShape](Project.chart.barshape.md) ###### [ChartArea](Project.chart.chartarea.md) ###### [ChartColor](Project.chart.chartcolor.md) ###### [ChartData](Project.chart.chartdata.md) ###### [ChartGroups](Project.chart.chartgroups.md) ###### [ChartStyle](Project.chart.chartstyle.md) ###### [ChartTitle](Project.chart.charttitle.md) ###### [ChartType](Project.chart.charttype.md) ###### [Creator](Project.chart.creator.md) ###### [DataTable](Project.chart.datatable.md) ###### [DepthPercent](Project.chart.depthpercent.md) ###### [DisplayBlanksAs](Project.chart.displayblanksas.md) ###### [Elevation](Project.chart.elevation.md) ###### [Floor](Project.chart.floor.md) ###### [Format](Project.chart.format.md) ###### [GapDepth](Project.chart.gapdepth.md) ###### [HasAxis](Project.chart.hasaxis.md) ###### [HasDataTable](Project.chart.hasdatatable.md) ###### [HasLegend](Project.chart.haslegend.md) ###### [HasTitle](Project.chart.hastitle.md) ###### [HeightPercent](Project.chart.heightpercent.md) ###### [Legend](Project.chart.legend.md) ###### [Parent](Project.chart.parent.md) ###### [Perspective](Project.chart.perspective.md) ###### [PivotLayout](Project.chart.pivotlayout.md) ###### [PlotArea](Project.chart.plotarea.md) ###### [PlotBy](Project.chart.plotby.md) ###### [PlotVisibleOnly](Project.chart.plotvisibleonly.md) ###### [RightAngleAxes](Project.chart.rightangleaxes.md) ###### [Rotation](Project.chart.rotation.md) ###### [Shapes](Project.chart.shapes.md) ###### [ShowAllFieldButtons](Project.chart.showallfieldbuttons.md) ###### [ShowAxisFieldButtons](Project.chart.showaxisfieldbuttons.md) ###### [ShowDataLabelsOverMaximum](Project.chart.showdatalabelsovermaximum.md) ###### [ShowLegendFieldButtons](Project.chart.showlegendfieldbuttons.md) ###### [ShowReportFilterFieldButtons](Project.chart.showreportfilterfieldbuttons.md) ###### [ShowValueFieldButtons](Project.chart.showvaluefieldbuttons.md) ###### [SideWall](Project.chart.sidewall.md) ###### [Walls](Project.chart.walls.md) #### [ChildDrivers object](Project.childdrivers.md) ##### Properties ###### [Application](Project.ChildDrivers.Application.md) ###### [Count](Project.ChildDrivers.Count.md) ###### [Item](Project.ChildDrivers.Item.md) ###### [Parent](Project.ChildDrivers.Parent.md) ###### [TotalDetectedCount](Project.ChildDrivers.TotalDetectedCount.md) #### [CodeMask object](Project.codemask.md) ##### Methods ###### [Add](Project.CodeMask.Add.md) ##### Properties ###### [Application](Project.CodeMask.Application.md) ###### [Count](Project.CodeMask.Count.md) ###### [Item](Project.CodeMask.Item.md) ###### [Parent](Project.CodeMask.Parent.md) #### [CodeMaskLevel object](Project.CodeMaskLevel.md) ##### Methods ###### [Delete](Project.CodeMaskLevel.Delete.md) ##### Properties ###### [Application](Project.CodeMaskLevel.Application.md) ###### [Index](Project.CodeMaskLevel.Index.md) ###### [Length](Project.CodeMaskLevel.Length.md) ###### [Level](Project.CodeMaskLevel.Level.md) ###### [Parent](Project.CodeMaskLevel.Parent.md) ###### [Separator](Project.CodeMaskLevel.Separator.md) ###### [Sequence](Project.CodeMaskLevel.Sequence.md) #### [CostRateTable object](Project.CostRateTable.md) ##### Properties ###### [Application](Project.CostRateTable.Application.md) ###### [Index](Project.CostRateTable.Index.md) ###### [Name](Project.CostRateTable.Name.md) ###### [Parent](Project.CostRateTable.Parent.md) ###### [PayRates](Project.CostRateTable.PayRates.md) #### [CostRateTables object](Project.costratetables.md) ##### Properties ###### [Application](Project.CostRateTables.Application.md) ###### [Count](Project.CostRateTables.Count.md) ###### [Item](Project.CostRateTables.Item.md) ###### [Parent](Project.CostRateTables.Parent.md) #### [Day object](Project.Day.md) ##### Methods ###### [Default](Project.Day.Default.md) ##### Properties ###### [Application](Project.Day.Application.md) ###### [Calendar](Project.Day.Calendar.md) ###### [Count](Project.Day.Count.md) ###### [Index](Project.Day.Index.md) ###### [Name](Project.Day.Name.md) ###### [Parent](Project.Day.Parent.md) ###### [Shift1](Project.Day.Shift1.md) ###### [Shift2](Project.Day.Shift2.md) ###### [Shift3](Project.Day.Shift3.md) ###### [Shift4](Project.Day.Shift4.md) ###### [Shift5](Project.Day.Shift5.md) ###### [Working](Project.Day.Working.md) #### [Days object](Project.days.md) ##### Properties ###### [Application](Project.Days.Application.md) ###### [Count](Project.Days.Count.md) ###### [Item](Project.Days.Item.md) ###### [Parent](Project.Days.Parent.md) #### [Engagement object](Project.engagement.md) ##### Methods ###### [Delete](Project.engagement.delete.md) ###### [GetField](Project.engagement.getfield.md) ###### [SetField](Project.engagement.setfield.md) ##### Properties ###### [Application](Project.engagement.application.md) ###### [Comments](Project.engagement.comments.md) ###### [CommittedFinish](Project.engagement.committedfinish.md) ###### [CommittedMaxUnits](Project.engagement.committedmaxunits.md) ###### [CommittedStart](Project.engagement.committedstart.md) ###### [CommittedWork](Project.engagement.committedwork.md) ###### [CreatedDate](Project.engagement.createddate.md) ###### [DraftFinish](Project.engagement.draftfinish.md) ###### [DraftMaxUnits](Project.engagement.draftmaxunits.md) ###### [DraftStart](Project.engagement.draftstart.md) ###### [DraftWork](Project.engagement.draftwork.md) ###### [Guid](Project.engagement.guid.md) ###### [Index](Project.engagement.index.md) ###### [ModifiedByGuid](Project.engagement.modifiedbyguid.md) ###### [ModifiedByName](Project.engagement.modifiedbyname.md) ###### [ModifiedDate](Project.engagement.modifieddate.md) ###### [Name](Project.engagement.name.md) ###### [Parent](Project.engagement.parent.md) ###### [ProjectGuid](Project.engagement.projectguid.md) ###### [ProjectName](Project.engagement.projectname.md) ###### [ProposedFinish](Project.engagement.proposedfinish.md) ###### [ProposedMaxUnits](Project.engagement.proposedmaxunits.md) ###### [ProposedStart](Project.engagement.proposedstart.md) ###### [ProposedWork](Project.engagement.proposedwork.md) ###### [ResourceGuid](Project.engagement.resourceguid.md) ###### [ResourceID](Project.engagement.resourceid.md) ###### [ResourceName](Project.engagement.resourcename.md) ###### [ReviewedByGuid](Project.engagement.reviewedbyguid.md) ###### [ReviewedByName](Project.engagement.reviewedbyname.md) ###### [ReviewedDate](Project.engagement.revieweddate.md) ###### [Status](Project.engagement.status.md) ###### [SubmittedByGuid](Project.engagement.submittedbyguid.md) ###### [SubmittedByName](Project.engagement.submittedbyname.md) ###### [SubmittedDate](Project.engagement.submitteddate.md) #### [EngagementComment object](Project.engagementcomment.md) ##### Properties ###### [Application](Project.engagementcomment.application.md) ###### [AuthorResEmail](Project.engagementcomment.authorresemail.md) ###### [AuthorResGuid](Project.engagementcomment.authorresguid.md) ###### [AuthorResName](Project.engagementcomment.authorresname.md) ###### [CreatedDate](Project.engagementcomment.createddate.md) ###### [Guid](Project.engagementcomment.guid.md) ###### [Message](Project.engagementcomment.message.md) ###### [Parent](Project.engagementcomment.parent.md) #### [EngagementComments object](Project.engagementcomments.md) ##### Methods ###### [Add](Project.engagementcomments.add.md) ##### Properties ###### [Application](Project.engagementcomments.application.md) ###### [Count](Project.engagementcomments.count.md) ###### [Item](Project.engagementcomments.item.md) ###### [Parent](Project.engagementcomments.parent.md) #### [Engagements object](Project.engagements.md) ##### Methods ###### [Add](Project.engagements.add.md) ##### Properties ###### [Application](Project.engagements.application.md) ###### [Count](Project.engagements.count.md) ###### [Item](Project.engagements.item.md) ###### [Parent](Project.engagements.parent.md) ###### [UniqueID](Project.engagements.uniqueid.md) #### [EventInfo object](Project.EventInfo.md) ##### Properties ###### [Cancel](Project.EventInfo.Cancel.md) #### [Exception object](Project.Exception.md) ##### Methods ###### [Delete](Project.Exception.Delete.md) ##### Properties ###### [Application](Project.Exception.Application.md) ###### [DaysOfWeek](Project.Exception.DaysOfWeek.md) ###### [Finish](Project.Exception.Finish.md) ###### [Index](Project.Exception.Index.md) ###### [Month](Project.Exception.Month.md) ###### [MonthDay](Project.Exception.MonthDay.md) ###### [MonthItem](Project.Exception.MonthItem.md) ###### [MonthPosition](Project.Exception.MonthPosition.md) ###### [Name](Project.Exception.Name.md) ###### [Occurrences](Project.Exception.Occurrences.md) ###### [Parent](Project.Exception.Parent.md) ###### [Period](Project.Exception.Period.md) ###### [Shift1](Project.Exception.Shift1.md) ###### [Shift2](Project.Exception.Shift2.md) ###### [Shift3](Project.Exception.Shift3.md) ###### [Shift4](Project.Exception.Shift4.md) ###### [Shift5](Project.Exception.Shift5.md) ###### [Start](Project.Exception.Start.md) ###### [Type](Project.Exception.Type.md) #### [Exceptions object](Project.exceptions.md) ##### Methods ###### [Add](Project.Exceptions.Add.md) ##### Properties ###### [Application](Project.Exceptions.Application.md) ###### [Count](Project.Exceptions.Count.md) ###### [Item](Project.Exceptions.Item.md) ###### [Parent](Project.Exceptions.Parent.md) #### [Filter object](Project.Filter.md) ##### Methods ###### [Apply](Project.Filter.Apply.md) ###### [Delete](Project.Filter.Delete.md) ##### Properties ###### [Application](Project.Filter.Application.md) ###### [FilterType](Project.Filter.FilterType.md) ###### [Index](Project.Filter.Index.md) ###### [Name](Project.Filter.Name.md) ###### [Parent](Project.Filter.Parent.md) ###### [ShowInMenu](Project.Filter.ShowInMenu.md) ###### [ShowRelatedSummaryRows](Project.Filter.ShowRelatedSummaryRows.md) #### [Filters object](Project.filters.md) ##### Methods ###### [Copy](Project.Filters.Copy.md) ##### Properties ###### [Application](Project.Filters.Application.md) ###### [Count](Project.Filters.Count.md) ###### [Item](Project.Filters.Item.md) ###### [Parent](Project.Filters.Parent.md) #### [Group object](Project.Group.md) ##### Methods ###### [Delete](Project.Group.Delete.md) ##### Properties ###### [Application](Project.Group.Application.md) ###### [GroupAssignments](Project.Group.GroupAssignments.md) ###### [GroupCriteria](Project.Group.GroupCriteria.md) ###### [Index](Project.Group.Index.md) ###### [Name](Project.Group.Name.md) ###### [Parent](Project.Group.Parent.md) ###### [ShowSummary](Project.Group.ShowSummary.md) #### [Group2 object](Project.Group2.md) ##### Methods ###### [Delete](Project.Group2.Delete.md) ##### Properties ###### [Application](Project.Group2.Application.md) ###### [GroupAssignments](Project.Group2.GroupAssignments.md) ###### [GroupCriteria](Project.Group2.GroupCriteria.md) ###### [Index](Project.Group2.Index.md) ###### [MaintainHierarchy](Project.Group2.MaintainHierarchy.md) ###### [Name](Project.Group2.Name.md) ###### [Parent](Project.Group2.Parent.md) ###### [ShowSummary](Project.Group2.ShowSummary.md) #### [GroupCriteria object](Project.groupcriteria.md) ##### Methods ###### [Add](Project.GroupCriteria.Add.md) ##### Properties ###### [Application](Project.GroupCriteria.Application.md) ###### [Count](Project.GroupCriteria.Count.md) ###### [Item](Project.GroupCriteria.Item.md) ###### [Parent](Project.GroupCriteria.Parent.md) #### [GroupCriteria2 object](Project.groupcriteria2.md) ##### Methods ###### [Add](Project.GroupCriteria2.Add.md) ###### [AddEx](Project.GroupCriteria2.AddEx.md) ##### Properties ###### [Application](Project.GroupCriteria2.Application.md) ###### [Count](Project.GroupCriteria2.Count.md) ###### [Item](Project.GroupCriteria2.Item.md) ###### [Parent](Project.GroupCriteria2.Parent.md) #### [GroupCriterion object](Project.GroupCriterion.md) ##### Methods ###### [Delete](Project.GroupCriterion.Delete.md) ##### Properties ###### [Application](Project.GroupCriterion.Application.md) ###### [Ascending](Project.GroupCriterion.Ascending.md) ###### [Assignment](Project.GroupCriterion.Assignment.md) ###### [CellColor](Project.GroupCriterion.CellColor.md) ###### [FieldName](Project.GroupCriterion.FieldName.md) ###### [FontBold](Project.GroupCriterion.FontBold.md) ###### [FontColor](Project.GroupCriterion.FontColor.md) ###### [FontItalic](Project.GroupCriterion.FontItalic.md) ###### [FontName](Project.GroupCriterion.FontName.md) ###### [FontSize](Project.GroupCriterion.FontSize.md) ###### [FontUnderLine](Project.GroupCriterion.FontUnderLine.md) ###### [GroupInterval](Project.GroupCriterion.GroupInterval.md) ###### [GroupOn](Project.GroupCriterion.GroupOn.md) ###### [Index](Project.GroupCriterion.Index.md) ###### [Parent](Project.GroupCriterion.Parent.md) ###### [Pattern](Project.GroupCriterion.Pattern.md) ###### [StartAt](Project.GroupCriterion.StartAt.md) #### [GroupCriterion2 object](Project.GroupCriterion2.md) ##### Methods ###### [Delete](Project.GroupCriterion2.Delete.md) ##### Properties ###### [Application](Project.GroupCriterion2.Application.md) ###### [Ascending](Project.GroupCriterion2.Ascending.md) ###### [Assignment](Project.GroupCriterion2.Assignment.md) ###### [CellColor](Project.GroupCriterion2.CellColor.md) ###### [CellColorEx](Project.GroupCriterion2.CellColorEx.md) ###### [FieldName](Project.GroupCriterion2.FieldName.md) ###### [FontBold](Project.GroupCriterion2.FontBold.md) ###### [FontColor](Project.GroupCriterion2.FontColor.md) ###### [FontColorEx](Project.GroupCriterion2.FontColorEx.md) ###### [FontItalic](Project.GroupCriterion2.FontItalic.md) ###### [FontName](Project.GroupCriterion2.FontName.md) ###### [FontSize](Project.GroupCriterion2.FontSize.md) ###### [FontUnderLine](Project.GroupCriterion2.FontUnderLine.md) ###### [GroupInterval](Project.GroupCriterion2.GroupInterval.md) ###### [GroupOn](Project.GroupCriterion2.GroupOn.md) ###### [Index](Project.GroupCriterion2.Index.md) ###### [Parent](Project.GroupCriterion2.Parent.md) ###### [Pattern](Project.GroupCriterion2.Pattern.md) ###### [StartAt](Project.GroupCriterion2.StartAt.md) #### [Groups object](Project.groups.md) ##### Methods ###### [Add](Project.Groups.Add.md) ###### [Copy](Project.Groups.Copy.md) ##### Properties ###### [Application](Project.Groups.Application.md) ###### [Count](Project.Groups.Count.md) ###### [Item](Project.Groups.Item.md) ###### [Parent](Project.Groups.Parent.md) #### [Groups2 object](Project.groups2.md) ##### Methods ###### [Add](Project.Groups2.Add.md) ###### [Copy](Project.Groups2.Copy.md) ##### Properties ###### [Application](Project.Groups2.Application.md) ###### [Count](Project.Groups2.Count.md) ###### [Item](Project.Groups2.Item.md) ###### [Parent](Project.Groups2.Parent.md) #### [List object](Project.List.md) ##### Properties ###### [Application](Project.List.Application.md) ###### [Count](Project.List.Count.md) ###### [Item](Project.List.Item.md) ###### [Parent](Project.List.Parent.md) #### [LookupTable object](Project.lookuptable.md) ##### Methods ###### [AddChild](Project.LookupTable.AddChild.md) ##### Properties ###### [Application](Project.LookupTable.Application.md) ###### [Count](Project.LookupTable.Count.md) ###### [Item](Project.LookupTable.Item.md) ###### [Parent](Project.LookupTable.Parent.md) #### [LookupTableEntry object](Project.LookupTableEntry.md) ##### Methods ###### [Delete](Project.LookupTableEntry.Delete.md) ##### Properties ###### [Application](Project.LookupTableEntry.Application.md) ###### [Cookie](Project.LookupTableEntry.Cookie.md) ###### [Description](Project.LookupTableEntry.Description.md) ###### [FullName](Project.LookupTableEntry.FullName.md) ###### [Index](Project.LookupTableEntry.Index.md) ###### [IsValid](Project.LookupTableEntry.IsValid.md) ###### [Level](Project.LookupTableEntry.Level.md) ###### [LocalizedCookie](Project.LookupTableEntry.LocalizedCookie.md) ###### [Name](Project.LookupTableEntry.Name.md) ###### [Parent](Project.LookupTableEntry.Parent.md) ###### [ParentEntry](Project.LookupTableEntry.ParentEntry.md) ###### [UniqueID](Project.LookupTableEntry.UniqueID.md) #### [Month object](Project.Month.md) ##### Methods ###### [Default](Project.Month.Default.md) ##### Properties ###### [Application](Project.Month.Application.md) ###### [Calendar](Project.Month.Calendar.md) ###### [Count](Project.Month.Count.md) ###### [Days](Project.Month.Days.md) ###### [Index](Project.Month.Index.md) ###### [Name](Project.Month.Name.md) ###### [Parent](Project.Month.Parent.md) ###### [Shift1](Project.Month.Shift1.md) ###### [Shift2](Project.Month.Shift2.md) ###### [Shift3](Project.Month.Shift3.md) ###### [Shift4](Project.Month.Shift4.md) ###### [Shift5](Project.Month.Shift5.md) ###### [Working](Project.Month.Working.md) #### [Months object](Project.months.md) ##### Properties ###### [Application](Project.Months.Application.md) ###### [Count](Project.Months.Count.md) ###### [Item](Project.Months.Item.md) ###### [Parent](Project.Months.Parent.md) #### [OutlineCode object](Project.OutlineCode.md) ##### Methods ###### [Delete](Project.OutlineCode.Delete.md) ##### Properties ###### [Application](Project.OutlineCode.Application.md) ###### [CodeMask](Project.OutlineCode.CodeMask.md) ###### [DefaultValue](Project.OutlineCode.DefaultValue.md) ###### [FieldID](Project.OutlineCode.FieldID.md) ###### [Index](Project.OutlineCode.Index.md) ###### [LinkedFieldID](Project.OutlineCode.LinkedFieldID.md) ###### [LookupTable](Project.OutlineCode.LookupTable.md) ###### [MatchGeneric](Project.OutlineCode.MatchGeneric.md) ###### [Name](Project.OutlineCode.Name.md) ###### [OnlyCompleteCodes](Project.OutlineCode.OnlyCompleteCodes.md) ###### [OnlyLeaves](Project.OutlineCode.OnlyLeaves.md) ###### [OnlyLookUpTableCodes](Project.OutlineCode.OnlyLookUpTableCodes.md) ###### [Parent](Project.OutlineCode.Parent.md) ###### [RequiredCode](Project.OutlineCode.RequiredCode.md) ###### [SortOrder](Project.OutlineCode.SortOrder.md) #### [OutlineCodes object](Project.outlinecodes(object).md) ##### Methods ###### [Add](Project.OutlineCodes.Add.md) ##### Properties ###### [Application](Project.OutlineCodes.Application.md) ###### [Count](Project.OutlineCodes.Count.md) ###### [Item](Project.OutlineCodes.Item.md) ###### [Parent](Project.OutlineCodes.Parent.md) #### [OverAllocatedAssignments object](Project.OverAllocatedAssignments.md) ##### Properties ###### [Application](Project.OverAllocatedAssignments.Application.md) ###### [Count](Project.OverAllocatedAssignments.Count.md) ###### [Item](Project.OverAllocatedAssignments.Item.md) ###### [Parent](Project.OverAllocatedAssignments.Parent.md) ###### [TotalDetectedCount](Project.OverAllocatedAssignments.TotalDetectedCount.md) #### [Pane object](Project.Pane.md) ##### Methods ###### [Activate](Project.Pane.Activate.md) ###### [Close](Project.Pane.Close.md) ###### [View](Project.Pane.View.md) ##### Properties ###### [Application](Project.Pane.Application.md) ###### [Index](Project.Pane.Index.md) ###### [Parent](Project.Pane.Parent.md) #### [PayRate object](Project.PayRate.md) ##### Methods ###### [Delete](Project.PayRate.Delete.md) ##### Properties ###### [Application](Project.PayRate.Application.md) ###### [CostPerUse](Project.PayRate.CostPerUse.md) ###### [EffectiveDate](Project.PayRate.EffectiveDate.md) ###### [Index](Project.PayRate.Index.md) ###### [OvertimeRate](Project.PayRate.OvertimeRate.md) ###### [Parent](Project.PayRate.Parent.md) ###### [StandardRate](Project.PayRate.StandardRate.md) #### [PayRates object](Project.payrates.md) ##### Methods ###### [Add](Project.PayRates.Add.md) ##### Properties ###### [Application](Project.PayRates.Application.md) ###### [Count](Project.PayRates.Count.md) ###### [Item](Project.PayRates.Item.md) ###### [Parent](Project.PayRates.Parent.md) #### [Period object](Project.Period.md) ##### Methods ###### [Default](Project.Period.Default.md) ##### Properties ###### [Application](Project.Period.Application.md) ###### [Calendar](Project.Period.Calendar.md) ###### [Count](Project.Period.Count.md) ###### [Parent](Project.Period.Parent.md) ###### [Shift1](Project.Period.Shift1.md) ###### [Shift2](Project.Period.Shift2.md) ###### [Shift3](Project.Period.Shift3.md) ###### [Shift4](Project.Period.Shift4.md) ###### [Shift5](Project.Period.Shift5.md) ###### [Working](Project.Period.Working.md) #### [PredecessorDrivers object](Project.predecessordrivers.md) ##### Properties ###### [Application](Project.PredecessorDrivers.Application.md) ###### [Count](Project.PredecessorDrivers.Count.md) ###### [Item](Project.PredecessorDrivers.Item.md) ###### [Parent](Project.PredecessorDrivers.Parent.md) ###### [TotalDetectedCount](Project.PredecessorDrivers.TotalDetectedCount.md) #### [Profile object](Project.Profile.md) ##### Methods ###### [Delete](Project.Profile.Delete.md) ##### Properties ###### [ConnectionState](Project.Profile.ConnectionState.md) ###### [LoginType](Project.Profile.LoginType.md) ###### [Name](Project.Profile.Name.md) ###### [Server](Project.Profile.Server.md) ###### [SiteId](Project.profile.siteid.md) ###### [Type](Project.Profile.Type.md) ###### [UserName](Project.Profile.UserName.md) #### [Profiles object](Project.profiles.md) ##### Methods ###### [Add](Project.Profiles.Add.md) ##### Properties ###### [ActiveProfile](Project.Profiles.ActiveProfile.md) ###### [Count](Project.Profiles.Count.md) ###### [DefaultProfile](Project.Profiles.DefaultProfile.md) ###### [Item](Project.Profiles.Item.md) #### [Project object](Project.Project.md) ##### Events ###### [Activate](Project.Project.Activate(even).md) ###### [BeforeClose](Project.Project.BeforeClose.md) ###### [BeforePrint](Project.Project.BeforePrint.md) ###### [BeforeSave](Project.Project.BeforeSave.md) ###### [Calculate](Project.Project.Calculate.md) ###### [Change](Project.Project.Change.md) ###### [Deactivate](Project.Project.Deactivate.md) ###### [Open](Project.Project.Open.md) ##### Methods ###### [Activate](Project.Project.Activate(method).md) ###### [AppendNotes](Project.Project.AppendNotes.md) ###### [CheckIn](Project.Project.CheckIn.md) ###### [CheckoutProject](Project.project.checkoutproject.md) ###### [DeliverableAcceptChanges](Project.Project.DeliverableAcceptChanges.md) ###### [DeliverableCreate](Project.Project.DeliverableCreate.md) ###### [DeliverableDelete](Project.Project.DeliverableDelete.md) ###### [DeliverableDependencyCreate](Project.Project.DeliverableDependencyCreate.md) ###### [DeliverableDependencyDelete](Project.Project.DeliverableDependencyDelete.md) ###### [DeliverableLinkToProject](Project.Project.DeliverableLinkToProject.md) ###### [DeliverableLinkToTask](Project.Project.DeliverableLinkToTask.md) ###### [DeliverableRefreshServerCache](Project.Project.DeliverableRefreshServerCache.md) ###### [DeliverablesClearAll](Project.Project.DeliverablesClearAll.md) ###### [DeliverablesGetByProject](Project.Project.DeliverablesGetByProject.md) ###### [DeliverablesGetProviderProjects](Project.Project.DeliverablesGetProviderProjects.md) ###### [DeliverablesGetServerCachedXml](Project.Project.DeliverablesGetServerCachedXml.md) ###### [DeliverablesGetXml](Project.Project.DeliverablesGetXml.md) ###### [DeliverableUpdate](Project.Project.DeliverableUpdate.md) ###### [ExportAsFixedFormat](Project.Project.ExportAsFixedFormat.md) ###### [GetDisplayNameFromObjectMatchingID](Project.Project.GetDisplayNameFromObjectMatchingID.md) ###### [GetObjectMatchingID](Project.Project.GetObjectMatchingID.md) ###### [GetServerProjectGuid](Project.Project.GetServerProjectGuid.md) ###### [GetTaskIndexByGuid](Project.Project.GetTaskIndexByGuid.md) ###### [GetWinprojURLs](Project.Project.GetWinprojURLs.md) ###### [HideCheckoutMsgBar](Project.project.hidecheckoutmsgbar.md) ###### [ImportResourceErrorCount](Project.Project.ImportResourceErrorCount.md) ###### [LevelClearDates](Project.Project.LevelClearDates.md) ###### [LocalResourceCount](Project.Project.LocalResourceCount.md) ###### [LocalResourceErrorCount](Project.Project.LocalResourceErrorCount.md) ###### [MakeServerURLTrusted](Project.Project.MakeServerURLTrusted.md) ###### [ReadWssData](Project.Project.ReadWssData.md) ###### [ResourceCount](Project.Project.ResourceCount.md) ###### [ResourceErrorCount](Project.Project.ResourceErrorCount.md) ###### [SaveAs](Project.Project.SaveAs.md) ###### [SetCustomUI](Project.Project.SetCustomUI.md) ###### [SetObjectMatchingID](Project.Project.SetObjectMatchingID.md) ##### Properties ###### [AcceptNewExternalData](Project.Project.AcceptNewExternalData.md) ###### [AdministrativeProject](Project.Project.AdministrativeProject.md) ###### [AllowTaskDelegation](Project.Project.AllowTaskDelegation.md) ###### [AndMoveCompleted](Project.Project.AndMoveCompleted.md) ###### [AndMoveRemaining](Project.Project.AndMoveRemaining.md) ###### [Application](Project.Project.Application.md) ###### [AskForCompletedWork](Project.Project.AskForCompletedWork.md) ###### [AutoAddResources](Project.Project.AutoAddResources.md) ###### [AutoCalcCosts](Project.Project.AutoCalcCosts.md) ###### [AutoFilter](Project.Project.AutoFilter.md) ###### [AutoLinkTasks](Project.Project.AutoLinkTasks.md) ###### [AutoSplitTasks](Project.Project.AutoSplitTasks.md) ###### [AutoTrack](Project.Project.AutoTrack.md) ###### [BaseCalendars](Project.Project.BaseCalendars.md) ###### [BaselineSavedDate](Project.Project.BaselineSavedDate.md) ###### [BuiltinDocumentProperties](Project.Project.BuiltinDocumentProperties.md) ###### [Calendar](Project.Project.Calendar.md) ###### [CanCheckIn](Project.Project.CanCheckIn.md) ###### [CodeName](Project.Project.CodeName.md) ###### [CommandBars](Project.Project.CommandBars.md) ###### [Container](Project.Project.Container.md) ###### [CreationDate](Project.Project.CreationDate.md) ###### [CurrencyCode](Project.Project.CurrencyCode.md) ###### [CurrencyDigits](Project.Project.CurrencyDigits.md) ###### [CurrencySymbol](Project.Project.CurrencySymbol.md) ###### [CurrencySymbolPosition](Project.Project.CurrencySymbolPosition.md) ###### [CurrentDate](Project.Project.CurrentDate.md) ###### [CurrentFilter](Project.Project.CurrentFilter.md) ###### [CurrentGroup](Project.Project.CurrentGroup.md) ###### [CurrentTable](Project.Project.CurrentTable.md) ###### [CurrentView](Project.Project.CurrentView.md) ###### [CustomDocumentProperties](Project.Project.CustomDocumentProperties.md) ###### [DatabaseProjectUniqueID](Project.Project.DatabaseProjectUniqueID.md) ###### [DayLabelDisplay](Project.Project.DayLabelDisplay.md) ###### [DaysPerMonth](Project.Project.DaysPerMonth.md) ###### [DefaultDurationUnits](Project.Project.DefaultDurationUnits.md) ###### [DefaultEarnedValueMethod](Project.Project.DefaultEarnedValueMethod.md) ###### [DefaultEffortDriven](Project.Project.DefaultEffortDriven.md) ###### [DefaultFinishTime](Project.Project.DefaultFinishTime.md) ###### [DefaultFixedCostAccrual](Project.Project.DefaultFixedCostAccrual.md) ###### [DefaultResourceOvertimeRate](Project.Project.DefaultResourceOvertimeRate.md) ###### [DefaultResourceStandardRate](Project.Project.DefaultResourceStandardRate.md) ###### [DefaultStartTime](Project.Project.DefaultStartTime.md) ###### [DefaultTaskType](Project.Project.DefaultTaskType.md) ###### [DefaultWorkUnits](Project.Project.DefaultWorkUnits.md) ###### [DetectCycle](Project.Project.DetectCycle.md) ###### [DisplayProjectSummaryTask](Project.Project.DisplayProjectSummaryTask.md) ###### [DocumentLibraryVersions](Project.Project.DocumentLibraryVersions.md) ###### [EarnedValueBaseline](Project.Project.EarnedValueBaseline.md) ###### [Engagements](Project.project.engagements.md) ###### [EnterpriseActualsSynched](Project.Project.EnterpriseActualsSynched.md) ###### [ExpandDatabaseTimephasedData](Project.Project.ExpandDatabaseTimephasedData.md) ###### [FollowedHyperlinkColor](Project.Project.FollowedHyperlinkColor.md) ###### [FollowedHyperlinkColorEx](Project.Project.FollowedHyperlinkColorEx.md) ###### [FullName](Project.Project.FullName.md) ###### [HasPassword](Project.Project.HasPassword.md) ###### [HonorConstraints](Project.Project.HonorConstraints.md) ###### [HourLabelDisplay](Project.Project.HourLabelDisplay.md) ###### [HoursPerDay](Project.Project.HoursPerDay.md) ###### [HoursPerWeek](Project.Project.HoursPerWeek.md) ###### [HyperlinkColor](Project.Project.HyperlinkColor.md) ###### [HyperlinkColorEx](Project.Project.HyperlinkColorEx.md) ###### [ID](Project.Project.ID.md) ###### [Index](Project.Project.Index.md) ###### [IsCheckoutMsgBarVisible](Project.project.ischeckoutmsgbarvisible.md) ###### [IsCheckoutOSVisible](Project.project.ischeckoutosvisible.md) ###### [IsTemplate](Project.Project.IsTemplate.md) ###### [KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled](Project.Project.KeepTaskOnNearestWorkingTimeWhenMadeAutoScheduled.md) ###### [LastPrintedDate](Project.Project.LastPrintedDate.md) ###### [LastSaveDate](Project.Project.LastSaveDate.md) ###### [LastSavedBy](Project.Project.LastSavedBy.md) ###### [LastWssSyncDate](Project.project.lastwsssyncdate.md) ###### [LevelEntireProject](Project.Project.LevelEntireProject.md) ###### [LevelFromDate](Project.Project.LevelFromDate.md) ###### [LevelToDate](Project.Project.LevelToDate.md) ###### [ManuallyScheduledTasksAutoRespectLinks](Project.Project.ManuallyScheduledTasksAutoRespectLinks.md) ###### [MapList](Project.Project.MapList.md) ###### [MinuteLabelDisplay](Project.Project.MinuteLabelDisplay.md) ###### [MonthLabelDisplay](Project.Project.MonthLabelDisplay.md) ###### [MoveCompleted](Project.Project.MoveCompleted.md) ###### [MoveRemaining](Project.Project.MoveRemaining.md) ###### [MultipleCriticalPaths](Project.Project.MultipleCriticalPaths.md) ###### [Name](Project.Project.Name.md) ###### [NewTasksCreatedAsManual](Project.Project.NewTasksCreatedAsManual.md) ###### [NewTasksEstimated](Project.Project.NewTasksEstimated.md) ###### [NumberOfResources](Project.Project.NumberOfResources.md) ###### [NumberOfTasks](Project.Project.NumberOfTasks.md) ###### [OutlineChildren](Project.Project.OutlineChildren.md) ###### [OutlineCodes](Project.Project.OutlineCodes.md) ###### [Parent](Project.Project.Parent.md) ###### [Path](Project.Project.Path.md) ###### [PhoneticType](Project.Project.PhoneticType.md) ###### [ProjectFinish](Project.Project.ProjectFinish.md) ###### [ProjectGuideContent](Project.Project.ProjectGuideContent.md) ###### [ProjectGuideFunctionalLayoutPage](Project.Project.ProjectGuideFunctionalLayoutPage.md) ###### [ProjectGuideSaveBuffer](Project.Project.ProjectGuideSaveBuffer.md) ###### [ProjectGuideUseDefaultContent](Project.Project.ProjectGuideUseDefaultContent.md) ###### [ProjectGuideUseDefaultFunctionalLayoutPage](Project.Project.ProjectGuideUseDefaultFunctionalLayoutPage.md) ###### [ProjectNamePrefix](Project.Project.ProjectNamePrefix.md) ###### [ProjectNotes](Project.Project.ProjectNotes.md) ###### [ProjectServerUsedForTracking](Project.Project.ProjectServerUsedForTracking.md) ###### [ProjectStart](Project.Project.ProjectStart.md) ###### [ProjectSummaryTask](Project.Project.ProjectSummaryTask.md) ###### [ReadOnly](Project.Project.ReadOnly.md) ###### [ReadOnlyRecommended](Project.Project.ReadOnlyRecommended.md) ###### [ReceiveNotifications](Project.Project.ReceiveNotifications.md) ###### [RemoveFileProperties](Project.Project.RemoveFileProperties.md) ###### [ReportList](Project.Project.ReportList.md) ###### [Reports](Project.project.reports.md) ###### [ResourceFilterList](Project.Project.ResourceFilterList.md) ###### [ResourceFilters](Project.Project.ResourceFilters.md) ###### [ResourceGroupList](Project.Project.ResourceGroupList.md) ###### [ResourceGroups](Project.Project.ResourceGroups.md) ###### [ResourceGroups2](Project.Project.ResourceGroups2.md) ###### [ResourcePoolName](Project.Project.ResourcePoolName.md) ###### [Resources](Project.Project.Resources.md) ###### [ResourceTableList](Project.Project.ResourceTableList.md) ###### [ResourceTables](Project.Project.ResourceTables.md) ###### [ResourceViewList](Project.Project.ResourceViewList.md) ###### [RevisionNumber](Project.Project.RevisionNumber.md) ###### [Saved](Project.Project.Saved.md) ###### [ScheduleFromStart](Project.Project.ScheduleFromStart.md) ###### [SendHyperlinkNote](Project.Project.SendHyperlinkNote.md) ###### [ServerIdentification](Project.Project.ServerIdentification.md) ###### [ServerURL](Project.project.serverurl.md) ###### [SharedWorkspace](Project.Project.SharedWorkspace.md) ###### [ShowCriticalSlack](Project.Project.ShowCriticalSlack.md) ###### [ShowCrossProjectLinksInfo](Project.Project.ShowCrossProjectLinksInfo.md) ###### [ShowEstimatedDuration](Project.Project.ShowEstimatedDuration.md) ###### [ShowExternalPredecessors](Project.Project.ShowExternalPredecessors.md) ###### [ShowExternalSuccessors](Project.Project.ShowExternalSuccessors.md) ###### [ShowTaskSuggestions](Project.Project.ShowTaskSuggestions.md) ###### [ShowTaskWarnings](Project.Project.ShowTaskWarnings.md) ###### [SpaceBeforeTimeLabels](Project.Project.SpaceBeforeTimeLabels.md) ###### [SpreadCostsToStatusDate](Project.Project.SpreadCostsToStatusDate.md) ###### [SpreadPercentCompleteToStatusDate](Project.Project.SpreadPercentCompleteToStatusDate.md) ###### [StartOnCurrentDate](Project.Project.StartOnCurrentDate.md) ###### [StartWeekOn](Project.Project.StartWeekOn.md) ###### [StartYearIn](Project.Project.StartYearIn.md) ###### [StatusDate](Project.Project.StatusDate.md) ###### [Subprojects](Project.Project.Subprojects.md) ###### [TaskErrorCount](Project.Project.TaskErrorCount.md) ###### [TaskFilterList](Project.Project.TaskFilterList.md) ###### [TaskFilters](Project.Project.TaskFilters.md) ###### [TaskGroupList](Project.Project.TaskGroupList.md) ###### [TaskGroups](Project.Project.TaskGroups.md) ###### [TaskGroups2](Project.Project.TaskGroups2.md) ###### [Tasks](Project.Project.Tasks.md) ###### [TaskTableList](Project.Project.TaskTableList.md) ###### [TaskTables](Project.Project.TaskTables.md) ###### [TaskViewList](Project.Project.TaskViewList.md) ###### [Template](Project.Project.Template.md) ###### [Timeline](Project.project.timeline.md) ###### [TrackingMethod](Project.Project.TrackingMethod.md) ###### [Type](Project.Project.Type.md) ###### [UnderlineHyperlinks](Project.Project.UnderlineHyperlinks.md) ###### [UniqueID](Project.Project.UniqueID.md) ###### [UpdateProjOnSave](Project.Project.UpdateProjOnSave.md) ###### [UseFYStartYear](Project.Project.UseFYStartYear.md) ###### [UserControl](Project.Project.UserControl.md) ###### [UtilizationDate](Project.project.utilizationdate.md) ###### [UtilizationType](Project.project.utilizationtype.md) ###### [VBASigned](Project.Project.VBASigned.md) ###### [VBProject](Project.Project.VBProject.md) ###### [VersionName](Project.Project.VersionName.md) ###### [ViewList](Project.Project.ViewList.md) ###### [Views](Project.Project.Views.md) ###### [ViewsCombination](Project.Project.ViewsCombination.md) ###### [ViewsSingle](Project.Project.ViewsSingle.md) ###### [WBSCodeGenerate](Project.Project.WBSCodeGenerate.md) ###### [WBSVerifyUniqueness](Project.Project.WBSVerifyUniqueness.md) ###### [WeekLabelDisplay](Project.Project.WeekLabelDisplay.md) ###### [Windows](Project.Project.Windows.md) ###### [Windows2](Project.Project.Windows2.md) ###### [WriteReserved](Project.Project.WriteReserved.md) ###### [YearLabelDisplay](Project.Project.YearLabelDisplay.md) #### [Projects object](Project.projects.md) ##### Methods ###### [Add](Project.Projects.Add.md) ###### [CanCheckOut](Project.Projects.CanCheckOut.md) ###### [CheckOut](Project.Projects.CheckOut.md) ##### Properties ###### [Application](Project.Projects.Application.md) ###### [Count](Project.Projects.Count.md) ###### [Item](Project.Projects.Item.md) ###### [Parent](Project.Projects.Parent.md) #### [Report object](Project.report.md) ##### Methods ###### [Apply](Project.report.apply.md) ###### [Delete](Project.report.delete.md) ##### Properties ###### [Application](Project.report.application.md) ###### [Index](Project.report.index.md) ###### [Name](Project.report.name.md) ###### [Parent](Project.report.parent.md) ###### [Shapes](Project.report.shapes.md) #### [Reports object](Project.reports.md) ##### Methods ###### [Add](Project.reports.add.md) ###### [Copy](Project.reports.copy.md) ###### [IsPresent](Project.reports.ispresent.md) ##### Properties ###### [Application](Project.reports.application.md) ###### [Count](Project.reports.count.md) ###### [Item](Project.reports.item.md) ###### [Parent](Project.reports.parent.md) #### [ReportTable object](Project.reporttable.md) ##### Methods ###### [GetCellText](Project.reporttable.getcelltext.md) ###### [UpdateTableData](Project.reporttable.updatetabledata.md) ##### Properties ###### [ColumnsCount](Project.reporttable.columnscount.md) ###### [RowsCount](Project.reporttable.rowscount.md) #### [ReportTemplate object](Project.ReportTemplate.md) ##### Properties ###### [CubeType](Project.ReportTemplate.CubeType.md) ###### [TemplatePath](Project.ReportTemplate.TemplatePath.md) ###### [TemplateType](Project.ReportTemplate.TemplateType.md) #### [ReportTemplates object](Project.reporttemplates.md) ##### Properties ###### [Count](Project.ReportTemplates.Count.md) ###### [Item](Project.ReportTemplates.Item.md) #### [Resource object](Project.Resource.md) ##### Methods ###### [AppendNotes](Project.Resource.AppendNotes.md) ###### [Delete](Project.Resource.Delete.md) ###### [EnterpriseTeamMember](Project.Resource.EnterpriseTeamMember.md) ###### [GetField](Project.Resource.GetField.md) ###### [Level](Project.Resource.Level.md) ###### [SetField](Project.Resource.SetField.md) ###### [TimeScaleData](Project.Resource.TimeScaleData.md) ##### Properties ###### [AccrueAt](Project.Resource.AccrueAt.md) ###### [ActualCost](Project.Resource.ActualCost.md) ###### [ActualOvertimeCost](Project.Resource.ActualOvertimeCost.md) ###### [ActualOvertimeWork](Project.Resource.ActualOvertimeWork.md) ###### [ActualWork](Project.Resource.ActualWork.md) ###### [ACWP](Project.Resource.ACWP.md) ###### [Application](Project.Resource.Application.md) ###### [Assignments](Project.Resource.Assignments.md) ###### [Availabilities](Project.Resource.Availabilities.md) ###### [AvailableFrom](Project.Resource.AvailableFrom.md) ###### [AvailableTo](Project.Resource.AvailableTo.md) ###### [BaseCalendar](Project.Resource.BaseCalendar.md) ###### [Baseline10BudgetCost](Project.Resource.Baseline10BudgetCost.md) ###### [Baseline10BudgetWork](Project.Resource.Baseline10BudgetWork.md) ###### [Baseline10Cost](Project.Resource.Baseline10Cost.md) ###### [Baseline10Work](Project.Resource.Baseline10Work.md) ###### [Baseline1BudgetCost](Project.Resource.Baseline1BudgetCost.md) ###### [Baseline1BudgetWork](Project.Resource.Baseline1BudgetWork.md) ###### [Baseline1Cost](Project.Resource.Baseline1Cost.md) ###### [Baseline1Work](Project.Resource.Baseline1Work.md) ###### [Baseline2BudgetCost](Project.Resource.Baseline2BudgetCost.md) ###### [Baseline2BudgetWork](Project.Resource.Baseline2BudgetWork.md) ###### [Baseline2Cost](Project.Resource.Baseline2Cost.md) ###### [Baseline2Work](Project.Resource.Baseline2Work.md) ###### [Baseline3BudgetCost](Project.Resource.Baseline3BudgetCost.md) ###### [Baseline3BudgetWork](Project.Resource.Baseline3BudgetWork.md) ###### [Baseline3Cost](Project.Resource.Baseline3Cost.md) ###### [Baseline3Work](Project.Resource.Baseline3Work.md) ###### [Baseline4BudgetCost](Project.Resource.Baseline4BudgetCost.md) ###### [Baseline4BudgetWork](Project.Resource.Baseline4BudgetWork.md) ###### [Baseline4Cost](Project.Resource.Baseline4Cost.md) ###### [Baseline4Work](Project.Resource.Baseline4Work.md) ###### [Baseline5BudgetCost](Project.Resource.Baseline5BudgetCost.md) ###### [Baseline5BudgetWork](Project.Resource.Baseline5BudgetWork.md) ###### [Baseline5Cost](Project.Resource.Baseline5Cost.md) ###### [Baseline5Work](Project.Resource.Baseline5Work.md) ###### [Baseline6BudgetCost](Project.Resource.Baseline6BudgetCost.md) ###### [Baseline6BudgetWork](Project.Resource.Baseline6BudgetWork.md) ###### [Baseline6Cost](Project.Resource.Baseline6Cost.md) ###### [Baseline6Work](Project.Resource.Baseline6Work.md) ###### [Baseline7BudgetCost](Project.Resource.Baseline7BudgetCost.md) ###### [Baseline7BudgetWork](Project.Resource.Baseline7BudgetWork.md) ###### [Baseline7Cost](Project.Resource.Baseline7Cost.md) ###### [Baseline7Work](Project.Resource.Baseline7Work.md) ###### [Baseline8BudgetCost](Project.Resource.Baseline8BudgetCost.md) ###### [Baseline8BudgetWork](Project.Resource.Baseline8BudgetWork.md) ###### [Baseline8Cost](Project.Resource.Baseline8Cost.md) ###### [Baseline8Work](Project.Resource.Baseline8Work.md) ###### [Baseline9BudgetCost](Project.Resource.Baseline9BudgetCost.md) ###### [Baseline9BudgetWork](Project.Resource.Baseline9BudgetWork.md) ###### [Baseline9Cost](Project.Resource.Baseline9Cost.md) ###### [Baseline9Work](Project.Resource.Baseline9Work.md) ###### [BaselineBudgetCost](Project.Resource.BaselineBudgetCost.md) ###### [BaselineBudgetWork](Project.Resource.BaselineBudgetWork.md) ###### [BaselineCost](Project.Resource.BaselineCost.md) ###### [BaselineWork](Project.Resource.BaselineWork.md) ###### [BCWP](Project.Resource.BCWP.md) ###### [BCWS](Project.Resource.BCWS.md) ###### [BookingType](Project.Resource.BookingType.md) ###### [Budget](Project.Resource.Budget.md) ###### [BudgetCost](Project.Resource.BudgetCost.md) ###### [BudgetWork](Project.Resource.BudgetWork.md) ###### [Calendar](Project.Resource.Calendar.md) ###### [CalendarGuid](Project.Resource.CalendarGuid.md) ###### [CanLevel](Project.Resource.CanLevel.md) ###### [Code](Project.Resource.Code.md) ###### [Compliant](Project.resource.compliant.md) ###### [Confirmed](Project.Resource.Confirmed.md) ###### [Cost](Project.Resource.Cost.md) ###### [Cost1](Project.Resource.Cost1.md) ###### [Cost10](Project.Resource.Cost10.md) ###### [Cost2](Project.Resource.Cost2.md) ###### [Cost3](Project.Resource.Cost3.md) ###### [Cost4](Project.Resource.Cost4.md) ###### [Cost5](Project.Resource.Cost5.md) ###### [Cost6](Project.Resource.Cost6.md) ###### [Cost7](Project.Resource.Cost7.md) ###### [Cost8](Project.Resource.Cost8.md) ###### [Cost9](Project.Resource.Cost9.md) ###### [CostCenter](Project.Resource.CostCenter.md) ###### [CostPerUse](Project.Resource.CostPerUse.md) ###### [CostRateTables](Project.Resource.CostRateTables.md) ###### [CostVariance](Project.Resource.CostVariance.md) ###### [Created](Project.Resource.Created.md) ###### [CV](Project.Resource.CV.md) ###### [Date1](Project.Resource.Date1.md) ###### [Date10](Project.Resource.Date10.md) ###### [Date2](Project.Resource.Date2.md) ###### [Date3](Project.Resource.Date3.md) ###### [Date4](Project.Resource.Date4.md) ###### [Date5](Project.Resource.Date5.md) ###### [Date6](Project.Resource.Date6.md) ###### [Date7](Project.Resource.Date7.md) ###### [Date8](Project.Resource.Date8.md) ###### [Date9](Project.Resource.Date9.md) ###### [DefaultAssignmentOwner](Project.Resource.DefaultAssignmentOwner.md) ###### [Duration1](Project.Resource.Duration1.md) ###### [Duration10](Project.Resource.Duration10.md) ###### [Duration2](Project.Resource.Duration2.md) ###### [Duration3](Project.Resource.Duration3.md) ###### [Duration4](Project.Resource.Duration4.md) ###### [Duration5](Project.Resource.Duration5.md) ###### [Duration6](Project.Resource.Duration6.md) ###### [Duration7](Project.Resource.Duration7.md) ###### [Duration8](Project.Resource.Duration8.md) ###### [Duration9](Project.Resource.Duration9.md) ###### [EMailAddress](Project.Resource.EMailAddress.md) ###### [EngagementCommittedFinish](Project.resource.engagementcommittedfinish.md) ###### [EngagementCommittedMaxUnits](Project.resource.engagementcommittedmaxunits.md) ###### [EngagementCommittedStart](Project.resource.engagementcommittedstart.md) ###### [EngagementCommittedWork](Project.resource.engagementcommittedwork.md) ###### [EngagementDraftFinish](Project.resource.engagementdraftfinish.md) ###### [EngagementDraftMaxUnits](Project.resource.engagementdraftmaxunits.md) ###### [EngagementDraftStart](Project.resource.engagementdraftstart.md) ###### [EngagementDraftWork](Project.resource.engagementdraftwork.md) ###### [EngagementProposedFinish](Project.resource.engagementproposedfinish.md) ###### [EngagementProposedMaxUnits](Project.resource.engagementproposedmaxunits.md) ###### [EngagementProposedStart](Project.resource.engagementproposedstart.md) ###### [EngagementProposedWork](Project.resource.engagementproposedwork.md) ###### [Enterprise](Project.Resource.Enterprise.md) ###### [EnterpriseBaseCalendar](Project.Resource.EnterpriseBaseCalendar.md) ###### [EnterpriseCheckedOutBy](Project.Resource.EnterpriseCheckedOutBy.md) ###### [EnterpriseGeneric](Project.Resource.EnterpriseGeneric.md) ###### [EnterpriseInactive](Project.Resource.EnterpriseInactive.md) ###### [EnterpriseIsCheckedOut](Project.Resource.EnterpriseIsCheckedOut.md) ###### [EnterpriseLastModifiedDate](Project.Resource.EnterpriseLastModifiedDate.md) ###### [EnterpriseNameUsed](Project.Resource.EnterpriseNameUsed.md) ###### [EnterpriseRequiredValues](Project.Resource.EnterpriseRequiredValues.md) ###### [EnterpriseUniqueID](Project.Resource.EnterpriseUniqueID.md) ###### [ErrorMessage](Project.Resource.ErrorMessage.md) ###### [Finish1](Project.Resource.Finish1.md) ###### [Finish10](Project.Resource.Finish10.md) ###### [Finish2](Project.Resource.Finish2.md) ###### [Finish3](Project.Resource.Finish3.md) ###### [Finish4](Project.Resource.Finish4.md) ###### [Finish5](Project.Resource.Finish5.md) ###### [Finish6](Project.Resource.Finish6.md) ###### [Finish7](Project.Resource.Finish7.md) ###### [Finish8](Project.Resource.Finish8.md) ###### [Finish9](Project.Resource.Finish9.md) ###### [Flag1](Project.Resource.Flag1.md) ###### [Flag10](Project.Resource.Flag10.md) ###### [Flag11](Project.Resource.Flag11.md) ###### [Flag12](Project.Resource.Flag12.md) ###### [Flag13](Project.Resource.Flag13.md) ###### [Flag14](Project.Resource.Flag14.md) ###### [Flag15](Project.Resource.Flag15.md) ###### [Flag16](Project.Resource.Flag16.md) ###### [Flag17](Project.Resource.Flag17.md) ###### [Flag18](Project.Resource.Flag18.md) ###### [Flag19](Project.Resource.Flag19.md) ###### [Flag2](Project.Resource.Flag2.md) ###### [Flag20](Project.Resource.Flag20.md) ###### [Flag3](Project.Resource.Flag3.md) ###### [Flag4](Project.Resource.Flag4.md) ###### [Flag5](Project.Resource.Flag5.md) ###### [Flag6](Project.Resource.Flag6.md) ###### [Flag7](Project.Resource.Flag7.md) ###### [Flag8](Project.Resource.Flag8.md) ###### [Flag9](Project.Resource.Flag9.md) ###### [Group](Project.Resource.Group.md) ###### [GroupBySummary](Project.Resource.GroupBySummary.md) ###### [Guid](Project.Resource.Guid.md) ###### [Hyperlink](Project.Resource.Hyperlink.md) ###### [HyperlinkAddress](Project.Resource.HyperlinkAddress.md) ###### [HyperlinkHREF](Project.Resource.HyperlinkHREF.md) ###### [HyperlinkScreenTip](Project.Resource.HyperlinkScreenTip.md) ###### [HyperlinkSubAddress](Project.Resource.HyperlinkSubAddress.md) ###### [ID](Project.Resource.ID.md) ###### [Import](Project.Resource.Import.md) ###### [Index](Project.Resource.Index.md) ###### [Initials](Project.Resource.Initials.md) ###### [IsLocked](Project.resource.islocked.md) ###### [IsTeam](Project.Resource.IsTeam.md) ###### [LinkedFields](Project.Resource.LinkedFields.md) ###### [MaterialLabel](Project.Resource.MaterialLabel.md) ###### [MaxUnits](Project.Resource.MaxUnits.md) ###### [Name](Project.Resource.Name.md) ###### [Notes](Project.Resource.Notes.md) ###### [Number1](Project.Resource.Number1.md) ###### [Number10](Project.Resource.Number10.md) ###### [Number11](Project.Resource.Number11.md) ###### [Number12](Project.Resource.Number12.md) ###### [Number13](Project.Resource.Number13.md) ###### [Number14](Project.Resource.Number14.md) ###### [Number15](Project.Resource.Number15.md) ###### [Number16](Project.Resource.Number16.md) ###### [Number17](Project.Resource.Number17.md) ###### [Number18](Project.Resource.Number18.md) ###### [Number19](Project.Resource.Number19.md) ###### [Number2](Project.Resource.Number2.md) ###### [Number20](Project.Resource.Number20.md) ###### [Number3](Project.Resource.Number3.md) ###### [Number4](Project.Resource.Number4.md) ###### [Number5](Project.Resource.Number5.md) ###### [Number6](Project.Resource.Number6.md) ###### [Number7](Project.Resource.Number7.md) ###### [Number8](Project.Resource.Number8.md) ###### [Number9](Project.Resource.Number9.md) ###### [Objects](Project.Resource.Objects.md) ###### [OutlineCode1](Project.Resource.OutlineCode1.md) ###### [OutlineCode10](Project.Resource.OutlineCode10.md) ###### [OutlineCode2](Project.Resource.OutlineCode2.md) ###### [OutlineCode3](Project.Resource.OutlineCode3.md) ###### [OutlineCode4](Project.Resource.OutlineCode4.md) ###### [OutlineCode5](Project.Resource.OutlineCode5.md) ###### [OutlineCode6](Project.Resource.OutlineCode6.md) ###### [OutlineCode7](Project.Resource.OutlineCode7.md) ###### [OutlineCode8](Project.Resource.OutlineCode8.md) ###### [OutlineCode9](Project.Resource.OutlineCode9.md) ###### [Overallocated](Project.Resource.Overallocated.md) ###### [OvertimeCost](Project.Resource.OvertimeCost.md) ###### [OvertimeRate](Project.Resource.OvertimeRate.md) ###### [OvertimeWork](Project.Resource.OvertimeWork.md) ###### [Parent](Project.Resource.Parent.md) ###### [PayRates](Project.Resource.PayRates.md) ###### [PeakUnits](Project.Resource.PeakUnits.md) ###### [PercentWorkComplete](Project.Resource.PercentWorkComplete.md) ###### [Phonetics](Project.Resource.Phonetics.md) ###### [Project](Project.Resource.Project.md) ###### [RegularWork](Project.Resource.RegularWork.md) ###### [RemainingCost](Project.Resource.RemainingCost.md) ###### [RemainingOvertimeCost](Project.Resource.RemainingOvertimeCost.md) ###### [RemainingOvertimeWork](Project.Resource.RemainingOvertimeWork.md) ###### [RemainingWork](Project.Resource.RemainingWork.md) ###### [ResponsePending](Project.Resource.ResponsePending.md) ###### [StandardRate](Project.Resource.StandardRate.md) ###### [Start1](Project.Resource.Start1.md) ###### [Start10](Project.Resource.Start10.md) ###### [Start2](Project.Resource.Start2.md) ###### [Start3](Project.Resource.Start3.md) ###### [Start4](Project.Resource.Start4.md) ###### [Start5](Project.Resource.Start5.md) ###### [Start6](Project.Resource.Start6.md) ###### [Start7](Project.Resource.Start7.md) ###### [Start8](Project.Resource.Start8.md) ###### [Start9](Project.Resource.Start9.md) ###### [SV](Project.Resource.SV.md) ###### [TeamStatusPending](Project.Resource.TeamStatusPending.md) ###### [Text1](Project.Resource.Text1.md) ###### [Text10](Project.Resource.Text10.md) ###### [Text11](Project.Resource.Text11.md) ###### [Text12](Project.Resource.Text12.md) ###### [Text13](Project.Resource.Text13.md) ###### [Text14](Project.Resource.Text14.md) ###### [Text15](Project.Resource.Text15.md) ###### [Text16](Project.Resource.Text16.md) ###### [Text17](Project.Resource.Text17.md) ###### [Text18](Project.Resource.Text18.md) ###### [Text19](Project.Resource.Text19.md) ###### [Text2](Project.Resource.Text2.md) ###### [Text20](Project.Resource.Text20.md) ###### [Text21](Project.Resource.Text21.md) ###### [Text22](Project.Resource.Text22.md) ###### [Text23](Project.Resource.Text23.md) ###### [Text24](Project.Resource.Text24.md) ###### [Text25](Project.Resource.Text25.md) ###### [Text26](Project.Resource.Text26.md) ###### [Text27](Project.Resource.Text27.md) ###### [Text28](Project.Resource.Text28.md) ###### [Text29](Project.Resource.Text29.md) ###### [Text3](Project.Resource.Text3.md) ###### [Text30](Project.Resource.Text30.md) ###### [Text4](Project.Resource.Text4.md) ###### [Text5](Project.Resource.Text5.md) ###### [Text6](Project.Resource.Text6.md) ###### [Text7](Project.Resource.Text7.md) ###### [Text8](Project.Resource.Text8.md) ###### [Text9](Project.Resource.Text9.md) ###### [Type](Project.Resource.Type.md) ###### [UniqueID](Project.Resource.UniqueID.md) ###### [UpdateNeeded](Project.Resource.UpdateNeeded.md) ###### [VAC](Project.Resource.VAC.md) ###### [WindowsUserAccount](Project.Resource.WindowsUserAccount.md) ###### [Work](Project.Resource.Work.md) ###### [WorkVariance](Project.Resource.WorkVariance.md) #### [ResourceGroups object](Project.resourcegroups(object).md) ##### Methods ###### [Add](Project.ResourceGroups.Add.md) ###### [Copy](Project.ResourceGroups.Copy.md) ##### Properties ###### [Application](Project.ResourceGroups.Application.md) ###### [Count](Project.ResourceGroups.Count.md) ###### [Item](Project.ResourceGroups.Item.md) ###### [Parent](Project.ResourceGroups.Parent.md) #### [ResourceGroups2 object](Project.resourcegroups2(object).md) ##### Methods ###### [Add](Project.ResourceGroups2.Add.md) ###### [Copy](Project.ResourceGroups2.Copy.md) ##### Properties ###### [Application](Project.ResourceGroups2.Application.md) ###### [Count](Project.ResourceGroups2.Count.md) ###### [Item](Project.ResourceGroups2.Item.md) ###### [Parent](Project.ResourceGroups2.Parent.md) #### [Resources object](Project.resources(object).md) ##### Methods ###### [Add](Project.Resources.Add.md) ##### Properties ###### [Application](Project.Resources.Application.md) ###### [Count](Project.Resources.Count.md) ###### [Item](Project.Resources.Item.md) ###### [Parent](Project.Resources.Parent.md) ###### [UniqueID](Project.Resources.UniqueID.md) #### [Selection object](Project.Selection.md) ##### Properties ###### [Application](Project.Selection.Application.md) ###### [FieldIDList](Project.Selection.FieldIDList.md) ###### [FieldNameList](Project.Selection.FieldNameList.md) ###### [Parent](Project.Selection.Parent.md) ###### [Resources](Project.Selection.Resources.md) ###### [Tasks](Project.Selection.Tasks.md) #### [Series object](Project.series.md) ##### Properties ###### [Application](Project.series.application.md) ###### [Name](Project.series.name.md) ###### [Parent](Project.series.parent.md) ###### [Values](Project.series.values.md) ###### [XValues](Project.series.xvalues.md) #### [SeriesCollection object](Project.seriescollection.md) ##### Methods ###### [Item](Project.seriescollection.item.md) ##### Properties ###### [Application](Project.seriescollection.application.md) ###### [Count](Project.seriescollection.count.md) ###### [Creator](Project.seriescollection.creator.md) ###### [Parent](Project.seriescollection.parent.md) #### [Shape object](Project.shape.md) ##### Methods ###### [Apply](Project.shape.apply.md) ###### [Copy](Project.shape.copy.md) ###### [Cut](Project.shape.cut.md) ###### [Delete](Project.shape.delete.md) ###### [Duplicate](Project.shape.duplicate.md) ###### [Flip](Project.shape.flip.md) ###### [IncrementLeft](Project.shape.incrementleft.md) ###### [IncrementRotation](Project.shape.incrementrotation.md) ###### [IncrementTop](Project.shape.incrementtop.md) ###### [PickUp](Project.shape.pickup.md) ###### [RerouteConnections](Project.shape.rerouteconnections.md) ###### [ScaleHeight](Project.shape.scaleheight.md) ###### [ScaleWidth](Project.shape.scalewidth.md) ###### [Select](Project.shape.select.md) ###### [SetShapesDefaultProperties](Project.shape.setshapesdefaultproperties.md) ###### [Ungroup](Project.shape.ungroup.md) ###### [ZOrder](Project.shape.zorder.md) ##### Properties ###### [Adjustments](Project.shape.adjustments.md) ###### [AlternativeText](Project.shape.alternativetext.md) ###### [Application](Project.shape.application.md) ###### [AutoShapeType](Project.shape.autoshapetype.md) ###### [BackgroundStyle](Project.shape.backgroundstyle.md) ###### [BlackWhiteMode](Project.shape.blackwhitemode.md) ###### [Callout](Project.shape.callout.md) ###### [Chart](Project.shape.chart.md) ###### [Child](Project.shape.child.md) ###### [ConnectionSiteCount](Project.shape.connectionsitecount.md) ###### [Connector](Project.shape.connector.md) ###### [ConnectorFormat](Project.shape.connectorformat.md) ###### [Fill](Project.shape.fill.md) ###### [Glow](Project.shape.glow.md) ###### [GroupItems](Project.shape.groupitems.md) ###### [HasChart](Project.shape.haschart.md) ###### [HasTable](Project.shape.hastable.md) ###### [Height](Project.shape.height.md) ###### [HorizontalFlip](Project.shape.horizontalflip.md) ###### [ID](Project.shape.id.md) ###### [Left](Project.shape.left.md) ###### [Line](Project.shape.line.md) ###### [LockAspectRatio](Project.shape.lockaspectratio.md) ###### [Name](Project.shape.name.md) ###### [Nodes](Project.shape.nodes.md) ###### [Parent](Project.shape.parent.md) ###### [ParentGroup](Project.shape.parentgroup.md) ###### [Reflection](Project.shape.reflection.md) ###### [Rotation](Project.shape.rotation.md) ###### [Shadow](Project.shape.shadow.md) ###### [ShapeStyle](Project.shape.shapestyle.md) ###### [SoftEdge](Project.shape.softedge.md) ###### [Table](Project.shape.table.md) ###### [TextEffect](Project.shape.texteffect.md) ###### [TextFrame](Project.shape.textframe.md) ###### [TextFrame2](Project.shape.textframe2.md) ###### [ThreeD](Project.shape.threed.md) ###### [Title](Project.shape.title.md) ###### [Top](Project.shape.top.md) ###### [Type](Project.shape.type.md) ###### [VerticalFlip](Project.shape.verticalflip.md) ###### [Vertices](Project.shape.vertices.md) ###### [Visible](Project.shape.visible.md) ###### [Width](Project.shape.width.md) ###### [ZOrderPosition](Project.shape.zorderposition.md) #### [ShapeRange object](Project.shaperange.md) ##### Methods ###### [Align](Project.shaperange.align.md) ###### [Apply](Project.shaperange.apply.md) ###### [Copy](Project.shaperange.copy.md) ###### [Cut](Project.shaperange.cut.md) ###### [Delete](Project.shaperange.delete.md) ###### [Distribute](Project.shaperange.distribute.md) ###### [Duplicate](Project.shaperange.duplicate.md) ###### [Flip](Project.shaperange.flip.md) ###### [Group](Project.shaperange.group.md) ###### [IncrementLeft](Project.shaperange.incrementleft.md) ###### [IncrementRotation](Project.shaperange.incrementrotation.md) ###### [IncrementTop](Project.shaperange.incrementtop.md) ###### [Item](Project.shaperange.item.md) ###### [MergeShapes](Project.shaperange.mergeshapes.md) ###### [PickUp](Project.shaperange.pickup.md) ###### [Regroup](Project.shaperange.regroup.md) ###### [RerouteConnections](Project.shaperange.rerouteconnections.md) ###### [ScaleHeight](Project.shaperange.scaleheight.md) ###### [ScaleWidth](Project.shaperange.scalewidth.md) ###### [Select](Project.shaperange.select.md) ###### [SetShapesDefaultProperties](Project.shaperange.setshapesdefaultproperties.md) ###### [Ungroup](Project.shaperange.ungroup.md) ###### [ZOrder](Project.shaperange.zorder.md) ##### Properties ###### [Adjustments](Project.shaperange.adjustments.md) ###### [AlternativeText](Project.shaperange.alternativetext.md) ###### [Application](Project.shaperange.application.md) ###### [AutoShapeType](Project.shaperange.autoshapetype.md) ###### [BackgroundStyle](Project.shaperange.backgroundstyle.md) ###### [BlackWhiteMode](Project.shaperange.blackwhitemode.md) ###### [Callout](Project.shaperange.callout.md) ###### [Chart](Project.shaperange.chart.md) ###### [Child](Project.shaperange.child.md) ###### [ConnectionSiteCount](Project.shaperange.connectionsitecount.md) ###### [Connector](Project.shaperange.connector.md) ###### [ConnectorFormat](Project.shaperange.connectorformat.md) ###### [Count](Project.shaperange.count.md) ###### [Fill](Project.shaperange.fill.md) ###### [Glow](Project.shaperange.glow.md) ###### [GroupItems](Project.shaperange.groupitems.md) ###### [HasChart](Project.shaperange.haschart.md) ###### [HasTable](Project.shaperange.hastable.md) ###### [Height](Project.shaperange.height.md) ###### [HorizontalFlip](Project.shaperange.horizontalflip.md) ###### [ID](Project.shaperange.id.md) ###### [Left](Project.shaperange.left.md) ###### [Line](Project.shaperange.line.md) ###### [LockAspectRatio](Project.shaperange.lockaspectratio.md) ###### [Name](Project.shaperange.name.md) ###### [Nodes](Project.shaperange.nodes.md) ###### [Parent](Project.shaperange.parent.md) ###### [ParentGroup](Project.shaperange.parentgroup.md) ###### [Reflection](Project.shaperange.reflection.md) ###### [Rotation](Project.shaperange.rotation.md) ###### [Script](Project.shaperange.script.md) ###### [Shadow](Project.shaperange.shadow.md) ###### [ShapeStyle](Project.shaperange.shapestyle.md) ###### [SoftEdge](Project.shaperange.softedge.md) ###### [Table](Project.shaperange.table.md) ###### [TextEffect](Project.shaperange.texteffect.md) ###### [TextFrame](Project.shaperange.textframe.md) ###### [TextFrame2](Project.shaperange.textframe2.md) ###### [ThreeD](Project.shaperange.threed.md) ###### [Title](Project.shaperange.title.md) ###### [Top](Project.shaperange.top.md) ###### [Type](Project.shaperange.type.md) ###### [Value](Project.shaperange.value.md) ###### [VerticalFlip](Project.shaperange.verticalflip.md) ###### [Vertices](Project.shaperange.vertices.md) ###### [Visible](Project.shaperange.visible.md) ###### [Width](Project.shaperange.width.md) ###### [ZOrderPosition](Project.shaperange.zorderposition.md) #### [Shapes object](Project.shapes.md) ##### Methods ###### [AddCallout](Project.shapes.addcallout.md) ###### [AddChart](Project.shapes.addchart.md) ###### [AddConnector](Project.shapes.addconnector.md) ###### [AddCurve](Project.shapes.addcurve.md) ###### [AddLabel](Project.shapes.addlabel.md) ###### [AddLine](Project.shapes.addline.md) ###### [AddPolyline](Project.shapes.addpolyline.md) ###### [AddShape](Project.shapes.addshape.md) ###### [AddTable](Project.shapes.addtable.md) ###### [AddTextbox](Project.shapes.addtextbox.md) ###### [AddTextEffect](Project.shapes.addtexteffect.md) ###### [BuildFreeform](Project.shapes.buildfreeform.md) ###### [Item](Project.shapes.item.md) ###### [Range](Project.shapes.range.md) ###### [SelectAll](Project.shapes.selectall.md) ##### Properties ###### [Background](Project.shapes.background.md) ###### [Count](Project.shapes.count.md) ###### [Default](Project.shapes.default.md) ###### [Parent](Project.shapes.parent.md) ###### [Value](Project.shapes.value.md) #### [Shift object](Project.Shift.md) ##### Methods ###### [Clear](Project.Shift.Clear.md) ##### Properties ###### [Application](Project.Shift.Application.md) ###### [Finish](Project.Shift.Finish.md) ###### [Index](Project.Shift.Index.md) ###### [Parent](Project.Shift.Parent.md) ###### [Start](Project.Shift.Start.md) #### [SplitPart object](Project.SplitPart.md) ##### Methods ###### [Delete](Project.SplitPart.Delete.md) ##### Properties ###### [Application](Project.SplitPart.Application.md) ###### [Finish](Project.SplitPart.Finish.md) ###### [Index](Project.SplitPart.Index.md) ###### [Parent](Project.SplitPart.Parent.md) ###### [Start](Project.SplitPart.Start.md) #### [SplitParts object](Project.splitparts.md) ##### Methods ###### [Add](Project.SplitParts.Add.md) ##### Properties ###### [Application](Project.SplitParts.Application.md) ###### [Count](Project.SplitParts.Count.md) ###### [Item](Project.SplitParts.Item.md) ###### [Parent](Project.SplitParts.Parent.md) #### [StartDriver object](Project.StartDriver.md) ##### Properties ###### [ActualStartDrivers](Project.StartDriver.ActualStartDrivers.md) ###### [Application](Project.StartDriver.Application.md) ###### [CalendarDrivers](Project.StartDriver.CalendarDrivers.md) ###### [ChildTaskDrivers](Project.StartDriver.ChildTaskDrivers.md) ###### [EffectiveDateAdd](Project.StartDriver.EffectiveDateAdd.md) ###### [EffectiveDateDifference](Project.StartDriver.EffectiveDateDifference.md) ###### [EffectiveDateSubtract](Project.StartDriver.EffectiveDateSubtract.md) ###### [OverAllocatedAssignments](Project.StartDriver.OverAllocatedAssignments.md) ###### [Parent](Project.StartDriver.Parent.md) ###### [PredecessorDrivers](Project.StartDriver.PredecessorDrivers.md) ###### [Suggestions](Project.StartDriver.Suggestions.md) ###### [Warnings](Project.StartDriver.Warnings.md) #### [Subproject object](Project.subProject.md) ##### Properties ###### [Application](Project.subProject.Application.md) ###### [Index](Project.subProject.Index.md) ###### [InsertedProjectSummary](Project.Subproject.InsertedProjectSummary.md) ###### [IsLoaded](Project.Subproject.IsLoaded.md) ###### [LinkToSource](Project.Subproject.LinkToSource.md) ###### [Parent](Project.subProject.Parent.md) ###### [Path](Project.subProject.Path.md) ###### [ReadOnly](Project.subProject.ReadOnly.md) ###### [SourceProject](Project.Subproject.SourceProject.md) #### [Subprojects object](Project.subprojects(object).md) ##### Properties ###### [Application](Project.subProjects.Application.md) ###### [Count](Project.subProjects.Count.md) ###### [Item](Project.subProjects.Item.md) ###### [Parent](Project.subProjects.Parent.md) #### [Table object](Project.Table.md) ##### Methods ###### [Apply](Project.Table.Apply.md) ###### [Delete](Project.Table.Delete.md) ##### Properties ###### [AdjustHeaderRowHeight](Project.Table.AdjustHeaderRowHeight.md) ###### [Application](Project.Table.Application.md) ###### [DateFormat](Project.Table.DateFormat.md) ###### [Index](Project.Table.Index.md) ###### [LockFirstColumn](Project.Table.LockFirstColumn.md) ###### [Name](Project.Table.Name.md) ###### [Parent](Project.Table.Parent.md) ###### [RowHeight](Project.Table.RowHeight.md) ###### [ShowInMenu](Project.Table.ShowInMenu.md) ###### [TableFields](Project.Table.TableFields.md) ###### [TableType](Project.Table.TableType.md) #### [TableField object](Project.TableField.md) ##### Methods ###### [Delete](Project.TableField.Delete.md) ##### Properties ###### [AlignData](Project.TableField.AlignData.md) ###### [AlignTitle](Project.TableField.AlignTitle.md) ###### [Application](Project.TableField.Application.md) ###### [AutoWrap](Project.TableField.AutoWrap.md) ###### [Field](Project.TableField.Field.md) ###### [Index](Project.TableField.Index.md) ###### [Parent](Project.TableField.Parent.md) ###### [Title](Project.TableField.Title.md) ###### [Width](Project.TableField.Width.md) #### [TableFields object](Project.tablefields.md) ##### Methods ###### [Add](Project.TableFields.Add.md) ##### Properties ###### [Application](Project.TableFields.Application.md) ###### [Count](Project.TableFields.Count.md) ###### [Item](Project.TableFields.Item.md) ###### [Parent](Project.TableFields.Parent.md) #### [Tables object](Project.tables.md) ##### Methods ###### [Add](Project.Tables.Add.md) ###### [Copy](Project.Tables.Copy.md) ##### Properties ###### [Application](Project.Tables.Application.md) ###### [Count](Project.Tables.Count.md) ###### [Item](Project.Tables.Item.md) ###### [Parent](Project.Tables.Parent.md) #### [Task object](Project.Task.md) ##### Methods ###### [AppendNotes](Project.Task.AppendNotes.md) ###### [Delete](Project.Task.Delete.md) ###### [GetField](Project.Task.GetField.md) ###### [LinkPredecessors](Project.Task.LinkPredecessors.md) ###### [LinkSuccessors](Project.Task.LinkSuccessors.md) ###### [OutlineHideSubTasks](Project.Task.OutlineHideSubTasks.md) ###### [OutlineIndent](Project.Task.OutlineIndent.md) ###### [OutlineOutdent](Project.Task.OutlineOutdent.md) ###### [OutlineShowAllTasks](Project.Task.OutlineShowAllTasks.md) ###### [OutlineShowSubTasks](Project.Task.OutlineShowSubTasks.md) ###### [SetField](Project.Task.SetField.md) ###### [Split](Project.Task.Split.md) ###### [TimeScaleData](Project.Task.TimeScaleData.md) ###### [UnlinkPredecessors](Project.Task.UnlinkPredecessors.md) ###### [UnlinkSuccessors](Project.Task.UnlinkSuccessors.md) ##### Properties ###### [Active](Project.Task.Active.md) ###### [ActualCost](Project.Task.ActualCost.md) ###### [ActualDuration](Project.Task.ActualDuration.md) ###### [ActualFinish](Project.Task.ActualFinish.md) ###### [ActualOvertimeCost](Project.Task.ActualOvertimeCost.md) ###### [ActualOvertimeWork](Project.Task.ActualOvertimeWork.md) ###### [ActualStart](Project.Task.ActualStart.md) ###### [ActualWork](Project.Task.ActualWork.md) ###### [ACWP](Project.Task.ACWP.md) ###### [Application](Project.Task.Application.md) ###### [Assignments](Project.Task.Assignments.md) ###### [Baseline10BudgetCost](Project.Task.Baseline10BudgetCost.md) ###### [Baseline10BudgetWork](Project.Task.Baseline10BudgetWork.md) ###### [Baseline10Cost](Project.Task.Baseline10Cost.md) ###### [Baseline10DeliverableFinish](Project.Task.Baseline10DeliverableFinish.md) ###### [Baseline10DeliverableStart](Project.Task.Baseline10DeliverableStart.md) ###### [Baseline10Duration](Project.Task.Baseline10Duration.md) ###### [Baseline10DurationEstimated](Project.Task.Baseline10DurationEstimated.md) ###### [Baseline10DurationText](Project.Task.Baseline10DurationText.md) ###### [Baseline10Finish](Project.Task.Baseline10Finish.md) ###### [Baseline10FinishText](Project.Task.Baseline10FinishText.md) ###### [Baseline10FixedCost](Project.Task.Baseline10FixedCost.md) ###### [Baseline10FixedCostAccrual](Project.Task.Baseline10FixedCostAccrual.md) ###### [Baseline10Start](Project.Task.Baseline10Start.md) ###### [Baseline10StartText](Project.Task.Baseline10StartText.md) ###### [Baseline10Work](Project.Task.Baseline10Work.md) ###### [Baseline1BudgetCost](Project.Task.Baseline1BudgetCost.md) ###### [Baseline1BudgetWork](Project.Task.Baseline1BudgetWork.md) ###### [Baseline1Cost](Project.Task.Baseline1Cost.md) ###### [Baseline1DeliverableFinish](Project.Task.Baseline1DeliverableFinish.md) ###### [Baseline1DeliverableStart](Project.Task.Baseline1DeliverableStart.md) ###### [Baseline1Duration](Project.Task.Baseline1Duration.md) ###### [Baseline1DurationEstimated](Project.Task.Baseline1DurationEstimated.md) ###### [Baseline1DurationText](Project.Task.Baseline1DurationText.md) ###### [Baseline1Finish](Project.Task.Baseline1Finish.md) ###### [Baseline1FinishText](Project.Task.Baseline1FinishText.md) ###### [Baseline1FixedCost](Project.Task.Baseline1FixedCost.md) ###### [Baseline1FixedCostAccrual](Project.Task.Baseline1FixedCostAccrual.md) ###### [Baseline1Start](Project.Task.Baseline1Start.md) ###### [Baseline1StartText](Project.Task.Baseline1StartText.md) ###### [Baseline1Work](Project.Task.Baseline1Work.md) ###### [Baseline2BudgetCost](Project.Task.Baseline2BudgetCost.md) ###### [Baseline2BudgetWork](Project.Task.Baseline2BudgetWork.md) ###### [Baseline2Cost](Project.Task.Baseline2Cost.md) ###### [Baseline2DeliverableFinish](Project.Task.Baseline2DeliverableFinish.md) ###### [Baseline2DeliverableStart](Project.Task.Baseline2DeliverableStart.md) ###### [Baseline2Duration](Project.Task.Baseline2Duration.md) ###### [Baseline2DurationEstimated](Project.Task.Baseline2DurationEstimated.md) ###### [Baseline2DurationText](Project.Task.Baseline2DurationText.md) ###### [Baseline2Finish](Project.Task.Baseline2Finish.md) ###### [Baseline2FinishText](Project.Task.Baseline2FinishText.md) ###### [Baseline2FixedCost](Project.Task.Baseline2FixedCost.md) ###### [Baseline2FixedCostAccrual](Project.Task.Baseline2FixedCostAccrual.md) ###### [Baseline2Start](Project.Task.Baseline2Start.md) ###### [Baseline2StartText](Project.Task.Baseline2StartText.md) ###### [Baseline2Work](Project.Task.Baseline2Work.md) ###### [Baseline3BudgetCost](Project.Task.Baseline3BudgetCost.md) ###### [Baseline3BudgetWork](Project.Task.Baseline3BudgetWork.md) ###### [Baseline3Cost](Project.Task.Baseline3Cost.md) ###### [Baseline3DeliverableFinish](Project.Task.Baseline3DeliverableFinish.md) ###### [Baseline3DeliverableStart](Project.Task.Baseline3DeliverableStart.md) ###### [Baseline3Duration](Project.Task.Baseline3Duration.md) ###### [Baseline3DurationEstimated](Project.Task.Baseline3DurationEstimated.md) ###### [Baseline3DurationText](Project.Task.Baseline3DurationText.md) ###### [Baseline3Finish](Project.Task.Baseline3Finish.md) ###### [Baseline3FinishText](Project.Task.Baseline3FinishText.md) ###### [Baseline3FixedCost](Project.Task.Baseline3FixedCost.md) ###### [Baseline3FixedCostAccrual](Project.Task.Baseline3FixedCostAccrual.md) ###### [Baseline3Start](Project.Task.Baseline3Start.md) ###### [Baseline3StartText](Project.Task.Baseline3StartText.md) ###### [Baseline3Work](Project.Task.Baseline3Work.md) ###### [Baseline4BudgetCost](Project.Task.Baseline4BudgetCost.md) ###### [Baseline4BudgetWork](Project.Task.Baseline4BudgetWork.md) ###### [Baseline4Cost](Project.Task.Baseline4Cost.md) ###### [Baseline4DeliverableFinish](Project.Task.Baseline4DeliverableFinish.md) ###### [Baseline4DeliverableStart](Project.Task.Baseline4DeliverableStart.md) ###### [Baseline4Duration](Project.Task.Baseline4Duration.md) ###### [Baseline4DurationEstimated](Project.Task.Baseline4DurationEstimated.md) ###### [Baseline4DurationText](Project.Task.Baseline4DurationText.md) ###### [Baseline4Finish](Project.Task.Baseline4Finish.md) ###### [Baseline4FinishText](Project.Task.Baseline4FinishText.md) ###### [Baseline4FixedCost](Project.Task.Baseline4FixedCost.md) ###### [Baseline4FixedCostAccrual](Project.Task.Baseline4FixedCostAccrual.md) ###### [Baseline4Start](Project.Task.Baseline4Start.md) ###### [Baseline4StartText](Project.Task.Baseline4StartText.md) ###### [Baseline4Work](Project.Task.Baseline4Work.md) ###### [Baseline5BudgetCost](Project.Task.Baseline5BudgetCost.md) ###### [Baseline5BudgetWork](Project.Task.Baseline5BudgetWork.md) ###### [Baseline5Cost](Project.Task.Baseline5Cost.md) ###### [Baseline5DeliverableFinish](Project.Task.Baseline5DeliverableFinish.md) ###### [Baseline5DeliverableStart](Project.Task.Baseline5DeliverableStart.md) ###### [Baseline5Duration](Project.Task.Baseline5Duration.md) ###### [Baseline5DurationEstimated](Project.Task.Baseline5DurationEstimated.md) ###### [Baseline5DurationText](Project.Task.Baseline5DurationText.md) ###### [Baseline5Finish](Project.Task.Baseline5Finish.md) ###### [Baseline5FinishText](Project.Task.Baseline5FinishText.md) ###### [Baseline5FixedCost](Project.Task.Baseline5FixedCost.md) ###### [Baseline5FixedCostAccrual](Project.Task.Baseline5FixedCostAccrual.md) ###### [Baseline5Start](Project.Task.Baseline5Start.md) ###### [Baseline5StartText](Project.Task.Baseline5StartText.md) ###### [Baseline5Work](Project.Task.Baseline5Work.md) ###### [Baseline6BudgetCost](Project.Task.Baseline6BudgetCost.md) ###### [Baseline6BudgetWork](Project.Task.Baseline6BudgetWork.md) ###### [Baseline6Cost](Project.Task.Baseline6Cost.md) ###### [Baseline6DeliverableFinish](Project.Task.Baseline6DeliverableFinish.md) ###### [Baseline6DeliverableStart](Project.Task.Baseline6DeliverableStart.md) ###### [Baseline6Duration](Project.Task.Baseline6Duration.md) ###### [Baseline6DurationEstimated](Project.Task.Baseline6DurationEstimated.md) ###### [Baseline6DurationText](Project.Task.Baseline6DurationText.md) ###### [Baseline6Finish](Project.Task.Baseline6Finish.md) ###### [Baseline6FinishText](Project.Task.Baseline6FinishText.md) ###### [Baseline6FixedCost](Project.Task.Baseline6FixedCost.md) ###### [Baseline6FixedCostAccrual](Project.Task.Baseline6FixedCostAccrual.md) ###### [Baseline6Start](Project.Task.Baseline6Start.md) ###### [Baseline6StartText](Project.Task.Baseline6StartText.md) ###### [Baseline6Work](Project.Task.Baseline6Work.md) ###### [Baseline7BudgetCost](Project.Task.Baseline7BudgetCost.md) ###### [Baseline7BudgetWork](Project.Task.Baseline7BudgetWork.md) ###### [Baseline7Cost](Project.Task.Baseline7Cost.md) ###### [Baseline7DeliverableFinish](Project.Task.Baseline7DeliverableFinish.md) ###### [Baseline7DeliverableStart](Project.Task.Baseline7DeliverableStart.md) ###### [Baseline7Duration](Project.Task.Baseline7Duration.md) ###### [Baseline7DurationEstimated](Project.Task.Baseline7DurationEstimated.md) ###### [Baseline7DurationText](Project.Task.Baseline7DurationText.md) ###### [Baseline7Finish](Project.Task.Baseline7Finish.md) ###### [Baseline7FinishText](Project.Task.Baseline7FinishText.md) ###### [Baseline7FixedCost](Project.Task.Baseline7FixedCost.md) ###### [Baseline7FixedCostAccrual](Project.Task.Baseline7FixedCostAccrual.md) ###### [Baseline7Start](Project.Task.Baseline7Start.md) ###### [Baseline7StartText](Project.Task.Baseline7StartText.md) ###### [Baseline7Work](Project.Task.Baseline7Work.md) ###### [Baseline8BudgetCost](Project.Task.Baseline8BudgetCost.md) ###### [Baseline8BudgetWork](Project.Task.Baseline8BudgetWork.md) ###### [Baseline8Cost](Project.Task.Baseline8Cost.md) ###### [Baseline8DeliverableFinish](Project.Task.Baseline8DeliverableFinish.md) ###### [Baseline8DeliverableStart](Project.Task.Baseline8DeliverableStart.md) ###### [Baseline8Duration](Project.Task.Baseline8Duration.md) ###### [Baseline8DurationEstimated](Project.Task.Baseline8DurationEstimated.md) ###### [Baseline8DurationText](Project.Task.Baseline8DurationText.md) ###### [Baseline8Finish](Project.Task.Baseline8Finish.md) ###### [Baseline8FinishText](Project.Task.Baseline8FinishText.md) ###### [Baseline8FixedCost](Project.Task.Baseline8FixedCost.md) ###### [Baseline8FixedCostAccrual](Project.Task.Baseline8FixedCostAccrual.md) ###### [Baseline8Start](Project.Task.Baseline8Start.md) ###### [Baseline8StartText](Project.Task.Baseline8StartText.md) ###### [Baseline8Work](Project.Task.Baseline8Work.md) ###### [Baseline9BudgetCost](Project.Task.Baseline9BudgetCost.md) ###### [Baseline9BudgetWork](Project.Task.Baseline9BudgetWork.md) ###### [Baseline9Cost](Project.Task.Baseline9Cost.md) ###### [Baseline9DeliverableFinish](Project.Task.Baseline9DeliverableFinish.md) ###### [Baseline9DeliverableStart](Project.Task.Baseline9DeliverableStart.md) ###### [Baseline9Duration](Project.Task.Baseline9Duration.md) ###### [Baseline9DurationEstimated](Project.Task.Baseline9DurationEstimated.md) ###### [Baseline9DurationText](Project.Task.Baseline9DurationText.md) ###### [Baseline9Finish](Project.Task.Baseline9Finish.md) ###### [Baseline9FinishText](Project.Task.Baseline9FinishText.md) ###### [Baseline9FixedCost](Project.Task.Baseline9FixedCost.md) ###### [Baseline9FixedCostAccrual](Project.Task.Baseline9FixedCostAccrual.md) ###### [Baseline9Start](Project.Task.Baseline9Start.md) ###### [Baseline9StartText](Project.Task.Baseline9StartText.md) ###### [Baseline9Work](Project.Task.Baseline9Work.md) ###### [BaselineBudgetCost](Project.Task.BaselineBudgetCost.md) ###### [BaselineBudgetWork](Project.Task.BaselineBudgetWork.md) ###### [BaselineCost](Project.Task.BaselineCost.md) ###### [BaselineDeliverableFinish](Project.Task.BaselineDeliverableFinish.md) ###### [BaselineDeliverableStart](Project.Task.BaselineDeliverableStart.md) ###### [BaselineDuration](Project.Task.BaselineDuration.md) ###### [BaselineDurationEstimated](Project.Task.BaselineDurationEstimated.md) ###### [BaselineDurationText](Project.Task.BaselineDurationText.md) ###### [BaselineFinish](Project.Task.BaselineFinish.md) ###### [BaselineFinishText](Project.Task.BaselineFinishText.md) ###### [BaselineFixedCost](Project.Task.BaselineFixedCost.md) ###### [BaselineFixedCostAccrual](Project.Task.BaselineFixedCostAccrual.md) ###### [BaselineStart](Project.Task.BaselineStart.md) ###### [BaselineStartText](Project.Task.BaselineStartText.md) ###### [BaselineWork](Project.Task.BaselineWork.md) ###### [BCWP](Project.Task.BCWP.md) ###### [BCWS](Project.Task.BCWS.md) ###### [BudgetCost](Project.Task.BudgetCost.md) ###### [BudgetWork](Project.Task.BudgetWork.md) ###### [Calendar](Project.Task.Calendar.md) ###### [CalendarGuid](Project.Task.CalendarGuid.md) ###### [CalendarObject](Project.Task.CalendarObject.md) ###### [Compliant](Project.task.compliant.md) ###### [Confirmed](Project.Task.Confirmed.md) ###### [ConstraintDate](Project.Task.ConstraintDate.md) ###### [ConstraintType](Project.Task.ConstraintType.md) ###### [Contact](Project.Task.Contact.md) ###### [Cost](Project.Task.Cost.md) ###### [Cost1](Project.Task.Cost1.md) ###### [Cost10](Project.Task.Cost10.md) ###### [Cost2](Project.Task.Cost2.md) ###### [Cost3](Project.Task.Cost3.md) ###### [Cost4](Project.Task.Cost4.md) ###### [Cost5](Project.Task.Cost5.md) ###### [Cost6](Project.Task.Cost6.md) ###### [Cost7](Project.Task.Cost7.md) ###### [Cost8](Project.Task.Cost8.md) ###### [Cost9](Project.Task.Cost9.md) ###### [CostVariance](Project.Task.CostVariance.md) ###### [CPI](Project.Task.CPI.md) ###### [Created](Project.Task.Created.md) ###### [Critical](Project.Task.Critical.md) ###### [CV](Project.Task.CV.md) ###### [CVPercent](Project.Task.CVPercent.md) ###### [Date1](Project.Task.Date1.md) ###### [Date10](Project.Task.Date10.md) ###### [Date2](Project.Task.Date2.md) ###### [Date3](Project.Task.Date3.md) ###### [Date4](Project.Task.Date4.md) ###### [Date5](Project.Task.Date5.md) ###### [Date6](Project.Task.Date6.md) ###### [Date7](Project.Task.Date7.md) ###### [Date8](Project.Task.Date8.md) ###### [Date9](Project.Task.Date9.md) ###### [Deadline](Project.Task.Deadline.md) ###### [DeliverableFinish](Project.Task.DeliverableFinish.md) ###### [DeliverableGuid](Project.Task.DeliverableGuid.md) ###### [DeliverableName](Project.Task.DeliverableName.md) ###### [DeliverableStart](Project.Task.DeliverableStart.md) ###### [DeliverableType](Project.Task.DeliverableType.md) ###### [Duration](Project.Task.Duration.md) ###### [Duration1](Project.Task.Duration1.md) ###### [Duration10](Project.Task.Duration10.md) ###### [Duration10Estimated](Project.Task.Duration10Estimated.md) ###### [Duration1Estimated](Project.Task.Duration1Estimated.md) ###### [Duration2](Project.Task.Duration2.md) ###### [Duration2Estimated](Project.Task.Duration2Estimated.md) ###### [Duration3](Project.Task.Duration3.md) ###### [Duration3Estimated](Project.Task.Duration3Estimated.md) ###### [Duration4](Project.Task.Duration4.md) ###### [Duration4Estimated](Project.Task.Duration4Estimated.md) ###### [Duration5](Project.Task.Duration5.md) ###### [Duration5Estimated](Project.Task.Duration5Estimated.md) ###### [Duration6](Project.Task.Duration6.md) ###### [Duration6Estimated](Project.Task.Duration6Estimated.md) ###### [Duration7](Project.Task.Duration7.md) ###### [Duration7Estimated](Project.Task.Duration7Estimated.md) ###### [Duration8](Project.Task.Duration8.md) ###### [Duration8Estimated](Project.Task.Duration8Estimated.md) ###### [Duration9](Project.Task.Duration9.md) ###### [Duration9Estimated](Project.Task.Duration9Estimated.md) ###### [DurationText](Project.Task.DurationText.md) ###### [DurationVariance](Project.Task.DurationVariance.md) ###### [EAC](Project.Task.EAC.md) ###### [EarlyFinish](Project.Task.EarlyFinish.md) ###### [EarlyStart](Project.Task.EarlyStart.md) ###### [EarnedValueMethod](Project.Task.EarnedValueMethod.md) ###### [EffortDriven](Project.Task.EffortDriven.md) ###### [ErrorMessage](Project.Task.ErrorMessage.md) ###### [Estimated](Project.Task.Estimated.md) ###### [ExternalTask](Project.Task.ExternalTask.md) ###### [Finish](Project.Task.Finish.md) ###### [Finish1](Project.Task.Finish1.md) ###### [Finish10](Project.Task.Finish10.md) ###### [Finish2](Project.Task.Finish2.md) ###### [Finish3](Project.Task.Finish3.md) ###### [Finish4](Project.Task.Finish4.md) ###### [Finish5](Project.Task.Finish5.md) ###### [Finish6](Project.Task.Finish6.md) ###### [Finish7](Project.Task.Finish7.md) ###### [Finish8](Project.Task.Finish8.md) ###### [Finish9](Project.Task.Finish9.md) ###### [FinishSlack](Project.Task.FinishSlack.md) ###### [FinishText](Project.Task.FinishText.md) ###### [FinishVariance](Project.Task.FinishVariance.md) ###### [FixedCost](Project.Task.FixedCost.md) ###### [FixedCostAccrual](Project.Task.FixedCostAccrual.md) ###### [Flag1](Project.Task.Flag1.md) ###### [Flag10](Project.Task.Flag10.md) ###### [Flag11](Project.Task.Flag11.md) ###### [Flag12](Project.Task.Flag12.md) ###### [Flag13](Project.Task.Flag13.md) ###### [Flag14](Project.Task.Flag14.md) ###### [Flag15](Project.Task.Flag15.md) ###### [Flag16](Project.Task.Flag16.md) ###### [Flag17](Project.Task.Flag17.md) ###### [Flag18](Project.Task.Flag18.md) ###### [Flag19](Project.Task.Flag19.md) ###### [Flag2](Project.Task.Flag2.md) ###### [Flag20](Project.Task.Flag20.md) ###### [Flag3](Project.Task.Flag3.md) ###### [Flag4](Project.Task.Flag4.md) ###### [Flag5](Project.Task.Flag5.md) ###### [Flag6](Project.Task.Flag6.md) ###### [Flag7](Project.Task.Flag7.md) ###### [Flag8](Project.Task.Flag8.md) ###### [Flag9](Project.Task.Flag9.md) ###### [FreeSlack](Project.Task.FreeSlack.md) ###### [GroupBySummary](Project.Task.GroupBySummary.md) ###### [Guid](Project.Task.Guid.md) ###### [HideBar](Project.Task.HideBar.md) ###### [Hyperlink](Project.Task.Hyperlink.md) ###### [HyperlinkAddress](Project.Task.HyperlinkAddress.md) ###### [HyperlinkHREF](Project.Task.HyperlinkHREF.md) ###### [HyperlinkScreenTip](Project.Task.HyperlinkScreenTip.md) ###### [HyperlinkSubAddress](Project.Task.HyperlinkSubAddress.md) ###### [ID](Project.Task.ID.md) ###### [IgnoreResourceCalendar](Project.Task.IgnoreResourceCalendar.md) ###### [IgnoreWarnings](Project.Task.IgnoreWarnings.md) ###### [Index](Project.Task.Index.md) ###### [IsDurationValid](Project.task.isdurationvalid.md) ###### [IsFinishValid](Project.task.isfinishvalid.md) ###### [IsPublished](Project.Task.IsPublished.md) ###### [IsStartValid](Project.task.isstartvalid.md) ###### [LateFinish](Project.Task.LateFinish.md) ###### [LateStart](Project.Task.LateStart.md) ###### [LevelIndividualAssignments](Project.Task.LevelIndividualAssignments.md) ###### [LevelingCanSplit](Project.Task.LevelingCanSplit.md) ###### [LevelingDelay](Project.Task.LevelingDelay.md) ###### [LinkedFields](Project.Task.LinkedFields.md) ###### [Manual](Project.Task.Manual.md) ###### [Marked](Project.Task.Marked.md) ###### [Milestone](Project.Task.Milestone.md) ###### [Name](Project.Task.Name.md) ###### [Notes](Project.Task.Notes.md) ###### [Number1](Project.Task.Number1.md) ###### [Number10](Project.Task.Number10.md) ###### [Number11](Project.Task.Number11.md) ###### [Number12](Project.Task.Number12.md) ###### [Number13](Project.Task.Number13.md) ###### [Number14](Project.Task.Number14.md) ###### [Number15](Project.Task.Number15.md) ###### [Number16](Project.Task.Number16.md) ###### [Number17](Project.Task.Number17.md) ###### [Number18](Project.Task.Number18.md) ###### [Number19](Project.Task.Number19.md) ###### [Number2](Project.Task.Number2.md) ###### [Number20](Project.Task.Number20.md) ###### [Number3](Project.Task.Number3.md) ###### [Number4](Project.Task.Number4.md) ###### [Number5](Project.Task.Number5.md) ###### [Number6](Project.Task.Number6.md) ###### [Number7](Project.Task.Number7.md) ###### [Number8](Project.Task.Number8.md) ###### [Number9](Project.Task.Number9.md) ###### [Objects](Project.Task.Objects.md) ###### [OutlineChildren](Project.Task.OutlineChildren.md) ###### [OutlineCode1](Project.Task.OutlineCode1.md) ###### [OutlineCode10](Project.Task.OutlineCode10.md) ###### [OutlineCode2](Project.Task.OutlineCode2.md) ###### [OutlineCode3](Project.Task.OutlineCode3.md) ###### [OutlineCode4](Project.Task.OutlineCode4.md) ###### [OutlineCode5](Project.Task.OutlineCode5.md) ###### [OutlineCode6](Project.Task.OutlineCode6.md) ###### [OutlineCode7](Project.Task.OutlineCode7.md) ###### [OutlineCode8](Project.Task.OutlineCode8.md) ###### [OutlineCode9](Project.Task.OutlineCode9.md) ###### [OutlineLevel](Project.Task.OutlineLevel.md) ###### [OutlineNumber](Project.Task.OutlineNumber.md) ###### [OutlineParent](Project.Task.OutlineParent.md) ###### [Overallocated](Project.Task.Overallocated.md) ###### [OvertimeCost](Project.Task.OvertimeCost.md) ###### [OvertimeWork](Project.Task.OvertimeWork.md) ###### [Parent](Project.Task.Parent.md) ###### [PathDrivenSuccessor](Project.task.pathdrivensuccessor.md) ###### [PathDrivingPredecessor](Project.task.pathdrivingpredecessor.md) ###### [PathPredecessor](Project.task.pathpredecessor.md) ###### [PathSuccessor](Project.task.pathsuccessor.md) ###### [PercentComplete](Project.Task.PercentComplete.md) ###### [PercentWorkComplete](Project.Task.PercentWorkComplete.md) ###### [PhysicalPercentComplete](Project.Task.PhysicalPercentComplete.md) ###### [Placeholder](Project.Task.Placeholder.md) ###### [Predecessors](Project.Task.Predecessors.md) ###### [PredecessorTasks](Project.Task.PredecessorTasks.md) ###### [PreleveledFinish](Project.Task.PreleveledFinish.md) ###### [PreleveledStart](Project.Task.PreleveledStart.md) ###### [Priority](Project.Task.Priority.md) ###### [Project](Project.Task.Project.md) ###### [RecalcFlags](Project.Task.RecalcFlags.md) ###### [Recurring](Project.Task.Recurring.md) ###### [RegularWork](Project.Task.RegularWork.md) ###### [RemainingCost](Project.Task.RemainingCost.md) ###### [RemainingDuration](Project.Task.RemainingDuration.md) ###### [RemainingOvertimeCost](Project.Task.RemainingOvertimeCost.md) ###### [RemainingOvertimeWork](Project.Task.RemainingOvertimeWork.md) ###### [RemainingWork](Project.Task.RemainingWork.md) ###### [ResourceGroup](Project.Task.ResourceGroup.md) ###### [ResourceInitials](Project.Task.ResourceInitials.md) ###### [ResourceNames](Project.Task.ResourceNames.md) ###### [ResourcePhonetics](Project.Task.ResourcePhonetics.md) ###### [Resources](Project.Task.Resources.md) ###### [ResponsePending](Project.Task.ResponsePending.md) ###### [Resume](Project.Task.Resume.md) ###### [Rollup](Project.Task.Rollup.md) ###### [ScheduledDuration](Project.Task.ScheduledDuration.md) ###### [ScheduledFinish](Project.Task.ScheduledFinish.md) ###### [ScheduledStart](Project.Task.ScheduledStart.md) ###### [SPI](Project.Task.SPI.md) ###### [SplitParts](Project.Task.SplitParts.md) ###### [Start](Project.Task.Start.md) ###### [Start1](Project.Task.Start1.md) ###### [Start10](Project.Task.Start10.md) ###### [Start2](Project.Task.Start2.md) ###### [Start3](Project.Task.Start3.md) ###### [Start4](Project.Task.Start4.md) ###### [Start5](Project.Task.Start5.md) ###### [Start6](Project.Task.Start6.md) ###### [Start7](Project.Task.Start7.md) ###### [Start8](Project.Task.Start8.md) ###### [Start9](Project.Task.Start9.md) ###### [StartDriver](Project.Task.StartDriver.md) ###### [StartSlack](Project.Task.StartSlack.md) ###### [StartText](Project.Task.StartText.md) ###### [StartVariance](Project.Task.StartVariance.md) ###### [Status](Project.Task.Status.md) ###### [StatusManagerName](Project.Task.StatusManagerName.md) ###### [Stop](Project.Task.Stop.md) ###### [Subproject](Project.Task.Subproject.md) ###### [SubProjectReadOnly](Project.Task.SubProjectReadOnly.md) ###### [Successors](Project.Task.Successors.md) ###### [SuccessorTasks](Project.Task.SuccessorTasks.md) ###### [Summary](Project.Task.Summary.md) ###### [SV](Project.Task.SV.md) ###### [SVPercent](Project.Task.SVPercent.md) ###### [TaskDependencies](Project.Task.TaskDependencies.md) ###### [TCPI](Project.Task.TCPI.md) ###### [TeamStatusPending](Project.Task.TeamStatusPending.md) ###### [Text1](Project.Task.Text1.md) ###### [Text10](Project.Task.Text10.md) ###### [Text11](Project.Task.Text11.md) ###### [Text12](Project.Task.Text12.md) ###### [Text13](Project.Task.Text13.md) ###### [Text14](Project.Task.Text14.md) ###### [Text15](Project.Task.Text15.md) ###### [Text16](Project.Task.Text16.md) ###### [Text17](Project.Task.Text17.md) ###### [Text18](Project.Task.Text18.md) ###### [Text19](Project.Task.Text19.md) ###### [Text2](Project.Task.Text2.md) ###### [Text20](Project.Task.Text20.md) ###### [Text21](Project.Task.Text21.md) ###### [Text22](Project.Task.Text22.md) ###### [Text23](Project.Task.Text23.md) ###### [Text24](Project.Task.Text24.md) ###### [Text25](Project.Task.Text25.md) ###### [Text26](Project.Task.Text26.md) ###### [Text27](Project.Task.Text27.md) ###### [Text28](Project.Task.Text28.md) ###### [Text29](Project.Task.Text29.md) ###### [Text3](Project.Task.Text3.md) ###### [Text30](Project.Task.Text30.md) ###### [Text4](Project.Task.Text4.md) ###### [Text5](Project.Task.Text5.md) ###### [Text6](Project.Task.Text6.md) ###### [Text7](Project.Task.Text7.md) ###### [Text8](Project.Task.Text8.md) ###### [Text9](Project.Task.Text9.md) ###### [TotalSlack](Project.Task.TotalSlack.md) ###### [Type](Project.Task.Type.md) ###### [UniqueID](Project.Task.UniqueID.md) ###### [UniqueIDPredecessors](Project.Task.UniqueIDPredecessors.md) ###### [UniqueIDSuccessors](Project.Task.UniqueIDSuccessors.md) ###### [UpdateNeeded](Project.Task.UpdateNeeded.md) ###### [VAC](Project.Task.VAC.md) ###### [Warning](Project.Task.Warning.md) ###### [WBS](Project.Task.WBS.md) ###### [WBSPredecessors](Project.Task.WBSPredecessors.md) ###### [WBSSuccessors](Project.Task.WBSSuccessors.md) ###### [Work](Project.Task.Work.md) ###### [WorkVariance](Project.Task.WorkVariance.md) #### [TaskDependencies object](Project.taskdependencies.md) ##### Methods ###### [Add](Project.TaskDependencies.Add.md) ##### Properties ###### [Application](Project.TaskDependencies.Application.md) ###### [Count](Project.TaskDependencies.Count.md) ###### [Item](Project.TaskDependencies.Item.md) ###### [Parent](Project.TaskDependencies.Parent.md) #### [TaskDependency object](Project.TaskDependency.md) ##### Methods ###### [Delete](Project.TaskDependency.Delete.md) ##### Properties ###### [Application](Project.TaskDependency.Application.md) ###### [From](Project.TaskDependency.From.md) ###### [Index](Project.TaskDependency.Index.md) ###### [Lag](Project.TaskDependency.Lag.md) ###### [LagType](Project.TaskDependency.LagType.md) ###### [Parent](Project.TaskDependency.Parent.md) ###### [Path](Project.TaskDependency.Path.md) ###### [To](Project.TaskDependency.To.md) ###### [Type](Project.TaskDependency.Type.md) #### [TaskGroups object](Project.Taskgroups(object).md) ##### Methods ###### [Add](Project.Taskgroups.Add.md) ###### [Copy](Project.Taskgroups.Copy.md) ##### Properties ###### [Application](Project.Taskgroups.Application.md) ###### [Count](Project.Taskgroups.Count.md) ###### [Item](Project.Taskgroups.Item.md) ###### [Parent](Project.Taskgroups.Parent.md) #### [TaskGroups2 object](Project.Taskgroups2(object).md) ##### Methods ###### [Add](Project.Taskgroups2.Add.md) ###### [Copy](Project.Taskgroups2.Copy.md) ##### Properties ###### [Application](Project.Taskgroups2.Application.md) ###### [Count](Project.TaskGroups2.Count.md) ###### [Item](Project.TaskGroups2.Item.md) ###### [Parent](Project.TaskGroups2.Parent.md) #### [Tasks object](Project.tasks(object).md) ##### Methods ###### [Add](Project.Tasks.Add.md) ##### Properties ###### [Application](Project.Tasks.Application.md) ###### [Count](Project.Tasks.Count.md) ###### [Item](Project.Tasks.Item.md) ###### [Parent](Project.Tasks.Parent.md) ###### [UniqueID](Project.Tasks.UniqueID.md) #### [Timeline object](Project.timeline.md) ##### Properties ###### [Application](Project.timeline.application.md) ###### [BarCount](Project.timeline.barcount.md) ###### [FinishDate](Project.timeline.finishdate.md) ###### [Label](Project.timeline.label.md) ###### [StartDate](Project.timeline.startdate.md) #### [TimeScaleValue object](Project.TimeScaleValue.md) ##### Methods ###### [Clear](Project.TimeScaleValue.Clear.md) ###### [Delete](Project.TimeScaleValue.Delete.md) ##### Properties ###### [Application](Project.TimeScaleValue.Application.md) ###### [EndDate](Project.TimeScaleValue.EndDate.md) ###### [Index](Project.TimeScaleValue.Index.md) ###### [Parent](Project.TimeScaleValue.Parent.md) ###### [StartDate](Project.TimeScaleValue.StartDate.md) ###### [Value](Project.TimeScaleValue.Value.md) #### [TimeScaleValues object](Project.timescalevalues.md) ##### Methods ###### [Add](Project.TimeScaleValues.Add.md) ##### Properties ###### [Application](Project.TimeScaleValues.Application.md) ###### [Count](Project.TimeScaleValues.Count.md) ###### [Item](Project.TimeScaleValues.Item.md) ###### [Parent](Project.TimeScaleValues.Parent.md) #### [View object](Project.View.md) ##### Methods ###### [Apply](Project.View.Apply.md) ###### [Delete](Project.View.Delete.md) ##### Properties ###### [Application](Project.View.Application.md) ###### [Index](Project.View.Index.md) ###### [Name](Project.View.Name.md) ###### [Parent](Project.View.Parent.md) ###### [Screen](Project.View.Screen.md) ###### [ShowInMenu](Project.View.ShowInMenu.md) ###### [Single](Project.View.Single.md) ###### [Type](Project.View.Type.md) #### [ViewCombination object](Project.ViewCombination.md) ##### Methods ###### [Apply](Project.ViewCombination.Apply.md) ###### [Delete](Project.ViewCombination.Delete.md) ##### Properties ###### [Application](Project.ViewCombination.Application.md) ###### [BottomView](Project.ViewCombination.BottomView.md) ###### [Index](Project.ViewCombination.Index.md) ###### [Name](Project.ViewCombination.Name.md) ###### [Parent](Project.ViewCombination.Parent.md) ###### [Screen](Project.ViewCombination.Screen.md) ###### [ShowInMenu](Project.ViewCombination.ShowInMenu.md) ###### [Single](Project.ViewCombination.Single.md) ###### [TopView](Project.ViewCombination.TopView.md) ###### [Type](Project.ViewCombination.Type.md) #### [Views object](Project.views(object).md) ##### Methods ###### [Copy](Project.Views.Copy.md) ##### Properties ###### [Application](Project.Views.Application.md) ###### [Count](Project.Views.Count.md) ###### [Item](Project.Views.Item.md) ###### [Parent](Project.Views.Parent.md) #### [ViewsCombination object](Project.viewscombination(object).md) ##### Methods ###### [Add](Project.ViewsCombination.Add.md) ###### [Copy](Project.ViewsCombination.Copy.md) ##### Properties ###### [Application](Project.ViewsCombination.Application.md) ###### [Count](Project.ViewsCombination.Count.md) ###### [Item](Project.ViewsCombination.Item.md) ###### [Parent](Project.ViewsCombination.Parent.md) #### [ViewSingle object](Project.ViewSingle.md) ##### Methods ###### [Apply](Project.ViewSingle.Apply.md) ###### [Delete](Project.ViewSingle.Delete.md) ##### Properties ###### [Application](Project.ViewSingle.Application.md) ###### [Filter](Project.ViewSingle.Filter.md) ###### [Group](Project.ViewSingle.Group.md) ###### [HighlightFilter](Project.ViewSingle.HighlightFilter.md) ###### [Index](Project.ViewSingle.Index.md) ###### [Name](Project.ViewSingle.Name.md) ###### [Parent](Project.ViewSingle.Parent.md) ###### [Screen](Project.ViewSingle.Screen.md) ###### [ShowInMenu](Project.ViewSingle.ShowInMenu.md) ###### [Single](Project.ViewSingle.Single.md) ###### [Table](Project.ViewSingle.Table.md) ###### [Type](Project.ViewSingle.Type.md) #### [ViewsSingle object](Project.viewssingle(object).md) ##### Methods ###### [Add](Project.ViewsSingle.Add.md) ###### [Copy](Project.ViewsSingle.Copy.md) ##### Properties ###### [Application](Project.ViewsSingle.Application.md) ###### [Count](Project.ViewsSingle.Count.md) ###### [Item](Project.ViewsSingle.Item.md) ###### [Parent](Project.ViewsSingle.Parent.md) #### [WeekDay object](Project.WeekDay.md) ##### Methods ###### [Default](Project.WeekDay.Default.md) ##### Properties ###### [Application](Project.WeekDay.Application.md) ###### [Calendar](Project.WeekDay.Calendar.md) ###### [Count](Project.WeekDay.Count.md) ###### [Index](Project.WeekDay.Index.md) ###### [Name](Project.WeekDay.Name.md) ###### [Parent](Project.WeekDay.Parent.md) ###### [Shift1](Project.WeekDay.Shift1.md) ###### [Shift2](Project.WeekDay.Shift2.md) ###### [Shift3](Project.WeekDay.Shift3.md) ###### [Shift4](Project.WeekDay.Shift4.md) ###### [Shift5](Project.WeekDay.Shift5.md) ###### [Working](Project.WeekDay.Working.md) #### [WeekDays object](Project.WeekDays.md) ##### Properties ###### [Application](Project.WeekDays.Application.md) ###### [Count](Project.WeekDays.Count.md) ###### [Item](Project.WeekDays.Item.md) ###### [Parent](Project.WeekDays.Parent.md) #### [Window object](Project.Window.md) ##### Methods ###### [Activate](Project.Window.Activate.md) ###### [Close](Project.Window.Close.md) ###### [Refresh](Project.Window.Refresh.md) ###### [WebBrowserControlFrame](Project.Window.WebBrowserControlFrame.md) ###### [WebBrowserControlWindow](Project.Window.WebBrowserControlWindow.md) ##### Properties ###### [ActivePane](Project.Window.ActivePane.md) ###### [Application](Project.Window.Application.md) ###### [BottomPane](Project.Window.BottomPane.md) ###### [Caption](Project.Window.Caption.md) ###### [Height](Project.Window.Height.md) ###### [Index](Project.Window.Index.md) ###### [Left](Project.Window.Left.md) ###### [Parent](Project.Window.Parent.md) ###### [Top](Project.Window.Top.md) ###### [TopPane](Project.Window.TopPane.md) ###### [Visible](Project.Window.Visible.md) ###### [Width](Project.Window.Width.md) ###### [WindowState](Project.Window.WindowState.md) #### [Windows object](Project.windows(object).md) ##### Properties ###### [ActiveWindow](Project.Windows.ActiveWindow.md) ###### [Application](Project.Windows.Application.md) ###### [Count](Project.Windows.Count.md) ###### [Item](Project.Windows.Item.md) ###### [Parent](Project.Windows.Parent.md) #### [Windows2 object](Project.windows2(object).md) ##### Properties ###### [ActiveWindow](Project.Windows2.ActiveWindow.md) ###### [Application](Project.Windows2.Application.md) ###### [Count](Project.Windows2.Count.md) ###### [Item](Project.Windows2.Item.md) ###### [Parent](Project.Windows2.Parent.md) #### [WorkWeek object](Project.WorkWeek.md) ##### Methods ###### [Delete](Project.WorkWeek.Delete.md) ##### Properties ###### [Application](Project.WorkWeek.Application.md) ###### [Finish](Project.WorkWeek.Finish.md) ###### [Index](Project.WorkWeek.Index.md) ###### [Name](Project.WorkWeek.Name.md) ###### [Parent](Project.WorkWeek.Parent.md) ###### [Start](Project.WorkWeek.Start.md) ###### [WeekDays](Project.WorkWeek.WeekDays.md) #### [WorkWeekDay object](Project.WorkWeekDay.md) ##### Methods ###### [Default](Project.WorkWeekDay.Default.md) ##### Properties ###### [Application](Project.WorkWeekDay.Application.md) ###### [Calendar](Project.WorkWeekDay.Calendar.md) ###### [Count](Project.WorkWeekDay.Count.md) ###### [Index](Project.WorkWeekDay.Index.md) ###### [Name](Project.WorkWeekDay.Name.md) ###### [Parent](Project.WorkWeekDay.Parent.md) ###### [Shift1](Project.WorkWeekDay.Shift1.md) ###### [Shift2](Project.WorkWeekDay.Shift2.md) ###### [Shift3](Project.WorkWeekDay.Shift3.md) ###### [Shift4](Project.WorkWeekDay.Shift4.md) ###### [Shift5](Project.WorkWeekDay.Shift5.md) ###### [Working](Project.WorkWeekDay.Working.md) #### [WorkWeekDays object](Project.WorkWeekDays.md) ##### Properties ###### [Application](Project.WorkWeekDays.Application.md) ###### [Count](Project.WorkWeekDays.Count.md) ###### [Item](Project.WorkWeekDays.Item.md) ###### [Parent](Project.WorkWeekDays.Parent.md) #### [WorkWeeks object](Project.workweeks.md) ##### Methods ###### [Add](Project.WorkWeeks.Add.md) ##### Properties ###### [Application](Project.WorkWeeks.Application.md) ###### [Count](Project.WorkWeeks.Count.md) ###### [Item](Project.WorkWeeks.Item.md) ###### [Parent](Project.WorkWeeks.Parent.md) #### [Year object](Project.Year.md) ##### Methods ###### [Default](Project.Year.Default.md) ##### Properties ###### [Application](Project.Year.Application.md) ###### [Calendar](Project.Year.Calendar.md) ###### [Count](Project.Year.Count.md) ###### [Index](Project.Year.Index.md) ###### [Months](Project.Year.Months.md) ###### [Name](Project.Year.Name.md) ###### [Parent](Project.Year.Parent.md) ###### [Shift1](Project.Year.Shift1.md) ###### [Shift2](Project.Year.Shift2.md) ###### [Shift3](Project.Year.Shift3.md) ###### [Shift4](Project.Year.Shift4.md) ###### [Shift5](Project.Year.Shift5.md) ###### [Working](Project.Year.Working.md) #### [Years object](Project.years.md) ##### Properties ###### [Application](Project.Years.Application.md) ###### [Count](Project.Years.Count.md) ###### [Item](Project.Years.Item.md) ###### [Parent](Project.Years.Parent.md) #### [Enumerations](Project(enumerations).md) ##### [PjAccountType](Project.PjAccountType.md) ##### [PjAccrueAt](Project.PjAccrueAt.md) ##### [PjAlign](Project.PjAlign.md) ##### [PjAlignment](Project.PjAlignment.md) ##### [PjAssignmentField](Project.PjAssignmentField.md) ##### [PjAssignmentReplanAction](Project.PjAssignmentReplanAction.md) ##### [PjAssignmentTimescaledData](Project.PjAssignmentTimescaledData.md) ##### [PjAssignmentUnits](Project.PjAssignmentUnits.md) ##### [PjAssignmentWarnings](Project.pjassignmentwarnings.md) ##### [PjAssignResourcesListFields](Project.PjAssignResourcesListFields.md) ##### [PjAuthentication](Project.PjAuthentication.md) ##### [PjAutoFilterType](Project.PjAutoFilterType.md) ##### [PjAutomaticSaveOptions](Project.PjAutomaticSaveOptions.md) ##### [PjBackgroundPattern](Project.PjBackgroundPattern.md) ##### [PjBarEndShape](Project.PjBarEndShape.md) ##### [PjBarItem](Project.PjBarItem.md) ##### [PjBarShape](Project.PjBarShape.md) ##### [PjBarSize](Project.PjBarSize.md) ##### [PjBarType](Project.PjBarType.md) ##### [PjBaselines](Project.PjBaselines.md) ##### [PjBookingTypes](Project.PjBookingTypes.md) ##### [PjBorder](Project.PjBorder.md) ##### [PjBoxSet](Project.PjBoxSet.md) ##### [PjBoxShape](Project.PjBoxShape.md) ##### [PjBoxStyle](Project.PjBoxStyle.md) ##### [PjCacheJobState](Project.pjcachejobstate.md) ##### [PjCalculation](Project.PjCalculation.md) ##### [PjCalendarBarType](Project.PjCalendarBarType.md) ##### [PjCalendarDateLabel](Project.PjCalendarDateLabel.md) ##### [PjCalendarShading](Project.PjCalendarShading.md) ##### [PjCalendarType](Project.PjCalendarType.md) ##### [PjCell](Project.PjCell.md) ##### [PjCheckOutType](Project.PjCheckOutType.md) ##### [PjColor](Project.PjColor.md) ##### [PjCommitmentTaskLinkType](Project.PjCommitmentTaskLinkType.md) ##### [PjCompareVersionColumns](Project.PjCompareVersionColumns.md) ##### [PjCompareVersionItems](Project.PjCompareVersionItems.md) ##### [PjComparison](Project.PjComparison.md) ##### [PjConstraint](Project.PjConstraint.md) ##### [PjCopyPictureFor](Project.PjCopyPictureFor.md) ##### [PjCopyPictureRows](Project.PjCopyPictureRows.md) ##### [PjCopyPictureScaleOption](Project.PjCopyPictureScaleOption.md) ##### [PjCostRateTable](Project.PjCostRateTable.md) ##### [PjCriteriaList](Project.PjCriteriaList.md) ##### [PjCustomField](Project.PjCustomField.md) ##### [PjCustomFieldAttribute](Project.PjCustomFieldAttribute.md) ##### [PjCustomFieldType](Project.PjCustomFieldType.md) ##### [PjCustomizeMailAction](Project.PjCustomizeMailAction.md) ##### [PjCustomOutlineCodeSequence](Project.PjCustomOutlineCodeSequence.md) ##### [PjDataCategories](Project.PjDataCategories.md) ##### [PjDataTemplate](Project.PjDataTemplate.md) ##### [PjDateFormat](Project.PjDateFormat.md) ##### [PjDateLabel](Project.PjDateLabel.md) ##### [PjDateOrder](Project.PjDateOrder.md) ##### [PjDayLabel](Project.PjDayLabel.md) ##### [PjDialog](Project.PjDialog.md) ##### [PjDocExportType](Project.PjDocExportType.md) ##### [PjEarnedValueMethod](Project.PjEarnedValueMethod.md) ##### [PjEditionType](Project.PjEditionType.md) ##### [PjEnableCancelKey](Project.PjEnableCancelKey.md) ##### [PjEngagementViolationType](Project.pjengagementviolationtype.md) ##### [PjEngagementWarnings](Project.pjengagementwarnings.md) ##### [PjExceptionItem](Project.PjExceptionItem.md) ##### [PjExceptionPosition](Project.PjExceptionPosition.md) ##### [PjExceptionType](Project.PjExceptionType.md) ##### [PjField](Project.PjField.md) ##### [PjFieldType](Project.PjFieldType.md) ##### [PjFieldTypes](Project.PjFieldTypes.md) ##### [PjFileFormat](Project.PjFileFormat.md) ##### [PjFillPattern](Project.PjFillPattern.md) ##### [PjFilterViewType](Project.PjFilterViewType.md) ##### [PjFormatUnit](Project.PjFormatUnit.md) ##### [PjGanttBarLink](Project.PjGanttBarLink.md) ##### [PjGridline](Project.PjGridline.md) ##### [PjGroupOn](Project.PjGroupOn.md) ##### [PjIMEMode](Project.PjIMEMode.md) ##### [PjImportMethods](Project.PjImportMethods.md) ##### [PjIndicator](Project.PjIndicator.md) ##### [PjInformationTab](Project.PjInformationTab.md) ##### [PjIsCommandEnabled](Project.PjIsCommandEnabled.md) ##### [PjItemType](Project.PjItemType.md) ##### [PjJobType](Project.pjjobtype.md) ##### [PjLayoutMode](Project.PjLayoutMode.md) ##### [PjLayoutScheme](Project.PjLayoutScheme.md) ##### [PjLegacyFileFormats](Project.PjLegacyFileFormats.md) ##### [PjLegend](Project.PjLegend.md) ##### [PjLevelOrder](Project.PjLevelOrder.md) ##### [PjLevelPeriodBasis](Project.PjLevelPeriodBasis.md) ##### [PjLevelSelectedOption](Project.PjLevelSelectedOption.md) ##### [PjLineType](Project.PjLineType.md) ##### [PjLinkColorMode](Project.PjLinkColorMode.md) ##### [PjLinkStyle](Project.PjLinkStyle.md) ##### [PjListOrder](Project.PjListOrder.md) ##### [PjLoginType](Project.PjLoginType.md) ##### [PjMailField](Project.PjMailField.md) ##### [PjMailSystem](Project.PjMailSystem.md) ##### [PjMeasurementUnits](Project.PjMeasurementUnits.md) ##### [PjMergeType](Project.PjMergeType.md) ##### [PjMessageType](Project.PjMessageType.md) ##### [PjMonth](Project.PjMonth.md) ##### [PjMonthLabel](Project.PjMonthLabel.md) ##### [PjMSApplication](Project.PjMSApplication.md) ##### [PjNewTasksStartOnDate](Project.PjNewTasksStartOnDate.md) ##### [PjNonWorkingPlacement](Project.PjNonWorkingPlacement.md) ##### [PjOptionsSecurityTab](Project.PjOptionsSecurityTab.md) ##### [PjOrganizer](Project.PjOrganizer.md) ##### [PjOverallocationType](Project.PjOverallocationType.md) ##### [PjPageSetupCalendarItem](Project.PjPageSetupCalendarItem.md) ##### [PjPaperSize](Project.PjPaperSize.md) ##### [PjPasteSpecialType](Project.PjPasteSpecialType.md) ##### [PjPhoneticType](Project.PjPhoneticType.md) ##### [PjPlacement](Project.PjPlacement.md) ##### [PjPoolAction](Project.PjPoolAction.md) ##### [PjPoolOpen](Project.PjPoolOpen.md) ##### [PjPriority](Project.PjPriority.md) ##### [PjProfileConnectionState](Project.PjProfileConnectionState.md) ##### [PjProfileType](Project.PjProfileType.md) ##### [PjProjectServerTrackingMethod](Project.PjProjectServerTrackingMethod.md) ##### [PjProjectType](Project.PjProjectType.md) ##### [PjProjectUpdate](Project.PjProjectUpdate.md) ##### [PjPublishScope](Project.PjPublishScope.md) ##### [PjRecalcDriverType](Project.PjRecalcDriverType.md) ##### [PjReportLayoutTemplateId](Project.pjreportlayouttemplateid.md) ##### [PjResAssignOperation](Project.PjResAssignOperation.md) ##### [PjResourceGraphPattern](Project.PjResourceGraphPattern.md) ##### [PjResourceGraphStyle](Project.PjResourceGraphStyle.md) ##### [PjResourceRequestType](Project.PjResourceRequestType.md) ##### [PjResourceTimescaledData](Project.PjResourceTimescaledData.md) ##### [PjResourceTypes](Project.PjResourceTypes.md) ##### [PjResourceWarnings](Project.pjresourcewarnings.md) ##### [PjResSubstitutionPoolOption](Project.PjResSubstitutionPoolOption.md) ##### [PjRowColSize](Project.PjRowColSize.md) ##### [PjSaveBaselineFrom](Project.PjSaveBaselineFrom.md) ##### [PjSaveBaselineTo](Project.PjSaveBaselineTo.md) ##### [PjSaveType](Project.PjSaveType.md) ##### [PjScheduleProjectFrom](Project.PjScheduleProjectFrom.md) ##### [PjServerPage](Project.PjServerPage.md) ##### [PjServerVersionInfo](Project.PjServerVersionInfo.md) ##### [PjShape](Project.PjShape.md) ##### [PjSpellingField](Project.PjSpellingField.md) ##### [PjStatusType](Project.PjStatusType.md) ##### [PjSummaryCalc](Project.PjSummaryCalc.md) ##### [PjTaskFixedType](Project.PjTaskFixedType.md) ##### [PjTaskLinkType](Project.PjTaskLinkType.md) ##### [PJTaskOutlineShowLevel](Project.PJTaskOutlineShowLevel.md) ##### [PjTaskTimescaledData](Project.PjTaskTimescaledData.md) ##### [PjTaskWarnings](Project.PjTaskWarnings.md) ##### [PjTeamPlannerStyle](Project.PjTeamPlannerStyle.md) ##### [PjTeamStatusCompletedWork](Project.PjTeamStatusCompletedWork.md) ##### [PjTextFileOrigin](Project.PjTextFileOrigin.md) ##### [PjTextItem](Project.PjTextItem.md) ##### [PjThemeElement](Project.PjThemeElement.md) ##### [PjTimelineInsertTaskType](Project.PjTimelineInsertTaskType.md) ##### [PjTimelineShowHide](Project.PjTimelineShowHide.md) ##### [PjTimescaledData](Project.PjTimescaledData.md) ##### [PjTimescaleUnit](Project.PjTimescaleUnit.md) ##### [PjToolbarAction](Project.PjToolbarAction.md) ##### [PjUnit](Project.PjUnit.md) ##### [PjValueListItem](Project.PjValueListItem.md) ##### [PjVerticalAlignment](Project.PjVerticalAlignment.md) ##### [PjViewScreen](Project.PjViewScreen.md) ##### [PjViewType](Project.pjviewtype.md) ##### [PjVisualReportsCubeType](Project.PjVisualReportsCubeType.md) ##### [PjVisualReportsDataLevel](Project.PjVisualReportsDataLevel.md) ##### [PjVisualReportsTab](Project.PjVisualReportsTab.md) ##### [PjVisualReportsTemplateType](Project.PjVisualReportsTemplateType.md) ##### [PjWBSSequence](Project.PjWBSSequence.md) ##### [PjWeekday](Project.PjWeekday.md) ##### [PjWeekLabel](Project.PjWeekLabel.md) ##### [PjWindowState](Project.PjWindowState.md) ##### [PjWorkContourType](Project.PjWorkContourType.md) ##### [PjYesNoAutomatic](Project.PjYesNoAutomatic.md) ## Publisher ### [Overview](overview/Publisher.md) ### Concepts #### [Overview](../publisher/Concepts/concepts-publisher-vba-reference.md) #### [Return an object from a collection](../publisher/Concepts/returning-an-object-from-a-collection-publisher.md) #### [Use events with the Application object](../publisher/Concepts/using-events-with-the-application-object-publisher.md) #### [Use events with the Document object](../publisher/Concepts/using-events-with-the-document-object-publisher.md) ### Object model #### [Overview](overview/Publisher/object-model.md) #### [Adjustments object](Publisher.Adjustments.md) ##### Properties ###### [Application](Publisher.Adjustments.Application.md) ###### [Count](Publisher.Adjustments.Count.md) ###### [Item](Publisher.Adjustments.Item.md) ###### [Parent](Publisher.Adjustments.Parent.md) #### [AdvancedPrintOptions object](Publisher.AdvancedPrintOptions.md) ##### Properties ###### [AllowBleeds](Publisher.AdvancedPrintOptions.AllowBleeds.md) ###### [Application](Publisher.AdvancedPrintOptions.Application.md) ###### [BackSideInsertFaceUp](Publisher.AdvancedPrintOptions.BackSideInsertFaceUp.md) ###### [GraphicsResolution](Publisher.AdvancedPrintOptions.GraphicsResolution.md) ###### [HorizontalFlip](Publisher.AdvancedPrintOptions.HorizontalFlip.md) ###### [IsPostscriptPrinter](Publisher.AdvancedPrintOptions.IsPostscriptPrinter.md) ###### [ManualFeedAlign](Publisher.AdvancedPrintOptions.ManualFeedAlign.md) ###### [ManualFeedDirection](Publisher.AdvancedPrintOptions.ManualFeedDirection.md) ###### [NegativeImage](Publisher.AdvancedPrintOptions.NegativeImage.md) ###### [PageRotated](Publisher.AdvancedPrintOptions.PageRotated.md) ###### [Parent](Publisher.AdvancedPrintOptions.Parent.md) ###### [PrintBleedMarks](Publisher.AdvancedPrintOptions.PrintBleedMarks.md) ###### [PrintCropMarks](Publisher.AdvancedPrintOptions.PrintCropMarks.md) ###### [PrintDensityBars](Publisher.AdvancedPrintOptions.PrintDensityBars.md) ###### [PrintJobInformation](Publisher.AdvancedPrintOptions.PrintJobInformation.md) ###### [PrintRegistrationMarks](Publisher.AdvancedPrintOptions.PrintRegistrationMarks.md) ###### [Resolution](Publisher.AdvancedPrintOptions.Resolution.md) ###### [UseOnlyPublicationFonts](Publisher.AdvancedPrintOptions.UseOnlyPublicationFonts.md) ###### [VerticalFlip](Publisher.AdvancedPrintOptions.VerticalFlip.md) #### [Application object](Publisher.Application.md) ##### Events ###### [AfterPrint](Publisher.Application.AfterPrint.md) ###### [BeforePrint](Publisher.Application.BeforePrint.md) ###### [DocumentBeforeClose](Publisher.Application.DocumentBeforeClose.md) ###### [DocumentOpen](Publisher.Application.DocumentOpen.md) ###### [HideCatalogUI](Publisher.Application.HideCatalogUI.md) ###### [MailMergeAfterMerge](Publisher.Application.MailMergeAfterMerge.md) ###### [MailMergeAfterRecordMerge](Publisher.Application.MailMergeAfterRecordMerge.md) ###### [MailMergeBeforeMerge](Publisher.Application.MailMergeBeforeMerge.md) ###### [MailMergeBeforeRecordMerge](Publisher.Application.MailMergeBeforeRecordMerge.md) ###### [MailMergeDataSourceLoad](Publisher.Application.MailMergeDataSourceLoad.md) ###### [MailMergeDataSourceValidate](Publisher.Application.MailMergeDataSourceValidate.md) ###### [MailMergeGenerateBarcode](Publisher.Application.MailMergeGenerateBarcode.md) ###### [MailMergeInsertBarcode](Publisher.Application.MailMergeInsertBarcode.md) ###### [MailMergeRecipientListClose](Publisher.Application.MailMergeRecipientListClose.md) ###### [MailMergeWizardFollowUpCustom](Publisher.Application.MailMergeWizardFollowUpCustom.md) ###### [MailMergeWizardStateChange](Publisher.Application.MailMergeWizardStateChange.md) ###### [NewDocument](Publisher.Application.NewDocument(even).md) ###### [Quit](Publisher.Application.Quit(even).md) ###### [ShowCatalogUI](Publisher.Application.ShowCatalogUI.md) ###### [WindowActivate](Publisher.Application.WindowActivate.md) ###### [WindowDeactivate](Publisher.Application.WindowDeactivate.md) ###### [WindowPageChange](Publisher.Application.WindowPageChange.md) ##### Methods ###### [CentimetersToPoints](Publisher.Application.CentimetersToPoints.md) ###### [ChangeFileOpenDirectory](Publisher.Application.ChangeFileOpenDirectory.md) ###### [EmusToPoints](Publisher.Application.EmusToPoints.md) ###### [Help](Publisher.Application.Help.md) ###### [InchesToPoints](Publisher.Application.InchesToPoints.md) ###### [IsValidObject](Publisher.Application.IsValidObject.md) ###### [LinesToPoints](Publisher.Application.LinesToPoints.md) ###### [MillimetersToPoints](Publisher.Application.MillimetersToPoints.md) ###### [NewDocument](Publisher.Application.NewDocument(method).md) ###### [Open](Publisher.Application.Open.md) ###### [PicasToPoints](Publisher.Application.PicasToPoints.md) ###### [PixelsToPoints](Publisher.Application.PixelsToPoints.md) ###### [PointsToCentimeters](Publisher.Application.PointsToCentimeters.md) ###### [PointsToEmus](Publisher.Application.PointsToEmus.md) ###### [PointsToInches](Publisher.Application.PointsToInches.md) ###### [PointsToLines](Publisher.Application.PointsToLines.md) ###### [PointsToMillimeters](Publisher.Application.PointsToMillimeters.md) ###### [PointsToPicas](Publisher.Application.PointsToPicas.md) ###### [PointsToPixels](Publisher.Application.PointsToPixels.md) ###### [PointsToTwips](Publisher.Application.PointsToTwips.md) ###### [Quit](Publisher.Application.Quit(method).md) ###### [ShowWizardCatalog](Publisher.Application.ShowWizardCatalog.md) ###### [TwipsToPoints](Publisher.Application.TwipsToPoints.md) ##### Properties ###### [ActiveDocument](Publisher.Application.ActiveDocument.md) ###### [ActiveWindow](Publisher.Application.ActiveWindow.md) ###### [Application](Publisher.Application.Application.md) ###### [Assistance](Publisher.Application.Assistance.md) ###### [AutomationSecurity](Publisher.Application.AutomationSecurity.md) ###### [Build](Publisher.Application.Build.md) ###### [CaptionStyles](Publisher.application.captionstyles.md) ###### [ColorSchemes](Publisher.Application.ColorSchemes.md) ###### [COMAddIns](Publisher.Application.COMAddIns.md) ###### [CommandBars](Publisher.Application.CommandBars.md) ###### [Documents](Publisher.Application.Documents.md) ###### [FileDialog](Publisher.Application.FileDialog.md) ###### [InsertBarcodeVisible](Publisher.Application.InsertBarcodeVisible.md) ###### [InstalledPrinters](Publisher.Application.InstalledPrinters.md) ###### [Language](Publisher.Application.Language.md) ###### [Name](Publisher.Application.Name.md) ###### [OfficeDataSourceObject](Publisher.Application.OfficeDataSourceObject.md) ###### [Options](Publisher.Application.Options.md) ###### [Parent](Publisher.Application.Parent.md) ###### [Path](Publisher.Application.Path.md) ###### [PathSeparator](Publisher.Application.PathSeparator.md) ###### [PrintPreview](Publisher.Application.PrintPreview.md) ###### [ProductCode](Publisher.Application.ProductCode.md) ###### [ScreenUpdating](Publisher.Application.ScreenUpdating.md) ###### [Selection](Publisher.Application.Selection.md) ###### [ShowFollowUpCustom](Publisher.Application.ShowFollowUpCustom.md) ###### [SnapToGuides](Publisher.Application.SnapToGuides.md) ###### [SnapToObjects](Publisher.Application.SnapToObjects.md) ###### [TemplateFolderPath](Publisher.Application.TemplateFolderPath.md) ###### [ValidateAddressVisible](Publisher.Application.ValidateAddressVisible.md) ###### [Version](Publisher.Application.Version.md) ###### [WebOptions](Publisher.Application.WebOptions.md) ###### [WizardCatalogVisible](Publisher.Application.WizardCatalogVisible.md) #### [Attachment object](Publisher.Attachment.md) ##### Methods ###### [Delete](Publisher.Attachment.Delete.md) ##### Properties ###### [Name](Publisher.Attachment.Name.md) #### [Attachments object](Publisher.Attachments.md) ##### Methods ###### [Add](Publisher.Attachments.Add.md) ###### [ClearAll](Publisher.Attachments.ClearAll.md) ##### Properties ###### [Application](Publisher.Attachments.Application.md) ###### [Count](Publisher.Attachments.Count.md) ###### [Item](Publisher.Attachments.Item.md) ###### [Parent](Publisher.Attachments.Parent.md) #### [BorderArt object](Publisher.BorderArt.md) ##### Properties ###### [Application](Publisher.BorderArt.Application.md) ###### [Name](Publisher.BorderArt.Name.md) ###### [Parent](Publisher.BorderArt.Parent.md) #### [BorderArtFormat object](Publisher.BorderArtFormat.md) ##### Methods ###### [Delete](Publisher.BorderArtFormat.Delete.md) ###### [RevertToDefaultWeight](Publisher.BorderArtFormat.RevertToDefaultWeight.md) ###### [RevertToOriginalColor](Publisher.BorderArtFormat.RevertToOriginalColor.md) ###### [Set](Publisher.BorderArtFormat.Set.md) ##### Properties ###### [Application](Publisher.BorderArtFormat.Application.md) ###### [Color](Publisher.BorderArtFormat.Color.md) ###### [Exists](Publisher.BorderArtFormat.Exists.md) ###### [Name](Publisher.BorderArtFormat.Name.md) ###### [Parent](Publisher.BorderArtFormat.Parent.md) ###### [StretchPictures](Publisher.BorderArtFormat.StretchPictures.md) ###### [Weight](Publisher.BorderArtFormat.Weight.md) #### [BorderArts object](Publisher.BorderArts.md) ##### Methods ###### [Item](Publisher.BorderArts.Item.md) ##### Properties ###### [Application](Publisher.BorderArts.Application.md) ###### [Count](Publisher.BorderArts.Count.md) ###### [Parent](Publisher.BorderArts.Parent.md) #### [BuildingBlock object](Publisher.BuildingBlock.md) ##### Methods ###### [Delete](Publisher.BuildingBlock.Delete.md) ##### Properties ###### [Category](Publisher.BuildingBlock.Category.md) ###### [Description](Publisher.BuildingBlock.Description.md) ###### [Gallery](Publisher.BuildingBlock.Gallery.md) ###### [Keywords](Publisher.buildingblock.keywords.md) ###### [Name](Publisher.BuildingBlock.Name.md) ###### [ShowInGallery](Publisher.BuildingBlock.ShowInGallery.md) ###### [Type](Publisher.BuildingBlock.Type.md) #### [BuildingBlocks object](Publisher.BuildingBlocks.md) ##### Properties ###### [Application](Publisher.BuildingBlocks.Application.md) ###### [Count](Publisher.BuildingBlocks.Count.md) ###### [Item](Publisher.BuildingBlocks.Item.md) ###### [Parent](Publisher.BuildingBlocks.Parent.md) #### [CalloutFormat object](Publisher.CalloutFormat.md) ##### Methods ###### [AutomaticLength](Publisher.CalloutFormat.AutomaticLength.md) ###### [CustomDrop](Publisher.CalloutFormat.CustomDrop.md) ###### [CustomLength](Publisher.CalloutFormat.CustomLength.md) ###### [PresetDrop](Publisher.CalloutFormat.PresetDrop.md) ##### Properties ###### [Accent](Publisher.CalloutFormat.Accent.md) ###### [Angle](Publisher.CalloutFormat.Angle.md) ###### [Application](Publisher.CalloutFormat.Application.md) ###### [AutoAttach](Publisher.CalloutFormat.AutoAttach.md) ###### [AutoLength](Publisher.CalloutFormat.AutoLength.md) ###### [Border](Publisher.CalloutFormat.Border.md) ###### [Drop](Publisher.CalloutFormat.Drop.md) ###### [DropType](Publisher.CalloutFormat.DropType.md) ###### [Gap](Publisher.CalloutFormat.Gap.md) ###### [Length](Publisher.CalloutFormat.Length.md) ###### [Parent](Publisher.CalloutFormat.Parent.md) ###### [Type](Publisher.CalloutFormat.Type.md) #### [CaptionStyle object](Publisher.CaptionStyle.md) ##### Properties ###### [Application](Publisher.CaptionStyle.Application.md) ###### [Name](Publisher.CaptionStyle.Name.md) ###### [Parent](Publisher.CaptionStyle.Parent.md) #### [CaptionStyles object](Publisher.CaptionStyles.md) ##### Methods ###### [Item](Publisher.CaptionStyles.Item.md) ##### Properties ###### [Application](Publisher.CaptionStyles.Application.md) ###### [Count](Publisher.CaptionStyles.Count.md) ###### [Parent](Publisher.CaptionStyles.Parent.md) #### [CatalogMergeShapes object](Publisher.CatalogMergeShapes.md) ##### Methods ###### [Item](Publisher.CatalogMergeShapes.Item.md) ###### [Range](Publisher.CatalogMergeShapes.Range.md) ##### Properties ###### [Application](Publisher.CatalogMergeShapes.Application.md) ###### [Count](Publisher.CatalogMergeShapes.Count.md) ###### [HorizontalRepeat](Publisher.CatalogMergeShapes.HorizontalRepeat.md) ###### [Parent](Publisher.CatalogMergeShapes.Parent.md) ###### [VerticalRepeat](Publisher.CatalogMergeShapes.VerticalRepeat.md) #### [Cell object](Publisher.Cell.md) ##### Methods ###### [Merge](Publisher.Cell.Merge.md) ###### [Select](Publisher.Cell.Select.md) ###### [Split](Publisher.Cell.Split.md) ##### Properties ###### [Application](Publisher.Cell.Application.md) ###### [BorderBottom](Publisher.Cell.BorderBottom.md) ###### [BorderDiagonal](Publisher.Cell.BorderDiagonal.md) ###### [BorderLeft](Publisher.Cell.BorderLeft.md) ###### [BorderRight](Publisher.Cell.BorderRight.md) ###### [BorderTop](Publisher.Cell.BorderTop.md) ###### [CellTextOrientation](Publisher.Cell.CellTextOrientation.md) ###### [Column](Publisher.Cell.Column.md) ###### [Diagonal](Publisher.Cell.Diagonal.md) ###### [Fill](Publisher.Cell.Fill.md) ###### [HasText](Publisher.Cell.HasText.md) ###### [Height](Publisher.Cell.Height.md) ###### [MarginBottom](Publisher.Cell.MarginBottom.md) ###### [MarginLeft](Publisher.Cell.MarginLeft.md) ###### [MarginRight](Publisher.Cell.MarginRight.md) ###### [MarginTop](Publisher.Cell.MarginTop.md) ###### [Parent](Publisher.Cell.Parent.md) ###### [Row](Publisher.Cell.Row.md) ###### [Selected](Publisher.Cell.Selected.md) ###### [TextRange](Publisher.Cell.TextRange.md) ###### [VerticalTextAlignment](Publisher.Cell.VerticalTextAlignment.md) ###### [Width](Publisher.Cell.Width.md) #### [CellBorder object](Publisher.CellBorder.md) ##### Properties ###### [Application](Publisher.CellBorder.Application.md) ###### [Color](Publisher.CellBorder.Color.md) ###### [Parent](Publisher.CellBorder.Parent.md) ###### [Weight](Publisher.CellBorder.Weight.md) #### [CellRange object](Publisher.CellRange.md) ##### Methods ###### [Item](Publisher.CellRange.Item.md) ###### [Merge](Publisher.CellRange.Merge.md) ###### [Select](Publisher.CellRange.Select.md) ##### Properties ###### [Application](Publisher.CellRange.Application.md) ###### [Column](Publisher.CellRange.Column.md) ###### [Count](Publisher.CellRange.Count.md) ###### [Height](Publisher.CellRange.Height.md) ###### [Parent](Publisher.CellRange.Parent.md) ###### [Row](Publisher.CellRange.Row.md) ###### [Width](Publisher.CellRange.Width.md) #### [ColorCMYK object](Publisher.ColorCMYK.md) ##### Methods ###### [SetCMYK](Publisher.ColorCMYK.SetCMYK.md) ##### Properties ###### [Application](Publisher.ColorCMYK.Application.md) ###### [Black](Publisher.ColorCMYK.Black.md) ###### [Cyan](Publisher.ColorCMYK.Cyan.md) ###### [Magenta](Publisher.ColorCMYK.Magenta.md) ###### [Parent](Publisher.ColorCMYK.Parent.md) ###### [Yellow](Publisher.ColorCMYK.Yellow.md) #### [ColorFormat object](Publisher.ColorFormat.md) ##### Properties ###### [Application](Publisher.ColorFormat.Application.md) ###### [BaseCMYK](Publisher.ColorFormat.BaseCMYK.md) ###### [BaseRGB](Publisher.ColorFormat.BaseRGB.md) ###### [CMYK](Publisher.ColorFormat.CMYK.md) ###### [Ink](Publisher.ColorFormat.Ink.md) ###### [Parent](Publisher.ColorFormat.Parent.md) ###### [RGB](Publisher.ColorFormat.RGB.md) ###### [SchemeColor](Publisher.ColorFormat.SchemeColor.md) ###### [TintAndShade](Publisher.ColorFormat.TintAndShade.md) ###### [Transparency](Publisher.ColorFormat.Transparency.md) ###### [Type](Publisher.ColorFormat.Type.md) #### [ColorScheme object](Publisher.ColorScheme.md) ##### Properties ###### [Application](Publisher.ColorScheme.Application.md) ###### [Colors](Publisher.ColorScheme.Colors.md) ###### [Name](Publisher.ColorScheme.Name.md) ###### [Parent](Publisher.ColorScheme.Parent.md) #### [ColorSchemes object](Publisher.ColorSchemes.md) ##### Properties ###### [Application](Publisher.ColorSchemes.Application.md) ###### [Count](Publisher.ColorSchemes.Count.md) ###### [Item](Publisher.ColorSchemes.Item.md) ###### [Parent](Publisher.ColorSchemes.Parent.md) #### [ColorsInUse object](Publisher.ColorsInUse.md) ##### Properties ###### [Application](Publisher.ColorsInUse.Application.md) ###### [Count](Publisher.ColorsInUse.Count.md) ###### [Item](Publisher.ColorsInUse.Item.md) ###### [Parent](Publisher.ColorsInUse.Parent.md) #### [Column object](Publisher.Column.md) ##### Methods ###### [Delete](Publisher.Column.Delete.md) ##### Properties ###### [Application](Publisher.Column.Application.md) ###### [Cells](Publisher.Column.Cells.md) ###### [Parent](Publisher.Column.Parent.md) ###### [Width](Publisher.Column.Width.md) #### [Columns object](Publisher.Columns.md) ##### Methods ###### [Add](Publisher.Columns.Add.md) ###### [Item](Publisher.Columns.Item.md) ##### Properties ###### [Application](Publisher.Columns.Application.md) ###### [Count](Publisher.Columns.Count.md) ###### [Parent](Publisher.Columns.Parent.md) #### [ConnectorFormat object](Publisher.ConnectorFormat.md) ##### Methods ###### [BeginConnect](Publisher.ConnectorFormat.BeginConnect.md) ###### [BeginDisconnect](Publisher.ConnectorFormat.BeginDisconnect.md) ###### [EndConnect](Publisher.ConnectorFormat.EndConnect.md) ###### [EndDisconnect](Publisher.ConnectorFormat.EndDisconnect.md) ##### Properties ###### [Application](Publisher.ConnectorFormat.Application.md) ###### [BeginConnected](Publisher.ConnectorFormat.BeginConnected.md) ###### [BeginConnectedShape](Publisher.ConnectorFormat.BeginConnectedShape.md) ###### [BeginConnectionSite](Publisher.ConnectorFormat.BeginConnectionSite.md) ###### [EndConnected](Publisher.ConnectorFormat.EndConnected.md) ###### [EndConnectedShape](Publisher.ConnectorFormat.EndConnectedShape.md) ###### [EndConnectionSite](Publisher.ConnectorFormat.EndConnectionSite.md) ###### [Parent](Publisher.ConnectorFormat.Parent.md) ###### [Type](Publisher.ConnectorFormat.Type.md) #### [Document object](Publisher.Document.md) ##### Events ###### [BeforeClose](Publisher.Document.BeforeClose.md) ###### [Open](Publisher.Document.Open.md) ###### [Redo](Publisher.Document.Redo(even).md) ###### [ShapesAdded](Publisher.Document.ShapesAdded.md) ###### [ShapesRemoved](Publisher.Document.ShapesRemoved.md) ###### [Undo](Publisher.Document.Undo(even).md) ###### [WizardAfterChange](Publisher.Document.WizardAfterChange.md) ##### Methods ###### [BeginCustomUndoAction](Publisher.Document.BeginCustomUndoAction.md) ###### [ChangeDocument](Publisher.Document.ChangeDocument.md) ###### [Close](Publisher.Document.Close.md) ###### [ConvertPublicationType](Publisher.Document.ConvertPublicationType.md) ###### [EndCustomUndoAction](Publisher.Document.EndCustomUndoAction.md) ###### [ExportAsFixedFormat](Publisher.Document.ExportAsFixedFormat.md) ###### [FindShapeByWizardTag](Publisher.Document.FindShapeByWizardTag.md) ###### [FindShapesByTag](Publisher.Document.FindShapesByTag.md) ###### [PrintOutEx](Publisher.Document.PrintOutEx.md) ###### [Redo](Publisher.Document.Redo(method).md) ###### [Save](Publisher.Document.Save.md) ###### [SaveAs](Publisher.Document.SaveAs.md) ###### [SetBusinessInformation](Publisher.Document.SetBusinessInformation.md) ###### [Undo](Publisher.Document.Undo(method).md) ###### [UndoClear](Publisher.Document.UndoClear.md) ###### [UpdateOLEObjects](Publisher.Document.UpdateOLEObjects.md) ###### [WebPagePreview](Publisher.Document.WebPagePreview.md) ##### Properties ###### [ActiveView](Publisher.Document.ActiveView.md) ###### [ActiveWindow](Publisher.Document.ActiveWindow.md) ###### [AdvancedPrintOptions](Publisher.Document.AdvancedPrintOptions.md) ###### [Application](Publisher.Document.Application.md) ###### [AvailableBuildingBlocks](Publisher.document.availablebuildingblocks.md) ###### [BorderArts](Publisher.Document.BorderArts.md) ###### [ColorScheme](Publisher.Document.ColorScheme.md) ###### [DefaultTabStop](Publisher.Document.DefaultTabStop.md) ###### [DocumentDirection](Publisher.Document.DocumentDirection.md) ###### [EnvelopeVisible](Publisher.Document.EnvelopeVisible.md) ###### [Find](Publisher.Document.Find.md) ###### [FullName](Publisher.Document.FullName.md) ###### [IsDataSourceConnected](Publisher.Document.IsDataSourceConnected.md) ###### [IsWizard](Publisher.Document.IsWizard.md) ###### [LayoutGuides](Publisher.Document.LayoutGuides.md) ###### [MailEnvelope](Publisher.Document.MailEnvelope.md) ###### [MailMerge](Publisher.Document.MailMerge.md) ###### [MasterPages](Publisher.Document.MasterPages.md) ###### [Name](Publisher.Document.Name.md) ###### [Pages](Publisher.Document.Pages.md) ###### [PageSetup](Publisher.Document.PageSetup.md) ###### [Parent](Publisher.Document.Parent.md) ###### [Path](Publisher.Document.Path.md) ###### [PrintPageBackgrounds](Publisher.Document.PrintPageBackgrounds.md) ###### [PrintStyle](Publisher.Document.PrintStyle.md) ###### [PublicationType](Publisher.Document.PublicationType.md) ###### [ReadOnly](Publisher.Document.ReadOnly.md) ###### [RedoActionsAvailable](Publisher.Document.RedoActionsAvailable.md) ###### [RemovePersonalInformation](Publisher.Document.RemovePersonalInformation.md) ###### [Saved](Publisher.Document.Saved.md) ###### [SaveFormat](Publisher.Document.SaveFormat.md) ###### [ScratchArea](Publisher.Document.ScratchArea.md) ###### [Sections](Publisher.Document.Sections.md) ###### [Selection](Publisher.Document.Selection.md) ###### [Stories](Publisher.Document.Stories.md) ###### [SurplusShapes](Publisher.Document.SurplusShapes.md) ###### [Tags](Publisher.Document.Tags.md) ###### [TextStyles](Publisher.Document.TextStyles.md) ###### [UndoActionsAvailable](Publisher.Document.UndoActionsAvailable.md) ###### [ViewBoundaries](Publisher.Document.ViewBoundaries.md) ###### [ViewGuides](Publisher.Document.ViewGuides.md) ###### [ViewHorizontalBaseLineGuides](Publisher.Document.ViewHorizontalBaseLineGuides.md) ###### [ViewTwoPageSpread](Publisher.Document.ViewTwoPageSpread.md) ###### [ViewVerticalBaseLineGuides](Publisher.Document.ViewVerticalBaseLineGuides.md) ###### [WebNavigationBarSets](Publisher.Document.WebNavigationBarSets.md) ###### [Wizard](Publisher.Document.Wizard.md) #### [Documents object](Publisher.Documents.md) ##### Methods ###### [Add](Publisher.Documents.Add.md) ##### Properties ###### [Application](Publisher.Documents.Application.md) ###### [Count](Publisher.Documents.Count.md) ###### [Item](Publisher.Documents.Item.md) ###### [Parent](Publisher.Documents.Parent.md) #### [DropCap object](Publisher.DropCap.md) ##### Methods ###### [ApplyCustomDropCap](Publisher.DropCap.ApplyCustomDropCap.md) ###### [Clear](Publisher.DropCap.Clear.md) ##### Properties ###### [Application](Publisher.DropCap.Application.md) ###### [FontBold](Publisher.DropCap.FontBold.md) ###### [FontColor](Publisher.DropCap.FontColor.md) ###### [FontItalic](Publisher.DropCap.FontItalic.md) ###### [FontName](Publisher.DropCap.FontName.md) ###### [LinesUp](Publisher.DropCap.LinesUp.md) ###### [Parent](Publisher.DropCap.Parent.md) ###### [Size](Publisher.DropCap.Size.md) ###### [Span](Publisher.DropCap.Span.md) #### [EmailMergeEnvelope object](Publisher.EmailMergeEnvelope.md) ##### Properties ###### [Application](Publisher.EmailMergeEnvelope.Application.md) ###### [Attachments](Publisher.EmailMergeEnvelope.Attachments.md) ###### [Bcc](Publisher.EmailMergeEnvelope.Bcc.md) ###### [Cc](Publisher.EmailMergeEnvelope.Cc.md) ###### [Parent](Publisher.EmailMergeEnvelope.Parent.md) ###### [Priority](Publisher.EmailMergeEnvelope.Priority.md) ###### [Subject](Publisher.EmailMergeEnvelope.Subject.md) ###### [To](Publisher.EmailMergeEnvelope.To.md) #### [Field object](Publisher.Field.md) ##### Methods ###### [Unlink](Publisher.Field.Unlink.md) ##### Properties ###### [Application](Publisher.Field.Application.md) ###### [Code](Publisher.Field.Code.md) ###### [Next](Publisher.Field.Next.md) ###### [Parent](Publisher.Field.Parent.md) ###### [PhoneticGuide](Publisher.Field.PhoneticGuide.md) ###### [Result](Publisher.Field.Result.md) ###### [TextRange](Publisher.Field.TextRange.md) ###### [Type](Publisher.field.type.md) #### [Fields object](Publisher.Fields.md) ##### Methods ###### [AddHorizontalInVertical](Publisher.Fields.AddHorizontalInVertical.md) ###### [AddPhoneticGuide](Publisher.Fields.AddPhoneticGuide.md) ###### [Item](Publisher.Fields.Item.md) ###### [Unlink](Publisher.Fields.Unlink.md) ##### Properties ###### [Application](Publisher.Fields.Application.md) ###### [Count](Publisher.Fields.Count.md) ###### [Parent](Publisher.Fields.Parent.md) #### [FillFormat object](Publisher.FillFormat.md) ##### Methods ###### [OneColorGradient](Publisher.FillFormat.OneColorGradient.md) ###### [Patterned](Publisher.FillFormat.Patterned.md) ###### [PresetGradient](Publisher.FillFormat.PresetGradient.md) ###### [PresetTextured](Publisher.FillFormat.PresetTextured.md) ###### [Solid](Publisher.FillFormat.Solid.md) ###### [TwoColorGradient](Publisher.FillFormat.TwoColorGradient.md) ###### [UserPicture](Publisher.FillFormat.UserPicture.md) ###### [UserTextured](Publisher.FillFormat.UserTextured.md) ##### Properties ###### [Application](Publisher.FillFormat.Application.md) ###### [BackColor](Publisher.FillFormat.BackColor.md) ###### [ForeColor](Publisher.FillFormat.ForeColor.md) ###### [GradientAngle](Publisher.fillformat.gradientangle.md) ###### [GradientColorType](Publisher.FillFormat.GradientColorType.md) ###### [GradientDegree](Publisher.FillFormat.GradientDegree.md) ###### [GradientStyle](Publisher.FillFormat.GradientStyle.md) ###### [GradientVariant](Publisher.FillFormat.GradientVariant.md) ###### [Parent](Publisher.FillFormat.Parent.md) ###### [Pattern](Publisher.FillFormat.Pattern.md) ###### [PresetGradientType](Publisher.FillFormat.PresetGradientType.md) ###### [PresetTexture](Publisher.FillFormat.PresetTexture.md) ###### [RotateWithObject](Publisher.fillformat.rotatewithobject.md) ###### [TextureAlignment](Publisher.fillformat.texturealignment.md) ###### [TextureHorizontalScale](Publisher.fillformat.texturehorizontalscale.md) ###### [TextureName](Publisher.FillFormat.TextureName.md) ###### [TextureOffsetX](Publisher.fillformat.textureoffsetx.md) ###### [TextureOffsetY](Publisher.fillformat.textureoffsety.md) ###### [TextureType](Publisher.FillFormat.TextureType.md) ###### [TextureVerticalScale](Publisher.fillformat.textureverticalscale.md) ###### [Transparency](Publisher.fillformat.transparency.md) ###### [Type](Publisher.FillFormat.Type.md) ###### [Visible](Publisher.FillFormat.Visible.md) #### [FindReplace object](Publisher.FindReplace.md) ##### Methods ###### [Clear](Publisher.FindReplace.Clear.md) ###### [Execute](Publisher.FindReplace.Execute.md) ##### Properties ###### [Application](Publisher.FindReplace.Application.md) ###### [FindText](Publisher.FindReplace.FindText.md) ###### [Forward](Publisher.FindReplace.Forward.md) ###### [FoundTextRange](Publisher.FindReplace.FoundTextRange.md) ###### [MatchAlefHamza](Publisher.FindReplace.MatchAlefHamza.md) ###### [MatchCase](Publisher.FindReplace.MatchCase.md) ###### [MatchDiacritics](Publisher.FindReplace.MatchDiacritics.md) ###### [MatchKashida](Publisher.FindReplace.MatchKashida.md) ###### [MatchWholeWord](Publisher.FindReplace.MatchWholeWord.md) ###### [MatchWidth](Publisher.FindReplace.MatchWidth.md) ###### [Parent](Publisher.FindReplace.Parent.md) ###### [ReplaceScope](Publisher.FindReplace.ReplaceScope.md) ###### [ReplaceWithText](Publisher.FindReplace.ReplaceWithText.md) #### [Font object](Publisher.Font.md) ##### Methods ###### [Duplicate](Publisher.Font.Duplicate.md) ###### [GetScriptName](Publisher.Font.GetScriptName.md) ###### [Grow](Publisher.Font.Grow.md) ###### [Reset](Publisher.Font.Reset.md) ###### [SetScriptName](Publisher.Font.SetScriptName.md) ###### [Shrink](Publisher.Font.Shrink.md) ##### Properties ###### [AllCaps](Publisher.Font.AllCaps.md) ###### [Application](Publisher.Font.Application.md) ###### [AttachedToText](Publisher.Font.AttachedToText.md) ###### [AutomaticPairKerningThreshold](Publisher.Font.AutomaticPairKerningThreshold.md) ###### [Bold](Publisher.Font.Bold.md) ###### [BoldBi](Publisher.Font.BoldBi.md) ###### [ContextualAlternates](Publisher.Font.ContextualAlternates.md) ###### [DiacriticColor](Publisher.Font.DiacriticColor.md) ###### [ExpandUsingKashida](Publisher.Font.ExpandUsingKashida.md) ###### [Fill](Publisher.font.fill.md) ###### [Glow](Publisher.font.glow.md) ###### [Italic](Publisher.Font.Italic.md) ###### [ItalicBi](Publisher.Font.ItalicBi.md) ###### [Kerning](Publisher.Font.Kerning.md) ###### [Ligature](Publisher.font.ligature.md) ###### [Line](Publisher.font.line.md) ###### [Name](Publisher.Font.Name.md) ###### [NumberStyle](Publisher.font.numberstyle.md) ###### [Parent](Publisher.Font.Parent.md) ###### [Position](Publisher.Font.Position.md) ###### [Reflection](Publisher.font.reflection.md) ###### [Scaling](Publisher.Font.Scaling.md) ###### [Size](Publisher.Font.Size.md) ###### [SizeBi](Publisher.Font.SizeBi.md) ###### [SmallCaps](Publisher.Font.SmallCaps.md) ###### [StrikeThrough](Publisher.font.strikethrough.md) ###### [StylisticAlternates](Publisher.Font.StylisticAlternates.md) ###### [StylisticSets](Publisher.Font.StylisticSets.md) ###### [SubScript](Publisher.Font.SubScript.md) ###### [SuperScript](Publisher.Font.SuperScript.md) ###### [Swash](Publisher.Font.Swash.md) ###### [TextShadow](Publisher.font.textshadow.md) ###### [ThreeD](Publisher.font.threed.md) ###### [Tracking](Publisher.Font.Tracking.md) ###### [TrackingPreset](Publisher.Font.TrackingPreset.md) ###### [Underline](Publisher.Font.Underline.md) ###### [UseDiacriticColor](Publisher.Font.UseDiacriticColor.md) #### [FreeformBuilder object](Publisher.FreeformBuilder.md) ##### Methods ###### [AddNodes](Publisher.FreeformBuilder.AddNodes.md) ###### [ConvertToShape](Publisher.FreeformBuilder.ConvertToShape.md) ##### Properties ###### [Application](Publisher.FreeformBuilder.Application.md) ###### [Parent](Publisher.FreeformBuilder.Parent.md) #### [GlowFormat object](Publisher.glowformat.md) ##### Properties ###### [Color](Publisher.glowformat.color.md) ###### [Radius](Publisher.glowformat.radius.md) ###### [Transparency](Publisher.glowformat.transparency.md) ###### [Visible](Publisher.glowformat.visible.md) #### [GroupShapes object](Publisher.GroupShapes.md) ##### Methods ###### [Item](Publisher.GroupShapes.Item.md) ##### Properties ###### [Application](Publisher.GroupShapes.Application.md) ###### [Count](Publisher.GroupShapes.Count.md) ###### [Parent](Publisher.GroupShapes.Parent.md) #### [HeaderFooter object](Publisher.HeaderFooter.md) ##### Methods ###### [Delete](Publisher.HeaderFooter.Delete.md) ##### Properties ###### [Application](Publisher.HeaderFooter.Application.md) ###### [IsHeader](Publisher.HeaderFooter.IsHeader.md) ###### [Parent](Publisher.HeaderFooter.Parent.md) ###### [TextRange](Publisher.HeaderFooter.TextRange.md) #### [Hyperlink object](Publisher.Hyperlink.md) ##### Methods ###### [Delete](Publisher.Hyperlink.Delete.md) ###### [SetPageRelative](Publisher.Hyperlink.SetPageRelative.md) ##### Properties ###### [Address](Publisher.Hyperlink.Address.md) ###### [Application](Publisher.Hyperlink.Application.md) ###### [EmailSubject](Publisher.Hyperlink.EmailSubject.md) ###### [PageID](Publisher.Hyperlink.PageID.md) ###### [Parent](Publisher.Hyperlink.Parent.md) ###### [Range](Publisher.Hyperlink.Range.md) ###### [Shape](Publisher.Hyperlink.Shape.md) ###### [TargetType](Publisher.Hyperlink.TargetType.md) ###### [TextToDisplay](Publisher.Hyperlink.TextToDisplay.md) ###### [Type](Publisher.Hyperlink.Type.md) #### [Hyperlinks object](Publisher.Hyperlinks.md) ##### Methods ###### [Add](Publisher.Hyperlinks.Add.md) ##### Properties ###### [Application](Publisher.Hyperlinks.Application.md) ###### [Count](Publisher.Hyperlinks.Count.md) ###### [Item](Publisher.Hyperlinks.Item.md) ###### [Parent](Publisher.Hyperlinks.Parent.md) #### [InlineShapes object](Publisher.InlineShapes.md) ##### Methods ###### [Item](Publisher.InlineShapes.Item.md) ##### Properties ###### [Application](Publisher.InlineShapes.Application.md) ###### [Count](Publisher.InlineShapes.Count.md) ###### [Parent](Publisher.InlineShapes.Parent.md) ###### [Range](Publisher.InlineShapes.Range.md) #### [InstalledPrinters object](Publisher.InstalledPrinters.md) ##### Properties ###### [Application](Publisher.InstalledPrinters.Application.md) ###### [Count](Publisher.InstalledPrinters.Count.md) ###### [Item](Publisher.InstalledPrinters.Item.md) ###### [Parent](Publisher.InstalledPrinters.Parent.md) #### [LayoutGuides object](Publisher.LayoutGuides.md) ##### Properties ###### [Application](Publisher.LayoutGuides.Application.md) ###### [ColumnGutterWidth](Publisher.LayoutGuides.ColumnGutterWidth.md) ###### [Columns](Publisher.LayoutGuides.Columns.md) ###### [GutterCenterlines](Publisher.LayoutGuides.GutterCenterlines.md) ###### [HorizontalBaseLineOffset](Publisher.LayoutGuides.HorizontalBaseLineOffset.md) ###### [HorizontalBaseLineSpacing](Publisher.LayoutGuides.HorizontalBaseLineSpacing.md) ###### [MarginBottom](Publisher.LayoutGuides.MarginBottom.md) ###### [MarginLeft](Publisher.LayoutGuides.MarginLeft.md) ###### [MarginRight](Publisher.LayoutGuides.MarginRight.md) ###### [MarginTop](Publisher.LayoutGuides.MarginTop.md) ###### [MirrorGuides](Publisher.LayoutGuides.MirrorGuides.md) ###### [Parent](Publisher.LayoutGuides.Parent.md) ###### [RowGutterWidth](Publisher.LayoutGuides.RowGutterWidth.md) ###### [Rows](Publisher.LayoutGuides.Rows.md) ###### [VerticalBaseLineOffset](Publisher.LayoutGuides.VerticalBaseLineOffset.md) ###### [VerticalBaseLineSpacing](Publisher.LayoutGuides.VerticalBaseLineSpacing.md) #### [LineFormat object](Publisher.LineFormat.md) ##### Methods ###### [PresetGradient](Publisher.lineformat.presetgradient.md) ##### Properties ###### [Application](Publisher.LineFormat.Application.md) ###### [BackColor](Publisher.LineFormat.BackColor.md) ###### [BeginArrowheadLength](Publisher.LineFormat.BeginArrowheadLength.md) ###### [BeginArrowheadStyle](Publisher.LineFormat.BeginArrowheadStyle.md) ###### [BeginArrowheadWidth](Publisher.LineFormat.BeginArrowheadWidth.md) ###### [CapStyle](Publisher.lineformat.capstyle.md) ###### [DashStyle](Publisher.LineFormat.DashStyle.md) ###### [EndArrowheadLength](Publisher.LineFormat.EndArrowheadLength.md) ###### [EndArrowheadStyle](Publisher.LineFormat.EndArrowheadStyle.md) ###### [EndArrowheadWidth](Publisher.LineFormat.EndArrowheadWidth.md) ###### [ForeColor](Publisher.LineFormat.ForeColor.md) ###### [GradientAngle](Publisher.lineformat.gradientangle.md) ###### [GradientColorType](Publisher.lineformat.gradientcolortype.md) ###### [GradientStyle](Publisher.lineformat.gradientstyle.md) ###### [GradientVariant](Publisher.lineformat.gradientvariant.md) ###### [InsetPen](Publisher.LineFormat.InsetPen.md) ###### [JoinStyle](Publisher.lineformat.joinstyle.md) ###### [Parent](Publisher.LineFormat.Parent.md) ###### [Pattern](Publisher.LineFormat.Pattern.md) ###### [PresetGradientType](Publisher.lineformat.presetgradienttype.md) ###### [Style](Publisher.LineFormat.Style.md) ###### [Transparency](Publisher.lineformat.transparency.md) ###### [Type](Publisher.lineformat.type.md) ###### [Visible](Publisher.LineFormat.Visible.md) ###### [Weight](Publisher.LineFormat.Weight.md) #### [LinkFormat object](Publisher.LinkFormat.md) ##### Methods ###### [Update](Publisher.LinkFormat.Update.md) ##### Properties ###### [Application](Publisher.LinkFormat.Application.md) ###### [Parent](Publisher.LinkFormat.Parent.md) ###### [SourceFullName](Publisher.LinkFormat.SourceFullName.md) #### [MailMerge object](Publisher.MailMerge.md) ##### Methods ###### [CreateShortcut](Publisher.MailMerge.CreateShortcut.md) ###### [Execute](Publisher.MailMerge.Execute.md) ###### [ExportRecipientList](Publisher.MailMerge.ExportRecipientList.md) ###### [OpenDataSource](Publisher.MailMerge.OpenDataSource.md) ###### [ShowWizardEx](Publisher.MailMerge.ShowWizardEx.md) ##### Properties ###### [Application](Publisher.MailMerge.Application.md) ###### [DataSource](Publisher.MailMerge.DataSource.md) ###### [DocumentUpdating](Publisher.MailMerge.DocumentUpdating.md) ###### [EmailMergeEnvelope](Publisher.MailMerge.EmailMergeEnvelope.md) ###### [Parent](Publisher.MailMerge.Parent.md) ###### [SuppressBlankLines](Publisher.MailMerge.SuppressBlankLines.md) ###### [Type](Publisher.MailMerge.Type.md) ###### [ViewMailMergeFieldCodes](Publisher.MailMerge.ViewMailMergeFieldCodes.md) ###### [WizardState](Publisher.MailMerge.WizardState.md) #### [MailMergeDataField object](Publisher.MailMergeDataField.md) ##### Methods ###### [AddToRecipientFields](Publisher.MailMergeDataField.AddToRecipientFields.md) ###### [Insert](Publisher.MailMergeDataField.Insert.md) ###### [MapToRecipientField](Publisher.MailMergeDataField.MapToRecipientField.md) ###### [UnMapRecipientField](Publisher.MailMergeDataField.UnMapRecipientField.md) ##### Properties ###### [Application](Publisher.MailMergeDataField.Application.md) ###### [Creator](Publisher.MailMergeDataField.Creator.md) ###### [FieldType](Publisher.MailMergeDataField.FieldType.md) ###### [Index](Publisher.MailMergeDataField.Index.md) ###### [IsMapped](Publisher.MailMergeDataField.IsMapped.md) ###### [MappedTo](Publisher.MailMergeDataField.MappedTo.md) ###### [Name](Publisher.MailMergeDataField.Name.md) ###### [Parent](Publisher.MailMergeDataField.Parent.md) ###### [Value](Publisher.MailMergeDataField.Value.md) #### [MailMergeDataFields object](Publisher.MailMergeDataFields.md) ##### Methods ###### [Item](Publisher.MailMergeDataFields.Item.md) ##### Properties ###### [Application](Publisher.MailMergeDataFields.Application.md) ###### [Count](Publisher.MailMergeDataFields.Count.md) ###### [Creator](Publisher.MailMergeDataFields.Creator.md) ###### [Parent](Publisher.MailMergeDataFields.Parent.md) #### [MailMergeDataSource object](Publisher.MailMergeDataSource.md) ##### Methods ###### [ApplyFilter](Publisher.MailMergeDataSource.ApplyFilter.md) ###### [Close](Publisher.MailMergeDataSource.Close.md) ###### [EditRecord](Publisher.MailMergeDataSource.EditRecord.md) ###### [FindRecord](Publisher.MailMergeDataSource.FindRecord.md) ###### [OpenRecipientsDialog](Publisher.MailMergeDataSource.OpenRecipientsDialog.md) ###### [SetAllErrorFlags](Publisher.MailMergeDataSource.SetAllErrorFlags.md) ###### [SetAllIncludedFlags](Publisher.MailMergeDataSource.SetAllIncludedFlags.md) ###### [SetSortOrder](Publisher.MailMergeDataSource.SetSortOrder.md) ##### Properties ###### [ActiveRecord](Publisher.MailMergeDataSource.ActiveRecord.md) ###### [Application](Publisher.MailMergeDataSource.Application.md) ###### [ConnectString](Publisher.MailMergeDataSource.ConnectString.md) ###### [DataFields](Publisher.MailMergeDataSource.DataFields.md) ###### [DataSources](Publisher.MailMergeDataSource.DataSources.md) ###### [EverValidated](Publisher.MailMergeDataSource.EverValidated.md) ###### [Filters](Publisher.MailMergeDataSource.Filters.md) ###### [FirstRecord](Publisher.MailMergeDataSource.FirstRecord.md) ###### [Included](Publisher.MailMergeDataSource.Included.md) ###### [InvalidAddress](Publisher.MailMergeDataSource.InvalidAddress.md) ###### [InvalidComments](Publisher.MailMergeDataSource.InvalidComments.md) ###### [IsMaster](Publisher.MailMergeDataSource.IsMaster.md) ###### [LastRecord](Publisher.MailMergeDataSource.LastRecord.md) ###### [MappedDataFields](Publisher.MailMergeDataSource.MappedDataFields.md) ###### [Name](Publisher.MailMergeDataSource.Name.md) ###### [Parent](Publisher.MailMergeDataSource.Parent.md) ###### [RecordCount](Publisher.MailMergeDataSource.RecordCount.md) ###### [TableName](Publisher.MailMergeDataSource.TableName.md) ###### [Type](Publisher.MailMergeDataSource.Type.md) ###### [ValidatedClean](Publisher.MailMergeDataSource.ValidatedClean.md) #### [MailMergeDataSources object](Publisher.MailMergeDataSources.md) ##### Methods ###### [Item](Publisher.MailMergeDataSources.Item.md) ##### Properties ###### [Application](Publisher.MailMergeDataSources.Application.md) ###### [Count](Publisher.MailMergeDataSources.Count.md) ###### [Creator](Publisher.MailMergeDataSources.Creator.md) ###### [Parent](Publisher.MailMergeDataSources.Parent.md) #### [MailMergeFilterCriterion object](Publisher.MailMergeFilterCriterion.md) ##### Properties ###### [Application](Publisher.MailMergeFilterCriterion.Application.md) ###### [Column](Publisher.MailMergeFilterCriterion.Column.md) ###### [CompareTo](Publisher.MailMergeFilterCriterion.CompareTo.md) ###### [Comparison](Publisher.MailMergeFilterCriterion.Comparison.md) ###### [Conjunction](Publisher.MailMergeFilterCriterion.Conjunction.md) ###### [Creator](Publisher.MailMergeFilterCriterion.Creator.md) ###### [Index](Publisher.MailMergeFilterCriterion.Index.md) ###### [Parent](Publisher.MailMergeFilterCriterion.Parent.md) #### [MailMergeFilters object](Publisher.MailMergeFilters.md) ##### Methods ###### [Add](Publisher.MailMergeFilters.Add.md) ###### [Delete](Publisher.MailMergeFilters.Delete.md) ###### [Item](Publisher.MailMergeFilters.Item.md) ##### Properties ###### [Application](Publisher.MailMergeFilters.Application.md) ###### [Count](Publisher.MailMergeFilters.Count.md) ###### [Creator](Publisher.MailMergeFilters.Creator.md) ###### [Parent](Publisher.MailMergeFilters.Parent.md) #### [MailMergeMappedDataField object](Publisher.mailmergemappeddataField.md) ##### Properties ###### [Application](Publisher.mailmergemappeddataField.Application.md) ###### [DataFieldName](Publisher.MailMergeMappedDataField.DataFieldName.md) ###### [Index](Publisher.MailMergeMappedDataField.Index.md) ###### [Name](Publisher.MailMergeMappedDataField.Name.md) ###### [Parent](Publisher.mailmergemappeddataField.Parent.md) ###### [Value](Publisher.MailMergeMappedDataField.Value.md) #### [MailMergeMappedDataFields object](Publisher.mailmergemappeddataFields.md) ##### Methods ###### [Item](Publisher.mailmergemappeddataFields.Item.md) ##### Properties ###### [Application](Publisher.mailmergemappeddataFields.Application.md) ###### [Count](Publisher.mailmergemappeddataFields.Count.md) ###### [Parent](Publisher.mailmergemappeddataFields.Parent.md) #### [MasterPages object](Publisher.MasterPages.md) ##### Methods ###### [Add](Publisher.MasterPages.Add.md) ###### [FindByPageID](Publisher.MasterPages.FindByPageID.md) ##### Properties ###### [Application](Publisher.MasterPages.Application.md) ###### [Count](Publisher.MasterPages.Count.md) ###### [Item](Publisher.MasterPages.Item.md) ###### [Parent](Publisher.MasterPages.Parent.md) #### [ObjectVerbs object](Publisher.ObjectVerbs.md) ##### Methods ###### [Item](Publisher.ObjectVerbs.Item.md) ##### Properties ###### [Application](Publisher.ObjectVerbs.Application.md) ###### [Count](Publisher.ObjectVerbs.Count.md) ###### [Parent](Publisher.ObjectVerbs.Parent.md) #### [OLEFormat object](Publisher.OLEFormat.md) ##### Methods ###### [Activate](Publisher.OLEFormat.Activate.md) ###### [DoVerb](Publisher.OLEFormat.DoVerb.md) ##### Properties ###### [Application](Publisher.OLEFormat.Application.md) ###### [Object](Publisher.OLEFormat.Object.md) ###### [ObjectVerbs](Publisher.OLEFormat.ObjectVerbs.md) ###### [Parent](Publisher.OLEFormat.Parent.md) ###### [ProgId](Publisher.OLEFormat.ProgId.md) #### [Options object](Publisher.Options.md) ##### Methods ###### [ResetTips](Publisher.Options.ResetTips.md) ###### [ResetWizardSynchronizing](Publisher.Options.ResetWizardSynchronizing.md) ##### Properties ###### [AddHebDoubleQuote](Publisher.Options.AddHebDoubleQuote.md) ###### [AllowBackgroundSave](Publisher.Options.AllowBackgroundSave.md) ###### [Application](Publisher.Options.Application.md) ###### [AutoFormatWord](Publisher.Options.AutoFormatWord.md) ###### [AutoHyphenate](Publisher.Options.AutoHyphenate.md) ###### [AutoKeyboardSwitching](Publisher.Options.AutoKeyboardSwitching.md) ###### [AutoSelectWord](Publisher.Options.AutoSelectWord.md) ###### [DefaultPubDirection](Publisher.Options.DefaultPubDirection.md) ###### [DefaultTextFlowDirection](Publisher.Options.DefaultTextFlowDirection.md) ###### [DisplayStatusBar](Publisher.Options.DisplayStatusBar.md) ###### [DragAndDropText](Publisher.Options.DragAndDropText.md) ###### [HyphenationZone](Publisher.Options.HyphenationZone.md) ###### [MeasurementUnit](Publisher.Options.MeasurementUnit.md) ###### [Parent](Publisher.Options.Parent.md) ###### [PathForPictures](Publisher.Options.PathForPictures.md) ###### [PathForPublications](Publisher.Options.PathForPublications.md) ###### [SaveAutoRecoverInfo](Publisher.Options.SaveAutoRecoverInfo.md) ###### [SaveAutoRecoverInfoInterval](Publisher.Options.SaveAutoRecoverInfoInterval.md) ###### [SequenceCheck](Publisher.Options.SequenceCheck.md) ###### [ShowBasicColors](Publisher.Options.ShowBasicColors.md) ###### [ShowScreenTipsOnObjects](Publisher.Options.ShowScreenTipsOnObjects.md) ###### [ShowTipPages](Publisher.Options.ShowTipPages.md) ###### [TypeNReplace](Publisher.Options.TypeNReplace.md) ###### [UseCatalogAtStartup](Publisher.Options.UseCatalogAtStartup.md) ###### [UseWizardForBlankPublication](Publisher.Options.UseWizardForBlankPublication.md) #### [Page object](Publisher.Page.md) ##### Methods ###### [Delete](Publisher.Page.Delete.md) ###### [Duplicate](Publisher.Page.Duplicate.md) ###### [ExportEmailHTML](Publisher.Page.ExportEmailHTML.md) ###### [Move](Publisher.Page.Move.md) ###### [SaveAsPicture](Publisher.Page.SaveAsPicture.md) ##### Properties ###### [Application](Publisher.Page.Application.md) ###### [Background](Publisher.Page.Background.md) ###### [Footer](Publisher.Page.Footer.md) ###### [Header](Publisher.Page.Header.md) ###### [Height](Publisher.Page.Height.md) ###### [IgnoreMaster](Publisher.Page.IgnoreMaster.md) ###### [IsLeading](Publisher.Page.IsLeading.md) ###### [IsTrailing](Publisher.Page.IsTrailing.md) ###### [IsTwoPageMaster](Publisher.Page.IsTwoPageMaster.md) ###### [IsWizardPage](Publisher.Page.IsWizardPage.md) ###### [LayoutGuides](Publisher.Page.LayoutGuides.md) ###### [Master](Publisher.Page.Master.md) ###### [Name](Publisher.Page.Name.md) ###### [PageID](Publisher.Page.PageID.md) ###### [PageIndex](Publisher.Page.PageIndex.md) ###### [PageNumber](Publisher.Page.PageNumber.md) ###### [PageType](Publisher.Page.PageType.md) ###### [Parent](Publisher.Page.Parent.md) ###### [ReaderSpread](Publisher.Page.ReaderSpread.md) ###### [RulerGuides](Publisher.Page.RulerGuides.md) ###### [Shapes](Publisher.Page.Shapes.md) ###### [Tags](Publisher.Page.Tags.md) ###### [WebPageOptions](Publisher.Page.WebPageOptions.md) ###### [Width](Publisher.Page.Width.md) ###### [Wizard](Publisher.Page.Wizard.md) ###### [XOffsetWithinReaderSpread](Publisher.Page.XOffsetWithinReaderSpread.md) ###### [YOffsetWithinReaderSpread](Publisher.Page.YOffsetWithinReaderSpread.md) #### [PageBackground object](Publisher.PageBackground.md) ##### Methods ###### [Create](Publisher.PageBackground.Create.md) ###### [Delete](Publisher.PageBackground.Delete.md) ##### Properties ###### [Application](Publisher.PageBackground.Application.md) ###### [Exists](Publisher.PageBackground.Exists.md) ###### [Fill](Publisher.PageBackground.Fill.md) ###### [Parent](Publisher.PageBackground.Parent.md) #### [Pages object](Publisher.Pages.md) ##### Methods ###### [Add](Publisher.Pages.Add.md) ###### [AddWizardPage](Publisher.Pages.AddWizardPage.md) ###### [FindByPageID](Publisher.Pages.FindByPageID.md) ##### Properties ###### [Application](Publisher.Pages.Application.md) ###### [Count](Publisher.Pages.Count.md) ###### [Item](Publisher.Pages.Item.md) ###### [Parent](Publisher.Pages.Parent.md) #### [PageSetup object](Publisher.PageSetup.md) ##### Properties ###### [Application](Publisher.PageSetup.Application.md) ###### [AvailablePageSizes](Publisher.PageSetup.AvailablePageSizes.md) ###### [HorizontalGap](Publisher.PageSetup.HorizontalGap.md) ###### [LeftMargin](Publisher.PageSetup.LeftMargin.md) ###### [PageHeight](Publisher.PageSetup.PageHeight.md) ###### [PageSize](Publisher.PageSetup.PageSize.md) ###### [PageWidth](Publisher.PageSetup.PageWidth.md) ###### [Parent](Publisher.PageSetup.Parent.md) ###### [PublicationLayout](Publisher.pagesetup.publicationlayout.md) ###### [TopMargin](Publisher.PageSetup.TopMargin.md) ###### [VerticalGap](Publisher.PageSetup.VerticalGap.md) #### [PageSize object](Publisher.PageSize.md) ##### Properties ###### [Application](Publisher.PageSize.Application.md) ###### [HasBackgroundImage](Publisher.PageSize.HasBackgroundImage.md) ###### [HorizontalGap](Publisher.PageSize.HorizontalGap.md) ###### [LeftMargin](Publisher.PageSize.LeftMargin.md) ###### [Name](Publisher.PageSize.Name.md) ###### [PageHeight](Publisher.PageSize.PageHeight.md) ###### [PageWidth](Publisher.PageSize.PageWidth.md) ###### [Parent](Publisher.PageSize.Parent.md) ###### [TopMargin](Publisher.PageSize.TopMargin.md) ###### [VerticalGap](Publisher.PageSize.VerticalGap.md) #### [PageSizes object](Publisher.PageSizes.md) ##### Properties ###### [Application](Publisher.PageSizes.Application.md) ###### [Count](Publisher.PageSizes.Count.md) ###### [Item](Publisher.PageSizes.Item.md) ###### [Parent](Publisher.PageSizes.Parent.md) #### [ParagraphFormat object](Publisher.ParagraphFormat.md) ##### Methods ###### [Duplicate](Publisher.ParagraphFormat.Duplicate.md) ###### [Reset](Publisher.ParagraphFormat.Reset.md) ###### [SetLineSpacing](Publisher.ParagraphFormat.SetLineSpacing.md) ###### [SetListType](Publisher.ParagraphFormat.SetListType.md) ##### Properties ###### [Alignment](Publisher.ParagraphFormat.Alignment.md) ###### [Application](Publisher.ParagraphFormat.Application.md) ###### [AttachedToText](Publisher.ParagraphFormat.AttachedToText.md) ###### [CharBasedFirstLineIndent](Publisher.ParagraphFormat.CharBasedFirstLineIndent.md) ###### [FirstLineIndent](Publisher.ParagraphFormat.FirstLineIndent.md) ###### [KashidaPercentage](Publisher.ParagraphFormat.KashidaPercentage.md) ###### [KeepLinesTogether](Publisher.ParagraphFormat.KeepLinesTogether.md) ###### [KeepWithNext](Publisher.ParagraphFormat.KeepWithNext.md) ###### [LeftIndent](Publisher.ParagraphFormat.LeftIndent.md) ###### [LineSpacing](Publisher.ParagraphFormat.LineSpacing.md) ###### [LineSpacingRule](Publisher.ParagraphFormat.LineSpacingRule.md) ###### [ListBulletFontName](Publisher.ParagraphFormat.ListBulletFontName.md) ###### [ListBulletFontSize](Publisher.ParagraphFormat.ListBulletFontSize.md) ###### [ListBulletText](Publisher.ParagraphFormat.ListBulletText.md) ###### [ListIndent](Publisher.ParagraphFormat.ListIndent.md) ###### [ListNumberSeparator](Publisher.ParagraphFormat.ListNumberSeparator.md) ###### [ListNumberStart](Publisher.ParagraphFormat.ListNumberStart.md) ###### [ListType](Publisher.ParagraphFormat.ListType.md) ###### [LockToBaseLine](Publisher.ParagraphFormat.LockToBaseLine.md) ###### [Parent](Publisher.ParagraphFormat.Parent.md) ###### [RightIndent](Publisher.ParagraphFormat.RightIndent.md) ###### [SpaceAfter](Publisher.ParagraphFormat.SpaceAfter.md) ###### [SpaceBefore](Publisher.ParagraphFormat.SpaceBefore.md) ###### [StartInNextTextBox](Publisher.ParagraphFormat.StartInNextTextBox.md) ###### [Tabs](Publisher.ParagraphFormat.Tabs.md) ###### [TextDirection](Publisher.ParagraphFormat.TextDirection.md) ###### [TextStyle](Publisher.ParagraphFormat.TextStyle.md) ###### [UseCharBasedFirstLineIndent](Publisher.ParagraphFormat.UseCharBasedFirstLineIndent.md) ###### [WidowControl](Publisher.ParagraphFormat.WidowControl.md) #### [PhoneticGuide object](Publisher.PhoneticGuide.md) ##### Methods ###### [Clear](Publisher.PhoneticGuide.Clear.md) ##### Properties ###### [Alignment](Publisher.PhoneticGuide.Alignment.md) ###### [Application](Publisher.PhoneticGuide.Application.md) ###### [BaseText](Publisher.PhoneticGuide.BaseText.md) ###### [FontName](Publisher.PhoneticGuide.FontName.md) ###### [FontSize](Publisher.PhoneticGuide.FontSize.md) ###### [Parent](Publisher.PhoneticGuide.Parent.md) ###### [Raise](Publisher.PhoneticGuide.Raise.md) ###### [Text](Publisher.PhoneticGuide.Text.md) #### [PictureFormat object](Publisher.PictureFormat.md) ##### Methods ###### [ClearCrop](Publisher.PictureFormat.ClearCrop.md) ###### [FillFrame](Publisher.PictureFormat.FillFrame.md) ###### [FitFrame](Publisher.PictureFormat.FitFrame.md) ###### [IncrementBrightness](Publisher.PictureFormat.IncrementBrightness.md) ###### [IncrementContrast](Publisher.PictureFormat.IncrementContrast.md) ###### [Recolor](Publisher.PictureFormat.Recolor.md) ###### [Remove](Publisher.PictureFormat.Remove.md) ###### [Replace](Publisher.PictureFormat.Replace.md) ###### [ReplaceEx](Publisher.PictureFormat.ReplaceEx.md) ###### [RestoreOriginalColors](Publisher.PictureFormat.RestoreOriginalColors.md) ##### Properties ###### [Application](Publisher.PictureFormat.Application.md) ###### [Brightness](Publisher.PictureFormat.Brightness.md) ###### [ColorModel](Publisher.PictureFormat.ColorModel.md) ###### [ColorsInPalette](Publisher.PictureFormat.ColorsInPalette.md) ###### [ColorType](Publisher.PictureFormat.ColorType.md) ###### [Contrast](Publisher.PictureFormat.Contrast.md) ###### [CropBottom](Publisher.PictureFormat.CropBottom.md) ###### [CropLeft](Publisher.PictureFormat.CropLeft.md) ###### [CropRight](Publisher.PictureFormat.CropRight.md) ###### [CropTop](Publisher.PictureFormat.CropTop.md) ###### [EffectiveResolution](Publisher.PictureFormat.EffectiveResolution.md) ###### [FileName](Publisher.PictureFormat.FileName.md) ###### [FileSize](Publisher.PictureFormat.FileSize.md) ###### [HasAlphaChannel](Publisher.PictureFormat.HasAlphaChannel.md) ###### [HasTransparencyColor](Publisher.PictureFormat.HasTransparencyColor.md) ###### [Height](Publisher.PictureFormat.Height.md) ###### [HorizontalPictureLocking](Publisher.PictureFormat.HorizontalPictureLocking.md) ###### [HorizontalScale](Publisher.PictureFormat.HorizontalScale.md) ###### [ImageFormat](Publisher.PictureFormat.ImageFormat.md) ###### [IsEmpty](Publisher.PictureFormat.IsEmpty.md) ###### [IsGreyScale](Publisher.PictureFormat.IsGreyScale.md) ###### [IsLinked](Publisher.PictureFormat.IsLinked.md) ###### [IsRecolored](Publisher.PictureFormat.IsRecolored.md) ###### [IsTrueColor](Publisher.PictureFormat.IsTrueColor.md) ###### [LeaveBlackAsBlack](Publisher.PictureFormat.LeaveBlackAsBlack.md) ###### [LinkedFileStatus](Publisher.PictureFormat.LinkedFileStatus.md) ###### [OriginalColorsInPalette](Publisher.PictureFormat.OriginalColorsInPalette.md) ###### [OriginalFileSize](Publisher.PictureFormat.OriginalFileSize.md) ###### [OriginalHasAlphaChannel](Publisher.PictureFormat.OriginalHasAlphaChannel.md) ###### [OriginalHeight](Publisher.PictureFormat.OriginalHeight.md) ###### [OriginalIsTrueColor](Publisher.PictureFormat.OriginalIsTrueColor.md) ###### [OriginalResolution](Publisher.PictureFormat.OriginalResolution.md) ###### [OriginalWidth](Publisher.PictureFormat.OriginalWidth.md) ###### [Parent](Publisher.PictureFormat.Parent.md) ###### [RecoloredPictureColor](Publisher.PictureFormat.RecoloredPictureColor.md) ###### [TransparencyColor](Publisher.PictureFormat.TransparencyColor.md) ###### [TransparentBackground](Publisher.PictureFormat.TransparentBackground.md) ###### [VerticalPictureLocking](Publisher.PictureFormat.VerticalPictureLocking.md) ###### [VerticalScale](Publisher.PictureFormat.VerticalScale.md) ###### [Width](Publisher.PictureFormat.Width.md) #### [Plate object](Publisher.Plate.md) ##### Methods ###### [ConvertToProcess](Publisher.Plate.ConvertToProcess.md) ###### [Delete](Publisher.Plate.Delete.md) ##### Properties ###### [Application](Publisher.Plate.Application.md) ###### [Color](Publisher.Plate.Color.md) ###### [Index](Publisher.Plate.Index.md) ###### [InkName](Publisher.Plate.InkName.md) ###### [InUse](Publisher.Plate.InUse.md) ###### [Luminance](Publisher.Plate.Luminance.md) ###### [Name](Publisher.Plate.Name.md) ###### [Parent](Publisher.Plate.Parent.md) #### [Plates object](Publisher.Plates.md) ##### Methods ###### [Add](Publisher.Plates.Add.md) ###### [FindPlateByInkName](Publisher.Plates.FindPlateByInkName.md) ##### Properties ###### [Application](Publisher.Plates.Application.md) ###### [Count](Publisher.Plates.Count.md) ###### [Item](Publisher.Plates.Item.md) ###### [Parent](Publisher.Plates.Parent.md) #### [PrintablePlate object](Publisher.printablePlate.md) #### [PrintablePlates object](Publisher.printablePlates.md) #### [PrintableRect object](Publisher.PrintableRect.md) ##### Properties ###### [Application](Publisher.PrintableRect.Application.md) ###### [Height](Publisher.PrintableRect.Height.md) ###### [Left](Publisher.PrintableRect.Left.md) ###### [Parent](Publisher.PrintableRect.Parent.md) ###### [Top](Publisher.PrintableRect.Top.md) ###### [Width](Publisher.PrintableRect.Width.md) #### [Printer object](Publisher.Printer.md) ##### Properties ###### [Application](Publisher.Printer.Application.md) ###### [DriverType](Publisher.Printer.DriverType.md) ###### [Index](Publisher.Printer.Index.md) ###### [IsActivePrinter](Publisher.Printer.IsActivePrinter.md) ###### [IsColor](Publisher.Printer.IsColor.md) ###### [IsDuplex](Publisher.Printer.IsDuplex.md) ###### [PaperHeight](Publisher.Printer.PaperHeight.md) ###### [PaperOrientation](Publisher.Printer.PaperOrientation.md) ###### [PaperSize](Publisher.Printer.PaperSize.md) ###### [PaperSource](Publisher.Printer.PaperSource.md) ###### [PaperWidth](Publisher.Printer.PaperWidth.md) ###### [Parent](Publisher.Printer.Parent.md) ###### [PrintableRect](Publisher.Printer.PrintableRect.md) ###### [PrinterName](Publisher.Printer.PrinterName.md) ###### [PrintMode](Publisher.Printer.PrintMode.md) #### [ReaderSpread object](Publisher.ReaderSpread.md) ##### Properties ###### [Application](Publisher.ReaderSpread.Application.md) ###### [Height](Publisher.ReaderSpread.Height.md) ###### [Left](Publisher.ReaderSpread.Left.md) ###### [PageCount](Publisher.ReaderSpread.PageCount.md) ###### [Pages](Publisher.ReaderSpread.Pages.md) ###### [Parent](Publisher.ReaderSpread.Parent.md) ###### [Top](Publisher.ReaderSpread.Top.md) ###### [Width](Publisher.ReaderSpread.Width.md) #### [ReflectionFormat object](Publisher.reflectionformat.md) ##### Properties ###### [Blur](Publisher.reflectionformat.blur.md) ###### [Offset](Publisher.reflectionformat.offset.md) ###### [Size](Publisher.reflectionformat.size.md) ###### [Transparency](Publisher.reflectionformat.transparency.md) ###### [Type](Publisher.reflectionformat.type.md) ###### [Visible](Publisher.reflectionformat.visible.md) #### [Row object](Publisher.Row.md) ##### Methods ###### [Delete](Publisher.Row.Delete.md) ##### Properties ###### [Application](Publisher.Row.Application.md) ###### [Cells](Publisher.Row.Cells.md) ###### [Height](Publisher.Row.Height.md) ###### [Parent](Publisher.Row.Parent.md) #### [Rows object](Publisher.Rows.md) ##### Methods ###### [Add](Publisher.Rows.Add.md) ###### [Item](Publisher.Rows.Item.md) ##### Properties ###### [Application](Publisher.Rows.Application.md) ###### [Count](Publisher.Rows.Count.md) ###### [Parent](Publisher.Rows.Parent.md) #### [RulerGuide object](Publisher.RulerGuide.md) ##### Methods ###### [Delete](Publisher.RulerGuide.Delete.md) ##### Properties ###### [Application](Publisher.RulerGuide.Application.md) ###### [Parent](Publisher.RulerGuide.Parent.md) ###### [Position](Publisher.RulerGuide.Position.md) ###### [Type](Publisher.RulerGuide.Type.md) #### [RulerGuides object](Publisher.RulerGuides.md) ##### Methods ###### [Add](Publisher.RulerGuides.Add.md) ##### Properties ###### [Application](Publisher.RulerGuides.Application.md) ###### [Count](Publisher.RulerGuides.Count.md) ###### [Item](Publisher.RulerGuides.Item.md) ###### [Parent](Publisher.RulerGuides.Parent.md) #### [ScratchArea object](Publisher.ScratchArea.md) ##### Properties ###### [Application](Publisher.ScratchArea.Application.md) ###### [Parent](Publisher.ScratchArea.Parent.md) ###### [Shapes](Publisher.ScratchArea.Shapes.md) #### [Section object](Publisher.Section.md) ##### Methods ###### [Delete](Publisher.Section.Delete.md) ##### Properties ###### [Application](Publisher.Section.Application.md) ###### [ContinueNumbersFromPreviousSection](Publisher.Section.ContinueNumbersFromPreviousSection.md) ###### [PageNumberFormat](Publisher.Section.PageNumberFormat.md) ###### [PageNumberStart](Publisher.Section.PageNumberStart.md) ###### [Parent](Publisher.Section.Parent.md) ###### [ShowHeaderFooterOnFirstPage](Publisher.Section.ShowHeaderFooterOnFirstPage.md) ###### [StartPageIndex](Publisher.Section.StartPageIndex.md) #### [Sections object](Publisher.Sections.md) ##### Methods ###### [Add](Publisher.Sections.Add.md) ##### Properties ###### [Application](Publisher.Sections.Application.md) ###### [Count](Publisher.Sections.Count.md) ###### [Item](Publisher.Sections.Item.md) ###### [Parent](Publisher.Sections.Parent.md) #### [Selection object](Publisher.Selection.md) ##### Methods ###### [Unselect](Publisher.Selection.Unselect.md) ##### Properties ###### [Application](Publisher.Selection.Application.md) ###### [ChildShapeRange](Publisher.Selection.ChildShapeRange.md) ###### [Parent](Publisher.Selection.Parent.md) ###### [ShapeRange](Publisher.Selection.ShapeRange.md) ###### [TableCellRange](Publisher.Selection.TableCellRange.md) ###### [TextRange](Publisher.Selection.TextRange.md) ###### [Type](Publisher.Selection.Type.md) #### [ShadowFormat object](Publisher.ShadowFormat.md) ##### Methods ###### [IncrementOffsetX](Publisher.ShadowFormat.IncrementOffsetX.md) ###### [IncrementOffsetY](Publisher.ShadowFormat.IncrementOffsetY.md) ##### Properties ###### [Application](Publisher.ShadowFormat.Application.md) ###### [Blur](Publisher.shadowformat.blur.md) ###### [ForeColor](Publisher.ShadowFormat.ForeColor.md) ###### [Obscured](Publisher.ShadowFormat.Obscured.md) ###### [OffsetX](Publisher.ShadowFormat.OffsetX.md) ###### [OffsetY](Publisher.ShadowFormat.OffsetY.md) ###### [Parent](Publisher.ShadowFormat.Parent.md) ###### [RotateWithShape](Publisher.shadowformat.rotatewithshape.md) ###### [Size](Publisher.shadowformat.size.md) ###### [Type](Publisher.ShadowFormat.Type.md) ###### [Visible](Publisher.ShadowFormat.Visible.md) #### [Shape object](Publisher.Shape.md) ##### Methods ###### [AddToCatalogMergeArea](Publisher.Shape.AddToCatalogMergeArea.md) ###### [Apply](Publisher.Shape.Apply.md) ###### [Copy](Publisher.Shape.Copy.md) ###### [Cut](Publisher.Shape.Cut.md) ###### [Delete](Publisher.Shape.Delete.md) ###### [Duplicate](Publisher.Shape.Duplicate.md) ###### [Flip](Publisher.Shape.Flip.md) ###### [GetHeight](Publisher.Shape.GetHeight.md) ###### [GetLeft](Publisher.Shape.GetLeft.md) ###### [GetTop](Publisher.Shape.GetTop.md) ###### [GetWidth](Publisher.Shape.GetWidth.md) ###### [IncrementLeft](Publisher.Shape.IncrementLeft.md) ###### [IncrementRotation](Publisher.Shape.IncrementRotation.md) ###### [IncrementTop](Publisher.Shape.IncrementTop.md) ###### [MoveIntoTextFlow](Publisher.Shape.MoveIntoTextFlow.md) ###### [MoveOutOfTextFlow](Publisher.Shape.MoveOutOfTextFlow.md) ###### [MoveToPage](Publisher.Shape.MoveToPage.md) ###### [PickUp](Publisher.Shape.PickUp.md) ###### [RemoveCatalogMergeArea](Publisher.Shape.RemoveCatalogMergeArea.md) ###### [RemoveFromCatalogMergeArea](Publisher.Shape.RemoveFromCatalogMergeArea.md) ###### [RerouteConnections](Publisher.Shape.RerouteConnections.md) ###### [SaveAsBuildingBlock](Publisher.shape.saveasbuildingblock.md) ###### [SaveAsPicture](Publisher.Shape.SaveAsPicture.md) ###### [ScaleHeight](Publisher.Shape.ScaleHeight.md) ###### [ScaleWidth](Publisher.Shape.ScaleWidth.md) ###### [Select](Publisher.Shape.Select.md) ###### [SetCaption](Publisher.shape.setcaption.md) ###### [SetShapesDefaultProperties](Publisher.Shape.SetShapesDefaultProperties.md) ###### [Ungroup](Publisher.Shape.Ungroup.md) ###### [ZOrder](Publisher.Shape.ZOrder.md) ##### Properties ###### [Adjustments](Publisher.Shape.Adjustments.md) ###### [AlternativeText](Publisher.Shape.AlternativeText.md) ###### [Application](Publisher.Shape.Application.md) ###### [AutoShapeType](Publisher.Shape.AutoShapeType.md) ###### [BlackWhiteMode](Publisher.Shape.BlackWhiteMode.md) ###### [BorderArt](Publisher.Shape.BorderArt.md) ###### [Callout](Publisher.Shape.Callout.md) ###### [CatalogMergeItems](Publisher.Shape.CatalogMergeItems.md) ###### [ConnectionSiteCount](Publisher.Shape.ConnectionSiteCount.md) ###### [Connector](Publisher.Shape.Connector.md) ###### [ConnectorFormat](Publisher.Shape.ConnectorFormat.md) ###### [Fill](Publisher.Shape.Fill.md) ###### [Glow](Publisher.shape.glow.md) ###### [GroupItems](Publisher.Shape.GroupItems.md) ###### [HasTable](Publisher.Shape.HasTable.md) ###### [HasTextFrame](Publisher.Shape.HasTextFrame.md) ###### [Height](Publisher.Shape.Height.md) ###### [HorizontalFlip](Publisher.Shape.HorizontalFlip.md) ###### [Hyperlink](Publisher.Shape.Hyperlink.md) ###### [ID](Publisher.Shape.ID.md) ###### [InlineAlignment](Publisher.Shape.InlineAlignment.md) ###### [InlineTextRange](Publisher.Shape.InlineTextRange.md) ###### [IsExcess](Publisher.Shape.IsExcess.md) ###### [IsGroupMember](Publisher.Shape.IsGroupMember.md) ###### [IsInline](Publisher.Shape.IsInline.md) ###### [Left](Publisher.Shape.Left.md) ###### [Line](Publisher.Shape.Line.md) ###### [LinkFormat](Publisher.Shape.LinkFormat.md) ###### [LockAspectRatio](Publisher.Shape.LockAspectRatio.md) ###### [Name](Publisher.Shape.Name.md) ###### [Nodes](Publisher.Shape.Nodes.md) ###### [OLEFormat](Publisher.Shape.OLEFormat.md) ###### [Parent](Publisher.Shape.Parent.md) ###### [ParentGroupShape](Publisher.Shape.ParentGroupShape.md) ###### [PictureFormat](Publisher.Shape.PictureFormat.md) ###### [Reflection](Publisher.shape.reflection.md) ###### [Rotation](Publisher.Shape.Rotation.md) ###### [Shadow](Publisher.Shape.Shadow.md) ###### [SoftEdge](Publisher.shape.softedge.md) ###### [Table](Publisher.Shape.Table.md) ###### [Tags](Publisher.Shape.Tags.md) ###### [TextEffect](Publisher.Shape.TextEffect.md) ###### [TextFrame](Publisher.Shape.TextFrame.md) ###### [TextWrap](Publisher.Shape.TextWrap.md) ###### [ThreeD](Publisher.Shape.ThreeD.md) ###### [Top](Publisher.Shape.Top.md) ###### [Type](Publisher.Shape.Type.md) ###### [VerticalFlip](Publisher.Shape.VerticalFlip.md) ###### [Vertices](Publisher.Shape.Vertices.md) ###### [WebCheckBox](Publisher.Shape.WebCheckBox.md) ###### [WebCommandButton](Publisher.Shape.WebCommandButton.md) ###### [WebListBox](Publisher.Shape.WebListBox.md) ###### [WebNavigationBarSetName](Publisher.Shape.WebNavigationBarSetName.md) ###### [WebOptionButton](Publisher.Shape.WebOptionButton.md) ###### [WebTextBox](Publisher.Shape.WebTextBox.md) ###### [Width](Publisher.Shape.Width.md) ###### [Wizard](Publisher.Shape.Wizard.md) ###### [WizardTag](Publisher.Shape.WizardTag.md) ###### [WizardTagInstance](Publisher.Shape.WizardTagInstance.md) ###### [ZOrderPosition](Publisher.Shape.ZOrderPosition.md) #### [ShapeNode object](Publisher.ShapeNode.md) ##### Properties ###### [Application](Publisher.ShapeNode.Application.md) ###### [EditingType](Publisher.ShapeNode.EditingType.md) ###### [Parent](Publisher.ShapeNode.Parent.md) ###### [Points](Publisher.ShapeNode.Points.md) ###### [SegmentType](Publisher.ShapeNode.SegmentType.md) #### [ShapeNodes object](Publisher.ShapeNodes.md) ##### Methods ###### [Delete](Publisher.ShapeNodes.Delete.md) ###### [Insert](Publisher.ShapeNodes.Insert.md) ###### [Item](Publisher.ShapeNodes.Item.md) ###### [SetEditingType](Publisher.ShapeNodes.SetEditingType.md) ###### [SetPosition](Publisher.ShapeNodes.SetPosition.md) ###### [SetSegmentType](Publisher.ShapeNodes.SetSegmentType.md) ##### Properties ###### [Application](Publisher.ShapeNodes.Application.md) ###### [Count](Publisher.ShapeNodes.Count.md) ###### [Parent](Publisher.ShapeNodes.Parent.md) #### [ShapeRange object](Publisher.ShapeRange.md) ##### Methods ###### [AddToCatalogMergeArea](Publisher.ShapeRange.AddToCatalogMergeArea.md) ###### [Align](Publisher.ShapeRange.Align.md) ###### [Apply](Publisher.ShapeRange.Apply.md) ###### [Copy](Publisher.ShapeRange.Copy.md) ###### [Cut](Publisher.ShapeRange.Cut.md) ###### [Delete](Publisher.ShapeRange.Delete.md) ###### [Distribute](Publisher.ShapeRange.Distribute.md) ###### [Duplicate](Publisher.ShapeRange.Duplicate.md) ###### [Flip](Publisher.ShapeRange.Flip.md) ###### [GetHeight](Publisher.ShapeRange.GetHeight.md) ###### [GetLeft](Publisher.ShapeRange.GetLeft.md) ###### [GetTop](Publisher.ShapeRange.GetTop.md) ###### [GetWidth](Publisher.ShapeRange.GetWidth.md) ###### [Group](Publisher.ShapeRange.Group.md) ###### [IncrementLeft](Publisher.ShapeRange.IncrementLeft.md) ###### [IncrementRotation](Publisher.ShapeRange.IncrementRotation.md) ###### [IncrementTop](Publisher.ShapeRange.IncrementTop.md) ###### [Item](Publisher.ShapeRange.Item.md) ###### [MoveIntoTextFlow](Publisher.ShapeRange.MoveIntoTextFlow.md) ###### [MoveOutOfTextFlow](Publisher.ShapeRange.MoveOutOfTextFlow.md) ###### [PickUp](Publisher.ShapeRange.PickUp.md) ###### [Regroup](Publisher.ShapeRange.Regroup.md) ###### [RemoveFromCatalogMergeArea](Publisher.ShapeRange.RemoveFromCatalogMergeArea.md) ###### [RerouteConnections](Publisher.ShapeRange.RerouteConnections.md) ###### [SaveAsBuildingBlock](Publisher.shaperange.saveasbuildingblock.md) ###### [SaveAsPicture](Publisher.ShapeRange.SaveAsPicture.md) ###### [ScaleHeight](Publisher.ShapeRange.ScaleHeight.md) ###### [ScaleWidth](Publisher.ShapeRange.ScaleWidth.md) ###### [Select](Publisher.ShapeRange.Select.md) ###### [SetShapesDefaultProperties](Publisher.ShapeRange.SetShapesDefaultProperties.md) ###### [Ungroup](Publisher.ShapeRange.Ungroup.md) ###### [ZOrder](Publisher.ShapeRange.ZOrder.md) ##### Properties ###### [Adjustments](Publisher.ShapeRange.Adjustments.md) ###### [AlternativeText](Publisher.ShapeRange.AlternativeText.md) ###### [Application](Publisher.ShapeRange.Application.md) ###### [AutoShapeType](Publisher.ShapeRange.AutoShapeType.md) ###### [BlackWhiteMode](Publisher.ShapeRange.BlackWhiteMode.md) ###### [Callout](Publisher.ShapeRange.Callout.md) ###### [ConnectionSiteCount](Publisher.ShapeRange.ConnectionSiteCount.md) ###### [Connector](Publisher.ShapeRange.Connector.md) ###### [ConnectorFormat](Publisher.ShapeRange.ConnectorFormat.md) ###### [Count](Publisher.ShapeRange.Count.md) ###### [Fill](Publisher.ShapeRange.Fill.md) ###### [Glow](Publisher.shaperange.glow.md) ###### [GroupItems](Publisher.ShapeRange.GroupItems.md) ###### [HasTable](Publisher.ShapeRange.HasTable.md) ###### [HasTextFrame](Publisher.ShapeRange.HasTextFrame.md) ###### [Height](Publisher.ShapeRange.Height.md) ###### [HorizontalFlip](Publisher.ShapeRange.HorizontalFlip.md) ###### [Hyperlink](Publisher.ShapeRange.Hyperlink.md) ###### [ID](Publisher.ShapeRange.ID.md) ###### [InlineAlignment](Publisher.ShapeRange.InlineAlignment.md) ###### [InlineTextRange](Publisher.ShapeRange.InlineTextRange.md) ###### [IsInline](Publisher.ShapeRange.IsInline.md) ###### [Left](Publisher.ShapeRange.Left.md) ###### [Line](Publisher.ShapeRange.Line.md) ###### [LinkFormat](Publisher.ShapeRange.LinkFormat.md) ###### [LockAspectRatio](Publisher.ShapeRange.LockAspectRatio.md) ###### [Name](Publisher.ShapeRange.Name.md) ###### [Nodes](Publisher.ShapeRange.Nodes.md) ###### [OLEFormat](Publisher.ShapeRange.OLEFormat.md) ###### [Parent](Publisher.ShapeRange.Parent.md) ###### [PictureFormat](Publisher.ShapeRange.PictureFormat.md) ###### [Reflection](Publisher.shaperange.reflection.md) ###### [Rotation](Publisher.ShapeRange.Rotation.md) ###### [Shadow](Publisher.ShapeRange.Shadow.md) ###### [SoftEdge](Publisher.shaperange.softedge.md) ###### [Table](Publisher.ShapeRange.Table.md) ###### [Tags](Publisher.ShapeRange.Tags.md) ###### [TextEffect](Publisher.ShapeRange.TextEffect.md) ###### [TextFrame](Publisher.ShapeRange.TextFrame.md) ###### [TextWrap](Publisher.ShapeRange.TextWrap.md) ###### [ThreeD](Publisher.ShapeRange.ThreeD.md) ###### [Top](Publisher.ShapeRange.Top.md) ###### [Type](Publisher.ShapeRange.Type.md) ###### [VerticalFlip](Publisher.ShapeRange.VerticalFlip.md) ###### [Vertices](Publisher.ShapeRange.Vertices.md) ###### [Width](Publisher.ShapeRange.Width.md) ###### [Wizard](Publisher.ShapeRange.Wizard.md) ###### [WizardTag](Publisher.ShapeRange.WizardTag.md) ###### [WizardTagInstance](Publisher.ShapeRange.WizardTagInstance.md) ###### [ZOrderPosition](Publisher.ShapeRange.ZOrderPosition.md) #### [Shapes object](Publisher.Shapes.md) ##### Methods ###### [AddBuildingBlock](Publisher.shapes.addbuildingblock.md) ###### [AddCallout](Publisher.Shapes.AddCallout.md) ###### [AddCatalogMergeArea](Publisher.Shapes.AddCatalogMergeArea.md) ###### [AddCatalogMergeFieldToCanvas](Publisher.Shapes.AddCatalogMergeFieldToCanvas.md) ###### [AddConnector](Publisher.Shapes.AddConnector.md) ###### [AddCurve](Publisher.Shapes.AddCurve.md) ###### [AddEmptyPictureFrame](Publisher.Shapes.AddEmptyPictureFrame.md) ###### [AddGroupWizard](Publisher.Shapes.AddGroupWizard.md) ###### [AddLabel](Publisher.Shapes.AddLabel.md) ###### [AddLine](Publisher.Shapes.AddLine.md) ###### [AddOLEObject](Publisher.Shapes.AddOLEObject.md) ###### [AddPicture](Publisher.Shapes.AddPicture.md) ###### [AddPolyline](Publisher.Shapes.AddPolyline.md) ###### [AddShape](Publisher.Shapes.AddShape.md) ###### [AddTable](Publisher.Shapes.AddTable.md) ###### [AddTextbox](Publisher.Shapes.AddTextbox.md) ###### [AddTextEffect](Publisher.Shapes.AddTextEffect.md) ###### [AddWebControl](Publisher.Shapes.AddWebControl.md) ###### [AddWebNavigationBar](Publisher.Shapes.AddWebNavigationBar.md) ###### [AddWordArt](Publisher.Shapes.AddWordArt.md) ###### [BuildFreeform](Publisher.Shapes.BuildFreeform.md) ###### [FindShapeByWizardTag](Publisher.Shapes.FindShapeByWizardTag.md) ###### [Item](Publisher.Shapes.Item.md) ###### [Paste](Publisher.Shapes.Paste.md) ###### [Range](Publisher.Shapes.Range.md) ###### [SelectAll](Publisher.Shapes.SelectAll.md) ##### Properties ###### [Application](Publisher.Shapes.Application.md) ###### [CanvasArrangementType](Publisher.Shapes.CanvasArrangementType.md) ###### [CanvasesCount](Publisher.Shapes.CanvasesCount.md) ###### [Count](Publisher.Shapes.Count.md) ###### [Parent](Publisher.Shapes.Parent.md) #### [SoftEdgeFormat object](Publisher.softedgeformat.md) ##### Properties ###### [Radius](Publisher.softedgeformat.radius.md) ###### [Type](Publisher.softedgeformat.type.md) ###### [Visible](Publisher.softedgeformat.visible.md) #### [Story object](Publisher.Story.md) ##### Properties ###### [Application](Publisher.Story.Application.md) ###### [HasTable](Publisher.Story.HasTable.md) ###### [HasTextFrame](Publisher.Story.HasTextFrame.md) ###### [Parent](Publisher.Story.Parent.md) ###### [Table](Publisher.Story.Table.md) ###### [TextFrame](Publisher.Story.TextFrame.md) ###### [TextRange](Publisher.Story.TextRange.md) ###### [Type](Publisher.Story.Type.md) #### [Stories object](Publisher.Stories.md) ##### Methods ###### [Item](Publisher.Stories.Item.md) ##### Properties ###### [Application](Publisher.Stories.Application.md) ###### [Count](Publisher.Stories.Count.md) ###### [Parent](Publisher.Stories.Parent.md) #### [Table object](Publisher.Table.md) ##### Methods ###### [ApplyAutoFormat](Publisher.Table.ApplyAutoFormat.md) ##### Properties ###### [Application](Publisher.Table.Application.md) ###### [Cells](Publisher.Table.Cells.md) ###### [Columns](Publisher.Table.Columns.md) ###### [GrowToFitText](Publisher.Table.GrowToFitText.md) ###### [Parent](Publisher.Table.Parent.md) ###### [Rows](Publisher.Table.Rows.md) ###### [TableDirection](Publisher.Table.TableDirection.md) #### [TabStop object](Publisher.TabStop.md) ##### Methods ###### [Clear](Publisher.TabStop.Clear.md) ##### Properties ###### [Alignment](Publisher.TabStop.Alignment.md) ###### [Application](Publisher.TabStop.Application.md) ###### [Leader](Publisher.TabStop.Leader.md) ###### [Parent](Publisher.TabStop.Parent.md) ###### [Position](Publisher.TabStop.Position.md) #### [TabStops object](Publisher.TabStops.md) ##### Methods ###### [Add](Publisher.TabStops.Add.md) ###### [ClearAll](Publisher.TabStops.ClearAll.md) ###### [Item](Publisher.TabStops.Item.md) ##### Properties ###### [Application](Publisher.TabStops.Application.md) ###### [Count](Publisher.TabStops.Count.md) ###### [Parent](Publisher.TabStops.Parent.md) #### [Tag object](Publisher.Tag.md) ##### Methods ###### [Delete](Publisher.Tag.Delete.md) ##### Properties ###### [Application](Publisher.Tag.Application.md) ###### [Name](Publisher.Tag.Name.md) ###### [Parent](Publisher.Tag.Parent.md) ###### [Value](Publisher.Tag.Value.md) #### [Tags object](Publisher.Tags.md) ##### Methods ###### [Add](Publisher.Tags.Add.md) ###### [Item](Publisher.Tags.Item.md) ##### Properties ###### [Application](Publisher.Tags.Application.md) ###### [Count](Publisher.Tags.Count.md) ###### [Parent](Publisher.Tags.Parent.md) #### [TextEffectFormat object](Publisher.TextEffectFormat.md) ##### Methods ###### [ToggleVerticalText](Publisher.TextEffectFormat.ToggleVerticalText.md) ##### Properties ###### [Alignment](Publisher.TextEffectFormat.Alignment.md) ###### [Application](Publisher.TextEffectFormat.Application.md) ###### [FontBold](Publisher.TextEffectFormat.FontBold.md) ###### [FontItalic](Publisher.TextEffectFormat.FontItalic.md) ###### [FontName](Publisher.TextEffectFormat.FontName.md) ###### [FontSize](Publisher.TextEffectFormat.FontSize.md) ###### [KernedPairs](Publisher.TextEffectFormat.KernedPairs.md) ###### [NormalizedHeight](Publisher.TextEffectFormat.NormalizedHeight.md) ###### [Parent](Publisher.TextEffectFormat.Parent.md) ###### [PresetShape](Publisher.TextEffectFormat.PresetShape.md) ###### [PresetTextEffect](Publisher.TextEffectFormat.PresetTextEffect.md) ###### [PresetWordArt](Publisher.TextEffectFormat.PresetWordArt.md) ###### [RotatedChars](Publisher.TextEffectFormat.RotatedChars.md) ###### [Text](Publisher.TextEffectFormat.Text.md) ###### [Tracking](Publisher.TextEffectFormat.Tracking.md) #### [TextFrame object](Publisher.TextFrame.md) ##### Methods ###### [BreakForwardLink](Publisher.TextFrame.BreakForwardLink.md) ###### [ValidLinkTarget](Publisher.TextFrame.ValidLinkTarget.md) ##### Properties ###### [Application](Publisher.TextFrame.Application.md) ###### [AutoFitText](Publisher.TextFrame.AutoFitText.md) ###### [Columns](Publisher.TextFrame.Columns.md) ###### [ColumnSpacing](Publisher.TextFrame.ColumnSpacing.md) ###### [HasNextLink](Publisher.TextFrame.HasNextLink.md) ###### [HasPreviousLink](Publisher.TextFrame.HasPreviousLink.md) ###### [HasText](Publisher.TextFrame.HasText.md) ###### [IncludeContinuedFromPage](Publisher.TextFrame.IncludeContinuedFromPage.md) ###### [IncludeContinuedOnPage](Publisher.TextFrame.IncludeContinuedOnPage.md) ###### [MarginBottom](Publisher.TextFrame.MarginBottom.md) ###### [MarginLeft](Publisher.TextFrame.MarginLeft.md) ###### [MarginRight](Publisher.TextFrame.MarginRight.md) ###### [MarginTop](Publisher.TextFrame.MarginTop.md) ###### [NextLinkedTextFrame](Publisher.TextFrame.NextLinkedTextFrame.md) ###### [Orientation](Publisher.TextFrame.Orientation.md) ###### [Overflowing](Publisher.TextFrame.Overflowing.md) ###### [Parent](Publisher.TextFrame.Parent.md) ###### [PreviousLinkedTextFrame](Publisher.TextFrame.PreviousLinkedTextFrame.md) ###### [Story](Publisher.TextFrame.Story.md) ###### [TextRange](Publisher.TextFrame.TextRange.md) ###### [VerticalTextAlignment](Publisher.TextFrame.VerticalTextAlignment.md) #### [TextRange object](Publisher.TextRange.md) ##### Methods ###### [Characters](Publisher.TextRange.Characters.md) ###### [Collapse](Publisher.TextRange.Collapse.md) ###### [Copy](Publisher.TextRange.Copy.md) ###### [Cut](Publisher.TextRange.Cut.md) ###### [Delete](Publisher.TextRange.Delete.md) ###### [Expand](Publisher.TextRange.Expand.md) ###### [InsertAfter](Publisher.TextRange.InsertAfter.md) ###### [InsertBarcode](Publisher.TextRange.InsertBarcode.md) ###### [InsertBefore](Publisher.TextRange.InsertBefore.md) ###### [InsertDateTime](Publisher.TextRange.InsertDateTime.md) ###### [InsertMailMergeField](Publisher.TextRange.InsertMailMergeField.md) ###### [InsertPageNumber](Publisher.TextRange.InsertPageNumber.md) ###### [InsertSymbol](Publisher.TextRange.InsertSymbol.md) ###### [Lines](Publisher.TextRange.Lines.md) ###### [Move](Publisher.TextRange.Move.md) ###### [MoveEnd](Publisher.TextRange.MoveEnd.md) ###### [MoveStart](Publisher.TextRange.MoveStart.md) ###### [Paragraphs](Publisher.TextRange.Paragraphs.md) ###### [Paste](Publisher.TextRange.Paste.md) ###### [Select](Publisher.TextRange.Select.md) ###### [Words](Publisher.TextRange.Words.md) ##### Properties ###### [Application](Publisher.TextRange.Application.md) ###### [BoundHeight](Publisher.TextRange.BoundHeight.md) ###### [BoundLeft](Publisher.TextRange.BoundLeft.md) ###### [BoundTop](Publisher.TextRange.BoundTop.md) ###### [BoundWidth](Publisher.TextRange.BoundWidth.md) ###### [ContainingObject](Publisher.TextRange.ContainingObject.md) ###### [DropCap](Publisher.TextRange.DropCap.md) ###### [Duplicate](Publisher.TextRange.Duplicate.md) ###### [End](Publisher.TextRange.End.md) ###### [Fields](Publisher.TextRange.Fields.md) ###### [Find](Publisher.TextRange.Find.md) ###### [Font](Publisher.TextRange.Font.md) ###### [Hyperlinks](Publisher.TextRange.Hyperlinks.md) ###### [InlineShapes](Publisher.TextRange.InlineShapes.md) ###### [LanguageID](Publisher.TextRange.LanguageID.md) ###### [Length](Publisher.TextRange.Length.md) ###### [LinesCount](Publisher.TextRange.LinesCount.md) ###### [MajorityFont](Publisher.TextRange.MajorityFont.md) ###### [MajorityParagraphFormat](Publisher.TextRange.MajorityParagraphFormat.md) ###### [ParagraphFormat](Publisher.TextRange.ParagraphFormat.md) ###### [ParagraphsCount](Publisher.TextRange.ParagraphsCount.md) ###### [Parent](Publisher.TextRange.Parent.md) ###### [Script](Publisher.TextRange.Script.md) ###### [Start](Publisher.TextRange.Start.md) ###### [Story](Publisher.TextRange.Story.md) ###### [Text](Publisher.TextRange.Text.md) ###### [WordsCount](Publisher.TextRange.WordsCount.md) #### [TextStyle object](Publisher.TextStyle.md) ##### Methods ###### [Delete](Publisher.TextStyle.Delete.md) ##### Properties ###### [Application](Publisher.TextStyle.Application.md) ###### [BaseStyle](Publisher.TextStyle.BaseStyle.md) ###### [Description](Publisher.TextStyle.Description.md) ###### [Font](Publisher.TextStyle.Font.md) ###### [Name](Publisher.TextStyle.Name.md) ###### [NextParagraphStyle](Publisher.TextStyle.NextParagraphStyle.md) ###### [ParagraphFormat](Publisher.TextStyle.ParagraphFormat.md) ###### [Parent](Publisher.TextStyle.Parent.md) #### [TextStyles object](Publisher.TextStyles.md) ##### Methods ###### [Add](Publisher.TextStyles.Add.md) ###### [Item](Publisher.TextStyles.Item.md) ##### Properties ###### [Application](Publisher.TextStyles.Application.md) ###### [Count](Publisher.TextStyles.Count.md) ###### [Parent](Publisher.TextStyles.Parent.md) #### [ThreeDFormat object](Publisher.ThreeDFormat.md) ##### Methods ###### [IncrementRotationX](Publisher.ThreeDFormat.IncrementRotationX.md) ###### [IncrementRotationY](Publisher.ThreeDFormat.IncrementRotationY.md) ###### [ResetRotation](Publisher.ThreeDFormat.ResetRotation.md) ###### [SetExtrusionDirection](Publisher.ThreeDFormat.SetExtrusionDirection.md) ###### [SetThreeDFormat](Publisher.ThreeDFormat.SetThreeDFormat.md) ##### Properties ###### [Application](Publisher.ThreeDFormat.Application.md) ###### [BevelBottomDepth](Publisher.threedformat.bevelbottomdepth.md) ###### [BevelBottomInset](Publisher.threedformat.bevelbottominset.md) ###### [BevelBottomType](Publisher.threedformat.bevelbottomtype.md) ###### [BevelTopDepth](Publisher.threedformat.beveltopdepth.md) ###### [BevelTopInset](Publisher.threedformat.beveltopinset.md) ###### [BevelTopType](Publisher.threedformat.beveltoptype.md) ###### [ContourColor](Publisher.threedformat.contourcolor.md) ###### [ContourWidth](Publisher.threedformat.contourwidth.md) ###### [Depth](Publisher.ThreeDFormat.Depth.md) ###### [ExtrusionColor](Publisher.ThreeDFormat.ExtrusionColor.md) ###### [ExtrusionColorType](Publisher.ThreeDFormat.ExtrusionColorType.md) ###### [FieldOfView](Publisher.threedformat.fieldofview.md) ###### [Parent](Publisher.ThreeDFormat.Parent.md) ###### [Perspective](Publisher.ThreeDFormat.Perspective.md) ###### [PresetExtrusionDirection](Publisher.ThreeDFormat.PresetExtrusionDirection.md) ###### [PresetLightingDirection](Publisher.ThreeDFormat.PresetLightingDirection.md) ###### [PresetLightingSoftness](Publisher.ThreeDFormat.PresetLightingSoftness.md) ###### [PresetMaterial](Publisher.ThreeDFormat.PresetMaterial.md) ###### [PresetThreeDFormat](Publisher.ThreeDFormat.PresetThreeDFormat.md) ###### [RotationX](Publisher.ThreeDFormat.RotationX.md) ###### [RotationY](Publisher.ThreeDFormat.RotationY.md) ###### [Visible](Publisher.ThreeDFormat.Visible.md) #### [View object](Publisher.View.md) ##### Methods ###### [ScrollShapeIntoView](Publisher.View.ScrollShapeIntoView.md) ###### [ZoomIn](Publisher.View.ZoomIn.md) ###### [ZoomOut](Publisher.View.ZoomOut.md) ##### Properties ###### [ActivePage](Publisher.View.ActivePage.md) ###### [Application](Publisher.View.Application.md) ###### [Parent](Publisher.View.Parent.md) ###### [Zoom](Publisher.View.Zoom.md) #### [WebCheckBox object](Publisher.WebCheckBox.md) ##### Properties ###### [Application](Publisher.WebCheckBox.Application.md) ###### [Parent](Publisher.WebCheckBox.Parent.md) ###### [ReturnDataLabel](Publisher.WebCheckBox.ReturnDataLabel.md) ###### [Selected](Publisher.WebCheckBox.Selected.md) ###### [Value](Publisher.WebCheckBox.Value.md) #### [WebCommandButton object](Publisher.WebCommandButton.md) ##### Properties ###### [ActionURL](Publisher.WebCommandButton.ActionURL.md) ###### [Application](Publisher.WebCommandButton.Application.md) ###### [ButtonText](Publisher.WebCommandButton.ButtonText.md) ###### [ButtonType](Publisher.WebCommandButton.ButtonType.md) ###### [DataFileFormat](Publisher.WebCommandButton.DataFileFormat.md) ###### [DataFileName](Publisher.WebCommandButton.DataFileName.md) ###### [DataRetrievalMethod](Publisher.WebCommandButton.DataRetrievalMethod.md) ###### [EmailAddress](Publisher.WebCommandButton.EmailAddress.md) ###### [EmailSubject](Publisher.WebCommandButton.EmailSubject.md) ###### [HiddenFields](Publisher.WebCommandButton.HiddenFields.md) ###### [Parent](Publisher.WebCommandButton.Parent.md) ###### [PostFormData](Publisher.WebCommandButton.PostFormData.md) #### [WebHiddenFields object](Publisher.WebhiddenFields.md) ##### Methods ###### [Add](Publisher.WebHiddenFields.Add.md) ###### [Delete](Publisher.WebHiddenFields.Delete.md) ###### [Item](Publisher.WebhiddenFields.Item.md) ###### [Name](Publisher.WebHiddenFields.Name.md) ##### Properties ###### [Application](Publisher.WebhiddenFields.Application.md) ###### [Count](Publisher.WebhiddenFields.Count.md) ###### [Parent](Publisher.WebhiddenFields.Parent.md) #### [WebListBox object](Publisher.WebListBox.md) ##### Properties ###### [Application](Publisher.WebListBox.Application.md) ###### [ListBoxItems](Publisher.WebListBox.ListBoxItems.md) ###### [MultiSelect](Publisher.WebListBox.MultiSelect.md) ###### [Parent](Publisher.WebListBox.Parent.md) ###### [ReturnDataLabel](Publisher.WebListBox.ReturnDataLabel.md) #### [WebListBoxItems object](Publisher.WebListBoxItems.md) ##### Methods ###### [AddItem](Publisher.WebListBoxItems.AddItem.md) ###### [Delete](Publisher.WebListBoxItems.Delete.md) ###### [Item](Publisher.WebListBoxItems.Item.md) ###### [Selected](Publisher.WebListBoxItems.Selected.md) ##### Properties ###### [Application](Publisher.WebListBoxItems.Application.md) ###### [Count](Publisher.WebListBoxItems.Count.md) ###### [Parent](Publisher.WebListBoxItems.Parent.md) #### [WebNavigationBarHyperlinks object](Publisher.WebNavigationBarHyperlinks.md) ##### Methods ###### [Add](Publisher.WebNavigationBarHyperlinks.Add.md) ###### [Item](Publisher.WebNavigationBarHyperlinks.Item.md) ##### Properties ###### [Application](Publisher.WebNavigationBarHyperlinks.Application.md) ###### [Count](Publisher.WebNavigationBarHyperlinks.Count.md) ###### [Parent](Publisher.WebNavigationBarHyperlinks.Parent.md) #### [WebNavigationBarSet object](Publisher.WebNavigationBarSet.md) ##### Methods ###### [AddToEveryPage](Publisher.WebNavigationBarSet.AddToEveryPage.md) ###### [ChangeOrientation](Publisher.WebNavigationBarSet.ChangeOrientation.md) ###### [DeleteSetAndInstances](Publisher.WebNavigationBarSet.DeleteSetAndInstances.md) ##### Properties ###### [Application](Publisher.WebNavigationBarSet.Application.md) ###### [AutoUpdate](Publisher.WebNavigationBarSet.AutoUpdate.md) ###### [ButtonStyle](Publisher.WebNavigationBarSet.ButtonStyle.md) ###### [Design](Publisher.WebNavigationBarSet.Design.md) ###### [HorizontalAlignment](Publisher.WebNavigationBarSet.HorizontalAlignment.md) ###### [HorizontalButtonCount](Publisher.WebNavigationBarSet.HorizontalButtonCount.md) ###### [IsHorizontal](Publisher.WebNavigationBarSet.IsHorizontal.md) ###### [Links](Publisher.WebNavigationBarSet.Links.md) ###### [Name](Publisher.WebNavigationBarSet.Name.md) ###### [Parent](Publisher.WebNavigationBarSet.Parent.md) ###### [ShowSelected](Publisher.WebNavigationBarSet.ShowSelected.md) #### [WebNavigationBarSets object](Publisher.WebNavigationBarSets.md) ##### Methods ###### [AddSet](Publisher.WebNavigationBarSets.AddSet.md) ###### [Item](Publisher.WebNavigationBarSets.Item.md) ##### Properties ###### [Application](Publisher.WebNavigationBarSets.Application.md) ###### [Count](Publisher.WebNavigationBarSets.Count.md) ###### [Parent](Publisher.WebNavigationBarSets.Parent.md) #### [WebOptionButton object](Publisher.WebOptionButton.md) ##### Properties ###### [Application](Publisher.WebOptionButton.Application.md) ###### [Parent](Publisher.WebOptionButton.Parent.md) ###### [ReturnDataLabel](Publisher.WebOptionButton.ReturnDataLabel.md) ###### [Selected](Publisher.WebOptionButton.Selected.md) ###### [Value](Publisher.WebOptionButton.Value.md) #### [WebOptions object](Publisher.webOptions.md) ##### Properties ###### [AlwaysSaveInDefaultEncoding](Publisher.WebOptions.AlwaysSaveInDefaultEncoding.md) ###### [Application](Publisher.webOptions.Application.md) ###### [EmailAsImg](Publisher.WebOptions.EmailAsImg.md) ###### [EnableIncrementalUpload](Publisher.WebOptions.EnableIncrementalUpload.md) ###### [Encoding](Publisher.WebOptions.Encoding.md) ###### [OrganizeInFolder](Publisher.WebOptions.OrganizeInFolder.md) ###### [Parent](Publisher.webOptions.Parent.md) ###### [RelyOnVML](Publisher.WebOptions.RelyOnVML.md) ###### [ShowOnlyWebFonts](Publisher.WebOptions.ShowOnlyWebFonts.md) #### [WebPageOptions object](Publisher.WebPageOptions.md) ##### Methods ###### [SetBackgroundSoundRepeat](Publisher.WebPageOptions.SetBackgroundSoundRepeat.md) ##### Properties ###### [Application](Publisher.WebPageOptions.Application.md) ###### [BackgroundSound](Publisher.WebPageOptions.BackgroundSound.md) ###### [BackgroundSoundLoopCount](Publisher.WebPageOptions.BackgroundSoundLoopCount.md) ###### [BackgroundSoundLoopForever](Publisher.WebPageOptions.BackgroundSoundLoopForever.md) ###### [Description](Publisher.WebPageOptions.Description.md) ###### [IncludePageOnNewWebNavigationBars](Publisher.WebPageOptions.IncludePageOnNewWebNavigationBars.md) ###### [Keywords](Publisher.WebPageOptions.Keywords.md) ###### [Parent](Publisher.WebPageOptions.Parent.md) ###### [PublishFileName](Publisher.WebPageOptions.PublishFileName.md) #### [WebTextBox object](Publisher.WebTextBox.md) ##### Properties ###### [Application](Publisher.WebTextBox.Application.md) ###### [DefaultText](Publisher.WebTextBox.DefaultText.md) ###### [EchoAsterisks](Publisher.WebTextBox.EchoAsterisks.md) ###### [Limit](Publisher.WebTextBox.Limit.md) ###### [Parent](Publisher.WebTextBox.Parent.md) ###### [RequiredControl](Publisher.WebTextBox.RequiredControl.md) ###### [ReturnDataLabel](Publisher.WebTextBox.ReturnDataLabel.md) #### [Window object](Publisher.Window.md) ##### Methods ###### [Activate](Publisher.Window.Activate.md) ###### [Move](Publisher.Window.Move.md) ###### [Resize](Publisher.Window.Resize.md) ##### Properties ###### [Application](Publisher.Window.Application.md) ###### [Caption](Publisher.Window.Caption.md) ###### [Height](Publisher.Window.Height.md) ###### [HWnd](Publisher.Window.Hwnd.md) ###### [Left](Publisher.Window.Left.md) ###### [Parent](Publisher.Window.Parent.md) ###### [Top](Publisher.Window.Top.md) ###### [Visible](Publisher.Window.Visible.md) ###### [Width](Publisher.Window.Width.md) ###### [WindowState](Publisher.Window.WindowState.md) #### [Wizard object](Publisher.Wizard.md) ##### Methods ###### [SetId](Publisher.Wizard.SetId.md) ##### Properties ###### [Application](Publisher.Wizard.Application.md) ###### [ID](Publisher.Wizard.ID.md) ###### [Name](Publisher.Wizard.Name.md) ###### [Parent](Publisher.Wizard.Parent.md) ###### [Properties](Publisher.Wizard.Properties.md) #### [WizardProperty object](Publisher.WizardProperty.md) ##### Properties ###### [Application](Publisher.WizardProperty.Application.md) ###### [CurrentValueId](Publisher.WizardProperty.CurrentValueId.md) ###### [Enabled](Publisher.WizardProperty.Enabled.md) ###### [ID](Publisher.WizardProperty.ID.md) ###### [Name](Publisher.WizardProperty.Name.md) ###### [Parent](Publisher.WizardProperty.Parent.md) ###### [Values](Publisher.WizardProperty.Values.md) #### [WizardProperties object](Publisher.WizardProperties.md) ##### Methods ###### [FindPropertyById](Publisher.WizardProperties.FindPropertyById.md) ##### Properties ###### [Application](Publisher.WizardProperties.Application.md) ###### [Count](Publisher.WizardProperties.Count.md) ###### [Item](Publisher.WizardProperties.Item.md) ###### [Parent](Publisher.WizardProperties.Parent.md) #### [WizardValue object](Publisher.WizardValue.md) ##### Properties ###### [Application](Publisher.WizardValue.Application.md) ###### [ID](Publisher.WizardValue.ID.md) ###### [Name](Publisher.WizardValue.Name.md) ###### [Parent](Publisher.WizardValue.Parent.md) #### [WizardValues object](Publisher.WizardValues.md) ##### Properties ###### [Application](Publisher.WizardValues.Application.md) ###### [Count](Publisher.WizardValues.Count.md) ###### [Item](Publisher.WizardValues.Item.md) ###### [Parent](Publisher.WizardValues.Parent.md) #### [WrapFormat object](Publisher.WrapFormat.md) ##### Properties ###### [Application](Publisher.WrapFormat.Application.md) ###### [DistanceAuto](Publisher.WrapFormat.DistanceAuto.md) ###### [DistanceBottom](Publisher.WrapFormat.DistanceBottom.md) ###### [DistanceLeft](Publisher.WrapFormat.DistanceLeft.md) ###### [DistanceRight](Publisher.WrapFormat.DistanceRight.md) ###### [DistanceTop](Publisher.WrapFormat.DistanceTop.md) ###### [Parent](Publisher.WrapFormat.Parent.md) ###### [Side](Publisher.WrapFormat.Side.md) ###### [Type](Publisher.WrapFormat.Type.md) #### [Enumerations](Publisher(enumerations).md) ##### [PbBuildingBlockGallery](Publisher.pbbuildingblockgallery.md) ##### [PbBuildingBlockType](Publisher.pbbuildingblocktype.md) ##### [PbCalendarType](Publisher.PbCalendarType.md) ##### [PbCanvasArrangementType](Publisher.pbcanvasarrangementtype.md) ##### [PbCatalogMergeFieldType](Publisher.pbcatalogmergefieldtype.md) ##### [PbCellDiagonalType](Publisher.PbCellDiagonalType.md) ##### [PbCollapseDirection](Publisher.PbCollapseDirection.md) ##### [PbColorModel](Publisher.PbColorModel.md) ##### [PbColorScheme](Publisher.PbColorScheme.md) ##### [PbColorType](Publisher.PbColorType.md) ##### [PbCommandButtonType](Publisher.PbCommandButtonType.md) ##### [PbDateTimeFormat](Publisher.PbDateTimeFormat.md) ##### [PbDirectionType](Publisher.PbDirectionType.md) ##### [PbDriverType](Publisher.PbDriverType.md) ##### [PbEmailMergePriority](Publisher.pbEmailMergePriority.md) ##### [PbFieldType](Publisher.PbFieldType.md) ##### [PbFileFormat](Publisher.PbFileFormat.md) ##### [PbFixedFormatIntent](Publisher.PbFixedFormatIntent.md) ##### [PbFixedFormatType](Publisher.PbFixedFormatType.md) ##### [PbFontScriptType](Publisher.PbFontScriptType.md) ##### [PbHelpType](Publisher.PbHelpType.md) ##### [PbHlinkTargetType](Publisher.PbHlinkTargetType.md) ##### [PbHorizontalPictureLocking](Publisher.PbHorizontalPictureLocking.md) ##### [PbImageFormat](Publisher.PbImageFormat.md) ##### [PbInlineAlignment](Publisher.PbInlineAlignment.md) ##### [PbLigaturePresetType](Publisher.pbligaturepresettype.md) ##### [PbLineSpacingRule](Publisher.PbLineSpacingRule.md) ##### [PbLinkedFileStatus](Publisher.PbLinkedFileStatus.md) ##### [PbListSeparator](Publisher.PbListSeparator.md) ##### [PbListType](Publisher.PbListType.md) ##### [PbMailMergeDataFieldType](Publisher.PbMailMergeDataFieldType.md) ##### [PbMailMergeDataSource](Publisher.PbMailMergeDataSource.md) ##### [PbMailMergeDestination](Publisher.PbMailMergeDestination.md) ##### [PbMergeType](Publisher.PbMergeType.md) ##### [PbNavBarOrientation](Publisher.PbNavBarOrientation.md) ##### [PbNumberStylesType](Publisher.pbnumberstylestype.md) ##### [PbOrientationType](Publisher.PbOrientationType.md) ##### [PbPageNumberFormat](Publisher.PbPageNumberFormat.md) ##### [PbPageNumberType](Publisher.PbPageNumberType.md) ##### [PbPageType](Publisher.PbPageType.md) ##### [PbParagraphAlignmentType](Publisher.PbParagraphAlignmentType.md) ##### [PbPersonalInfoSet](Publisher.PbPersonalInfoSet.md) ##### [PbPhoneticGuideAlignmentType](Publisher.PbPhoneticGuideAlignmentType.md) ##### [PbPictureInsertAs](Publisher.PbPictureInsertAs.md) ##### [PbPictureInsertFit](Publisher.pbpictureinsertfit.md) ##### [PbPictureResolution](Publisher.PbPictureResolution.md) ##### [PbPlacementType](Publisher.PbPlacementType.md) ##### [PbPresetWordArt](Publisher.pbpresetwordart.md) ##### [PbPrintGraphics](Publisher.PbPrintGraphics.md) ##### [PbPrintMode](Publisher.PbPrintMode.md) ##### [PbPrintStyle](Publisher.PbPrintStyle.md) ##### [PbPublicationLayout](Publisher.pbpublicationlayout.md) ##### [PbPublicationType](Publisher.PbPublicationType.md) ##### [PbRecipientListFileType](Publisher.PbRecipientListFileType.md) ##### [PbReplaceScope](Publisher.PbReplaceScope.md) ##### [PbReplaceTint](Publisher.PbReplaceTint.md) ##### [PbRulerGuideType](Publisher.PbRulerGuideType.md) ##### [PbSaveOptions](Publisher.PbSaveOptions.md) ##### [PbSchemeColorIndex](Publisher.PbSchemeColorIndex.md) ##### [PbSelectionType](Publisher.PbSelectionType.md) ##### [PbShapeType](Publisher.PbShapeType.md) ##### [PbStoryType](Publisher.PbStoryType.md) ##### [PbSubmitDataFormatType](Publisher.PbSubmitDataFormatType.md) ##### [PbSubmitDataRetrievalMethodType](Publisher.PbSubmitDataRetrievalMethodType.md) ##### [PbTabAlignmentType](Publisher.PbTabAlignmentType.md) ##### [PbTabLeaderType](Publisher.PbTabLeaderType.md) ##### [PbTableAutoFormatType](Publisher.PbTableAutoFormatType.md) ##### [PbTableDirectionType](Publisher.PbTableDirectionType.md) ##### [PbTextAutoFitType](Publisher.PbTextAutoFitType.md) ##### [PbTextDirection](Publisher.PbTextDirection.md) ##### [PbTextOrientation](Publisher.PbTextOrientation.md) ##### [PbTextUnit](Publisher.PbTextUnit.md) ##### [PbTrackingPresetType](Publisher.PbTrackingPresetType.md) ##### [PbUnderlineType](Publisher.PbUnderlineType.md) ##### [PbUnitType](Publisher.PbUnitType.md) ##### [PbVerticalPictureLocking](Publisher.PbVerticalPictureLocking.md) ##### [PbVerticalTextAlignmentType](Publisher.PbVerticalTextAlignmentType.md) ##### [PbWebControlType](Publisher.PbWebControlType.md) ##### [PbWindowState](Publisher.PbWindowState.md) ##### [PbWizard](Publisher.PbWizard.md) ##### [PbWizardGroup](Publisher.PbWizardGroup.md) ##### [PbWizardNavBarAlignment](Publisher.PbWizardNavBarAlignment.md) ##### [PbWizardNavBarButtonStyle](Publisher.PbWizardNavBarButtonStyle.md) ##### [PbWizardNavBarDesign](Publisher.PbWizardNavBarDesign.md) ##### [PbWizardPageType](Publisher.PbWizardPageType.md) ##### [PbWizardTag](Publisher.PbWizardTag.md) ##### [PbWrapSideType](Publisher.PbWrapSideType.md) ##### [PbWrapType](Publisher.PbWrapType.md) ##### [PbZoom](Publisher.PbZoom.md) ## Visio ### [Overview](overview/Visio.md) ### Concepts #### [Overview](../visio/Concepts/concepts-visio-vba-reference.md) #### [Automation](../visio/Concepts/about-automation-visio.md) #### [Connecting to data in Visio](../visio/Concepts/about-connecting-to-data-in-visio.md) #### [Displaying data graphically](../visio/Concepts/about-displaying-data-graphically-visio.md) #### [DoCmd/DOCMD commands](../visio/Concepts/docmd-docmd-commands.md) #### [Event codes](../visio/Concepts/event-codesvisio.md) #### [Extending the functionality of Visio](../visio/Concepts/about-extending-the-functionality-of-visio.md) #### [Linking shapes to data](../visio/Concepts/about-linking-shapes-to-data.md) #### [Sample VBA macro](../visio/Concepts/sample-vba-macro-visio.md) #### [Security settings and running code in Visio](../visio/Concepts/about-security-settings-and-running-code-in-visio.md) #### [ThisDocument object](../visio/Concepts/about-the-thisdocument-object-visio.md) #### [Units of measure](../visio/Concepts/about-units-of-measure-visio.md) #### [Use the Visio Drawing control in your application](../visio/Concepts/about-using-the-visio-drawing-control-in-your-application.md) #### [Visio Drawing control](../visio/Concepts/about-the-visio-drawing-control.md) #### [Visio Type Library](../visio/Concepts/about-the-visio-type-library.md) ### How-to topics #### [Add macros or add-ons to a shape's shortcut menu](../visio/How-to/add-macros-or-add-ons-to-a-shape-s-shortcut-menu.md) #### [Associate macros or add-ons with the double-click behavior of shapes](../visio/How-to/associate-macros-or-add-ons-with-the-double-click-behavior-of-shapes.md) #### [Change the macro settings for Visio](../visio/How-to/change-the-macro-settings-for-visio.md) #### [Run macros or add-ons from the macros dialog box](../visio/How-to/run-macros-or-add-ons-from-the-macros-dialog-box.md) #### [Run Visio in developer mode](../visio/How-to/run-visio-in-developer-mode.md) #### [Start the Visual Basic Editor](../visio/How-to/start-the-visual-basic-editor-visio.md) #### [Use Information Rights Management for Visio](../visio/How-to/use-information-rights-management-for-visio.md) #### [View Visio object, property, method, event, and constant descriptions](../visio/How-to/view-visio-object-property-method-event-and-constant-descriptions.md) ### Object model #### [Overview](overview/Visio/object-model.md) #### [AccelItem object](Visio.AccelItem.md) ##### Methods ###### [Delete](Visio.AccelItem.Delete.md) ##### Properties ###### [AddOnArgs](Visio.AccelItem.AddOnArgs.md) ###### [AddOnName](Visio.AccelItem.AddOnName.md) ###### [Alt](Visio.AccelItem.Alt.md) ###### [CmdNum](Visio.AccelItem.CmdNum.md) ###### [Control](Visio.AccelItem.Control.md) ###### [Key](Visio.AccelItem.Key.md) ###### [Parent](Visio.AccelItem.Parent.md) ###### [Shift](Visio.AccelItem.Shift.md) #### [AccelItems object](Visio.AccelItems.md) ##### Methods ###### [Add](Visio.AccelItems.Add.md) ##### Properties ###### [Count](Visio.AccelItems.Count.md) ###### [Item](Visio.AccelItems.Item.md) ###### [Parent](Visio.AccelItems.Parent.md) #### [AccelTable object](Visio.AccelTable.md) ##### Methods ###### [Delete](Visio.AccelTable.Delete.md) ##### Properties ###### [AccelItems](Visio.AccelTable.AccelItems.md) ###### [Parent](Visio.AccelTable.Parent.md) ###### [SetID](Visio.AccelTable.SetID.md) ###### [TableName](Visio.AccelTable.TableName.md) #### [AccelTables object](Visio.AccelTables.md) ##### Methods ###### [Add](Visio.AccelTables.Add.md) ###### [AddAtID](Visio.AccelTables.AddAtID.md) ##### Properties ###### [Count](Visio.AccelTables.Count.md) ###### [Item](Visio.AccelTables.Item.md) ###### [ItemAtID](Visio.AccelTables.ItemAtID.md) ###### [Parent](Visio.AccelTables.Parent.md) #### [Addon object](Visio.Addon.md) ##### Methods ###### [Run](Visio.Addon.Run.md) ##### Properties ###### [Application](Visio.Addon.Application.md) ###### [Enabled](Visio.Addon.Enabled.md) ###### [Index](Visio.Addon.Index.md) ###### [Name](Visio.Addon.Name.md) ###### [NameU](Visio.Addon.NameU.md) ###### [ObjectType](Visio.Addon.ObjectType.md) #### [Addons object](Visio.Addons.md) ##### Methods ###### [Add](Visio.Addons.Add.md) ###### [GetNames](Visio.Addons.GetNames.md) ###### [GetNamesU](Visio.Addons.GetNamesU.md) ##### Properties ###### [Application](Visio.Addons.Application.md) ###### [Count](Visio.Addons.Count.md) ###### [Item](Visio.Addons.Item.md) ###### [ItemU](Visio.Addons.ItemU.md) ###### [ObjectType](Visio.Addons.ObjectType.md) #### [Application object](Visio.Application.md) ##### Events ###### [AfterModal](Visio.Application.AfterModal.md) ###### [AfterRemoveHiddenInformation](Visio.Application.AfterRemoveHiddenInformation.md) ###### [AfterReplaceShapes](Visio.application.afterreplaceshapes.md) ###### [AfterResume](Visio.Application.AfterResume.md) ###### [AfterResumeEvents](Visio.Application.AfterResumeEvents.md) ###### [AppActivated](Visio.Application.AppActivated.md) ###### [AppDeactivated](Visio.Application.AppDeactivated.md) ###### [AppObjActivated](Visio.Application.AppObjActivated.md) ###### [AppObjDeactivated](Visio.Application.AppObjDeactivated.md) ###### [BeforeDataRecordsetDelete](Visio.Application.BeforeDataRecordsetDelete.md) ###### [BeforeDocumentClose](Visio.Application.BeforeDocumentClose.md) ###### [BeforeDocumentSave](Visio.Application.BeforeDocumentSave.md) ###### [BeforeDocumentSaveAs](Visio.Application.BeforeDocumentSaveAs.md) ###### [BeforeMasterDelete](Visio.Application.BeforeMasterDelete.md) ###### [BeforeModal](Visio.Application.BeforeModal.md) ###### [BeforePageDelete](Visio.Application.BeforePageDelete.md) ###### [BeforeQuit](Visio.Application.BeforeQuit.md) ###### [BeforeReplaceShapes](Visio.application.beforereplaceshapes.md) ###### [BeforeSelectionDelete](Visio.Application.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Application.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Application.BeforeShapeTextEdit.md) ###### [BeforeStyleDelete](Visio.Application.BeforeStyleDelete.md) ###### [BeforeSuspend](Visio.Application.BeforeSuspend.md) ###### [BeforeSuspendEvents](Visio.Application.BeforeSuspendEvents.md) ###### [BeforeWindowClosed](Visio.Application.BeforeWindowClosed.md) ###### [BeforeWindowPageTurn](Visio.Application.BeforeWindowPageTurn.md) ###### [BeforeWindowSelDelete](Visio.Application.BeforeWindowSelDelete.md) ###### [CalloutRelationshipAdded](Visio.Application.CalloutRelationshipAdded.md) ###### [CalloutRelationshipDeleted](Visio.Application.CalloutRelationshipDeleted.md) ###### [CellChanged](Visio.Application.CellChanged.md) ###### [ConnectionsAdded](Visio.Application.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.Application.ConnectionsDeleted.md) ###### [ContainerRelationshipAdded](Visio.Application.ContainerRelationshipAdded.md) ###### [ContainerRelationshipDeleted](Visio.Application.ContainerRelationshipDeleted.md) ###### [ConvertToGroupCanceled](Visio.Application.ConvertToGroupCanceled.md) ###### [DataRecordsetAdded](Visio.Application.DataRecordsetAdded.md) ###### [DataRecordsetChanged](Visio.Application.DataRecordsetChanged.md) ###### [DesignModeEntered](Visio.Application.DesignModeEntered.md) ###### [DocumentChanged](Visio.Application.DocumentChanged.md) ###### [DocumentCloseCanceled](Visio.Application.DocumentCloseCanceled.md) ###### [DocumentCreated](Visio.Application.DocumentCreated.md) ###### [DocumentOpened](Visio.Application.DocumentOpened.md) ###### [DocumentSaved](Visio.Application.DocumentSaved.md) ###### [DocumentSavedAs](Visio.Application.DocumentSavedAs.md) ###### [EnterScope](Visio.Application.EnterScope.md) ###### [ExitScope](Visio.Application.ExitScope.md) ###### [FormulaChanged](Visio.Application.FormulaChanged.md) ###### [GroupCanceled](Visio.Application.GroupCanceled.md) ###### [KeyDown](Visio.Application.KeyDown.md) ###### [KeyPress](Visio.Application.KeyPress.md) ###### [KeyUp](Visio.Application.KeyUp.md) ###### [MarkerEvent](Visio.Application.MarkerEvent.md) ###### [MasterAdded](Visio.Application.MasterAdded.md) ###### [MasterChanged](Visio.Application.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.Application.MasterDeleteCanceled.md) ###### [MouseDown](Visio.Application.MouseDown.md) ###### [MouseMove](Visio.Application.MouseMove.md) ###### [MouseUp](Visio.Application.MouseUp.md) ###### [MustFlushScopeBeginning](Visio.Application.MustFlushScopeBeginning.md) ###### [MustFlushScopeEnded](Visio.Application.MustFlushScopeEnded.md) ###### [NoEventsPending](Visio.Application.NoEventsPending.md) ###### [OnKeystrokeMessageForAddon](Visio.Application.OnKeystrokeMessageForAddon.md) ###### [PageAdded](Visio.Application.PageAdded.md) ###### [PageChanged](Visio.Application.PageChanged.md) ###### [PageDeleteCanceled](Visio.Application.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Application.QueryCancelConvertToGroup.md) ###### [QueryCancelDocumentClose](Visio.Application.QueryCancelDocumentClose.md) ###### [QueryCancelGroup](Visio.Application.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.Application.QueryCancelMasterDelete.md) ###### [QueryCancelPageDelete](Visio.Application.QueryCancelPageDelete.md) ###### [QueryCancelQuit](Visio.Application.QueryCancelQuit.md) ###### [QueryCancelReplaceShapes](Visio.application.querycancelreplaceshapes.md) ###### [QueryCancelSelectionDelete](Visio.Application.QueryCancelSelectionDelete.md) ###### [QueryCancelStyleDelete](Visio.Application.QueryCancelStyleDelete.md) ###### [QueryCancelSuspend](Visio.Application.QueryCancelSuspend.md) ###### [QueryCancelSuspendEvents](Visio.Application.QueryCancelSuspendEvents.md) ###### [QueryCancelUngroup](Visio.Application.QueryCancelUngroup.md) ###### [QueryCancelWindowClose](Visio.Application.QueryCancelWindowClose.md) ###### [QuitCanceled](Visio.Application.QuitCanceled.md) ###### [ReplaceShapesCanceled](Visio.application.replaceshapescanceled.md) ###### [RuleSetValidated](Visio.Application.RuleSetValidated.md) ###### [RunModeEntered](Visio.Application.RunModeEntered.md) ###### [SelectionAdded](Visio.Application.SelectionAdded.md) ###### [SelectionChanged](Visio.Application.SelectionChanged.md) ###### [SelectionDeleteCanceled](Visio.Application.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Application.ShapeAdded.md) ###### [ShapeChanged](Visio.Application.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Application.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Application.ShapeExitedTextEdit.md) ###### [ShapeLinkAdded](Visio.Application.ShapeLinkAdded.md) ###### [ShapeLinkDeleted](Visio.Application.ShapeLinkDeleted.md) ###### [ShapeParentChanged](Visio.Application.ShapeParentChanged.md) ###### [StyleAdded](Visio.Application.StyleAdded.md) ###### [StyleChanged](Visio.Application.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.Application.StyleDeleteCanceled.md) ###### [SuspendCanceled](Visio.Application.SuspendCanceled.md) ###### [SuspendEventsCanceled](Visio.Application.SuspendEventsCanceled.md) ###### [TextChanged](Visio.Application.TextChanged.md) ###### [UngroupCanceled](Visio.Application.UngroupCanceled.md) ###### [ViewChanged](Visio.Application.ViewChanged.md) ###### [VisioIsIdle](Visio.Application.VisioIsIdle.md) ###### [WindowActivated](Visio.Application.WindowActivated.md) ###### [WindowChanged](Visio.Application.WindowChanged.md) ###### [WindowCloseCanceled](Visio.Application.WindowCloseCanceled.md) ###### [WindowOpened](Visio.Application.WindowOpened.md) ###### [WindowTurnedToPage](Visio.Application.WindowTurnedToPage.md) ##### Methods ###### [AddUndoUnit](Visio.Application.AddUndoUnit.md) ###### [BeginUndoScope](Visio.Application.BeginUndoScope.md) ###### [ClearCustomMenus](Visio.Application.ClearCustomMenus.md) ###### [ClearCustomToolbars](Visio.Application.ClearCustomToolbars.md) ###### [ConvertResult](Visio.Application.ConvertResult.md) ###### [DoCmd](Visio.Application.DoCmd.md) ###### [EndUndoScope](Visio.Application.EndUndoScope.md) ###### [EnumDirectories](Visio.Application.EnumDirectories.md) ###### [FormatResult](Visio.Application.FormatResult.md) ###### [FormatResultEx](Visio.Application.FormatResultEx.md) ###### [GetBuiltInStencilFile](Visio.Application.GetBuiltInStencilFile.md) ###### [GetCustomStencilFile](Visio.Application.GetCustomStencilFile.md) ###### [GetPreviewEnabled](Visio.Application.GetPreviewEnabled.md) ###### [InvokeHelp](Visio.Application.InvokeHelp.md) ###### [OnComponentEnterState](Visio.Application.OnComponentEnterState.md) ###### [PurgeUndo](Visio.Application.PurgeUndo.md) ###### [QueueMarkerEvent](Visio.Application.QueueMarkerEvent.md) ###### [Quit](Visio.Application.Quit.md) ###### [Redo](Visio.Application.Redo.md) ###### [RegisterRibbonX](Visio.Application.RegisterRibbonX.md) ###### [RenameCurrentScope](Visio.Application.RenameCurrentScope.md) ###### [SetCustomMenus](Visio.Application.SetCustomMenus.md) ###### [SetCustomToolbars](Visio.Application.SetCustomToolbars.md) ###### [SetPreviewEnabled](Visio.Application.SetPreviewEnabled.md) ###### [Undo](Visio.Application.Undo.md) ###### [UnregisterRibbonX](Visio.Application.UnregisterRibbonX.md) ##### Properties ###### [Active](Visio.Application.Active.md) ###### [ActiveDocument](Visio.Application.ActiveDocument.md) ###### [ActivePage](Visio.Application.ActivePage.md) ###### [ActivePrinter](Visio.Application.ActivePrinter.md) ###### [ActiveWindow](Visio.Application.ActiveWindow.md) ###### [AddonPaths](Visio.Application.AddonPaths.md) ###### [Addons](Visio.Application.Addons.md) ###### [AlertResponse](Visio.Application.AlertResponse.md) ###### [Application](Visio.Application.Application.md) ###### [Assistance](Visio.Application.Assistance.md) ###### [AutoLayout](Visio.Application.AutoLayout.md) ###### [AutoRecoverInterval](Visio.Application.AutoRecoverInterval.md) ###### [AvailablePrinters](Visio.Application.AvailablePrinters.md) ###### [Build](Visio.Application.Build.md) ###### [BuiltInMenus](Visio.Application.BuiltInMenus.md) ###### [BuiltInToolbars](Visio.Application.BuiltInToolbars.md) ###### [COMAddIns](Visio.Application.COMAddIns.md) ###### [CommandBars](Visio.Application.CommandBars.md) ###### [CommandLine](Visio.Application.CommandLine.md) ###### [ConnectorToolDataObject](Visio.Application.ConnectorToolDataObject.md) ###### [CurrentEdition](Visio.Application.CurrentEdition.md) ###### [CurrentScope](Visio.Application.CurrentScope.md) ###### [CustomMenus](Visio.Application.CustomMenus.md) ###### [CustomMenusFile](Visio.Application.CustomMenusFile.md) ###### [CustomToolbars](Visio.Application.CustomToolbars.md) ###### [CustomToolbarsFile](Visio.Application.CustomToolbarsFile.md) ###### [DataFeaturesEnabled](Visio.Application.DataFeaturesEnabled.md) ###### [DefaultAngleUnits](Visio.Application.DefaultAngleUnits.md) ###### [DefaultDurationUnits](Visio.Application.DefaultDurationUnits.md) ###### [DefaultRectangleDataObject](Visio.Application.DefaultRectangleDataObject.md) ###### [DefaultTextUnits](Visio.Application.DefaultTextUnits.md) ###### [DefaultZoomBehavior](Visio.Application.DefaultZoomBehavior.md) ###### [DeferRecalc](Visio.Application.DeferRecalc.md) ###### [DeferRelationshipRecalc](Visio.Application.DeferRelationshipRecalc.md) ###### [DialogFont](Visio.Application.DialogFont.md) ###### [Documents](Visio.Application.Documents.md) ###### [DrawingPaths](Visio.Application.DrawingPaths.md) ###### [EventInfo](Visio.Application.EventInfo.md) ###### [EventList](Visio.Application.EventList.md) ###### [EventsEnabled](Visio.Application.EventsEnabled.md) ###### [FullBuild](Visio.Application.FullBuild.md) ###### [HelpPaths](Visio.Application.HelpPaths.md) ###### [InhibitSelectChange](Visio.Application.InhibitSelectChange.md) ###### [InstanceHandle32](Visio.Application.InstanceHandle32.md) ###### [InstanceHandle64](Visio.Application.InstanceHandle64.md) ###### [IsInScope](Visio.Application.IsInScope.md) ###### [IsUndoingOrRedoing](Visio.Application.IsUndoingOrRedoing.md) ###### [IsVisio32](Visio.Application.IsVisio32.md) ###### [Language](Visio.Application.Language.md) ###### [LanguageHelp](Visio.Application.LanguageHelp.md) ###### [LanguageSettings](Visio.Application.LanguageSettings.md) ###### [LiveDynamics](Visio.Application.LiveDynamics.md) ###### [MyShapesPath](Visio.Application.MyShapesPath.md) ###### [Name](Visio.Application.Name.md) ###### [ObjectType](Visio.Application.ObjectType.md) ###### [OnDataChangeDelay](Visio.Application.OnDataChangeDelay.md) ###### [Path](Visio.Application.Path.md) ###### [PersistsEvents](Visio.Application.PersistsEvents.md) ###### [ProcessID](Visio.Application.ProcessID.md) ###### [PromptForSummary](Visio.Application.PromptForSummary.md) ###### [SaveAsWebObject](Visio.Application.SaveAsWebObject.md) ###### [ScreenUpdating](Visio.Application.ScreenUpdating.md) ###### [Settings](Visio.Application.Settings.md) ###### [ShowChanges](Visio.Application.ShowChanges.md) ###### [ShowProgress](Visio.Application.ShowProgress.md) ###### [ShowStatusBar](Visio.Application.ShowStatusBar.md) ###### [ShowToolbar](Visio.Application.ShowToolbar.md) ###### [StartupPaths](Visio.Application.StartupPaths.md) ###### [Stat](Visio.Application.Stat.md) ###### [StencilPaths](Visio.Application.StencilPaths.md) ###### [TemplatePaths](Visio.Application.TemplatePaths.md) ###### [TraceFlags](Visio.Application.TraceFlags.md) ###### [TypelibMajorVersion](Visio.Application.TypelibMajorVersion.md) ###### [TypelibMinorVersion](Visio.Application.TypelibMinorVersion.md) ###### [UndoEnabled](Visio.Application.UndoEnabled.md) ###### [UserName](Visio.Application.UserName.md) ###### [VBAEnabled](Visio.Application.VBAEnabled.md) ###### [VBE](Visio.Application.Vbe.md) ###### [Version](Visio.Application.Version.md) ###### [Visible](Visio.Application.Visible.md) ###### [Window](Visio.Application.Window.md) ###### [WindowHandle32](Visio.Application.WindowHandle32.md) ###### [Windows](Visio.Application.Windows.md) #### [ApplicationSettings object](Visio.ApplicationSettings.md) ##### Methods ###### [GetRasterExportResolution](Visio.applicationsettings.getrasterexportresolution.md) ###### [GetRasterExportSize](Visio.applicationsettings.getrasterexportsize.md) ###### [SetRasterExportResolution](Visio.applicationsettings.setrasterexportresolution.md) ###### [SetRasterExportSize](Visio.applicationsettings.setrasterexportsize.md) ##### Properties ###### [Application](Visio.ApplicationSettings.Application.md) ###### [ApplyBackgroundToDocument](Visio.ApplicationSettings.ApplyBackgroundToDocument.md) ###### [ApplyThemesOnShapeAdd](Visio.ApplicationSettings.ApplyThemesOnShapeAdd.md) ###### [AsianTextUI](Visio.ApplicationSettings.AsianTextUI.md) ###### [BIDITextUI](Visio.ApplicationSettings.BIDITextUI.md) ###### [CenterSelectionOnZoom](Visio.ApplicationSettings.CenterSelectionOnZoom.md) ###### [ComplexTextUI](Visio.ApplicationSettings.ComplexTextUI.md) ###### [ConnectorSplittingEnabled](Visio.ApplicationSettings.ConnectorSplittingEnabled.md) ###### [DefaultSaveFormat](Visio.ApplicationSettings.DefaultSaveFormat.md) ###### [DeleteConnectorsEnabled](Visio.ApplicationSettings.DeleteConnectorsEnabled.md) ###### [DeveloperMode](Visio.ApplicationSettings.DeveloperMode.md) ###### [DrawingAids](Visio.ApplicationSettings.DrawingAids.md) ###### [DrawingBackgroundColor](Visio.ApplicationSettings.DrawingBackgroundColor.md) ###### [DrawingBackgroundColorGradient](Visio.ApplicationSettings.DrawingBackgroundColorGradient.md) ###### [DrawingPageColor](Visio.ApplicationSettings.DrawingPageColor.md) ###### [EnableAutoConnect](Visio.ApplicationSettings.EnableAutoConnect.md) ###### [EnableFormulaAutoComplete](Visio.ApplicationSettings.EnableFormulaAutoComplete.md) ###### [EnterCommitsText](Visio.applicationsettings.entercommitstext.md) ###### [FreeformDrawingPrecision](Visio.ApplicationSettings.FreeformDrawingPrecision.md) ###### [FreeformDrawingSmoothing](Visio.ApplicationSettings.FreeformDrawingSmoothing.md) ###### [KanaFindAndReplace](Visio.ApplicationSettings.KanaFindAndReplace.md) ###### [KashidaTextUI](Visio.ApplicationSettings.KashidaTextUI.md) ###### [ObjectType](Visio.ApplicationSettings.ObjectType.md) ###### [RasterExportBackgroundColor](Visio.ApplicationSettings.RasterExportBackgroundColor.md) ###### [RasterExportColorFormat](Visio.ApplicationSettings.RasterExportColorFormat.md) ###### [RasterExportColorReduction](Visio.ApplicationSettings.RasterExportColorReduction.md) ###### [RasterExportDataCompression](Visio.ApplicationSettings.RasterExportDataCompression.md) ###### [RasterExportDataFormat](Visio.ApplicationSettings.RasterExportDataFormat.md) ###### [RasterExportFlip](Visio.ApplicationSettings.RasterExportFlip.md) ###### [RasterExportOperation](Visio.ApplicationSettings.RasterExportOperation.md) ###### [RasterExportQuality](Visio.ApplicationSettings.RasterExportQuality.md) ###### [RasterExportRotation](Visio.ApplicationSettings.RasterExportRotation.md) ###### [RasterExportTransparencyColor](Visio.ApplicationSettings.RasterExportTransparencyColor.md) ###### [RasterExportUseTransparencyColor](Visio.ApplicationSettings.RasterExportUseTransparencyColor.md) ###### [RecentFilesListSize](Visio.ApplicationSettings.RecentFilesListSize.md) ###### [RecentTemplatesListSize](Visio.ApplicationSettings.RecentTemplatesListSize.md) ###### [SATextUI](Visio.ApplicationSettings.SATextUI.md) ###### [ShowChooseDrawingTypePane](Visio.ApplicationSettings.ShowChooseDrawingTypePane.md) ###### [ShowFileOpenWarnings](Visio.ApplicationSettings.ShowFileOpenWarnings.md) ###### [ShowFileSaveWarnings](Visio.ApplicationSettings.ShowFileSaveWarnings.md) ###### [ShowMoreShapeHandlesOnHover](Visio.ApplicationSettings.ShowMoreShapeHandlesOnHover.md) ###### [ShowShapeSearchPane](Visio.ApplicationSettings.ShowShapeSearchPane.md) ###### [ShowSmartTags](Visio.ApplicationSettings.ShowSmartTags.md) ###### [SnapStrengthExtensionsX](Visio.ApplicationSettings.SnapStrengthExtensionsX.md) ###### [SnapStrengthExtensionsY](Visio.ApplicationSettings.SnapStrengthExtensionsY.md) ###### [SnapStrengthGeometryX](Visio.ApplicationSettings.SnapStrengthGeometryX.md) ###### [SnapStrengthGeometryY](Visio.ApplicationSettings.SnapStrengthGeometryY.md) ###### [SnapStrengthGridX](Visio.ApplicationSettings.SnapStrengthGridX.md) ###### [SnapStrengthGridY](Visio.ApplicationSettings.SnapStrengthGridY.md) ###### [SnapStrengthGuidesX](Visio.ApplicationSettings.SnapStrengthGuidesX.md) ###### [SnapStrengthGuidesY](Visio.ApplicationSettings.SnapStrengthGuidesY.md) ###### [SnapStrengthPointsX](Visio.ApplicationSettings.SnapStrengthPointsX.md) ###### [SnapStrengthPointsY](Visio.ApplicationSettings.SnapStrengthPointsY.md) ###### [SnapStrengthRulerX](Visio.ApplicationSettings.SnapStrengthRulerX.md) ###### [SnapStrengthRulerY](Visio.ApplicationSettings.SnapStrengthRulerY.md) ###### [Stat](Visio.ApplicationSettings.Stat.md) ###### [StencilBackgroundColor](Visio.ApplicationSettings.StencilBackgroundColor.md) ###### [StencilBackgroundColorGradient](Visio.ApplicationSettings.StencilBackgroundColorGradient.md) ###### [StencilCharactersPerLine](Visio.ApplicationSettings.StencilCharactersPerLine.md) ###### [StencilLinesPerMaster](Visio.ApplicationSettings.StencilLinesPerMaster.md) ###### [StencilTextColor](Visio.ApplicationSettings.StencilTextColor.md) ###### [SVGExportFormat](Visio.applicationsettings.svgexportformat.md) ###### [TransitionsEnabled](Visio.ApplicationSettings.TransitionsEnabled.md) ###### [UndoLevels](Visio.ApplicationSettings.UndoLevels.md) ###### [UserInitials](Visio.ApplicationSettings.UserInitials.md) ###### [UserName](Visio.ApplicationSettings.UserName.md) ###### [ZoomOnRoll](Visio.ApplicationSettings.ZoomOnRoll.md) #### [Cell object](Visio.Cell.md) ##### Events ###### [CellChanged](Visio.Cell.CellChanged.md) ###### [FormulaChanged](Visio.Cell.FormulaChanged.md) ##### Methods ###### [GlueTo](Visio.Cell.GlueTo.md) ###### [GlueToPos](Visio.Cell.GlueToPos.md) ###### [Trigger](Visio.Cell.Trigger.md) ##### Properties ###### [Application](Visio.Cell.Application.md) ###### [Column](Visio.Cell.Column.md) ###### [ContainingMasterID](Visio.Cell.ContainingMasterID.md) ###### [ContainingPageID](Visio.Cell.ContainingPageID.md) ###### [ContainingRow](Visio.Cell.ContainingRow.md) ###### [Dependents](Visio.Cell.Dependents.md) ###### [Document](Visio.Cell.Document.md) ###### [Error](Visio.Cell.Error.md) ###### [EventList](Visio.Cell.EventList.md) ###### [Formula](Visio.Cell.Formula.md) ###### [FormulaForce](Visio.Cell.FormulaForce.md) ###### [FormulaForceU](Visio.Cell.FormulaForceU.md) ###### [FormulaU](Visio.Cell.FormulaU.md) ###### [InheritedFormulaSource](Visio.Cell.InheritedFormulaSource.md) ###### [InheritedValueSource](Visio.Cell.InheritedValueSource.md) ###### [IsConstant](Visio.Cell.IsConstant.md) ###### [IsInherited](Visio.Cell.IsInherited.md) ###### [LocalName](Visio.Cell.LocalName.md) ###### [Name](Visio.Cell.Name.md) ###### [ObjectType](Visio.Cell.ObjectType.md) ###### [PersistsEvents](Visio.Cell.PersistsEvents.md) ###### [Precedents](Visio.Cell.Precedents.md) ###### [Result](Visio.Cell.Result.md) ###### [ResultForce](Visio.Cell.ResultForce.md) ###### [ResultFromInt](Visio.Cell.ResultFromInt.md) ###### [ResultFromIntForce](Visio.Cell.ResultFromIntForce.md) ###### [ResultInt](Visio.Cell.ResultInt.md) ###### [ResultIU](Visio.Cell.ResultIU.md) ###### [ResultIUForce](Visio.Cell.ResultIUForce.md) ###### [ResultStr](Visio.Cell.ResultStr.md) ###### [ResultStrU](Visio.Cell.ResultStrU.md) ###### [Row](Visio.Cell.Row.md) ###### [RowName](Visio.Cell.RowName.md) ###### [RowNameU](Visio.Cell.RowNameU.md) ###### [Section](Visio.Cell.Section.md) ###### [Shape](Visio.Cell.Shape.md) ###### [Stat](Visio.Cell.Stat.md) ###### [Style](Visio.Cell.Style.md) ###### [Units](Visio.Cell.Units.md) #### [Characters object](Visio.Characters.md) ##### Events ###### [TextChanged](Visio.Characters.TextChanged.md) ##### Methods ###### [AddCustomField](Visio.Characters.AddCustomField.md) ###### [AddCustomFieldU](Visio.Characters.AddCustomFieldU.md) ###### [AddField](Visio.Characters.AddField.md) ###### [AddFieldEx](Visio.Characters.AddFieldEx.md) ###### [Copy](Visio.Characters.Copy.md) ###### [Cut](Visio.Characters.Cut.md) ###### [Delete](Visio.Characters.Delete.md) ###### [Paste](Visio.Characters.Paste.md) ##### Properties ###### [Application](Visio.Characters.Application.md) ###### [Begin](Visio.Characters.Begin.md) ###### [CharCount](Visio.Characters.CharCount.md) ###### [CharProps](Visio.Characters.CharProps.md) ###### [CharPropsRow](Visio.Characters.CharPropsRow.md) ###### [ContainingMasterID](Visio.Characters.ContainingMasterID.md) ###### [ContainingPageID](Visio.Characters.ContainingPageID.md) ###### [Document](Visio.Characters.Document.md) ###### [End](Visio.Characters.End.md) ###### [EventList](Visio.Characters.EventList.md) ###### [FieldCategory](Visio.Characters.FieldCategory.md) ###### [FieldCode](Visio.Characters.FieldCode.md) ###### [FieldFormat](Visio.Characters.FieldFormat.md) ###### [FieldFormula](Visio.Characters.FieldFormula.md) ###### [FieldFormulaU](Visio.Characters.FieldFormulaU.md) ###### [IsField](Visio.Characters.IsField.md) ###### [ObjectType](Visio.Characters.ObjectType.md) ###### [ParaProps](Visio.Characters.ParaProps.md) ###### [ParaPropsRow](Visio.Characters.ParaPropsRow.md) ###### [PersistsEvents](Visio.Characters.PersistsEvents.md) ###### [RunBegin](Visio.Characters.RunBegin.md) ###### [RunEnd](Visio.Characters.RunEnd.md) ###### [Shape](Visio.Characters.Shape.md) ###### [Stat](Visio.Characters.Stat.md) ###### [TabPropsRow](Visio.Characters.TabPropsRow.md) ###### [Text](Visio.Characters.Text.md) #### [CoauthMergeEvent object](Visio.coauthmergeevent.md) ##### Properties ###### [Application](Visio.coauthmergeevent.application.md) ###### [BaseDocument](Visio.coauthmergeevent.basedocument.md) ###### [DownloadDocument](Visio.coauthmergeevent.downloaddocument.md) ###### [ObjectType](Visio.coauthmergeevent.objecttype.md) ###### [Stat](Visio.coauthmergeevent.stat.md) ###### [WorkingDocument](Visio.coauthmergeevent.workingdocument.md) #### [Color object](Visio.Color.md) ##### Properties ###### [Application](Visio.Color.Application.md) ###### [Blue](Visio.Color.Blue.md) ###### [Document](Visio.Color.Document.md) ###### [Flags](Visio.Color.Flags.md) ###### [Green](Visio.Color.Green.md) ###### [Index](Visio.Color.Index.md) ###### [ObjectType](Visio.Color.ObjectType.md) ###### [PaletteEntry](Visio.Color.PaletteEntry.md) ###### [Red](Visio.Color.Red.md) ###### [Stat](Visio.Color.Stat.md) #### [Colors object](Visio.Colors.md) ##### Properties ###### [Application](Visio.Colors.Application.md) ###### [Count](Visio.Colors.Count.md) ###### [Document](Visio.Colors.Document.md) ###### [Item](Visio.Colors.Item.md) ###### [ObjectType](Visio.Colors.ObjectType.md) ###### [Stat](Visio.Colors.Stat.md) #### [Comment object](Visio.comment.md) ##### Methods ###### [Delete](Visio.comment.delete.md) ##### Properties ###### [Application](Visio.comment.application.md) ###### [AssociatedObject](Visio.comment.associatedobject.md) ###### [AuthorInitials](Visio.comment.authorinitials.md) ###### [AuthorName](Visio.comment.authorname.md) ###### [AuthorSipAddress](Visio.comment.authorsipaddress.md) ###### [AuthorSMTPAddress](Visio.comment.authorsmtpaddress.md) ###### [Collapsed](Visio.comment.collapsed.md) ###### [CreateDate](Visio.comment.createdate.md) ###### [Document](Visio.comment.document.md) ###### [EditDate](Visio.comment.editdate.md) ###### [ObjectType](Visio.comment.objecttype.md) ###### [Stat](Visio.comment.stat.md) ###### [Text](Visio.comment.text.md) #### [Comments object](Visio.comments.md) ##### Methods ###### [Add](Visio.comments.add.md) ###### [DeleteAll](Visio.comments.deleteall.md) ##### Properties ###### [Application](Visio.comments.application.md) ###### [Count](Visio.comments.count.md) ###### [Document](Visio.comments.document.md) ###### [Item](Visio.comments.item.md) ###### [ObjectType](Visio.comments.objecttype.md) ###### [Stat](Visio.comments.stat.md) #### [Connect object](Visio.Connect.md) ##### Properties ###### [Application](Visio.Connect.Application.md) ###### [ContainingMasterID](Visio.Connect.ContainingMasterID.md) ###### [ContainingPageID](Visio.Connect.ContainingPageID.md) ###### [Document](Visio.Connect.Document.md) ###### [FromCell](Visio.Connect.FromCell.md) ###### [FromPart](Visio.Connect.FromPart.md) ###### [FromSheet](Visio.Connect.FromSheet.md) ###### [Index](Visio.Connect.Index.md) ###### [ObjectType](Visio.Connect.ObjectType.md) ###### [Stat](Visio.Connect.Stat.md) ###### [ToCell](Visio.Connect.ToCell.md) ###### [ToPart](Visio.Connect.ToPart.md) ###### [ToSheet](Visio.Connect.ToSheet.md) #### [Connects object](Visio.Connects.md) ##### Properties ###### [Application](Visio.Connects.Application.md) ###### [Count](Visio.Connects.Count.md) ###### [Document](Visio.Connects.Document.md) ###### [FromSheet](Visio.Connects.FromSheet.md) ###### [Item](Visio.Connects.Item.md) ###### [ObjectType](Visio.Connects.ObjectType.md) ###### [Stat](Visio.Connects.Stat.md) ###### [ToSheet](Visio.Connects.ToSheet.md) #### [ContainerProperties object](Visio.ContainerProperties.md) ##### Methods ###### [AddMember](Visio.ContainerProperties.AddMember.md) ###### [Disband](Visio.ContainerProperties.Disband.md) ###### [FitToContents](Visio.ContainerProperties.FitToContents.md) ###### [GetListMemberPosition](Visio.ContainerProperties.GetListMemberPosition.md) ###### [GetListMembers](Visio.ContainerProperties.GetListMembers.md) ###### [GetListSpacing](Visio.ContainerProperties.GetListSpacing.md) ###### [GetMargin](Visio.ContainerProperties.GetMargin.md) ###### [GetMemberShapes](Visio.ContainerProperties.GetMemberShapes.md) ###### [GetMemberState](Visio.ContainerProperties.GetMemberState.md) ###### [InsertListMember](Visio.ContainerProperties.InsertListMember.md) ###### [RemoveMember](Visio.ContainerProperties.RemoveMember.md) ###### [ReorderListMember](Visio.ContainerProperties.ReorderListMember.md) ###### [RotateFlipList](Visio.ContainerProperties.RotateFlipList.md) ###### [SetListSpacing](Visio.ContainerProperties.SetListSpacing.md) ###### [SetMargin](Visio.ContainerProperties.SetMargin.md) ##### Properties ###### [Application](Visio.ContainerProperties.Application.md) ###### [ContainerStyle](Visio.ContainerProperties.ContainerStyle.md) ###### [ContainerType](Visio.ContainerProperties.ContainerType.md) ###### [Document](Visio.containerproperties.document.md) ###### [HeadingStyle](Visio.ContainerProperties.HeadingStyle.md) ###### [ListAlignment](Visio.ContainerProperties.ListAlignment.md) ###### [ListDirection](Visio.ContainerProperties.ListDirection.md) ###### [LockMembership](Visio.ContainerProperties.LockMembership.md) ###### [ObjectType](Visio.ContainerProperties.ObjectType.md) ###### [OverlappedList](Visio.ContainerProperties.OverlappedList.md) ###### [ResizeAsNeeded](Visio.ContainerProperties.ResizeAsNeeded.md) ###### [Shape](Visio.ContainerProperties.Shape.md) ###### [Stat](Visio.ContainerProperties.Stat.md) #### [Curve object](Visio.Curve.md) ##### Methods ###### [Point](Visio.Curve.Point.md) ###### [PointAndDerivatives](Visio.Curve.PointAndDerivatives.md) ###### [Points](Visio.Curve.Points.md) ##### Properties ###### [Application](Visio.Curve.Application.md) ###### [Closed](Visio.Curve.Closed.md) ###### [End](Visio.Curve.End.md) ###### [ObjectType](Visio.Curve.ObjectType.md) ###### [Start](Visio.Curve.Start.md) #### [DataColumn object](Visio.DataColumn.md) ##### Methods ###### [GetProperty](Visio.DataColumn.GetProperty.md) ###### [SetProperty](Visio.DataColumn.SetProperty.md) ##### Properties ###### [Application](Visio.DataColumn.Application.md) ###### [DataRecordset](Visio.DataColumn.DataRecordset.md) ###### [DisplayName](Visio.DataColumn.DisplayName.md) ###### [Document](Visio.DataColumn.Document.md) ###### [Hyperlink](Visio.DataColumn.Hyperlink.md) ###### [Name](Visio.DataColumn.Name.md) ###### [ObjectType](Visio.DataColumn.ObjectType.md) ###### [Stat](Visio.DataColumn.Stat.md) ###### [Visible](Visio.DataColumn.Visible.md) #### [DataColumns object](Visio.DataColumns.md) ##### Methods ###### [SetColumnProperties](Visio.DataColumns.SetColumnProperties.md) ##### Properties ###### [Application](Visio.DataColumns.Application.md) ###### [Count](Visio.DataColumns.Count.md) ###### [DataRecordset](Visio.DataColumns.DataRecordset.md) ###### [Document](Visio.DataColumns.Document.md) ###### [Item](Visio.DataColumns.Item.md) ###### [ObjectType](Visio.DataColumns.ObjectType.md) ###### [Stat](Visio.DataColumns.Stat.md) #### [DataConnection object](Visio.DataConnection.md) ##### Properties ###### [Application](Visio.DataConnection.Application.md) ###### [ConnectionString](Visio.DataConnection.ConnectionString.md) ###### [Document](Visio.DataConnection.Document.md) ###### [FileName](Visio.DataConnection.FileName.md) ###### [ID](Visio.DataConnection.ID.md) ###### [ObjectType](Visio.DataConnection.ObjectType.md) ###### [Stat](Visio.DataConnection.Stat.md) ###### [Timeout](Visio.DataConnection.Timeout.md) #### [DataRecordset object](Visio.DataRecordset.md) ##### Events ###### [BeforeDataRecordsetDelete](Visio.DataRecordset.BeforeDataRecordsetDelete.md) ###### [DataRecordsetChanged](Visio.DataRecordset.DataRecordsetChanged.md) ##### Methods ###### [Delete](Visio.DataRecordset.Delete.md) ###### [GetAllRefreshConflicts](Visio.DataRecordset.GetAllRefreshConflicts.md) ###### [GetDataRowIDs](Visio.DataRecordset.GetDataRowIDs.md) ###### [GetMatchingRowsForRefreshConflict](Visio.DataRecordset.GetMatchingRowsForRefreshConflict.md) ###### [GetPrimaryKey](Visio.DataRecordset.GetPrimaryKey.md) ###### [GetRowData](Visio.DataRecordset.GetRowData.md) ###### [Refresh](Visio.DataRecordset.Refresh.md) ###### [RefreshUsingXML](Visio.DataRecordset.RefreshUsingXML.md) ###### [RemoveRefreshConflict](Visio.DataRecordset.RemoveRefreshConflict.md) ###### [SetPrimaryKey](Visio.DataRecordset.SetPrimaryKey.md) ##### Properties ###### [Application](Visio.DataRecordset.Application.md) ###### [CommandString](Visio.DataRecordset.CommandString.md) ###### [DataAsXML](Visio.DataRecordset.DataAsXML.md) ###### [DataColumns](Visio.DataRecordset.DataColumns.md) ###### [DataConnection](Visio.DataRecordset.DataConnection.md) ###### [Document](Visio.DataRecordset.Document.md) ###### [EventList](Visio.DataRecordset.EventList.md) ###### [ID](Visio.DataRecordset.ID.md) ###### [LinkReplaceBehavior](Visio.DataRecordset.LinkReplaceBehavior.md) ###### [Name](Visio.DataRecordset.Name.md) ###### [ObjectType](Visio.DataRecordset.ObjectType.md) ###### [RefreshInterval](Visio.DataRecordset.RefreshInterval.md) ###### [RefreshSettings](Visio.DataRecordset.RefreshSettings.md) ###### [Stat](Visio.DataRecordset.Stat.md) ###### [TimeRefreshed](Visio.DataRecordset.TimeRefreshed.md) #### [DataRecordsetChangedEvent object](Visio.DataRecordsetChangedEvent.md) ##### Properties ###### [Application](Visio.DataRecordsetChangedEvent.Application.md) ###### [DataColumnsAdded](Visio.DataRecordsetChangedEvent.DataColumnsAdded.md) ###### [DataColumnsChanged](Visio.DataRecordsetChangedEvent.DataColumnsChanged.md) ###### [DataColumnsDeleted](Visio.DataRecordsetChangedEvent.DataColumnsDeleted.md) ###### [DataRecordset](Visio.DataRecordsetChangedEvent.DataRecordset.md) ###### [DataRowsAdded](Visio.DataRecordsetChangedEvent.DataRowsAdded.md) ###### [DataRowsDeleted](Visio.DataRecordsetChangedEvent.DataRowsDeleted.md) ###### [ObjectType](Visio.DataRecordsetChangedEvent.ObjectType.md) ###### [Stat](Visio.DataRecordsetChangedEvent.Stat.md) #### [DataRecordsets object](Visio.DataRecordsets.md) ##### Events ###### [BeforeDataRecordsetDelete](Visio.DataRecordsets.BeforeDataRecordsetDelete.md) ###### [DataRecordsetAdded](Visio.DataRecordsets.DataRecordsetAdded.md) ###### [DataRecordsetChanged](Visio.DataRecordsets.DataRecordsetChanged.md) ##### Methods ###### [Add](Visio.DataRecordsets.Add.md) ###### [AddFromConnectionFile](Visio.DataRecordsets.AddFromConnectionFile.md) ###### [AddFromXML](Visio.DataRecordsets.AddFromXML.md) ###### [GetLastDataError](Visio.DataRecordsets.GetLastDataError.md) ##### Properties ###### [Application](Visio.DataRecordsets.Application.md) ###### [Count](Visio.DataRecordsets.Count.md) ###### [Document](Visio.DataRecordsets.Document.md) ###### [EventList](Visio.DataRecordsets.EventList.md) ###### [Item](Visio.DataRecordsets.Item.md) ###### [ItemFromID](Visio.DataRecordsets.ItemFromID.md) ###### [ObjectType](Visio.DataRecordsets.ObjectType.md) ###### [Stat](Visio.DataRecordsets.Stat.md) #### [Document object](Visio.Document.md) ##### Events ###### [AfterDocumentMerge](Visio.document.afterdocumentmerge.md) ###### [AfterRemoveHiddenInformation](Visio.Document.AfterRemoveHiddenInformation.md) ###### [BeforeDataRecordsetDelete](Visio.Document.BeforeDataRecordsetDelete.md) ###### [BeforeDocumentClose](Visio.Document.BeforeDocumentClose.md) ###### [BeforeDocumentSave](Visio.Document.BeforeDocumentSave.md) ###### [BeforeDocumentSaveAs](Visio.Document.BeforeDocumentSaveAs.md) ###### [BeforeMasterDelete](Visio.Document.BeforeMasterDelete.md) ###### [BeforePageDelete](Visio.Document.BeforePageDelete.md) ###### [BeforeSelectionDelete](Visio.Document.BeforeSelectionDelete.md) ###### [BeforeShapeTextEdit](Visio.Document.BeforeShapeTextEdit.md) ###### [BeforeStyleDelete](Visio.Document.BeforeStyleDelete.md) ###### [ConvertToGroupCanceled](Visio.Document.ConvertToGroupCanceled.md) ###### [DataRecordsetAdded](Visio.Document.DataRecordsetAdded.md) ###### [DesignModeEntered](Visio.Document.DesignModeEntered.md) ###### [DocumentChanged](Visio.Document.DocumentChanged.md) ###### [DocumentCloseCanceled](Visio.Document.DocumentCloseCanceled.md) ###### [DocumentCreated](Visio.Document.DocumentCreated.md) ###### [DocumentOpened](Visio.Document.DocumentOpened.md) ###### [DocumentSaved](Visio.Document.DocumentSaved.md) ###### [DocumentSavedAs](Visio.Document.DocumentSavedAs.md) ###### [GroupCanceled](Visio.Document.GroupCanceled.md) ###### [MasterAdded](Visio.Document.MasterAdded.md) ###### [MasterChanged](Visio.Document.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.Document.MasterDeleteCanceled.md) ###### [PageAdded](Visio.Document.PageAdded.md) ###### [PageChanged](Visio.Document.PageChanged.md) ###### [PageDeleteCanceled](Visio.Document.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Document.QueryCancelConvertToGroup.md) ###### [QueryCancelDocumentClose](Visio.Document.QueryCancelDocumentClose.md) ###### [QueryCancelGroup](Visio.Document.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.Document.QueryCancelMasterDelete.md) ###### [QueryCancelPageDelete](Visio.Document.QueryCancelPageDelete.md) ###### [QueryCancelSelectionDelete](Visio.Document.QueryCancelSelectionDelete.md) ###### [QueryCancelStyleDelete](Visio.Document.QueryCancelStyleDelete.md) ###### [QueryCancelUngroup](Visio.Document.QueryCancelUngroup.md) ###### [RuleSetValidated](Visio.Document.RuleSetValidated.md) ###### [RunModeEntered](Visio.Document.RunModeEntered.md) ###### [SelectionDeleteCanceled](Visio.Document.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Document.ShapeAdded.md) ###### [ShapeDataGraphicChanged](Visio.Document.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Document.ShapeExitedTextEdit.md) ###### [ShapeParentChanged](Visio.Document.ShapeParentChanged.md) ###### [StyleAdded](Visio.Document.StyleAdded.md) ###### [StyleChanged](Visio.Document.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.Document.StyleDeleteCanceled.md) ###### [UngroupCanceled](Visio.Document.UngroupCanceled.md) ##### Methods ###### [AddUndoUnit](Visio.Document.AddUndoUnit.md) ###### [BeginUndoScope](Visio.Document.BeginUndoScope.md) ###### [CanCheckIn](Visio.Document.CanCheckIn.md) ###### [CanUndoCheckOut](Visio.Document.CanUndoCheckOut.md) ###### [CheckIn](Visio.Document.CheckIn.md) ###### [Clean](Visio.Document.Clean.md) ###### [ClearCustomMenus](Visio.Document.ClearCustomMenus.md) ###### [ClearCustomToolbars](Visio.Document.ClearCustomToolbars.md) ###### [ClearGestureFormatSheet](Visio.Document.ClearGestureFormatSheet.md) ###### [Close](Visio.Document.Close.md) ###### [CopyPreviewPicture](Visio.Document.CopyPreviewPicture.md) ###### [DeleteSolutionXMLElement](Visio.Document.DeleteSolutionXMLElement.md) ###### [Drop](Visio.Document.Drop.md) ###### [EndUndoScope](Visio.Document.EndUndoScope.md) ###### [ExecuteLine](Visio.Document.ExecuteLine.md) ###### [ExportAsFixedFormat](Visio.Document.ExportAsFixedFormat.md) ###### [FollowHyperlink](Visio.Document.FollowHyperlink.md) ###### [GetThemeNames](Visio.Document.GetThemeNames.md) ###### [GetThemeNamesU](Visio.Document.GetThemeNamesU.md) ###### [OpenStencilWindow](Visio.Document.OpenStencilWindow.md) ###### [ParseLine](Visio.Document.ParseLine.md) ###### [Print](Visio.Document.Print.md) ###### [PrintOut](Visio.Document.PrintOut.md) ###### [PurgeUndo](Visio.Document.PurgeUndo.md) ###### [RemoveHiddenInformation](Visio.Document.RemoveHiddenInformation.md) ###### [RenameCurrentScope](Visio.Document.RenameCurrentScope.md) ###### [Save](Visio.Document.Save.md) ###### [SaveAs](Visio.Document.SaveAs.md) ###### [SaveAsEx](Visio.Document.SaveAsEx.md) ###### [SetCustomMenus](Visio.Document.SetCustomMenus.md) ###### [SetCustomToolbars](Visio.Document.SetCustomToolbars.md) ###### [UndoCheckOut](Visio.Document.UndoCheckOut.md) ##### Properties ###### [AlternateNames](Visio.Document.AlternateNames.md) ###### [Application](Visio.Document.Application.md) ###### [AutoRecover](Visio.Document.AutoRecover.md) ###### [BottomMargin](Visio.Document.BottomMargin.md) ###### [BuildNumberCreated](Visio.Document.BuildNumberCreated.md) ###### [BuildNumberEdited](Visio.Document.BuildNumberEdited.md) ###### [Category](Visio.Document.Category.md) ###### [ClassID](Visio.Document.ClassID.md) ###### [Colors](Visio.Document.Colors.md) ###### [Comments](Visio.document.comments.md) ###### [Company](Visio.Document.Company.md) ###### [CompatibilityMode](Visio.document.compatibilitymode.md) ###### [Container](Visio.Document.Container.md) ###### [ContainsWorkspaceEx](Visio.Document.ContainsWorkspaceEx.md) ###### [Creator](Visio.Document.Creator.md) ###### [CustomMenus](Visio.Document.CustomMenus.md) ###### [CustomMenusFile](Visio.Document.CustomMenusFile.md) ###### [CustomToolbars](Visio.Document.CustomToolbars.md) ###### [CustomToolbarsFile](Visio.Document.CustomToolbarsFile.md) ###### [CustomUI](Visio.Document.CustomUI.md) ###### [DataRecordsets](Visio.Document.DataRecordsets.md) ###### [DefaultFillStyle](Visio.Document.DefaultFillStyle.md) ###### [DefaultGuideStyle](Visio.Document.DefaultGuideStyle.md) ###### [DefaultLineStyle](Visio.Document.DefaultLineStyle.md) ###### [DefaultSavePath](Visio.Document.DefaultSavePath.md) ###### [DefaultStyle](Visio.Document.DefaultStyle.md) ###### [DefaultTextStyle](Visio.Document.DefaultTextStyle.md) ###### [Description](Visio.Document.Description.md) ###### [DiagramServicesEnabled](Visio.Document.DiagramServicesEnabled.md) ###### [DocumentSheet](Visio.Document.DocumentSheet.md) ###### [DynamicGridEnabled](Visio.Document.DynamicGridEnabled.md) ###### [EditorCount](Visio.document.editorcount.md) ###### [EmailRoutingData](Visio.Document.EmailRoutingData.md) ###### [EventList](Visio.Document.EventList.md) ###### [Fonts](Visio.Document.Fonts.md) ###### [FooterCenter](Visio.Document.FooterCenter.md) ###### [FooterLeft](Visio.Document.FooterLeft.md) ###### [FooterMargin](Visio.Document.FooterMargin.md) ###### [FooterRight](Visio.Document.FooterRight.md) ###### [FullBuildNumberCreated](Visio.Document.FullBuildNumberCreated.md) ###### [FullBuildNumberEdited](Visio.Document.FullBuildNumberEdited.md) ###### [FullName](Visio.Document.FullName.md) ###### [GestureFormatSheet](Visio.Document.GestureFormatSheet.md) ###### [GlueEnabled](Visio.Document.GlueEnabled.md) ###### [GlueSettings](Visio.Document.GlueSettings.md) ###### [HeaderCenter](Visio.Document.HeaderCenter.md) ###### [HeaderFooterColor](Visio.Document.HeaderFooterColor.md) ###### [HeaderFooterFont](Visio.Document.HeaderFooterFont.md) ###### [HeaderLeft](Visio.Document.HeaderLeft.md) ###### [HeaderMargin](Visio.Document.HeaderMargin.md) ###### [HeaderRight](Visio.Document.HeaderRight.md) ###### [HyperlinkBase](Visio.Document.HyperlinkBase.md) ###### [ID](Visio.Document.ID.md) ###### [Index](Visio.Document.Index.md) ###### [InPlace](Visio.Document.InPlace.md) ###### [Keywords](Visio.Document.Keywords.md) ###### [Language](Visio.Document.Language.md) ###### [LeftMargin](Visio.Document.LeftMargin.md) ###### [MacrosEnabled](Visio.Document.MacrosEnabled.md) ###### [Manager](Visio.Document.Manager.md) ###### [Masters](Visio.Document.Masters.md) ###### [MasterShortcuts](Visio.Document.MasterShortcuts.md) ###### [Mode](Visio.Document.Mode.md) ###### [Name](Visio.Document.Name.md) ###### [ObjectType](Visio.Document.ObjectType.md) ###### [OLEObjects](Visio.Document.OLEObjects.md) ###### [Pages](Visio.Document.Pages.md) ###### [PaperHeight](Visio.Document.PaperHeight.md) ###### [PaperSize](Visio.Document.PaperSize.md) ###### [PaperWidth](Visio.Document.PaperWidth.md) ###### [Path](Visio.Document.Path.md) ###### [Permission](Visio.document.permission.md) ###### [PersistsEvents](Visio.Document.PersistsEvents.md) ###### [PreviewPicture](Visio.Document.PreviewPicture.md) ###### [PrintCenteredH](Visio.Document.PrintCenteredH.md) ###### [PrintCenteredV](Visio.Document.PrintCenteredV.md) ###### [Printer](Visio.Document.Printer.md) ###### [PrintFitOnPages](Visio.Document.PrintFitOnPages.md) ###### [PrintLandscape](Visio.Document.PrintLandscape.md) ###### [PrintPagesAcross](Visio.Document.PrintPagesAcross.md) ###### [PrintPagesDown](Visio.Document.PrintPagesDown.md) ###### [PrintScale](Visio.Document.PrintScale.md) ###### [ProgID](Visio.Document.ProgID.md) ###### [Protection](Visio.Document.Protection.md) ###### [ReadOnly](Visio.Document.ReadOnly.md) ###### [RemovePersonalInformation](Visio.Document.RemovePersonalInformation.md) ###### [RightMargin](Visio.Document.RightMargin.md) ###### [Saved](Visio.Document.Saved.md) ###### [SavePreviewMode](Visio.Document.SavePreviewMode.md) ###### [ServerPublishOptions](Visio.Document.ServerPublishOptions.md) ###### [SharedWorkspace](Visio.Document.SharedWorkspace.md) ###### [SnapAngles](Visio.Document.SnapAngles.md) ###### [SnapEnabled](Visio.Document.SnapEnabled.md) ###### [SnapExtensions](Visio.Document.SnapExtensions.md) ###### [SnapSettings](Visio.Document.SnapSettings.md) ###### [SolutionXMLElement](Visio.Document.SolutionXMLElement.md) ###### [SolutionXMLElementCount](Visio.Document.SolutionXMLElementCount.md) ###### [SolutionXMLElementExists](Visio.Document.SolutionXMLElementExists.md) ###### [SolutionXMLElementName](Visio.Document.SolutionXMLElementName.md) ###### [Stat](Visio.Document.Stat.md) ###### [Styles](Visio.Document.Styles.md) ###### [Subject](Visio.Document.Subject.md) ###### [Sync](Visio.Document.Sync.md) ###### [Template](Visio.Document.Template.md) ###### [Time](Visio.Document.Time.md) ###### [TimeCreated](Visio.Document.TimeCreated.md) ###### [TimeEdited](Visio.Document.TimeEdited.md) ###### [TimePrinted](Visio.Document.TimePrinted.md) ###### [TimeSaved](Visio.Document.TimeSaved.md) ###### [Title](Visio.Document.Title.md) ###### [TopMargin](Visio.Document.TopMargin.md) ###### [Type](Visio.Document.Type.md) ###### [UndoEnabled](Visio.Document.UndoEnabled.md) ###### [UserCustomUI](Visio.Document.UserCustomUI.md) ###### [Validation](Visio.Document.Validation.md) ###### [VBProject](Visio.Document.VBProject.md) ###### [VBProjectData](Visio.Document.VBProjectData.md) ###### [Version](Visio.Document.Version.md) ###### [ZoomBehavior](Visio.Document.ZoomBehavior.md) #### [Documents object](Visio.Documents.md) ##### Events ###### [AfterDocumentMerge](Visio.documents.afterdocumentmerge.md) ###### [AfterRemoveHiddenInformation](Visio.Documents.AfterRemoveHiddenInformation.md) ###### [AfterReplaceShapes](Visio.documents.afterreplaceshapes.md) ###### [BeforeDataRecordsetDelete](Visio.Documents.BeforeDataRecordsetDelete.md) ###### [BeforeDocumentClose](Visio.Documents.BeforeDocumentClose.md) ###### [BeforeDocumentSave](Visio.Documents.BeforeDocumentSave.md) ###### [BeforeDocumentSaveAs](Visio.Documents.BeforeDocumentSaveAs.md) ###### [BeforeMasterDelete](Visio.Documents.BeforeMasterDelete.md) ###### [BeforePageDelete](Visio.Documents.BeforePageDelete.md) ###### [BeforeReplaceShapes](Visio.documents.beforereplaceshapes.md) ###### [BeforeSelectionDelete](Visio.Documents.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Documents.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Documents.BeforeShapeTextEdit.md) ###### [BeforeStyleDelete](Visio.Documents.BeforeStyleDelete.md) ###### [CalloutRelationshipAdded](Visio.Documents.CalloutRelationshipAdded.md) ###### [CalloutRelationshipDeleted](Visio.Documents.CalloutRelationshipDeleted.md) ###### [CellChanged](Visio.Documents.CellChanged.md) ###### [ConnectionsAdded](Visio.Documents.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.Documents.ConnectionsDeleted.md) ###### [ContainerRelationshipAdded](Visio.Documents.ContainerRelationshipAdded.md) ###### [ContainerRelationshipDeleted](Visio.Documents.ContainerRelationshipDeleted.md) ###### [ConvertToGroupCanceled](Visio.Documents.ConvertToGroupCanceled.md) ###### [DataRecordsetAdded](Visio.Documents.DataRecordsetAdded.md) ###### [DataRecordsetChanged](Visio.Documents.DataRecordsetChanged.md) ###### [DesignModeEntered](Visio.Documents.DesignModeEntered.md) ###### [DocumentChanged](Visio.Documents.DocumentChanged.md) ###### [DocumentCloseCanceled](Visio.Documents.DocumentCloseCanceled.md) ###### [DocumentCreated](Visio.Documents.DocumentCreated.md) ###### [DocumentOpened](Visio.Documents.DocumentOpened.md) ###### [DocumentSaved](Visio.Documents.DocumentSaved.md) ###### [DocumentSavedAs](Visio.Documents.DocumentSavedAs.md) ###### [FormulaChanged](Visio.Documents.FormulaChanged.md) ###### [GroupCanceled](Visio.Documents.GroupCanceled.md) ###### [MasterAdded](Visio.Documents.MasterAdded.md) ###### [MasterChanged](Visio.Documents.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.Documents.MasterDeleteCanceled.md) ###### [PageAdded](Visio.Documents.PageAdded.md) ###### [PageChanged](Visio.Documents.PageChanged.md) ###### [PageDeleteCanceled](Visio.Documents.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Documents.QueryCancelConvertToGroup.md) ###### [QueryCancelDocumentClose](Visio.Documents.QueryCancelDocumentClose.md) ###### [QueryCancelGroup](Visio.Documents.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.Documents.QueryCancelMasterDelete.md) ###### [QueryCancelPageDelete](Visio.Documents.QueryCancelPageDelete.md) ###### [QueryCancelReplaceShapes](Visio.documents.querycancelreplaceshapes.md) ###### [QueryCancelSelectionDelete](Visio.Documents.QueryCancelSelectionDelete.md) ###### [QueryCancelStyleDelete](Visio.Documents.QueryCancelStyleDelete.md) ###### [QueryCancelUngroup](Visio.Documents.QueryCancelUngroup.md) ###### [ReplaceShapesCanceled](Visio.documents.replaceshapescanceled.md) ###### [RuleSetValidated](Visio.Documents.RuleSetValidated.md) ###### [RunModeEntered](Visio.Documents.RunModeEntered.md) ###### [SelectionAdded](Visio.Documents.SelectionAdded.md) ###### [SelectionDeleteCanceled](Visio.Documents.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Documents.ShapeAdded.md) ###### [ShapeChanged](Visio.Documents.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Documents.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Documents.ShapeExitedTextEdit.md) ###### [ShapeLinkAdded](Visio.Documents.ShapeLinkAdded.md) ###### [ShapeLinkDeleted](Visio.Documents.ShapeLinkDeleted.md) ###### [ShapeParentChanged](Visio.Documents.ShapeParentChanged.md) ###### [StyleAdded](Visio.Documents.StyleAdded.md) ###### [StyleChanged](Visio.Documents.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.Documents.StyleDeleteCanceled.md) ###### [TextChanged](Visio.Documents.TextChanged.md) ###### [UngroupCanceled](Visio.Documents.UngroupCanceled.md) ##### Methods ###### [Add](Visio.Documents.Add.md) ###### [AddEx](Visio.Documents.AddEx.md) ###### [CanCheckOut](Visio.Documents.CanCheckOut.md) ###### [CheckOut](Visio.Documents.CheckOut.md) ###### [GetNames](Visio.Documents.GetNames.md) ###### [Open](Visio.Documents.Open.md) ###### [OpenEx](Visio.Documents.OpenEx.md) ##### Properties ###### [Application](Visio.Documents.Application.md) ###### [Count](Visio.Documents.Count.md) ###### [EventList](Visio.Documents.EventList.md) ###### [Item](Visio.Documents.Item.md) ###### [ItemFromID](Visio.Documents.ItemFromID.md) ###### [ObjectType](Visio.Documents.ObjectType.md) ###### [PersistsEvents](Visio.Documents.PersistsEvents.md) #### [DrawingControl object](Visio.DrawingControl.md) ##### Events ###### [AfterRemoveHiddenInformation](Visio.DrawingControl.AfterRemoveHiddenInformation.md) ###### [BeforeDataRecordsetDelete](Visio.DrawingControl.BeforeDataRecordsetDelete.md) ###### [BeforeDocumentClose](Visio.DrawingControl.BeforeDocumentClose.md) ###### [BeforeDocumentSave](Visio.DrawingControl.BeforeDocumentSave.md) ###### [BeforeDocumentSaveAs](Visio.DrawingControl.BeforeDocumentSaveAs.md) ###### [BeforeMasterDelete](Visio.DrawingControl.BeforeMasterDelete.md) ###### [BeforePageDelete](Visio.DrawingControl.BeforePageDelete.md) ###### [BeforeSelectionDelete](Visio.DrawingControl.BeforeSelectionDelete.md) ###### [BeforeShapeTextEdit](Visio.DrawingControl.BeforeShapeTextEdit.md) ###### [BeforeStyleDelete](Visio.DrawingControl.BeforeStyleDelete.md) ###### [BeforeWindowClosed](Visio.DrawingControl.BeforeWindowClosed.md) ###### [BeforeWindowPageTurn](Visio.DrawingControl.BeforeWindowPageTurn.md) ###### [BeforeWindowSelDelete](Visio.DrawingControl.BeforeWindowSelDelete.md) ###### [ConvertToGroupCanceled](Visio.DrawingControl.ConvertToGroupCanceled.md) ###### [DataRecordsetAdded](Visio.DrawingControl.DataRecordsetAdded.md) ###### [DesignModeEntered](Visio.DrawingControl.DesignModeEntered.md) ###### [DocumentChanged](Visio.DrawingControl.DocumentChanged.md) ###### [DocumentCloseCanceled](Visio.DrawingControl.DocumentCloseCanceled.md) ###### [DocumentCreated](Visio.DrawingControl.DocumentCreated.md) ###### [DocumentOpened](Visio.DrawingControl.DocumentOpened.md) ###### [DocumentSaved](Visio.DrawingControl.DocumentSaved.md) ###### [DocumentSavedAs](Visio.DrawingControl.DocumentSavedAs.md) ###### [GroupCanceled](Visio.DrawingControl.GroupCanceled.md) ###### [KeyDown](Visio.DrawingControl.KeyDown.md) ###### [KeyPress](Visio.DrawingControl.KeyPress.md) ###### [KeyUp](Visio.DrawingControl.KeyUp.md) ###### [MasterAdded](Visio.DrawingControl.MasterAdded.md) ###### [MasterChanged](Visio.DrawingControl.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.DrawingControl.MasterDeleteCanceled.md) ###### [MouseDown](Visio.DrawingControl.MouseDown.md) ###### [MouseMove](Visio.DrawingControl.MouseMove.md) ###### [MouseUp](Visio.DrawingControl.MouseUp.md) ###### [OnKeystrokeMessageForAddon](Visio.DrawingControl.OnKeystrokeMessageForAddon.md) ###### [PageAdded](Visio.DrawingControl.PageAdded.md) ###### [PageChanged](Visio.DrawingControl.PageChanged.md) ###### [PageDeleteCanceled](Visio.DrawingControl.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.DrawingControl.QueryCancelConvertToGroup.md) ###### [QueryCancelDocumentClose](Visio.DrawingControl.QueryCancelDocumentClose.md) ###### [QueryCancelGroup](Visio.DrawingControl.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.DrawingControl.QueryCancelMasterDelete.md) ###### [QueryCancelPageDelete](Visio.DrawingControl.QueryCancelPageDelete.md) ###### [QueryCancelSelectionDelete](Visio.DrawingControl.QueryCancelSelectionDelete.md) ###### [QueryCancelStyleDelete](Visio.DrawingControl.QueryCancelStyleDelete.md) ###### [QueryCancelUngroup](Visio.DrawingControl.QueryCancelUngroup.md) ###### [QueryCancelWindowClose](Visio.DrawingControl.QueryCancelWindowClose.md) ###### [RunModeEntered](Visio.DrawingControl.RunModeEntered.md) ###### [SelectionChanged](Visio.DrawingControl.SelectionChanged.md) ###### [SelectionDeleteCanceled](Visio.DrawingControl.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.DrawingControl.ShapeAdded.md) ###### [ShapeDataGraphicChanged](Visio.DrawingControl.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.DrawingControl.ShapeExitedTextEdit.md) ###### [ShapeParentChanged](Visio.DrawingControl.ShapeParentChanged.md) ###### [StyleAdded](Visio.DrawingControl.StyleAdded.md) ###### [StyleChanged](Visio.DrawingControl.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.DrawingControl.StyleDeleteCanceled.md) ###### [UngroupCanceled](Visio.DrawingControl.UngroupCanceled.md) ###### [ViewChanged](Visio.DrawingControl.ViewChanged.md) ###### [WindowActivated](Visio.DrawingControl.WindowActivated.md) ###### [WindowChanged](Visio.DrawingControl.WindowChanged.md) ###### [WindowCloseCanceled](Visio.DrawingControl.WindowCloseCanceled.md) ###### [WindowTurnedToPage](Visio.DrawingControl.WindowTurnedToPage.md) ##### Properties ###### [Document](Visio.DrawingControl.Document.md) ###### [HostID](Visio.DrawingControl.HostID.md) ###### [NegotiateMenus](Visio.DrawingControl.NegotiateMenus.md) ###### [NegotiateToolbars](Visio.DrawingControl.NegotiateToolbars.md) ###### [PageSizingBehavior](Visio.DrawingControl.PageSizingBehavior.md) ###### [ShutDownBehavior](Visio.DrawingControl.ShutDownBehavior.md) ###### [Src](Visio.DrawingControl.Src.md) ###### [Window](Visio.DrawingControl.Window.md) #### [Event object](Visio.Event.md) ##### Methods ###### [Delete](Visio.Event.Delete.md) ###### [GetFilterActions](Visio.Event.GetFilterActions.md) ###### [GetFilterCommands](Visio.Event.GetFilterCommands.md) ###### [GetFilterObjects](Visio.Event.GetFilterObjects.md) ###### [GetFilterSRC](Visio.Event.GetFilterSRC.md) ###### [SetFilterActions](Visio.Event.SetFilterActions.md) ###### [SetFilterCommands](Visio.Event.SetFilterCommands.md) ###### [SetFilterObjects](Visio.Event.SetFilterObjects.md) ###### [SetFilterSRC](Visio.Event.SetFilterSRC.md) ###### [Trigger](Visio.Event.Trigger.md) ##### Properties ###### [Action](Visio.Event.Action.md) ###### [Application](Visio.Event.Application.md) ###### [Enabled](Visio.Event.Enabled.md) ###### [Event](Visio.Event.Event.md) ###### [EventList](Visio.Event.EventList.md) ###### [ID](Visio.Event.ID.md) ###### [Index](Visio.Event.Index.md) ###### [ObjectType](Visio.Event.ObjectType.md) ###### [Persistable](Visio.Event.Persistable.md) ###### [Persistent](Visio.Event.Persistent.md) ###### [Target](Visio.Event.Target.md) ###### [TargetArgs](Visio.Event.TargetArgs.md) #### [EventList object](Visio.EventList.md) ##### Methods ###### [Add](Visio.EventList.Add.md) ###### [AddAdvise](Visio.EventList.AddAdvise.md) ##### Properties ###### [Application](Visio.EventList.Application.md) ###### [Count](Visio.EventList.Count.md) ###### [Item](Visio.EventList.Item.md) ###### [ItemFromID](Visio.EventList.ItemFromID.md) ###### [ObjectType](Visio.EventList.ObjectType.md) #### [Font object](Visio.Font.md) ##### Properties ###### [Application](Visio.Font.Application.md) ###### [Attributes](Visio.Font.Attributes.md) ###### [CharSet](Visio.Font.CharSet.md) ###### [Document](Visio.Font.Document.md) ###### [ID](Visio.Font.ID.md) ###### [Index](Visio.Font.Index.md) ###### [Name](Visio.Font.Name.md) ###### [ObjectType](Visio.Font.ObjectType.md) ###### [PitchAndFamily](Visio.Font.PitchAndFamily.md) ###### [Stat](Visio.Font.Stat.md) #### [Fonts object](Visio.Fonts.md) ##### Properties ###### [Application](Visio.Fonts.Application.md) ###### [Count](Visio.Fonts.Count.md) ###### [Document](Visio.Fonts.Document.md) ###### [Item](Visio.Fonts.Item.md) ###### [ItemFromID](Visio.Fonts.ItemFromID.md) ###### [ObjectType](Visio.Fonts.ObjectType.md) ###### [Stat](Visio.Fonts.Stat.md) #### [Global object](Visio.Global.md) ##### Properties ###### [ActiveDocument](Visio.Global.ActiveDocument.md) ###### [ActivePage](Visio.Global.ActivePage.md) ###### [ActiveWindow](Visio.Global.ActiveWindow.md) ###### [Addons](Visio.Global.Addons.md) ###### [Application](Visio.Global.Application.md) ###### [Documents](Visio.Global.Documents.md) ###### [VBE](Visio.Global.Vbe.md) ###### [Windows](Visio.Global.Windows.md) #### [GraphicItem object](Visio.GraphicItem.md) ##### Methods ###### [Delete](Visio.GraphicItem.Delete.md) ###### [GetExpression](Visio.GraphicItem.GetExpression.md) ###### [SetExpression](Visio.GraphicItem.SetExpression.md) ##### Properties ###### [Application](Visio.GraphicItem.Application.md) ###### [DataGraphic](Visio.GraphicItem.DataGraphic.md) ###### [Description](Visio.GraphicItem.Description.md) ###### [Document](Visio.GraphicItem.Document.md) ###### [HorizontalPosition](Visio.GraphicItem.HorizontalPosition.md) ###### [ID](Visio.GraphicItem.ID.md) ###### [Index](Visio.GraphicItem.Index.md) ###### [ObjectType](Visio.GraphicItem.ObjectType.md) ###### [Stat](Visio.GraphicItem.Stat.md) ###### [Tag](Visio.GraphicItem.Tag.md) ###### [Type](Visio.GraphicItem.Type.md) ###### [UseDataGraphicPosition](Visio.GraphicItem.UseDataGraphicPosition.md) ###### [VerticalPosition](Visio.GraphicItem.VerticalPosition.md) #### [GraphicItems object](Visio.GraphicItems.md) ##### Methods ###### [AddCopy](Visio.GraphicItems.AddCopy.md) ##### Properties ###### [Application](Visio.GraphicItems.Application.md) ###### [Count](Visio.GraphicItems.Count.md) ###### [DataGraphic](Visio.GraphicItems.DataGraphic.md) ###### [Document](Visio.GraphicItems.Document.md) ###### [Item](Visio.GraphicItems.Item.md) ###### [ItemFromID](Visio.GraphicItems.ItemFromID.md) ###### [ObjectType](Visio.GraphicItems.ObjectType.md) ###### [Stat](Visio.GraphicItems.Stat.md) #### [Hyperlink object](Visio.Hyperlink.md) ##### Methods ###### [AddToFavorites](Visio.Hyperlink.AddToFavorites.md) ###### [Copy](Visio.Hyperlink.Copy.md) ###### [CreateURL](Visio.Hyperlink.CreateURL.md) ###### [Delete](Visio.Hyperlink.Delete.md) ###### [Follow](Visio.Hyperlink.Follow.md) ##### Properties ###### [Address](Visio.Hyperlink.Address.md) ###### [Application](Visio.Hyperlink.Application.md) ###### [Description](Visio.Hyperlink.Description.md) ###### [ExtraInfo](Visio.Hyperlink.ExtraInfo.md) ###### [Frame](Visio.Hyperlink.Frame.md) ###### [IsDefaultLink](Visio.Hyperlink.IsDefaultLink.md) ###### [Name](Visio.Hyperlink.Name.md) ###### [NameU](Visio.Hyperlink.NameU.md) ###### [NewWindow](Visio.Hyperlink.NewWindow.md) ###### [ObjectType](Visio.Hyperlink.ObjectType.md) ###### [Row](Visio.Hyperlink.Row.md) ###### [Shape](Visio.Hyperlink.Shape.md) ###### [Stat](Visio.Hyperlink.Stat.md) ###### [SubAddress](Visio.Hyperlink.SubAddress.md) #### [Hyperlinks object](Visio.Hyperlinks.md) ##### Methods ###### [Add](Visio.Hyperlinks.Add.md) ##### Properties ###### [Application](Visio.Hyperlinks.Application.md) ###### [Count](Visio.Hyperlinks.Count.md) ###### [Item](Visio.Hyperlinks.Item.md) ###### [ItemU](Visio.Hyperlinks.ItemU.md) ###### [ObjectType](Visio.Hyperlinks.ObjectType.md) ###### [Shape](Visio.Hyperlinks.Shape.md) ###### [Stat](Visio.Hyperlinks.Stat.md) #### [InvisibleApp object](Visio.InvisibleApp.md) ##### Events ###### [AfterModal](Visio.InvisibleApp.AfterModal.md) ###### [AfterRemoveHiddenInformation](Visio.InvisibleApp.AfterRemoveHiddenInformation.md) ###### [AfterReplaceShapes](Visio.invisibleapp.afterreplaceshapes.md) ###### [AfterResume](Visio.InvisibleApp.AfterResume.md) ###### [AfterResumeEvents](Visio.InvisibleApp.AfterResumeEvents.md) ###### [AppActivated](Visio.InvisibleApp.AppActivated.md) ###### [AppDeactivated](Visio.InvisibleApp.AppDeactivated.md) ###### [AppObjActivated](Visio.InvisibleApp.AppObjActivated.md) ###### [AppObjDeactivated](Visio.InvisibleApp.AppObjDeactivated.md) ###### [BeforeDataRecordsetDelete](Visio.InvisibleApp.BeforeDataRecordsetDelete.md) ###### [BeforeDocumentClose](Visio.InvisibleApp.BeforeDocumentClose.md) ###### [BeforeDocumentSave](Visio.InvisibleApp.BeforeDocumentSave.md) ###### [BeforeDocumentSaveAs](Visio.InvisibleApp.BeforeDocumentSaveAs.md) ###### [BeforeMasterDelete](Visio.InvisibleApp.BeforeMasterDelete.md) ###### [BeforeModal](Visio.InvisibleApp.BeforeModal.md) ###### [BeforePageDelete](Visio.InvisibleApp.BeforePageDelete.md) ###### [BeforeQuit](Visio.InvisibleApp.BeforeQuit.md) ###### [BeforeReplaceShapes](Visio.invisibleapp.beforereplaceshapes.md) ###### [BeforeSelectionDelete](Visio.InvisibleApp.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.InvisibleApp.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.InvisibleApp.BeforeShapeTextEdit.md) ###### [BeforeStyleDelete](Visio.InvisibleApp.BeforeStyleDelete.md) ###### [BeforeSuspend](Visio.InvisibleApp.BeforeSuspend.md) ###### [BeforeSuspendEvents](Visio.InvisibleApp.BeforeSuspendEvents.md) ###### [BeforeWindowClosed](Visio.InvisibleApp.BeforeWindowClosed.md) ###### [BeforeWindowPageTurn](Visio.InvisibleApp.BeforeWindowPageTurn.md) ###### [BeforeWindowSelDelete](Visio.InvisibleApp.BeforeWindowSelDelete.md) ###### [CalloutRelationshipAdded](Visio.InvisibleApp.CalloutRelationshipAdded.md) ###### [CalloutRelationshipDeleted](Visio.InvisibleApp.CalloutRelationshipDeleted.md) ###### [CellChanged](Visio.InvisibleApp.CellChanged.md) ###### [ConnectionsAdded](Visio.InvisibleApp.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.InvisibleApp.ConnectionsDeleted.md) ###### [ContainerRelationshipAdded](Visio.InvisibleApp.ContainerRelationshipAdded.md) ###### [ContainerRelationshipDeleted](Visio.InvisibleApp.ContainerRelationshipDeleted.md) ###### [ConvertToGroupCanceled](Visio.InvisibleApp.ConvertToGroupCanceled.md) ###### [DataRecordsetAdded](Visio.InvisibleApp.DataRecordsetAdded.md) ###### [DataRecordsetChanged](Visio.InvisibleApp.DataRecordsetChanged.md) ###### [DesignModeEntered](Visio.InvisibleApp.DesignModeEntered.md) ###### [DocumentChanged](Visio.InvisibleApp.DocumentChanged.md) ###### [DocumentCloseCanceled](Visio.InvisibleApp.DocumentCloseCanceled.md) ###### [DocumentCreated](Visio.InvisibleApp.DocumentCreated.md) ###### [DocumentOpened](Visio.InvisibleApp.DocumentOpened.md) ###### [DocumentSaved](Visio.InvisibleApp.DocumentSaved.md) ###### [DocumentSavedAs](Visio.InvisibleApp.DocumentSavedAs.md) ###### [EnterScope](Visio.InvisibleApp.EnterScope.md) ###### [ExitScope](Visio.InvisibleApp.ExitScope.md) ###### [FormulaChanged](Visio.InvisibleApp.FormulaChanged.md) ###### [GroupCanceled](Visio.InvisibleApp.GroupCanceled.md) ###### [KeyDown](Visio.InvisibleApp.KeyDown.md) ###### [KeyPress](Visio.InvisibleApp.KeyPress.md) ###### [KeyUp](Visio.InvisibleApp.KeyUp.md) ###### [MarkerEvent](Visio.InvisibleApp.MarkerEvent.md) ###### [MasterAdded](Visio.InvisibleApp.MasterAdded.md) ###### [MasterChanged](Visio.InvisibleApp.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.InvisibleApp.MasterDeleteCanceled.md) ###### [MouseDown](Visio.InvisibleApp.MouseDown.md) ###### [MouseMove](Visio.InvisibleApp.MouseMove.md) ###### [MouseUp](Visio.InvisibleApp.MouseUp.md) ###### [MustFlushScopeBeginning](Visio.InvisibleApp.MustFlushScopeBeginning.md) ###### [MustFlushScopeEnded](Visio.InvisibleApp.MustFlushScopeEnded.md) ###### [NoEventsPending](Visio.InvisibleApp.NoEventsPending.md) ###### [OnKeystrokeMessageForAddon](Visio.InvisibleApp.OnKeystrokeMessageForAddon.md) ###### [PageAdded](Visio.InvisibleApp.PageAdded.md) ###### [PageChanged](Visio.InvisibleApp.PageChanged.md) ###### [PageDeleteCanceled](Visio.InvisibleApp.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.InvisibleApp.QueryCancelConvertToGroup.md) ###### [QueryCancelDocumentClose](Visio.InvisibleApp.QueryCancelDocumentClose.md) ###### [QueryCancelGroup](Visio.InvisibleApp.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.InvisibleApp.QueryCancelMasterDelete.md) ###### [QueryCancelPageDelete](Visio.InvisibleApp.QueryCancelPageDelete.md) ###### [QueryCancelQuit](Visio.InvisibleApp.QueryCancelQuit.md) ###### [QueryCancelReplaceShapes](Visio.invisibleapp.querycancelreplaceshapes.md) ###### [QueryCancelSelectionDelete](Visio.InvisibleApp.QueryCancelSelectionDelete.md) ###### [QueryCancelStyleDelete](Visio.InvisibleApp.QueryCancelStyleDelete.md) ###### [QueryCancelSuspend](Visio.InvisibleApp.QueryCancelSuspend.md) ###### [QueryCancelSuspendEvents](Visio.InvisibleApp.QueryCancelSuspendEvents.md) ###### [QueryCancelUngroup](Visio.InvisibleApp.QueryCancelUngroup.md) ###### [QueryCancelWindowClose](Visio.InvisibleApp.QueryCancelWindowClose.md) ###### [QuitCanceled](Visio.InvisibleApp.QuitCanceled.md) ###### [ReplaceShapesCanceled](Visio.invisibleapp.replaceshapescanceled.md) ###### [RuleSetValidated](Visio.InvisibleApp.RuleSetValidated.md) ###### [RunModeEntered](Visio.InvisibleApp.RunModeEntered.md) ###### [SelectionAdded](Visio.InvisibleApp.SelectionAdded.md) ###### [SelectionChanged](Visio.InvisibleApp.SelectionChanged.md) ###### [SelectionDeleteCanceled](Visio.InvisibleApp.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.InvisibleApp.ShapeAdded.md) ###### [ShapeChanged](Visio.InvisibleApp.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.InvisibleApp.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.InvisibleApp.ShapeExitedTextEdit.md) ###### [ShapeLinkAdded](Visio.InvisibleApp.ShapeLinkAdded.md) ###### [ShapeLinkDeleted](Visio.InvisibleApp.ShapeLinkDeleted.md) ###### [ShapeParentChanged](Visio.InvisibleApp.ShapeParentChanged.md) ###### [StyleAdded](Visio.InvisibleApp.StyleAdded.md) ###### [StyleChanged](Visio.InvisibleApp.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.InvisibleApp.StyleDeleteCanceled.md) ###### [SuspendCanceled](Visio.InvisibleApp.SuspendCanceled.md) ###### [SuspendEventsCanceled](Visio.InvisibleApp.SuspendEventsCanceled.md) ###### [TextChanged](Visio.InvisibleApp.TextChanged.md) ###### [UngroupCanceled](Visio.InvisibleApp.UngroupCanceled.md) ###### [ViewChanged](Visio.InvisibleApp.ViewChanged.md) ###### [VisioIsIdle](Visio.InvisibleApp.VisioIsIdle.md) ###### [WindowActivated](Visio.InvisibleApp.WindowActivated.md) ###### [WindowChanged](Visio.InvisibleApp.WindowChanged.md) ###### [WindowCloseCanceled](Visio.InvisibleApp.WindowCloseCanceled.md) ###### [WindowOpened](Visio.InvisibleApp.WindowOpened.md) ###### [WindowTurnedToPage](Visio.InvisibleApp.WindowTurnedToPage.md) ##### Methods ###### [AddUndoUnit](Visio.InvisibleApp.AddUndoUnit.md) ###### [BeginUndoScope](Visio.InvisibleApp.BeginUndoScope.md) ###### [ClearCustomMenus](Visio.InvisibleApp.ClearCustomMenus.md) ###### [ClearCustomToolbars](Visio.InvisibleApp.ClearCustomToolbars.md) ###### [ConvertResult](Visio.InvisibleApp.ConvertResult.md) ###### [DoCmd](Visio.InvisibleApp.DoCmd.md) ###### [EndUndoScope](Visio.InvisibleApp.EndUndoScope.md) ###### [EnumDirectories](Visio.InvisibleApp.EnumDirectories.md) ###### [FormatResult](Visio.InvisibleApp.FormatResult.md) ###### [FormatResultEx](Visio.InvisibleApp.FormatResultEx.md) ###### [GetBuiltInStencilFile](Visio.InvisibleApp.GetBuiltInStencilFile.md) ###### [GetCustomStencilFile](Visio.InvisibleApp.GetCustomStencilFile.md) ###### [GetPreviewEnabled](Visio.InvisibleApp.GetPreviewEnabled.md) ###### [InvokeHelp](Visio.InvisibleApp.InvokeHelp.md) ###### [OnComponentEnterState](Visio.InvisibleApp.OnComponentEnterState.md) ###### [PurgeUndo](Visio.InvisibleApp.PurgeUndo.md) ###### [QueueMarkerEvent](Visio.InvisibleApp.QueueMarkerEvent.md) ###### [Quit](Visio.InvisibleApp.Quit.md) ###### [Redo](Visio.InvisibleApp.Redo.md) ###### [RegisterRibbonX](Visio.InvisibleApp.RegisterRibbonX.md) ###### [RenameCurrentScope](Visio.InvisibleApp.RenameCurrentScope.md) ###### [SetCustomMenus](Visio.InvisibleApp.SetCustomMenus.md) ###### [SetCustomToolbars](Visio.InvisibleApp.SetCustomToolbars.md) ###### [SetPreviewEnabled](Visio.InvisibleApp.SetPreviewEnabled.md) ###### [Undo](Visio.InvisibleApp.Undo.md) ###### [UnregisterRibbonX](Visio.InvisibleApp.UnregisterRibbonX.md) ##### Properties ###### [Active](Visio.InvisibleApp.Active.md) ###### [ActiveDocument](Visio.InvisibleApp.ActiveDocument.md) ###### [ActivePage](Visio.InvisibleApp.ActivePage.md) ###### [ActivePrinter](Visio.InvisibleApp.ActivePrinter.md) ###### [ActiveWindow](Visio.InvisibleApp.ActiveWindow.md) ###### [AddonPaths](Visio.InvisibleApp.AddonPaths.md) ###### [Addons](Visio.InvisibleApp.Addons.md) ###### [AlertResponse](Visio.InvisibleApp.AlertResponse.md) ###### [Application](Visio.InvisibleApp.Application.md) ###### [Assistance](Visio.InvisibleApp.Assistance.md) ###### [AutoLayout](Visio.InvisibleApp.AutoLayout.md) ###### [AutoRecoverInterval](Visio.InvisibleApp.AutoRecoverInterval.md) ###### [AvailablePrinters](Visio.InvisibleApp.AvailablePrinters.md) ###### [Build](Visio.InvisibleApp.Build.md) ###### [BuiltInMenus](Visio.InvisibleApp.BuiltInMenus.md) ###### [BuiltInToolbars](Visio.InvisibleApp.BuiltInToolbars.md) ###### [COMAddIns](Visio.InvisibleApp.COMAddIns.md) ###### [CommandBars](Visio.InvisibleApp.CommandBars.md) ###### [CommandLine](Visio.InvisibleApp.CommandLine.md) ###### [ConnectorToolDataObject](Visio.InvisibleApp.ConnectorToolDataObject.md) ###### [CurrentEdition](Visio.InvisibleApp.CurrentEdition.md) ###### [CurrentScope](Visio.InvisibleApp.CurrentScope.md) ###### [CustomMenus](Visio.InvisibleApp.CustomMenus.md) ###### [CustomMenusFile](Visio.InvisibleApp.CustomMenusFile.md) ###### [CustomToolbars](Visio.InvisibleApp.CustomToolbars.md) ###### [CustomToolbarsFile](Visio.InvisibleApp.CustomToolbarsFile.md) ###### [DataFeaturesEnabled](Visio.InvisibleApp.DataFeaturesEnabled.md) ###### [DefaultAngleUnits](Visio.InvisibleApp.DefaultAngleUnits.md) ###### [DefaultDurationUnits](Visio.InvisibleApp.DefaultDurationUnits.md) ###### [DefaultRectangleDataObject](Visio.InvisibleApp.DefaultRectangleDataObject.md) ###### [DefaultTextUnits](Visio.InvisibleApp.DefaultTextUnits.md) ###### [DefaultZoomBehavior](Visio.InvisibleApp.DefaultZoomBehavior.md) ###### [DeferRecalc](Visio.InvisibleApp.DeferRecalc.md) ###### [DeferRelationshipRecalc](Visio.InvisibleApp.DeferRelationshipRecalc.md) ###### [DialogFont](Visio.InvisibleApp.DialogFont.md) ###### [Documents](Visio.InvisibleApp.Documents.md) ###### [DrawingPaths](Visio.InvisibleApp.DrawingPaths.md) ###### [EventInfo](Visio.InvisibleApp.EventInfo.md) ###### [EventList](Visio.InvisibleApp.EventList.md) ###### [EventsEnabled](Visio.InvisibleApp.EventsEnabled.md) ###### [FullBuild](Visio.InvisibleApp.FullBuild.md) ###### [HelpPaths](Visio.InvisibleApp.HelpPaths.md) ###### [InhibitSelectChange](Visio.InvisibleApp.InhibitSelectChange.md) ###### [InstanceHandle32](Visio.InvisibleApp.InstanceHandle32.md) ###### [InstanceHandle64](Visio.InvisibleApp.InstanceHandle64.md) ###### [IsInScope](Visio.InvisibleApp.IsInScope.md) ###### [IsUndoingOrRedoing](Visio.InvisibleApp.IsUndoingOrRedoing.md) ###### [IsVisio32](Visio.invisibleapp.isvisio32.md) ###### [Language](Visio.InvisibleApp.Language.md) ###### [LanguageHelp](Visio.InvisibleApp.LanguageHelp.md) ###### [LanguageSettings](Visio.InvisibleApp.LanguageSettings.md) ###### [LiveDynamics](Visio.InvisibleApp.LiveDynamics.md) ###### [MyShapesPath](Visio.InvisibleApp.MyShapesPath.md) ###### [Name](Visio.InvisibleApp.Name.md) ###### [ObjectType](Visio.InvisibleApp.ObjectType.md) ###### [OnDataChangeDelay](Visio.InvisibleApp.OnDataChangeDelay.md) ###### [Path](Visio.InvisibleApp.Path.md) ###### [PersistsEvents](Visio.InvisibleApp.PersistsEvents.md) ###### [ProcessID](Visio.InvisibleApp.ProcessID.md) ###### [PromptForSummary](Visio.InvisibleApp.PromptForSummary.md) ###### [SaveAsWebObject](Visio.InvisibleApp.SaveAsWebObject.md) ###### [ScreenUpdating](Visio.InvisibleApp.ScreenUpdating.md) ###### [Settings](Visio.InvisibleApp.Settings.md) ###### [ShowChanges](Visio.InvisibleApp.ShowChanges.md) ###### [ShowProgress](Visio.InvisibleApp.ShowProgress.md) ###### [ShowStatusBar](Visio.InvisibleApp.ShowStatusBar.md) ###### [ShowToolbar](Visio.InvisibleApp.ShowToolbar.md) ###### [StartupPaths](Visio.InvisibleApp.StartupPaths.md) ###### [Stat](Visio.InvisibleApp.Stat.md) ###### [StencilPaths](Visio.InvisibleApp.StencilPaths.md) ###### [TemplatePaths](Visio.InvisibleApp.TemplatePaths.md) ###### [TraceFlags](Visio.InvisibleApp.TraceFlags.md) ###### [TypelibMajorVersion](Visio.InvisibleApp.TypelibMajorVersion.md) ###### [TypelibMinorVersion](Visio.InvisibleApp.TypelibMinorVersion.md) ###### [UndoEnabled](Visio.InvisibleApp.UndoEnabled.md) ###### [UserName](Visio.InvisibleApp.UserName.md) ###### [VBAEnabled](Visio.InvisibleApp.VBAEnabled.md) ###### [VBE](Visio.InvisibleApp.Vbe.md) ###### [Version](Visio.InvisibleApp.Version.md) ###### [Visible](Visio.InvisibleApp.Visible.md) ###### [Window](Visio.InvisibleApp.Window.md) ###### [WindowHandle32](Visio.InvisibleApp.WindowHandle32.md) ###### [Windows](Visio.InvisibleApp.Windows.md) #### [IVBUndoUnit object](Visio.ivbundounit.md) ##### Methods ###### [Do](Visio.IVBUndoUnit.Do.md) ###### [OnNextAdd](Visio.IVBUndoUnit.OnNextAdd.md) ##### Properties ###### [Description](Visio.IVBUndoUnit.Description.md) ###### [UnitSize](Visio.IVBUndoUnit.UnitSize.md) ###### [UnitTypeCLSID](Visio.IVBUndoUnit.UnitTypeCLSID.md) ###### [UnitTypeLong](Visio.IVBUndoUnit.UnitTypeLong.md) #### [IVisEventProc object](Visio.iviseventproc.md) ##### Methods ###### [VisEventProc](Visio.IVisEventProc.VisEventProc.md) #### [KeyboardEvent object](Visio.KeyboardEvent.md) ##### Properties ###### [Application](Visio.KeyboardEvent.Application.md) ###### [KeyAscii](Visio.KeyboardEvent.KeyAscii.md) ###### [KeyButtonState](Visio.KeyboardEvent.KeyButtonState.md) ###### [KeyCode](Visio.KeyboardEvent.KeyCode.md) ###### [ObjectType](Visio.KeyboardEvent.ObjectType.md) ###### [Stat](Visio.KeyboardEvent.Stat.md) ###### [ToString](Visio.KeyboardEvent.ToString.md) ###### [Window](Visio.KeyboardEvent.Window.md) #### [Layer object](Visio.Layer.md) ##### Methods ###### [Add](Visio.Layer.Add.md) ###### [Delete](Visio.Layer.Delete.md) ###### [Remove](Visio.Layer.Remove.md) ##### Properties ###### [Application](Visio.Layer.Application.md) ###### [CellsC](Visio.Layer.CellsC.md) ###### [Document](Visio.Layer.Document.md) ###### [EventList](Visio.Layer.EventList.md) ###### [Index](Visio.Layer.Index.md) ###### [Master](Visio.Layer.Master.md) ###### [Name](Visio.Layer.Name.md) ###### [NameU](Visio.Layer.NameU.md) ###### [ObjectType](Visio.Layer.ObjectType.md) ###### [Page](Visio.Layer.Page.md) ###### [PersistsEvents](Visio.Layer.PersistsEvents.md) ###### [Row](Visio.Layer.Row.md) ###### [Stat](Visio.Layer.Stat.md) #### [Layers object](Visio.Layers.md) ##### Methods ###### [Add](Visio.Layers.Add.md) ##### Properties ###### [Application](Visio.Layers.Application.md) ###### [Count](Visio.Layers.Count.md) ###### [Document](Visio.Layers.Document.md) ###### [EventList](Visio.Layers.EventList.md) ###### [Item](Visio.Layers.Item.md) ###### [ItemU](Visio.Layers.ItemU.md) ###### [Master](Visio.Layers.Master.md) ###### [ObjectType](Visio.Layers.ObjectType.md) ###### [Page](Visio.Layers.Page.md) ###### [PersistsEvents](Visio.Layers.PersistsEvents.md) ###### [Stat](Visio.Layers.Stat.md) #### [Master object](Visio.Master.md) ##### Events ###### [BeforeMasterDelete](Visio.Master.BeforeMasterDelete.md) ###### [BeforeSelectionDelete](Visio.Master.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Master.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Master.BeforeShapeTextEdit.md) ###### [CellChanged](Visio.Master.CellChanged.md) ###### [ConnectionsAdded](Visio.Master.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.Master.ConnectionsDeleted.md) ###### [ConvertToGroupCanceled](Visio.Master.ConvertToGroupCanceled.md) ###### [FormulaChanged](Visio.Master.FormulaChanged.md) ###### [GroupCanceled](Visio.Master.GroupCanceled.md) ###### [MasterChanged](Visio.Master.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.Master.MasterDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Master.QueryCancelConvertToGroup.md) ###### [QueryCancelGroup](Visio.Master.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.Master.QueryCancelMasterDelete.md) ###### [QueryCancelSelectionDelete](Visio.Master.QueryCancelSelectionDelete.md) ###### [QueryCancelUngroup](Visio.Master.QueryCancelUngroup.md) ###### [SelectionAdded](Visio.Master.SelectionAdded.md) ###### [SelectionDeleteCanceled](Visio.Master.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Master.ShapeAdded.md) ###### [ShapeChanged](Visio.Master.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Master.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Master.ShapeExitedTextEdit.md) ###### [ShapeParentChanged](Visio.Master.ShapeParentChanged.md) ###### [TextChanged](Visio.Master.TextChanged.md) ###### [UngroupCanceled](Visio.Master.UngroupCanceled.md) ##### Methods ###### [AddGuide](Visio.Master.AddGuide.md) ###### [BoundingBox](Visio.Master.BoundingBox.md) ###### [CenterDrawing](Visio.Master.CenterDrawing.md) ###### [Close](Visio.Master.Close.md) ###### [CreateSelection](Visio.Master.CreateSelection.md) ###### [CreateShortcut](Visio.Master.CreateShortcut.md) ###### [DataGraphicDelete](Visio.Master.DataGraphicDelete.md) ###### [Delete](Visio.Master.Delete.md) ###### [DrawArcByThreePoints](Visio.Master.DrawArcByThreePoints.md) ###### [DrawBezier](Visio.Master.DrawBezier.md) ###### [DrawCircularArc](Visio.Master.DrawCircularArc.md) ###### [DrawLine](Visio.Master.DrawLine.md) ###### [DrawNURBS](Visio.Master.DrawNURBS.md) ###### [DrawOval](Visio.Master.DrawOval.md) ###### [DrawPolyline](Visio.Master.DrawPolyline.md) ###### [DrawQuarterArc](Visio.Master.DrawQuarterArc.md) ###### [DrawRectangle](Visio.Master.DrawRectangle.md) ###### [DrawSpline](Visio.Master.DrawSpline.md) ###### [Drop](Visio.Master.Drop.md) ###### [DropMany](Visio.Master.DropMany.md) ###### [DropManyU](Visio.Master.DropManyU.md) ###### [Export](Visio.Master.Export.md) ###### [ExportIcon](Visio.Master.ExportIcon.md) ###### [GetFormulas](Visio.Master.GetFormulas.md) ###### [GetFormulasU](Visio.Master.GetFormulasU.md) ###### [GetResults](Visio.Master.GetResults.md) ###### [Import](Visio.Master.Import.md) ###### [ImportIcon](Visio.Master.ImportIcon.md) ###### [InsertFromFile](Visio.Master.InsertFromFile.md) ###### [InsertObject](Visio.Master.InsertObject.md) ###### [Layout](Visio.Master.Layout.md) ###### [Open](Visio.Master.Open.md) ###### [OpenDrawWindow](Visio.Master.OpenDrawWindow.md) ###### [OpenIconWindow](Visio.Master.OpenIconWindow.md) ###### [Paste](Visio.Master.Paste.md) ###### [PasteSpecial](Visio.Master.PasteSpecial.md) ###### [PasteToLocation](Visio.Master.PasteToLocation.md) ###### [ResizeToFitContents](Visio.Master.ResizeToFitContents.md) ###### [SetFormulas](Visio.Master.SetFormulas.md) ###### [SetResults](Visio.Master.SetResults.md) ###### [VisualBoundingBox](Visio.master.visualboundingbox.md) ##### Properties ###### [AlignName](Visio.Master.AlignName.md) ###### [AlternativeText](Visio.Master.AlternativeText.md) ###### [Application](Visio.Master.Application.md) ###### [BaseID](Visio.Master.BaseID.md) ###### [Connects](Visio.Master.Connects.md) ###### [DataGraphicHidden](Visio.Master.DataGraphicHidden.md) ###### [DataGraphicHidesText](Visio.Master.DataGraphicHidesText.md) ###### [DataGraphicHorizontalPosition](Visio.Master.DataGraphicHorizontalPosition.md) ###### [DataGraphicShowBorder](Visio.Master.DataGraphicShowBorder.md) ###### [DataGraphicVerticalPosition](Visio.Master.DataGraphicVerticalPosition.md) ###### [Document](Visio.Master.Document.md) ###### [EditCopy](Visio.Master.EditCopy.md) ###### [EventList](Visio.Master.EventList.md) ###### [GraphicItems](Visio.Master.GraphicItems.md) ###### [Hidden](Visio.Master.Hidden.md) ###### [Icon](Visio.Master.Icon.md) ###### [IconSize](Visio.Master.IconSize.md) ###### [IconUpdate](Visio.Master.IconUpdate.md) ###### [ID](Visio.Master.ID.md) ###### [Index](Visio.Master.Index.md) ###### [IndexInStencil](Visio.Master.IndexInStencil.md) ###### [IsChanged](Visio.Master.IsChanged.md) ###### [Layers](Visio.Master.Layers.md) ###### [MatchByName](Visio.Master.MatchByName.md) ###### [Name](Visio.Master.Name.md) ###### [NameU](Visio.Master.NameU.md) ###### [NewBaseID](Visio.Master.NewBaseID.md) ###### [ObjectType](Visio.Master.ObjectType.md) ###### [OLEObjects](Visio.Master.OLEObjects.md) ###### [OneD](Visio.Master.OneD.md) ###### [Original](Visio.Master.Original.md) ###### [PageSheet](Visio.Master.PageSheet.md) ###### [PatternFlags](Visio.Master.PatternFlags.md) ###### [PersistsEvents](Visio.Master.PersistsEvents.md) ###### [Picture](Visio.Master.Picture.md) ###### [Prompt](Visio.Master.Prompt.md) ###### [Shapes](Visio.Master.Shapes.md) ###### [SpatialSearch](Visio.Master.SpatialSearch.md) ###### [Stat](Visio.Master.Stat.md) ###### [Title](Visio.Master.Title.md) ###### [Type](Visio.Master.Type.md) ###### [UniqueID](Visio.Master.UniqueID.md) #### [Masters object](Visio.Masters.md) ##### Events ###### [BeforeMasterDelete](Visio.Masters.BeforeMasterDelete.md) ###### [BeforeSelectionDelete](Visio.Masters.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Masters.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Masters.BeforeShapeTextEdit.md) ###### [CellChanged](Visio.Masters.CellChanged.md) ###### [ConnectionsAdded](Visio.Masters.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.Masters.ConnectionsDeleted.md) ###### [ConvertToGroupCanceled](Visio.Masters.ConvertToGroupCanceled.md) ###### [FormulaChanged](Visio.Masters.FormulaChanged.md) ###### [GroupCanceled](Visio.Masters.GroupCanceled.md) ###### [MasterAdded](Visio.Masters.MasterAdded.md) ###### [MasterChanged](Visio.Masters.MasterChanged.md) ###### [MasterDeleteCanceled](Visio.Masters.MasterDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Masters.QueryCancelConvertToGroup.md) ###### [QueryCancelGroup](Visio.Masters.QueryCancelGroup.md) ###### [QueryCancelMasterDelete](Visio.Masters.QueryCancelMasterDelete.md) ###### [QueryCancelSelectionDelete](Visio.Masters.QueryCancelSelectionDelete.md) ###### [QueryCancelUngroup](Visio.Masters.QueryCancelUngroup.md) ###### [SelectionAdded](Visio.Masters.SelectionAdded.md) ###### [SelectionDeleteCanceled](Visio.Masters.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Masters.ShapeAdded.md) ###### [ShapeChanged](Visio.Masters.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Masters.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Masters.ShapeExitedTextEdit.md) ###### [ShapeParentChanged](Visio.Masters.ShapeParentChanged.md) ###### [TextChanged](Visio.Masters.TextChanged.md) ###### [UngroupCanceled](Visio.Masters.UngroupCanceled.md) ##### Methods ###### [Add](Visio.Masters.Add.md) ###### [AddEx](Visio.Masters.AddEx.md) ###### [Drop](Visio.Masters.Drop.md) ###### [GetNames](Visio.Masters.GetNames.md) ###### [GetNamesU](Visio.Masters.GetNamesU.md) ###### [Paste](Visio.Masters.Paste.md) ##### Properties ###### [Application](Visio.Masters.Application.md) ###### [Count](Visio.Masters.Count.md) ###### [Document](Visio.Masters.Document.md) ###### [EventList](Visio.Masters.EventList.md) ###### [Item](Visio.Masters.Item.md) ###### [ItemFromID](Visio.Masters.ItemFromID.md) ###### [ItemU](Visio.Masters.ItemU.md) ###### [ObjectType](Visio.Masters.ObjectType.md) ###### [PersistsEvents](Visio.Masters.PersistsEvents.md) ###### [Stat](Visio.Masters.Stat.md) #### [MasterShortcut object](Visio.MasterShortcut.md) ##### Methods ###### [Delete](Visio.MasterShortcut.Delete.md) ###### [ExportIcon](Visio.MasterShortcut.ExportIcon.md) ###### [ImportIcon](Visio.MasterShortcut.ImportIcon.md) ###### [OpenIconWindow](Visio.MasterShortcut.OpenIconWindow.md) ##### Properties ###### [AlignName](Visio.MasterShortcut.AlignName.md) ###### [Application](Visio.MasterShortcut.Application.md) ###### [Document](Visio.MasterShortcut.Document.md) ###### [DropActions](Visio.MasterShortcut.DropActions.md) ###### [Icon](Visio.MasterShortcut.Icon.md) ###### [IconSize](Visio.MasterShortcut.IconSize.md) ###### [ID](Visio.MasterShortcut.ID.md) ###### [Index](Visio.MasterShortcut.Index.md) ###### [IndexInStencil](Visio.MasterShortcut.IndexInStencil.md) ###### [Name](Visio.MasterShortcut.Name.md) ###### [NameU](Visio.MasterShortcut.NameU.md) ###### [ObjectType](Visio.MasterShortcut.ObjectType.md) ###### [Prompt](Visio.MasterShortcut.Prompt.md) ###### [ShapeHelp](Visio.MasterShortcut.ShapeHelp.md) ###### [Stat](Visio.MasterShortcut.Stat.md) ###### [TargetDocumentName](Visio.MasterShortcut.TargetDocumentName.md) ###### [TargetMasterName](Visio.MasterShortcut.TargetMasterName.md) #### [MasterShortcuts object](Visio.MasterShortcuts.md) ##### Methods ###### [Drop](Visio.MasterShortcuts.Drop.md) ###### [GetNames](Visio.MasterShortcuts.GetNames.md) ###### [GetNamesU](Visio.MasterShortcuts.GetNamesU.md) ###### [Paste](Visio.MasterShortcuts.Paste.md) ##### Properties ###### [Application](Visio.MasterShortcuts.Application.md) ###### [Count](Visio.MasterShortcuts.Count.md) ###### [Document](Visio.MasterShortcuts.Document.md) ###### [Item](Visio.MasterShortcuts.Item.md) ###### [ItemFromID](Visio.MasterShortcuts.ItemFromID.md) ###### [ItemU](Visio.MasterShortcuts.ItemU.md) ###### [ObjectType](Visio.MasterShortcuts.ObjectType.md) ###### [Stat](Visio.MasterShortcuts.Stat.md) #### [Menu object](Visio.Menu.md) ##### Methods ###### [Delete](Visio.Menu.Delete.md) ###### [IconFileName](Visio.Menu.IconFileName.md) ##### Properties ###### [ActionText](Visio.Menu.ActionText.md) ###### [AddOnArgs](Visio.Menu.AddOnArgs.md) ###### [AddOnName](Visio.Menu.AddOnName.md) ###### [BuiltIn](Visio.Menu.BuiltIn.md) ###### [Caption](Visio.Menu.Caption.md) ###### [CmdNum](Visio.Menu.CmdNum.md) ###### [CntrlType](Visio.Menu.CntrlType.md) ###### [Enabled](Visio.Menu.Enabled.md) ###### [FaceID](Visio.Menu.FaceID.md) ###### [Index](Visio.Menu.Index.md) ###### [IsHierarchical](Visio.Menu.IsHierarchical.md) ###### [MDIWindowMenu](Visio.Menu.MDIWindowMenu.md) ###### [MenuItems](Visio.Menu.MenuItems.md) ###### [PaletteWidth](Visio.Menu.PaletteWidth.md) ###### [Parent](Visio.Menu.Parent.md) ###### [State](Visio.Menu.State.md) ###### [Style](Visio.Menu.Style.md) ###### [TypeSpecific1](Visio.Menu.TypeSpecific1.md) ###### [TypeSpecific2](Visio.Menu.TypeSpecific2.md) ###### [Visible](Visio.Menu.Visible.md) ###### [Width](Visio.Menu.Width.md) #### [Menus object](Visio.Menus.md) ##### Methods ###### [Add](Visio.Menus.Add.md) ###### [AddAt](Visio.Menus.AddAt.md) ##### Properties ###### [Count](Visio.Menus.Count.md) ###### [Item](Visio.Menus.Item.md) ###### [Parent](Visio.Menus.Parent.md) #### [MenuItem object](Visio.MenuItem.md) ##### Methods ###### [Delete](Visio.MenuItem.Delete.md) ###### [IconFileName](Visio.MenuItem.IconFileName.md) ##### Properties ###### [ActionText](Visio.MenuItem.ActionText.md) ###### [AddOnArgs](Visio.MenuItem.AddOnArgs.md) ###### [AddOnName](Visio.MenuItem.AddOnName.md) ###### [BeginGroup](Visio.MenuItem.BeginGroup.md) ###### [BuiltIn](Visio.MenuItem.BuiltIn.md) ###### [Caption](Visio.MenuItem.Caption.md) ###### [CmdNum](Visio.MenuItem.CmdNum.md) ###### [CntrlType](Visio.MenuItem.CntrlType.md) ###### [Enabled](Visio.MenuItem.Enabled.md) ###### [FaceID](Visio.MenuItem.FaceID.md) ###### [Index](Visio.MenuItem.Index.md) ###### [IsHierarchical](Visio.MenuItem.IsHierarchical.md) ###### [MenuItems](Visio.MenuItem.MenuItems.md) ###### [PaletteWidth](Visio.MenuItem.PaletteWidth.md) ###### [Parent](Visio.MenuItem.Parent.md) ###### [State](Visio.MenuItem.State.md) ###### [Style](Visio.MenuItem.Style.md) ###### [TypeSpecific1](Visio.MenuItem.TypeSpecific1.md) ###### [TypeSpecific2](Visio.MenuItem.TypeSpecific2.md) ###### [Visible](Visio.MenuItem.Visible.md) ###### [Width](Visio.MenuItem.Width.md) #### [MenuItems object](Visio.MenuItems.md) ##### Methods ###### [Add](Visio.MenuItems.Add.md) ###### [AddAt](Visio.MenuItems.AddAt.md) ##### Properties ###### [Count](Visio.MenuItems.Count.md) ###### [Item](Visio.MenuItems.Item.md) ###### [Parent](Visio.MenuItems.Parent.md) ###### [ParentItem](Visio.MenuItems.ParentItem.md) #### [MenuSet object](Visio.MenuSet.md) ##### Methods ###### [Delete](Visio.MenuSet.Delete.md) ##### Properties ###### [BuiltIn](Visio.MenuSet.BuiltIn.md) ###### [Caption](Visio.MenuSet.Caption.md) ###### [Enabled](Visio.MenuSet.Enabled.md) ###### [Height](Visio.MenuSet.Height.md) ###### [Left](Visio.MenuSet.Left.md) ###### [Menus](Visio.MenuSet.Menus.md) ###### [Parent](Visio.MenuSet.Parent.md) ###### [Position](Visio.MenuSet.Position.md) ###### [Protection](Visio.MenuSet.Protection.md) ###### [RowIndex](Visio.MenuSet.RowIndex.md) ###### [SetID](Visio.MenuSet.SetID.md) ###### [Top](Visio.MenuSet.Top.md) ###### [Visible](Visio.MenuSet.Visible.md) ###### [Width](Visio.MenuSet.Width.md) #### [MenuSets object](Visio.MenuSets.md) ##### Methods ###### [Add](Visio.MenuSets.Add.md) ###### [AddAtID](Visio.MenuSets.AddAtID.md) ##### Properties ###### [Count](Visio.MenuSets.Count.md) ###### [Item](Visio.MenuSets.Item.md) ###### [ItemAtID](Visio.MenuSets.ItemAtID.md) ###### [Parent](Visio.MenuSets.Parent.md) #### [MouseEvent object](Visio.MouseEvent.md) ##### Properties ###### [Application](Visio.MouseEvent.Application.md) ###### [Button](Visio.MouseEvent.Button.md) ###### [DragState](Visio.MouseEvent.DragState.md) ###### [KeyButtonState](Visio.MouseEvent.KeyButtonState.md) ###### [ObjectType](Visio.MouseEvent.ObjectType.md) ###### [Stat](Visio.MouseEvent.Stat.md) ###### [ToString](Visio.MouseEvent.ToString.md) ###### [Window](Visio.MouseEvent.Window.md) ###### [x](Visio.MouseEvent.x.md) ###### [y](Visio.MouseEvent.y.md) #### [MovedSelectionEvent object](Visio.MovedselectionEvent.md) ##### Properties ###### [Application](Visio.MovedselectionEvent.Application.md) ###### [ObjectType](Visio.MovedselectionEvent.ObjectType.md) ###### [ReplacementShape](Visio.MovedSelectionEvent.ReplacementShape.md) ###### [SelectionSource](Visio.MovedSelectionEvent.SelectionSource.md) ###### [SelectionTarget](Visio.MovedSelectionEvent.SelectionTarget.md) ###### [Stat](Visio.MovedSelectionEvent.Stat.md) #### [MSGWrap object](Visio.MSGWrap.md) ##### Properties ###### [Application](Visio.MSGWrap.Application.md) ###### [HWnd](Visio.MSGWrap.hwnd.md) ###### [lParam](Visio.MSGWrap.lParam.md) ###### [message](Visio.MSGWrap.message.md) ###### [ObjectType](Visio.MSGWrap.ObjectType.md) ###### [posttime](Visio.MSGWrap.posttime.md) ###### [ptx](Visio.MSGWrap.ptx.md) ###### [pty](Visio.MSGWrap.pty.md) ###### [wParam](Visio.MSGWrap.wParam.md) #### [OLEObject object](Visio.OLEObject.md) ##### Properties ###### [Application](Visio.OLEObject.Application.md) ###### [ClassID](Visio.OLEObject.ClassID.md) ###### [ForeignType](Visio.OLEObject.ForeignType.md) ###### [Object](Visio.OLEObject.Object.md) ###### [ObjectType](Visio.OLEObject.ObjectType.md) ###### [ProgID](Visio.OLEObject.ProgID.md) ###### [Shape](Visio.OLEObject.Shape.md) ###### [Stat](Visio.OLEObject.Stat.md) #### [OLEObjects object](Visio.OLEObjects.md) ##### Properties ###### [Application](Visio.OLEObjects.Application.md) ###### [Count](Visio.OLEObjects.Count.md) ###### [Item](Visio.OLEObjects.Item.md) ###### [ObjectType](Visio.OLEObjects.ObjectType.md) ###### [Stat](Visio.OLEObjects.Stat.md) #### [Page object](Visio.Page.md) ##### Events ###### [AfterReplaceShapes](Visio.page.afterreplaceshapes.md) ###### [BeforePageDelete](Visio.Page.BeforePageDelete.md) ###### [BeforeReplaceShapes](Visio.page.beforereplaceshapes.md) ###### [BeforeSelectionDelete](Visio.Page.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Page.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Page.BeforeShapeTextEdit.md) ###### [CalloutRelationshipAdded](Visio.Page.CalloutRelationshipAdded.md) ###### [CalloutRelationshipDeleted](Visio.Page.CalloutRelationshipDeleted.md) ###### [CellChanged](Visio.Page.CellChanged.md) ###### [ConnectionsAdded](Visio.Page.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.Page.ConnectionsDeleted.md) ###### [ContainerRelationshipAdded](Visio.Page.ContainerRelationshipAdded.md) ###### [ContainerRelationshipDeleted](Visio.Page.ContainerRelationshipDeleted.md) ###### [ConvertToGroupCanceled](Visio.Page.ConvertToGroupCanceled.md) ###### [FormulaChanged](Visio.Page.FormulaChanged.md) ###### [GroupCanceled](Visio.Page.GroupCanceled.md) ###### [PageChanged](Visio.Page.PageChanged.md) ###### [PageDeleteCanceled](Visio.Page.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Page.QueryCancelConvertToGroup.md) ###### [QueryCancelGroup](Visio.Page.QueryCancelGroup.md) ###### [QueryCancelPageDelete](Visio.Page.QueryCancelPageDelete.md) ###### [QueryCancelReplaceShapes](Visio.page.querycancelreplaceshapes.md) ###### [QueryCancelSelectionDelete](Visio.Page.QueryCancelSelectionDelete.md) ###### [QueryCancelUngroup](Visio.Page.QueryCancelUngroup.md) ###### [ReplaceShapesCanceled](Visio.page.replaceshapescanceled.md) ###### [SelectionAdded](Visio.Page.SelectionAdded.md) ###### [SelectionDeleteCanceled](Visio.Page.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Page.ShapeAdded.md) ###### [ShapeChanged](Visio.Page.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Page.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Page.ShapeExitedTextEdit.md) ###### [ShapeLinkAdded](Visio.Page.ShapeLinkAdded.md) ###### [ShapeLinkDeleted](Visio.Page.ShapeLinkDeleted.md) ###### [ShapeParentChanged](Visio.Page.ShapeParentChanged.md) ###### [TextChanged](Visio.Page.TextChanged.md) ###### [UngroupCanceled](Visio.Page.UngroupCanceled.md) ##### Methods ###### [AddGuide](Visio.Page.AddGuide.md) ###### [AutoConnectMany](Visio.Page.AutoConnectMany.md) ###### [AutoSizeDrawing](Visio.Page.AutoSizeDrawing.md) ###### [AvoidPageBreaks](Visio.Page.AvoidPageBreaks.md) ###### [BoundingBox](Visio.Page.BoundingBox.md) ###### [CenterDrawing](Visio.Page.CenterDrawing.md) ###### [CreateSelection](Visio.Page.CreateSelection.md) ###### [Delete](Visio.Page.Delete.md) ###### [DrawArcByThreePoints](Visio.Page.DrawArcByThreePoints.md) ###### [DrawBezier](Visio.Page.DrawBezier.md) ###### [DrawCircularArc](Visio.Page.DrawCircularArc.md) ###### [DrawLine](Visio.Page.DrawLine.md) ###### [DrawNURBS](Visio.Page.DrawNURBS.md) ###### [DrawOval](Visio.Page.DrawOval.md) ###### [DrawPolyline](Visio.Page.DrawPolyline.md) ###### [DrawQuarterArc](Visio.Page.DrawQuarterArc.md) ###### [DrawRectangle](Visio.Page.DrawRectangle.md) ###### [DrawSpline](Visio.Page.DrawSpline.md) ###### [Drop](Visio.Page.Drop.md) ###### [DropCallout](Visio.Page.DropCallout.md) ###### [DropConnected](Visio.Page.DropConnected.md) ###### [DropContainer](Visio.Page.DropContainer.md) ###### [DropIntoList](Visio.Page.DropIntoList.md) ###### [DropLegend](Visio.Page.DropLegend.md) ###### [DropLinked](Visio.Page.DropLinked.md) ###### [DropMany](Visio.Page.DropMany.md) ###### [DropManyLinkedU](Visio.Page.DropManyLinkedU.md) ###### [DropManyU](Visio.Page.DropManyU.md) ###### [Duplicate](Visio.page.duplicate.md) ###### [Export](Visio.Page.Export.md) ###### [GetCallouts](Visio.Page.GetCallouts.md) ###### [GetContainers](Visio.Page.GetContainers.md) ###### [GetFormulas](Visio.Page.GetFormulas.md) ###### [GetFormulasU](Visio.Page.GetFormulasU.md) ###### [GetResults](Visio.Page.GetResults.md) ###### [GetShapesLinkedToData](Visio.Page.GetShapesLinkedToData.md) ###### [GetShapesLinkedToDataRow](Visio.Page.GetShapesLinkedToDataRow.md) ###### [GetTheme](Visio.page.gettheme.md) ###### [GetThemeVariant](Visio.page.getthemevariant.md) ###### [Import](Visio.Page.Import.md) ###### [InsertFromFile](Visio.Page.InsertFromFile.md) ###### [InsertObject](Visio.Page.InsertObject.md) ###### [Layout](Visio.Page.Layout.md) ###### [LayoutChangeDirection](Visio.Page.LayoutChangeDirection.md) ###### [LayoutIncremental](Visio.Page.LayoutIncremental.md) ###### [LinkShapesToDataRows](Visio.Page.LinkShapesToDataRows.md) ###### [OpenDrawWindow](Visio.Page.OpenDrawWindow.md) ###### [Paste](Visio.Page.Paste.md) ###### [PasteSpecial](Visio.Page.PasteSpecial.md) ###### [PasteToLocation](Visio.Page.PasteToLocation.md) ###### [Print](Visio.Page.Print.md) ###### [PrintTile](Visio.Page.PrintTile.md) ###### [ResizeToFitContents](Visio.Page.ResizeToFitContents.md) ###### [SetFormulas](Visio.Page.SetFormulas.md) ###### [SetResults](Visio.Page.SetResults.md) ###### [SetTheme](Visio.page.settheme.md) ###### [SetThemeVariant](Visio.page.setthemevariant.md) ###### [ShapeIDsToUniqueIDs](Visio.Page.ShapeIDsToUniqueIDs.md) ###### [SplitConnector](Visio.Page.SplitConnector.md) ###### [UniqueIDsToShapeIDs](Visio.Page.UniqueIDsToShapeIDs.md) ###### [VisualBoundingBox](Visio.page.visualboundingbox.md) ##### Properties ###### [AlternativeText](Visio.Page.AlternativeText.md) ###### [Application](Visio.Page.Application.md) ###### [AutoSize](Visio.page.autosize.md) ###### [Background](Visio.Page.Background.md) ###### [BackPage](Visio.Page.BackPage.md) ###### [Comments](Visio.page.comments.md) ###### [Connects](Visio.Page.Connects.md) ###### [Document](Visio.Page.Document.md) ###### [EventList](Visio.Page.EventList.md) ###### [ID](Visio.Page.ID.md) ###### [Index](Visio.Page.Index.md) ###### [Layers](Visio.Page.Layers.md) ###### [LayoutRoutePassive](Visio.Page.LayoutRoutePassive.md) ###### [Name](Visio.Page.Name.md) ###### [NameU](Visio.Page.NameU.md) ###### [ObjectType](Visio.Page.ObjectType.md) ###### [OLEObjects](Visio.Page.OLEObjects.md) ###### [OriginalPage](Visio.Page.OriginalPage.md) ###### [PageSheet](Visio.Page.PageSheet.md) ###### [PersistsEvents](Visio.Page.PersistsEvents.md) ###### [Picture](Visio.Page.Picture.md) ###### [PrintTileCount](Visio.Page.PrintTileCount.md) ###### [ReviewerID](Visio.Page.ReviewerID.md) ###### [ShapeComments](Visio.page.shapecomments.md) ###### [Shapes](Visio.Page.Shapes.md) ###### [SpatialSearch](Visio.Page.SpatialSearch.md) ###### [Stat](Visio.Page.Stat.md) ###### [ThemeColors](Visio.Page.ThemeColors.md) ###### [ThemeEffects](Visio.Page.ThemeEffects.md) ###### [Title](Visio.Page.Title.md) ###### [Type](Visio.Page.Type.md) #### [Pages object](Visio.Pages.md) ##### Events ###### [AfterReplaceShapes](Visio.pages.afterreplaceshapes.md) ###### [BeforePageDelete](Visio.Pages.BeforePageDelete.md) ###### [BeforeReplaceShapes](Visio.pages.beforereplaceshapes.md) ###### [BeforeSelectionDelete](Visio.Pages.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Pages.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Pages.BeforeShapeTextEdit.md) ###### [CalloutRelationshipAdded](Visio.Pages.CalloutRelationshipAdded.md) ###### [CalloutRelationshipDeleted](Visio.Pages.CalloutRelationshipDeleted.md) ###### [CellChanged](Visio.Pages.CellChanged.md) ###### [ConnectionsAdded](Visio.Pages.ConnectionsAdded.md) ###### [ConnectionsDeleted](Visio.Pages.ConnectionsDeleted.md) ###### [ContainerRelationshipAdded](Visio.Pages.ContainerRelationshipAdded.md) ###### [ContainerRelationshipDeleted](Visio.Pages.ContainerRelationshipDeleted.md) ###### [ConvertToGroupCanceled](Visio.Pages.ConvertToGroupCanceled.md) ###### [FormulaChanged](Visio.Pages.FormulaChanged.md) ###### [GroupCanceled](Visio.Pages.GroupCanceled.md) ###### [PageAdded](Visio.Pages.PageAdded.md) ###### [PageChanged](Visio.Pages.PageChanged.md) ###### [PageDeleteCanceled](Visio.Pages.PageDeleteCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Pages.QueryCancelConvertToGroup.md) ###### [QueryCancelGroup](Visio.Pages.QueryCancelGroup.md) ###### [QueryCancelPageDelete](Visio.Pages.QueryCancelPageDelete.md) ###### [QueryCancelReplaceShapes](Visio.pages.querycancelreplaceshapes.md) ###### [QueryCancelSelectionDelete](Visio.Pages.QueryCancelSelectionDelete.md) ###### [QueryCancelUngroup](Visio.Pages.QueryCancelUngroup.md) ###### [ReplaceShapesCanceled](Visio.pages.replaceshapescanceled.md) ###### [SelectionAdded](Visio.Pages.SelectionAdded.md) ###### [SelectionDeleteCanceled](Visio.Pages.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Pages.ShapeAdded.md) ###### [ShapeChanged](Visio.Pages.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Pages.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Pages.ShapeExitedTextEdit.md) ###### [ShapeLinkAdded](Visio.Pages.ShapeLinkAdded.md) ###### [ShapeLinkDeleted](Visio.Pages.ShapeLinkDeleted.md) ###### [ShapeParentChanged](Visio.Pages.ShapeParentChanged.md) ###### [TextChanged](Visio.Pages.TextChanged.md) ###### [UngroupCanceled](Visio.Pages.UngroupCanceled.md) ##### Methods ###### [Add](Visio.Pages.Add.md) ###### [GetNames](Visio.Pages.GetNames.md) ###### [GetNamesU](Visio.Pages.GetNamesU.md) ##### Properties ###### [Application](Visio.Pages.Application.md) ###### [Count](Visio.Pages.Count.md) ###### [Document](Visio.Pages.Document.md) ###### [EventList](Visio.Pages.EventList.md) ###### [Item](Visio.Pages.Item.md) ###### [ItemFromID](Visio.Pages.ItemFromID.md) ###### [ItemU](Visio.Pages.ItemU.md) ###### [ObjectType](Visio.Pages.ObjectType.md) ###### [PersistsEvents](Visio.Pages.PersistsEvents.md) ###### [Stat](Visio.Pages.Stat.md) #### [Path object](Visio.Path.md) ##### Methods ###### [Points](Visio.Path.Points.md) ##### Properties ###### [Application](Visio.Path.Application.md) ###### [Closed](Visio.Path.Closed.md) ###### [Count](Visio.Path.Count.md) ###### [Item](Visio.Path.Item.md) ###### [ObjectType](Visio.Path.ObjectType.md) #### [Paths object](Visio.Paths.md) ##### Properties ###### [Application](Visio.Paths.Application.md) ###### [Count](Visio.Paths.Count.md) ###### [Item](Visio.Paths.Item.md) ###### [ObjectType](Visio.Paths.ObjectType.md) #### [RelatedShapePairEvent object](Visio.relatedshapepairEvent.md) ##### Properties ###### [ContainingPage](Visio.RelatedShapePairEvent.ContainingPage.md) ###### [ContainingPageID](Visio.RelatedShapePairEvent.ContainingPageID.md) ###### [Document](Visio.RelatedShapePairEvent.Document.md) ###### [FromShapeID](Visio.RelatedShapePairEvent.FromShapeID.md) ###### [ObjectType](Visio.relatedshapepairEvent.ObjectType.md) ###### [Stat](Visio.RelatedShapePairEvent.Stat.md) ###### [ToShapeID](Visio.RelatedShapePairEvent.ToShapeID.md) #### [ReplaceShapesEvent object](Visio.replaceshapesEvent.md) ##### Properties ###### [Application](Visio.replaceshapesEvent.Application.md) ###### [ObjectType](Visio.replaceshapesEvent.ObjectType.md) ###### [ReplaceFlags](Visio.replaceshapesevent.replaceflags.md) ###### [ReplacementMaster](Visio.replaceshapesevent.replacementmaster.md) ###### [SelectionSource](Visio.replaceshapesevent.selectionsource.md) ###### [Stat](Visio.replaceshapesevent.stat.md) #### [Row object](Visio.Row.md) ##### Events ###### [CellChanged](Visio.Row.CellChanged.md) ###### [FormulaChanged](Visio.Row.FormulaChanged.md) ##### Methods ###### [GetPolylineData](Visio.Row.GetPolylineData.md) ##### Properties ###### [Application](Visio.Row.Application.md) ###### [Cell](Visio.Row.Cell.md) ###### [CellU](Visio.Row.CellU.md) ###### [ContainingMasterID](Visio.Row.ContainingMasterID.md) ###### [ContainingPageID](Visio.Row.ContainingPageID.md) ###### [ContainingSection](Visio.Row.ContainingSection.md) ###### [Count](Visio.Row.Count.md) ###### [EventList](Visio.Row.EventList.md) ###### [Index](Visio.Row.Index.md) ###### [Name](Visio.Row.Name.md) ###### [NameU](Visio.Row.NameU.md) ###### [ObjectType](Visio.Row.ObjectType.md) ###### [PersistsEvents](Visio.Row.PersistsEvents.md) ###### [Shape](Visio.Row.Shape.md) ###### [Stat](Visio.Row.Stat.md) ###### [Style](Visio.Row.Style.md) #### [Section object](Visio.Section.md) ##### Events ###### [CellChanged](Visio.Section.CellChanged.md) ###### [FormulaChanged](Visio.Section.FormulaChanged.md) ##### Properties ###### [Application](Visio.Section.Application.md) ###### [ContainingMasterID](Visio.Section.ContainingMasterID.md) ###### [ContainingPageID](Visio.Section.ContainingPageID.md) ###### [Count](Visio.Section.Count.md) ###### [EventList](Visio.Section.EventList.md) ###### [Index](Visio.Section.Index.md) ###### [ObjectType](Visio.Section.ObjectType.md) ###### [PersistsEvents](Visio.Section.PersistsEvents.md) ###### [Row](Visio.Section.Row.md) ###### [Shape](Visio.Section.Shape.md) ###### [Stat](Visio.Section.Stat.md) ###### [Style](Visio.Section.Style.md) #### [Selection object](Visio.Selection.md) ##### Methods ###### [AddToContainers](Visio.Selection.AddToContainers.md) ###### [AddToGroup](Visio.Selection.AddToGroup.md) ###### [Align](Visio.Selection.Align.md) ###### [AutomaticLink](Visio.Selection.AutomaticLink.md) ###### [AvoidPageBreaks](Visio.Selection.AvoidPageBreaks.md) ###### [BoundingBox](Visio.Selection.BoundingBox.md) ###### [BreakLinkToData](Visio.Selection.BreakLinkToData.md) ###### [BringForward](Visio.Selection.BringForward.md) ###### [BringToFront](Visio.Selection.BringToFront.md) ###### [Combine](Visio.Selection.Combine.md) ###### [ConnectShapes](Visio.Selection.ConnectShapes.md) ###### [ConvertToGroup](Visio.Selection.ConvertToGroup.md) ###### [Copy](Visio.Selection.Copy.md) ###### [Cut](Visio.Selection.Cut.md) ###### [Delete](Visio.Selection.Delete.md) ###### [DeleteEx](Visio.Selection.DeleteEx.md) ###### [DeselectAll](Visio.Selection.DeselectAll.md) ###### [Distribute](Visio.Selection.Distribute.md) ###### [DrawRegion](Visio.Selection.DrawRegion.md) ###### [Duplicate](Visio.Selection.Duplicate.md) ###### [Export](Visio.Selection.Export.md) ###### [FitCurve](Visio.Selection.FitCurve.md) ###### [Flip](Visio.Selection.Flip.md) ###### [FlipHorizontal](Visio.Selection.FlipHorizontal.md) ###### [FlipVertical](Visio.Selection.FlipVertical.md) ###### [Fragment](Visio.Selection.Fragment.md) ###### [GetCallouts](Visio.Selection.GetCallouts.md) ###### [GetContainers](Visio.Selection.GetContainers.md) ###### [GetIDs](Visio.Selection.GetIDs.md) ###### [Group](Visio.Selection.Group.md) ###### [Intersect](Visio.Selection.Intersect.md) ###### [Join](Visio.Selection.Join.md) ###### [Layout](Visio.Selection.Layout.md) ###### [LayoutChangeDirection](Visio.Selection.LayoutChangeDirection.md) ###### [LayoutIncremental](Visio.Selection.LayoutIncremental.md) ###### [LinkToData](Visio.Selection.LinkToData.md) ###### [MemberOfContainersIntersection](Visio.Selection.MemberOfContainersIntersection.md) ###### [MemberOfContainersUnion](Visio.Selection.MemberOfContainersUnion.md) ###### [Move](Visio.Selection.Move.md) ###### [MoveToSubprocess](Visio.Selection.MoveToSubprocess.md) ###### [Offset](Visio.Selection.Offset.md) ###### [RemoveFromContainers](Visio.Selection.RemoveFromContainers.md) ###### [RemoveFromGroup](Visio.Selection.RemoveFromGroup.md) ###### [ReplaceShape](Visio.selection.replaceshape.md) ###### [Resize](Visio.Selection.Resize.md) ###### [ReverseEnds](Visio.Selection.ReverseEnds.md) ###### [Rotate](Visio.Selection.Rotate.md) ###### [Rotate90](Visio.Selection.Rotate90.md) ###### [Select](Visio.Selection.Select.md) ###### [SelectAll](Visio.Selection.SelectAll.md) ###### [SendBackward](Visio.Selection.SendBackward.md) ###### [SendToBack](Visio.Selection.SendToBack.md) ###### [SetContainerFormat](Visio.Selection.SetContainerFormat.md) ###### [SetQuickStyle](Visio.selection.setquickstyle.md) ###### [Subtract](Visio.Selection.Subtract.md) ###### [SwapEnds](Visio.Selection.SwapEnds.md) ###### [Trim](Visio.Selection.Trim.md) ###### [Ungroup](Visio.Selection.Ungroup.md) ###### [Union](Visio.Selection.Union.md) ###### [UpdateAlignmentBox](Visio.Selection.UpdateAlignmentBox.md) ###### [VisualBoundingBox](Visio.selection.visualboundingbox.md) ##### Properties ###### [Application](Visio.Selection.Application.md) ###### [ContainingMaster](Visio.Selection.ContainingMaster.md) ###### [ContainingMasterID](Visio.Selection.ContainingMasterID.md) ###### [ContainingPage](Visio.Selection.ContainingPage.md) ###### [ContainingPageID](Visio.Selection.ContainingPageID.md) ###### [ContainingShape](Visio.Selection.ContainingShape.md) ###### [Count](Visio.Selection.Count.md) ###### [DataGraphic](Visio.Selection.DataGraphic.md) ###### [Document](Visio.Selection.Document.md) ###### [EventList](Visio.Selection.EventList.md) ###### [FillStyle](Visio.Selection.FillStyle.md) ###### [FillStyleKeepFmt](Visio.Selection.FillStyleKeepFmt.md) ###### [Item](Visio.Selection.Item.md) ###### [ItemStatus](Visio.Selection.ItemStatus.md) ###### [IterationMode](Visio.Selection.IterationMode.md) ###### [LineStyle](Visio.Selection.LineStyle.md) ###### [LineStyleKeepFmt](Visio.Selection.LineStyleKeepFmt.md) ###### [ObjectType](Visio.Selection.ObjectType.md) ###### [PersistsEvents](Visio.Selection.PersistsEvents.md) ###### [Picture](Visio.Selection.Picture.md) ###### [PrimaryItem](Visio.Selection.PrimaryItem.md) ###### [SelectionForDragCopy](Visio.Selection.SelectionForDragCopy.md) ###### [Stat](Visio.Selection.Stat.md) ###### [Style](Visio.Selection.Style.md) ###### [StyleKeepFmt](Visio.Selection.StyleKeepFmt.md) ###### [TextStyle](Visio.Selection.TextStyle.md) ###### [TextStyleKeepFmt](Visio.Selection.TextStyleKeepFmt.md) #### [ServerPublishOptions object](Visio.ServerPublishOptions.md) ##### Methods ###### [ExcludePage](Visio.ServerPublishOptions.ExcludePage.md) ###### [GetPagesToPublish](Visio.ServerPublishOptions.GetPagesToPublish.md) ###### [GetRecordsetsToPublish](Visio.ServerPublishOptions.GetRecordsetsToPublish.md) ###### [IncludePage](Visio.ServerPublishOptions.IncludePage.md) ###### [SetPagesToPublish](Visio.ServerPublishOptions.SetPagesToPublish.md) ###### [SetRecordsetsToPublish](Visio.ServerPublishOptions.SetRecordsetsToPublish.md) ##### Properties ###### [Application](Visio.ServerPublishOptions.Application.md) ###### [Document](Visio.ServerPublishOptions.Document.md) ###### [IsPublishedPage](Visio.ServerPublishOptions.IsPublishedPage.md) ###### [ObjectType](Visio.ServerPublishOptions.ObjectType.md) ###### [Stat](Visio.ServerPublishOptions.Stat.md) #### [Shape object](Visio.Shape.md) ##### Events ###### [BeforeSelectionDelete](Visio.Shape.BeforeSelectionDelete.md) ###### [BeforeShapeDelete](Visio.Shape.BeforeShapeDelete.md) ###### [BeforeShapeTextEdit](Visio.Shape.BeforeShapeTextEdit.md) ###### [CellChanged](Visio.Shape.CellChanged.md) ###### [ConvertToGroupCanceled](Visio.Shape.ConvertToGroupCanceled.md) ###### [FormulaChanged](Visio.Shape.FormulaChanged.md) ###### [GroupCanceled](Visio.Shape.GroupCanceled.md) ###### [QueryCancelConvertToGroup](Visio.Shape.QueryCancelConvertToGroup.md) ###### [QueryCancelGroup](Visio.Shape.QueryCancelGroup.md) ###### [QueryCancelSelectionDelete](Visio.Shape.QueryCancelSelectionDelete.md) ###### [QueryCancelUngroup](Visio.Shape.QueryCancelUngroup.md) ###### [SelectionAdded](Visio.Shape.SelectionAdded.md) ###### [SelectionDeleteCanceled](Visio.Shape.SelectionDeleteCanceled.md) ###### [ShapeAdded](Visio.Shape.ShapeAdded.md) ###### [ShapeChanged](Visio.Shape.ShapeChanged.md) ###### [ShapeDataGraphicChanged](Visio.Shape.ShapeDataGraphicChanged.md) ###### [ShapeExitedTextEdit](Visio.Shape.ShapeExitedTextEdit.md) ###### [ShapeLinkAdded](Visio.Shape.ShapeLinkAdded.md) ###### [ShapeLinkDeleted](Visio.Shape.ShapeLinkDeleted.md) ###### [ShapeParentChanged](Visio.Shape.ShapeParentChanged.md) ###### [TextChanged](Visio.Shape.TextChanged.md) ###### [UngroupCanceled](Visio.Shape.UngroupCanceled.md) ##### Methods ###### [AddGuide](Visio.Shape.AddGuide.md) ###### [AddHyperlink](Visio.Shape.AddHyperlink.md) ###### [AddNamedRow](Visio.Shape.AddNamedRow.md) ###### [AddRow](Visio.Shape.AddRow.md) ###### [AddRows](Visio.Shape.AddRows.md) ###### [AddSection](Visio.Shape.AddSection.md) ###### [AddToContainers](Visio.Shape.AddToContainers.md) ###### [AutoConnect](Visio.Shape.AutoConnect.md) ###### [BoundingBox](Visio.Shape.BoundingBox.md) ###### [BreakLinkToData](Visio.Shape.BreakLinkToData.md) ###### [BringForward](Visio.Shape.BringForward.md) ###### [BringToFront](Visio.Shape.BringToFront.md) ###### [CenterDrawing](Visio.Shape.CenterDrawing.md) ###### [ChangePicture](Visio.shape.changepicture.md) ###### [ConnectedShapes](Visio.Shape.ConnectedShapes.md) ###### [ConvertToGroup](Visio.Shape.ConvertToGroup.md) ###### [Copy](Visio.Shape.Copy.md) ###### [CreateSelection](Visio.Shape.CreateSelection.md) ###### [CreateSubProcess](Visio.Shape.CreateSubProcess.md) ###### [Cut](Visio.Shape.Cut.md) ###### [Delete](Visio.Shape.Delete.md) ###### [DeleteEx](Visio.Shape.DeleteEx.md) ###### [DeleteRow](Visio.Shape.DeleteRow.md) ###### [DeleteSection](Visio.Shape.DeleteSection.md) ###### [Disconnect](Visio.Shape.Disconnect.md) ###### [DrawArcByThreePoints](Visio.Shape.DrawArcByThreePoints.md) ###### [DrawBezier](Visio.Shape.DrawBezier.md) ###### [DrawCircularArc](Visio.Shape.DrawCircularArc.md) ###### [DrawLine](Visio.Shape.DrawLine.md) ###### [DrawNURBS](Visio.Shape.DrawNURBS.md) ###### [DrawOval](Visio.Shape.DrawOval.md) ###### [DrawPolyline](Visio.Shape.DrawPolyline.md) ###### [DrawQuarterArc](Visio.Shape.DrawQuarterArc.md) ###### [DrawRectangle](Visio.Shape.DrawRectangle.md) ###### [DrawSpline](Visio.Shape.DrawSpline.md) ###### [Drop](Visio.Shape.Drop.md) ###### [DropMany](Visio.Shape.DropMany.md) ###### [DropManyU](Visio.Shape.DropManyU.md) ###### [Duplicate](Visio.Shape.Duplicate.md) ###### [Export](Visio.Shape.Export.md) ###### [FitCurve](Visio.Shape.FitCurve.md) ###### [FlipHorizontal](Visio.Shape.FlipHorizontal.md) ###### [FlipVertical](Visio.Shape.FlipVertical.md) ###### [GetCustomPropertiesLinkedToData](Visio.Shape.GetCustomPropertiesLinkedToData.md) ###### [GetCustomPropertyLinkedColumn](Visio.Shape.GetCustomPropertyLinkedColumn.md) ###### [GetFormulas](Visio.Shape.GetFormulas.md) ###### [GetFormulasU](Visio.Shape.GetFormulasU.md) ###### [GetLinkedDataRecordsetIDs](Visio.Shape.GetLinkedDataRecordsetIDs.md) ###### [GetLinkedDataRow](Visio.Shape.GetLinkedDataRow.md) ###### [GetResults](Visio.Shape.GetResults.md) ###### [GluedShapes](Visio.Shape.GluedShapes.md) ###### [Group](Visio.Shape.Group.md) ###### [HasCategory](Visio.Shape.HasCategory.md) ###### [HitTest](Visio.Shape.HitTest.md) ###### [Import](Visio.Shape.Import.md) ###### [InsertFromFile](Visio.Shape.InsertFromFile.md) ###### [InsertObject](Visio.Shape.InsertObject.md) ###### [IsCustomPropertyLinked](Visio.Shape.IsCustomPropertyLinked.md) ###### [Layout](Visio.Shape.Layout.md) ###### [LinkToData](Visio.Shape.LinkToData.md) ###### [MoveToSubprocess](Visio.Shape.MoveToSubprocess.md) ###### [Offset](Visio.Shape.Offset.md) ###### [OpenDrawWindow](Visio.Shape.OpenDrawWindow.md) ###### [OpenSheetWindow](Visio.Shape.OpenSheetWindow.md) ###### [Paste](Visio.Shape.Paste.md) ###### [PasteSpecial](Visio.Shape.PasteSpecial.md) ###### [RemoveFromContainers](Visio.Shape.RemoveFromContainers.md) ###### [ReplaceShape](Visio.shape.replaceshape.md) ###### [Resize](Visio.Shape.Resize.md) ###### [ReverseEnds](Visio.Shape.ReverseEnds.md) ###### [Rotate90](Visio.Shape.Rotate90.md) ###### [SendBackward](Visio.Shape.SendBackward.md) ###### [SendToBack](Visio.Shape.SendToBack.md) ###### [SetBegin](Visio.Shape.SetBegin.md) ###### [SetCenter](Visio.Shape.SetCenter.md) ###### [SetEnd](Visio.Shape.SetEnd.md) ###### [SetFormulas](Visio.Shape.SetFormulas.md) ###### [SetQuickStyle](Visio.shape.setquickstyle.md) ###### [SetResults](Visio.Shape.SetResults.md) ###### [SwapEnds](Visio.Shape.SwapEnds.md) ###### [TransformXYFrom](Visio.Shape.TransformXYFrom.md) ###### [TransformXYTo](Visio.Shape.TransformXYTo.md) ###### [Ungroup](Visio.Shape.Ungroup.md) ###### [UpdateAlignmentBox](Visio.Shape.UpdateAlignmentBox.md) ###### [VisualBoundingBox](Visio.shape.visualboundingbox.md) ###### [XYFromPage](Visio.Shape.XYFromPage.md) ###### [XYToPage](Visio.Shape.XYToPage.md) ##### Properties ###### [AlternativeText](Visio.Shape.AlternativeText.md) ###### [Application](Visio.Shape.Application.md) ###### [AreaIU](Visio.Shape.AreaIU.md) ###### [CalloutsAssociated](Visio.Shape.CalloutsAssociated.md) ###### [CalloutTarget](Visio.Shape.CalloutTarget.md) ###### [CellExists](Visio.Shape.CellExists.md) ###### [CellExistsU](Visio.Shape.CellExistsU.md) ###### [Cells](Visio.Shape.Cells.md) ###### [CellsRowIndex](Visio.Shape.CellsRowIndex.md) ###### [CellsRowIndexU](Visio.Shape.CellsRowIndexU.md) ###### [CellsSRC](Visio.Shape.CellsSRC.md) ###### [CellsSRCExists](Visio.Shape.CellsSRCExists.md) ###### [CellsU](Visio.Shape.CellsU.md) ###### [Characters](Visio.Shape.Characters.md) ###### [CharCount](Visio.Shape.CharCount.md) ###### [ClassID](Visio.Shape.ClassID.md) ###### [Comments](Visio.shape.comments.md) ###### [Connects](Visio.Shape.Connects.md) ###### [ContainerProperties](Visio.Shape.ContainerProperties.md) ###### [ContainingMaster](Visio.Shape.ContainingMaster.md) ###### [ContainingMasterID](Visio.Shape.ContainingMasterID.md) ###### [ContainingPage](Visio.Shape.ContainingPage.md) ###### [ContainingPageID](Visio.Shape.ContainingPageID.md) ###### [ContainingShape](Visio.Shape.ContainingShape.md) ###### [Data1](Visio.Shape.Data1.md) ###### [Data2](Visio.Shape.Data2.md) ###### [Data3](Visio.Shape.Data3.md) ###### [DataGraphic](Visio.Shape.DataGraphic.md) ###### [DistanceFrom](Visio.Shape.DistanceFrom.md) ###### [DistanceFromPoint](Visio.Shape.DistanceFromPoint.md) ###### [Document](Visio.Shape.Document.md) ###### [EventList](Visio.Shape.EventList.md) ###### [FillStyle](Visio.Shape.FillStyle.md) ###### [FillStyleKeepFmt](Visio.Shape.FillStyleKeepFmt.md) ###### [ForeignData](Visio.Shape.ForeignData.md) ###### [ForeignType](Visio.Shape.ForeignType.md) ###### [FromConnects](Visio.Shape.FromConnects.md) ###### [GeometryCount](Visio.Shape.GeometryCount.md) ###### [Help](Visio.Shape.Help.md) ###### [Hyperlinks](Visio.Shape.Hyperlinks.md) ###### [ID](Visio.Shape.ID.md) ###### [Index](Visio.Shape.Index.md) ###### [IsCallout](Visio.Shape.IsCallout.md) ###### [IsDataGraphicCallout](Visio.Shape.IsDataGraphicCallout.md) ###### [IsOpenForTextEdit](Visio.Shape.IsOpenForTextEdit.md) ###### [Language](Visio.Shape.Language.md) ###### [Layer](Visio.Shape.Layer.md) ###### [LayerCount](Visio.Shape.LayerCount.md) ###### [LengthIU](Visio.Shape.LengthIU.md) ###### [LineStyle](Visio.Shape.LineStyle.md) ###### [LineStyleKeepFmt](Visio.Shape.LineStyleKeepFmt.md) ###### [Master](Visio.Shape.Master.md) ###### [MasterShape](Visio.Shape.MasterShape.md) ###### [MemberOfContainers](Visio.Shape.MemberOfContainers.md) ###### [Name](Visio.Shape.Name.md) ###### [NameID](Visio.Shape.NameID.md) ###### [NameU](Visio.Shape.NameU.md) ###### [Object](Visio.Shape.Object.md) ###### [ObjectIsInherited](Visio.Shape.ObjectIsInherited.md) ###### [ObjectType](Visio.Shape.ObjectType.md) ###### [OneD](Visio.Shape.OneD.md) ###### [Parent](Visio.Shape.Parent.md) ###### [Paths](Visio.Shape.Paths.md) ###### [PathsLocal](Visio.Shape.PathsLocal.md) ###### [PersistsEvents](Visio.Shape.PersistsEvents.md) ###### [Picture](Visio.Shape.Picture.md) ###### [ProgID](Visio.Shape.ProgID.md) ###### [RootShape](Visio.Shape.RootShape.md) ###### [RowCount](Visio.Shape.RowCount.md) ###### [RowExists](Visio.Shape.RowExists.md) ###### [RowsCellCount](Visio.Shape.RowsCellCount.md) ###### [RowType](Visio.Shape.RowType.md) ###### [Section](Visio.Shape.Section.md) ###### [SectionExists](Visio.Shape.SectionExists.md) ###### [Shapes](Visio.Shape.Shapes.md) ###### [SpatialNeighbors](Visio.Shape.SpatialNeighbors.md) ###### [SpatialRelation](Visio.Shape.SpatialRelation.md) ###### [SpatialSearch](Visio.Shape.SpatialSearch.md) ###### [Stat](Visio.Shape.Stat.md) ###### [Style](Visio.Shape.Style.md) ###### [StyleKeepFmt](Visio.Shape.StyleKeepFmt.md) ###### [Text](Visio.Shape.Text.md) ###### [TextStyle](Visio.Shape.TextStyle.md) ###### [TextStyleKeepFmt](Visio.Shape.TextStyleKeepFmt.md) ###### [Title](Visio.Shape.Title.md) ###### [Type](Visio.Shape.Type.md) ###### [UniqueID](Visio.Shape.UniqueID.md) #### [Shapes object](Visio.Shapes.md) ##### Methods ###### [CenterDrawing](Visio.Shapes.CenterDrawing.md) ##### Properties ###### [Application](Visio.Shapes.Application.md) ###### [ContainingMaster](Visio.Shapes.ContainingMaster.md) ###### [ContainingPage](Visio.Shapes.ContainingPage.md) ###### [ContainingShape](Visio.Shapes.ContainingShape.md) ###### [Count](Visio.Shapes.Count.md) ###### [Document](Visio.Shapes.Document.md) ###### [EventList](Visio.Shapes.EventList.md) ###### [Item](Visio.Shapes.Item.md) ###### [ItemFromID](Visio.Shapes.ItemFromID.md) ###### [ItemFromUniqueID](Visio.Shapes.ItemFromUniqueID.md) ###### [ItemU](Visio.Shapes.ItemU.md) ###### [ObjectType](Visio.Shapes.ObjectType.md) ###### [PersistsEvents](Visio.Shapes.PersistsEvents.md) ###### [Stat](Visio.Shapes.Stat.md) #### [Style object](Visio.Style.md) ##### Events ###### [BeforeStyleDelete](Visio.Style.BeforeStyleDelete.md) ###### [QueryCancelStyleDelete](Visio.Style.QueryCancelStyleDelete.md) ###### [StyleChanged](Visio.Style.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.Style.StyleDeleteCanceled.md) ##### Methods ###### [Delete](Visio.Style.Delete.md) ###### [GetFormulas](Visio.Style.GetFormulas.md) ###### [GetFormulasU](Visio.Style.GetFormulasU.md) ###### [GetResults](Visio.Style.GetResults.md) ###### [SetFormulas](Visio.Style.SetFormulas.md) ###### [SetResults](Visio.Style.SetResults.md) ##### Properties ###### [Application](Visio.Style.Application.md) ###### [BasedOn](Visio.Style.BasedOn.md) ###### [CellExists](Visio.Style.CellExists.md) ###### [CellExistsU](Visio.Style.CellExistsU.md) ###### [Cells](Visio.Style.Cells.md) ###### [CellsSRC](Visio.Style.CellsSRC.md) ###### [CellsSRCExists](Visio.Style.CellsSRCExists.md) ###### [CellsU](Visio.Style.CellsU.md) ###### [Document](Visio.Style.Document.md) ###### [EventList](Visio.Style.EventList.md) ###### [FillBasedOn](Visio.Style.FillBasedOn.md) ###### [Hidden](Visio.Style.Hidden.md) ###### [ID](Visio.Style.ID.md) ###### [IncludesFill](Visio.Style.IncludesFill.md) ###### [IncludesLine](Visio.Style.IncludesLine.md) ###### [IncludesText](Visio.Style.IncludesText.md) ###### [Index](Visio.Style.Index.md) ###### [LineBasedOn](Visio.Style.LineBasedOn.md) ###### [Name](Visio.Style.Name.md) ###### [NameU](Visio.Style.NameU.md) ###### [ObjectType](Visio.Style.ObjectType.md) ###### [PersistsEvents](Visio.Style.PersistsEvents.md) ###### [Section](Visio.Style.Section.md) ###### [Stat](Visio.Style.Stat.md) ###### [TextBasedOn](Visio.Style.TextBasedOn.md) #### [Styles object](Visio.Styles.md) ##### Events ###### [BeforeStyleDelete](Visio.Styles.BeforeStyleDelete.md) ###### [QueryCancelStyleDelete](Visio.Styles.QueryCancelStyleDelete.md) ###### [StyleAdded](Visio.Styles.StyleAdded.md) ###### [StyleChanged](Visio.Styles.StyleChanged.md) ###### [StyleDeleteCanceled](Visio.Styles.StyleDeleteCanceled.md) ##### Methods ###### [Add](Visio.Styles.Add.md) ###### [GetNames](Visio.Styles.GetNames.md) ###### [GetNamesU](Visio.Styles.GetNamesU.md) ##### Properties ###### [Application](Visio.Styles.Application.md) ###### [Count](Visio.Styles.Count.md) ###### [Document](Visio.Styles.Document.md) ###### [EventList](Visio.Styles.EventList.md) ###### [Item](Visio.Styles.Item.md) ###### [ItemFromID](Visio.Styles.ItemFromID.md) ###### [ItemU](Visio.Styles.ItemU.md) ###### [ObjectType](Visio.Styles.ObjectType.md) ###### [PersistsEvents](Visio.Styles.PersistsEvents.md) ###### [Stat](Visio.Styles.Stat.md) #### [Toolbar object](Visio.Toolbar.md) ##### Methods ###### [Delete](Visio.Toolbar.Delete.md) ##### Properties ###### [BuiltIn](Visio.Toolbar.BuiltIn.md) ###### [Caption](Visio.Toolbar.Caption.md) ###### [Enabled](Visio.Toolbar.Enabled.md) ###### [Height](Visio.Toolbar.Height.md) ###### [Index](Visio.Toolbar.Index.md) ###### [Left](Visio.Toolbar.Left.md) ###### [Parent](Visio.Toolbar.Parent.md) ###### [Position](Visio.Toolbar.Position.md) ###### [Protection](Visio.Toolbar.Protection.md) ###### [RowIndex](Visio.Toolbar.RowIndex.md) ###### [ToolbarItems](Visio.Toolbar.ToolbarItems.md) ###### [Top](Visio.Toolbar.Top.md) ###### [Visible](Visio.Toolbar.Visible.md) ###### [Width](Visio.Toolbar.Width.md) #### [Toolbars object](Visio.Toolbars.md) ##### Methods ###### [Add](Visio.Toolbars.Add.md) ###### [AddAt](Visio.Toolbars.AddAt.md) ##### Properties ###### [Count](Visio.Toolbars.Count.md) ###### [Item](Visio.Toolbars.Item.md) ###### [Parent](Visio.Toolbars.Parent.md) #### [ToolbarItem object](Visio.ToolbarItem.md) ##### Methods ###### [Delete](Visio.ToolbarItem.Delete.md) ###### [IconFileName](Visio.ToolbarItem.IconFileName.md) ##### Properties ###### [ActionText](Visio.ToolbarItem.ActionText.md) ###### [AddOnArgs](Visio.ToolbarItem.AddOnArgs.md) ###### [AddOnName](Visio.ToolbarItem.AddOnName.md) ###### [BeginGroup](Visio.ToolbarItem.BeginGroup.md) ###### [BuiltIn](Visio.ToolbarItem.BuiltIn.md) ###### [Caption](Visio.ToolbarItem.Caption.md) ###### [CmdNum](Visio.ToolbarItem.CmdNum.md) ###### [CntrlType](Visio.ToolbarItem.CntrlType.md) ###### [Enabled](Visio.ToolbarItem.Enabled.md) ###### [FaceID](Visio.ToolbarItem.FaceID.md) ###### [Index](Visio.ToolbarItem.Index.md) ###### [IsHierarchical](Visio.ToolbarItem.IsHierarchical.md) ###### [PaletteWidth](Visio.ToolbarItem.PaletteWidth.md) ###### [Parent](Visio.ToolbarItem.Parent.md) ###### [State](Visio.ToolbarItem.State.md) ###### [Style](Visio.ToolbarItem.Style.md) ###### [ToolbarItems](Visio.ToolbarItem.ToolbarItems.md) ###### [TypeSpecific1](Visio.ToolbarItem.TypeSpecific1.md) ###### [TypeSpecific2](Visio.ToolbarItem.TypeSpecific2.md) ###### [Visible](Visio.ToolbarItem.Visible.md) ###### [Width](Visio.ToolbarItem.Width.md) #### [ToolbarItems object](Visio.ToolbarItems.md) ##### Methods ###### [Add](Visio.ToolbarItems.Add.md) ###### [AddAt](Visio.ToolbarItems.AddAt.md) ##### Properties ###### [Count](Visio.ToolbarItems.Count.md) ###### [Item](Visio.ToolbarItems.Item.md) ###### [Parent](Visio.ToolbarItems.Parent.md) ###### [ParentItem](Visio.ToolbarItems.ParentItem.md) #### [ToolbarSet object](Visio.ToolbarSet.md) ##### Methods ###### [Delete](Visio.ToolbarSet.Delete.md) ##### Properties ###### [Caption](Visio.ToolbarSet.Caption.md) ###### [Parent](Visio.ToolbarSet.Parent.md) ###### [SetID](Visio.ToolbarSet.SetID.md) ###### [Toolbars](Visio.ToolbarSet.Toolbars.md) #### [ToolbarSets object](Visio.ToolbarSets.md) ##### Methods ###### [Add](Visio.ToolbarSets.Add.md) ###### [AddAtID](Visio.ToolbarSets.AddAtID.md) ##### Properties ###### [Count](Visio.ToolbarSets.Count.md) ###### [Item](Visio.ToolbarSets.Item.md) ###### [ItemAtID](Visio.ToolbarSets.ItemAtID.md) ###### [Parent](Visio.ToolbarSets.Parent.md) #### [UIObject object](Visio.UIObject.md) ##### Methods ###### [LoadFromFile](Visio.UIObject.LoadFromFile.md) ###### [SaveToFile](Visio.UIObject.SaveToFile.md) ###### [UpdateUI](Visio.UIObject.UpdateUI.md) ##### Properties ###### [AccelTables](Visio.UIObject.AccelTables.md) ###### [Clone](Visio.UIObject.Clone.md) ###### [DisplayKeysInTooltips](Visio.UIObject.DisplayKeysInTooltips.md) ###### [DisplayTooltips](Visio.UIObject.DisplayTooltips.md) ###### [LargeButtons](Visio.UIObject.LargeButtons.md) ###### [MenuAnimationStyle](Visio.UIObject.MenuAnimationStyle.md) ###### [MenuSets](Visio.UIObject.MenuSets.md) ###### [Name](Visio.UIObject.Name.md) ###### [ToolbarSets](Visio.UIObject.ToolbarSets.md) #### [Validation object](Visio.Validation.md) ##### Methods ###### [Validate](Visio.Validation.Validate.md) ##### Properties ###### [Application](Visio.Validation.Application.md) ###### [Document](Visio.Validation.Document.md) ###### [Issues](Visio.Validation.Issues.md) ###### [LastValidatedDate](Visio.Validation.LastValidatedDate.md) ###### [ObjectType](Visio.Validation.ObjectType.md) ###### [RuleSets](Visio.Validation.RuleSets.md) ###### [ShowIgnoredIssues](Visio.Validation.ShowIgnoredIssues.md) ###### [Stat](Visio.Validation.Stat.md) #### [ValidationIssue object](Visio.ValidationIssue.md) ##### Methods ###### [Delete](Visio.ValidationIssue.Delete.md) ##### Properties ###### [Application](Visio.ValidationIssue.Application.md) ###### [Document](Visio.ValidationIssue.Document.md) ###### [ID](Visio.ValidationIssue.ID.md) ###### [Ignored](Visio.ValidationIssue.Ignored.md) ###### [ObjectType](Visio.ValidationIssue.ObjectType.md) ###### [Rule](Visio.ValidationIssue.Rule.md) ###### [Stat](Visio.ValidationIssue.Stat.md) ###### [TargetPage](Visio.ValidationIssue.TargetPage.md) ###### [TargetPageID](Visio.ValidationIssue.TargetPageID.md) ###### [TargetShape](Visio.ValidationIssue.TargetShape.md) #### [ValidationIssues object](Visio.ValidationIssues.md) ##### Methods ###### [Clear](Visio.ValidationIssues.Clear.md) ##### Properties ###### [Application](Visio.ValidationIssues.Application.md) ###### [Count](Visio.ValidationIssues.Count.md) ###### [Document](Visio.ValidationIssues.Document.md) ###### [Item](Visio.ValidationIssues.Item.md) ###### [ItemFromID](Visio.ValidationIssues.ItemFromID.md) ###### [ObjectType](Visio.ValidationIssues.ObjectType.md) ###### [Stat](Visio.validationissues.stat.md) #### [ValidationRule object](Visio.ValidationRule.md) ##### Methods ###### [AddIssue](Visio.ValidationRule.AddIssue.md) ###### [Delete](Visio.ValidationRule.Delete.md) ##### Properties ###### [Application](Visio.ValidationRule.Application.md) ###### [Category](Visio.ValidationRule.Category.md) ###### [Description](Visio.ValidationRule.Description.md) ###### [Document](Visio.ValidationRule.Document.md) ###### [FilterExpression](Visio.ValidationRule.FilterExpression.md) ###### [ID](Visio.ValidationRule.ID.md) ###### [Ignored](Visio.ValidationRule.Ignored.md) ###### [NameU](Visio.ValidationRule.NameU.md) ###### [ObjectType](Visio.ValidationRule.ObjectType.md) ###### [RuleSet](Visio.ValidationRule.RuleSet.md) ###### [Stat](Visio.ValidationRule.Stat.md) ###### [TargetType](Visio.ValidationRule.TargetType.md) ###### [TestExpression](Visio.ValidationRule.TestExpression.md) #### [ValidationRules object](Visio.ValidationRules.md) ##### Methods ###### [Add](Visio.ValidationRules.Add.md) ##### Properties ###### [Application](Visio.ValidationRules.Application.md) ###### [Count](Visio.ValidationRules.Count.md) ###### [Document](Visio.ValidationRules.Document.md) ###### [Item](Visio.ValidationRules.Item.md) ###### [ItemFromID](Visio.ValidationRules.ItemFromID.md) ###### [ObjectType](Visio.ValidationRules.ObjectType.md) ###### [Stat](Visio.ValidationRules.Stat.md) #### [ValidationRuleSet object](Visio.ValidationRuleSet.md) ##### Methods ###### [Delete](Visio.ValidationRuleSet.Delete.md) ##### Properties ###### [Application](Visio.ValidationRuleSet.Application.md) ###### [Description](Visio.ValidationRuleSet.Description.md) ###### [Document](Visio.ValidationRuleSet.Document.md) ###### [Enabled](Visio.ValidationRuleSet.Enabled.md) ###### [ID](Visio.ValidationRuleSet.ID.md) ###### [Name](Visio.ValidationRuleSet.Name.md) ###### [NameU](Visio.ValidationRuleSet.NameU.md) ###### [ObjectType](Visio.ValidationRuleSet.ObjectType.md) ###### [Rules](Visio.ValidationRuleSet.Rules.md) ###### [RuleSetFlags](Visio.ValidationRuleSet.RuleSetFlags.md) ###### [Stat](Visio.ValidationRuleSet.Stat.md) #### [ValidationRuleSets object](Visio.ValidationRuleSets.md) ##### Methods ###### [Add](Visio.ValidationRuleSets.Add.md) ###### [AddCopy](Visio.ValidationRuleSets.AddCopy.md) ##### Properties ###### [Application](Visio.ValidationRuleSets.Application.md) ###### [Count](Visio.ValidationRuleSets.Count.md) ###### [Document](Visio.ValidationRuleSets.Document.md) ###### [Item](Visio.ValidationRuleSets.Item.md) ###### [ItemFromID](Visio.ValidationRuleSets.ItemFromID.md) ###### [ObjectType](Visio.ValidationRuleSets.ObjectType.md) ###### [Stat](Visio.ValidationRuleSets.Stat.md) #### [Window object](Visio.Window.md) ##### Events ###### [BeforeWindowClosed](Visio.Window.BeforeWindowClosed.md) ###### [BeforeWindowPageTurn](Visio.Window.BeforeWindowPageTurn.md) ###### [BeforeWindowSelDelete](Visio.Window.BeforeWindowSelDelete.md) ###### [KeyDown](Visio.Window.KeyDown.md) ###### [KeyPress](Visio.Window.KeyPress.md) ###### [KeyUp](Visio.Window.KeyUp.md) ###### [MouseDown](Visio.Window.MouseDown.md) ###### [MouseMove](Visio.Window.MouseMove.md) ###### [MouseUp](Visio.Window.MouseUp.md) ###### [OnKeystrokeMessageForAddon](Visio.Window.OnKeystrokeMessageForAddon.md) ###### [QueryCancelWindowClose](Visio.Window.QueryCancelWindowClose.md) ###### [SelectionChanged](Visio.Window.SelectionChanged.md) ###### [ViewChanged](Visio.Window.ViewChanged.md) ###### [WindowActivated](Visio.Window.WindowActivated.md) ###### [WindowChanged](Visio.Window.WindowChanged.md) ###### [WindowCloseCanceled](Visio.Window.WindowCloseCanceled.md) ###### [WindowTurnedToPage](Visio.Window.WindowTurnedToPage.md) ##### Methods ###### [Activate](Visio.Window.Activate.md) ###### [CenterViewOnShape](Visio.Window.CenterViewOnShape.md) ###### [Close](Visio.Window.Close.md) ###### [DeselectAll](Visio.Window.DeselectAll.md) ###### [DockedStencils](Visio.Window.DockedStencils.md) ###### [GetViewRect](Visio.Window.GetViewRect.md) ###### [GetWindowRect](Visio.Window.GetWindowRect.md) ###### [Group](Visio.Window.Group.md) ###### [NewWindow](Visio.Window.NewWindow.md) ###### [Paste](Visio.Window.Paste.md) ###### [Scroll](Visio.Window.Scroll.md) ###### [ScrollViewTo](Visio.Window.ScrollViewTo.md) ###### [Select](Visio.Window.Select.md) ###### [SelectAll](Visio.Window.SelectAll.md) ###### [SetViewRect](Visio.Window.SetViewRect.md) ###### [SetWindowRect](Visio.Window.SetWindowRect.md) ##### Properties ###### [AllowEditing](Visio.Window.AllowEditing.md) ###### [Application](Visio.Window.Application.md) ###### [BackgroundColor](Visio.Window.BackgroundColor.md) ###### [BackgroundColorGradient](Visio.Window.BackgroundColorGradient.md) ###### [Caption](Visio.Window.Caption.md) ###### [Document](Visio.Window.Document.md) ###### [EventList](Visio.Window.EventList.md) ###### [ID](Visio.Window.ID.md) ###### [Index](Visio.Window.Index.md) ###### [InPlace](Visio.Window.InPlace.md) ###### [IsEditingOLE](Visio.Window.IsEditingOLE.md) ###### [IsEditingText](Visio.Window.IsEditingText.md) ###### [Master](Visio.Window.Master.md) ###### [MasterShortcut](Visio.Window.MasterShortcut.md) ###### [MergeCaption](Visio.Window.MergeCaption.md) ###### [MergeClass](Visio.Window.MergeClass.md) ###### [MergeID](Visio.Window.MergeID.md) ###### [MergePosition](Visio.Window.MergePosition.md) ###### [ObjectType](Visio.Window.ObjectType.md) ###### [Page](Visio.Window.Page.md) ###### [PageTabWidth](Visio.Window.PageTabWidth.md) ###### [Parent](Visio.Window.Parent.md) ###### [ParentWindow](Visio.Window.ParentWindow.md) ###### [PersistsEvents](Visio.Window.PersistsEvents.md) ###### [ReviewerMarkupVisible](Visio.Window.ReviewerMarkupVisible.md) ###### [ScrollLock](Visio.Window.ScrollLock.md) ###### [SelectedCell](Visio.Window.SelectedCell.md) ###### [SelectedDataRecordset](Visio.Window.SelectedDataRecordset.md) ###### [SelectedDataRowID](Visio.Window.SelectedDataRowID.md) ###### [SelectedMasters](Visio.Window.SelectedMasters.md) ###### [SelectedText](Visio.Window.SelectedText.md) ###### [SelectedValidationIssue](Visio.Window.SelectedValidationIssue.md) ###### [Selection](Visio.Window.Selection.md) ###### [SelectionForDragCopy](Visio.Window.SelectionForDragCopy.md) ###### [Shape](Visio.Window.Shape.md) ###### [ShowConnectPoints](Visio.Window.ShowConnectPoints.md) ###### [ShowGrid](Visio.Window.ShowGrid.md) ###### [ShowGuides](Visio.Window.ShowGuides.md) ###### [ShowPageBreaks](Visio.Window.ShowPageBreaks.md) ###### [ShowPageOutline](Visio.Window.ShowPageOutline.md) ###### [ShowPageTabs](Visio.Window.ShowPageTabs.md) ###### [ShowRulers](Visio.Window.ShowRulers.md) ###### [ShowScrollBars](Visio.Window.ShowScrollBars.md) ###### [Stat](Visio.Window.Stat.md) ###### [SubType](Visio.Window.SubType.md) ###### [Type](Visio.Window.Type.md) ###### [ViewFit](Visio.Window.ViewFit.md) ###### [Visible](Visio.Window.Visible.md) ###### [WindowHandle32](Visio.Window.WindowHandle32.md) ###### [Windows](Visio.Window.Windows.md) ###### [WindowState](Visio.Window.WindowState.md) ###### [Zoom](Visio.Window.Zoom.md) ###### [ZoomBehavior](Visio.Window.ZoomBehavior.md) ###### [ZoomLock](Visio.Window.ZoomLock.md) #### [Windows object](Visio.Windows.md) ##### Events ###### [BeforeWindowClosed](Visio.Windows.BeforeWindowClosed.md) ###### [BeforeWindowPageTurn](Visio.Windows.BeforeWindowPageTurn.md) ###### [BeforeWindowSelDelete](Visio.Windows.BeforeWindowSelDelete.md) ###### [KeyDown](Visio.Windows.KeyDown.md) ###### [KeyPress](Visio.Windows.KeyPress.md) ###### [KeyUp](Visio.Windows.KeyUp.md) ###### [MouseDown](Visio.Windows.MouseDown.md) ###### [MouseMove](Visio.Windows.MouseMove.md) ###### [MouseUp](Visio.Windows.MouseUp.md) ###### [OnKeystrokeMessageForAddon](Visio.Windows.OnKeystrokeMessageForAddon.md) ###### [QueryCancelWindowClose](Visio.Windows.QueryCancelWindowClose.md) ###### [SelectionChanged](Visio.Windows.SelectionChanged.md) ###### [ViewChanged](Visio.Windows.ViewChanged.md) ###### [WindowActivated](Visio.Windows.WindowActivated.md) ###### [WindowChanged](Visio.Windows.WindowChanged.md) ###### [WindowCloseCanceled](Visio.Windows.WindowCloseCanceled.md) ###### [WindowOpened](Visio.Windows.WindowOpened.md) ###### [WindowTurnedToPage](Visio.Windows.WindowTurnedToPage.md) ##### Methods ###### [Add](Visio.Windows.Add.md) ###### [Arrange](Visio.Windows.Arrange.md) ##### Properties ###### [Application](Visio.Windows.Application.md) ###### [Count](Visio.Windows.Count.md) ###### [EventList](Visio.Windows.EventList.md) ###### [Item](Visio.Windows.Item.md) ###### [ItemEx](Visio.Windows.ItemEx.md) ###### [ItemFromID](Visio.Windows.ItemFromID.md) ###### [ObjectType](Visio.Windows.ObjectType.md) ###### [PersistsEvents](Visio.Windows.PersistsEvents.md) #### [Enumerations](Visio(enumerations).md) ##### [VisArcSweepFlags](Visio.visarcsweepflags.md) ##### [VisAutoConnectDir](Visio.visautoconnectdir.md) ##### [VisAutoLinkBehaviors](Visio.visautolinkbehaviors.md) ##### [VisAutoLinkFieldTypes](Visio.visautolinkfieldtypes.md) ##### [VisBoundingBoxArgs](Visio.visboundingboxargs.md) ##### [VisBuiltInStencilTypes](Visio.VisBuiltInStencilTypes.md) ##### [VisCellError](Visio.viscellerror.md) ##### [VisCellIndices](Visio.viscellindices.md) ##### [VisCellVals](Visio.viscellvals.md) ##### [VisCenterViewFlags](Visio.VisCenterViewFlags.md) ##### [VisCharsBias](Visio.vischarsbias.md) ##### [VisColoringMethod](Visio.VisColoringMethod.md) ##### [VisConnectedShapesFlags](Visio.VisConnectedShapesFlags.md) ##### [VisConnectorEnds](Visio.VisConnectorEnds.md) ##### [VisContainerAutoResize](Visio.VisContainerAutoResize.md) ##### [VisContainerFlags](Visio.VisContainerFlags.md) ##### [VisContainerFormatType](Visio.VisContainerFormatType.md) ##### [VisContainerMemberState](Visio.VisContainerMemberState.md) ##### [VisContainerNested](Visio.VisContainerNested.md) ##### [VisContainerTypes](Visio.VisContainerTypes.md) ##### [VisCutCopyPasteCodes](Visio.viscutcopypastecodes.md) ##### [VisDataColumnProperties](Visio.visdatacolumnproperties.md) ##### [VisDataRecordsetAddOptions](Visio.visdatarecordsetaddoptions.md) ##### [VisDefaultColors](Visio.visdefaultcolors.md) ##### [VisDefaultSaveFormats](Visio.visdefaultsaveformats.md) ##### [VisDeleteFlags](Visio.VisDeleteFlags.md) ##### [VisDiagramServices](Visio.VisDiagramServices.md) ##### [VisDistributeTypes](Visio.visdistributetypes.md) ##### [VisDocCleanActions](Visio.visdoccleanactions.md) ##### [VisDocCleanTargets](Visio.visdoccleantargets.md) ##### [VisDocExIntent](Visio.visdocexintent.md) ##### [VisDocModeArgs](Visio.visdocmodeargs.md) ##### [VisDocumentTypes](Visio.visdocumenttypes.md) ##### [VisDocVersions](Visio.visdocversions.md) ##### [VisDrawRegionFlags](Visio.visdrawregionflags.md) ##### [VisDrawSplineFlags](Visio.visdrawsplineflags.md) ##### [VisEdition](Visio.VisEdition.md) ##### [VisEventCodes](Visio.viseventcodes.md) ##### [VisExistsFlags](Visio.visexistsflags.md) ##### [VisFieldCategories](Visio.visfieldcategories.md) ##### [VisFieldCodes](Visio.visfieldcodes.md) ##### [VisFieldFormats](Visio.visfieldformats.md) ##### [VisFilterActions](Visio.visfilteractions.md) ##### [VisFixedFormatTypes](Visio.visfixedformattypes.md) ##### [VisFlipDirection](Visio.visflipdirection.md) ##### [VisFlipTypes](Visio.visfliptypes.md) ##### [VisFontAttributes](Visio.visfontattributes.md) ##### [VisFromParts](Visio.visfromparts.md) ##### [VisGeomFlags](Visio.visgeomflags.md) ##### [VisGetSetArgs](Visio.visgetsetargs.md) ##### [VisGluedShapesFlags](Visio.VisGluedShapesFlags.md) ##### [VisGlueSettings](Visio.visgluesettings.md) ##### [VisGraphicField](Visio.visgraphicfield.md) ##### [VisGraphicItemTypes](Visio.visgraphicitemtypes.md) ##### [VisGraphicPositionHorizontal](Visio.visgraphicpositionhorizontal.md) ##### [VisGraphicPositionVertical](Visio.visgraphicpositionvertical.md) ##### [VisGuideTypes](Visio.visguidetypes.md) ##### [VisHitTestResults](Visio.vishittestresults.md) ##### [VisHorizontalAlignTypes](Visio.VisHorizontalAlignTypes.md) ##### [VisInsertObjArgs](Visio.visinsertobjargs.md) ##### [VisKeyButtonFlags](Visio.viskeybuttonflags.md) ##### [VisLangFlags](Visio.VisLangFlags.md) ##### [VisLayoutDirection](Visio.VisLayoutDirection.md) ##### [VisLayoutHorzAlignType](Visio.VisLayoutHorzAlignType.md) ##### [VisLayoutIncrementalType](Visio.VisLayoutIncrementalType.md) ##### [VisLayoutVertAlignType](Visio.VisLayoutVertAlignType.md) ##### [VisLegendFlags](Visio.VisLegendFlags.md) ##### [VisLinkReplaceBehavior](Visio.vislinkreplacebehavior.md) ##### [VisListAlignment](Visio.VisListAlignment.md) ##### [VisListDirection](Visio.VisListDirection.md) ##### [VisMasterProperties](Visio.vismasterproperties.md) ##### [VisMasterTypes](Visio.vismastertypes.md) ##### [VisMeasurementSystem](Visio.vismeasurementsystem.md) ##### [VisMemberAddOptions](Visio.VisMemberAddOptions.md) ##### [VisMouseMoveDragStates](Visio.vismousemovedragstates.md) ##### [VisObjectTypes](Visio.VisObjectTypes.md) ##### [VisOnComponentEnterCodes](Visio.visoncomponententercodes.md) ##### [VisOpenSaveArgs](Visio.visopensaveargs.md) ##### [VisPageAndMasterIDs](Visio.vispageandmasterids.md) ##### [VisPageSizingBehaviors](Visio.vispagesizingbehaviors.md) ##### [VisPageTypes](Visio.vispagetypes.md) ##### [VisPaperSizes](Visio.vispapersizes.md) ##### [VisPasteSpecialCodes](Visio.vispastespecialcodes.md) ##### [VisPrimaryKeySettings](Visio.visprimarykeysettings.md) ##### [VisPrintOutRange](Visio.visprintoutrange.md) ##### [VisProtection](Visio.visprotection.md) ##### [VisPublishDataRecordsets](Visio.VisPublishDataRecordsets.md) ##### [VisPublishPages](Visio.VisPublishPages.md) ##### [VisQuickStyleColors](Visio.visquickstylecolors.md) ##### [VisQuickStyleMatrixIndices](Visio.visquickstylematrixindices.md) ##### [VisRasterExportColorFormat](Visio.VisRasterExportColorFormat.md) ##### [VisRasterExportColorReduction](Visio.VisRasterExportColorReduction.md) ##### [VisRasterExportDataCompression](Visio.VisRasterExportDataCompression.md) ##### [VisRasterExportDataFormat](Visio.VisRasterExportDataFormat.md) ##### [VisRasterExportFlip](Visio.VisRasterExportFlip.md) ##### [VisRasterExportOperation](Visio.VisRasterExportOperation.md) ##### [VisRasterExportResolution](Visio.VisRasterExportResolution.md) ##### [VisRasterExportResolutionUnits](Visio.VisRasterExportResolutionUnits.md) ##### [VisRasterExportRotation](Visio.VisRasterExportRotation.md) ##### [VisRasterExportSize](Visio.VisRasterExportSize.md) ##### [VisRasterExportSizeUnits](Visio.VisRasterExportSizeUnits.md) ##### [VisRecordsetFieldStatus](Visio.VisRecordsetFieldStatus.md) ##### [VisRefreshSettings](Visio.visrefreshsettings.md) ##### [VisRegionalUIOptions](Visio.visregionaluioptions.md) ##### [VisRemoveHiddenInfoItems](Visio.visremovehiddeninfoitems.md) ##### [VisReplaceFlags](Visio.visreplaceflags.md) ##### [VisResizeDirection](Visio.VisResizeDirection.md) ##### [VisRibbonXModes](Visio.VisRibbonXModes.md) ##### [VisRoleSelectionTypes](Visio.VisRoleSelectionTypes.md) ##### [VisRotationTypes](Visio.visrotationtypes.md) ##### [VisRoundFlags](Visio.visroundflags.md) ##### [VisRowIndices](Visio.visrowindices.md) ##### [VisRowTags](Visio.visrowtags.md) ##### [VisRuleSetFlags](Visio.VisRuleSetFlags.md) ##### [VisRuleTargets](Visio.VisRuleTargets.md) ##### [VisRunTypes](Visio.visruntypes.md) ##### [VisSavePreviewMode](Visio.vissavepreviewmode.md) ##### [VisScrollbarStates](Visio.visscrollbarstates.md) ##### [VisSectionIndices](Visio.vissectionindices.md) ##### [VisSelectArgs](Visio.visselectargs.md) ##### [VisSelectionTypes](Visio.visselectiontypes.md) ##### [VisSelectItemStatus](Visio.visselectitemstatus.md) ##### [VisSelectMode](Visio.visselectmode.md) ##### [VisShapeIDs](Visio.visshapeids.md) ##### [VisShapeTypes](Visio.visshapetypes.md) ##### [VisSnapExtensions](Visio.vissnapextensions.md) ##### [VisSnapSettings](Visio.vissnapsettings.md) ##### [VisSpatialRelationCodes](Visio.visspatialrelationcodes.md) ##### [VisSpatialRelationFlags](Visio.visspatialrelationflags.md) ##### [VisStatCodes](Visio.visstatcodes.md) ##### [VisSVGExportFormat](Visio.vissvgexportformat.md) ##### [VisThemeColors](Visio.visthemecolors.md) ##### [VisThemeEffects](Visio.visthemeeffects.md) ##### [VisThemeTypes](Visio.visthemetypes.md) ##### [VisToParts](Visio.vistoparts.md) ##### [VisTraceFlags](Visio.vistraceflags.md) ##### [VisTypeSelectionTypes](Visio.vistypeselectiontypes.md) ##### [VisUIBarPosition](Visio.visuibarposition.md) ##### [VisUIBarProtection](Visio.visuibarprotection.md) ##### [VisUIBarRow](Visio.visuibarrow.md) ##### [VisUIButtonState](Visio.visuibuttonstate.md) ##### [VisUIButtonStyle](Visio.visuibuttonstyle.md) ##### [VisUICmds](Visio.visuicmds.md) ##### [VisUICtrlTypes](Visio.visuictrltypes.md) ##### [VisUIIconIDs](Visio.visuiiconids.md) ##### [VisUIMenuAnimation](Visio.visuimenuanimation.md) ##### [VisUIObjSets](Visio.visuiobjsets.md) ##### [VisUniqueIDArgs](Visio.visuniqueidargs.md) ##### [VisUnitCodes](Visio.visunitcodes.md) ##### [VisValidationFlags](Visio.VisValidationFlags.md) ##### [VisVerticalAlignTypes](Visio.visverticalaligntypes.md) ##### [VisWindowArrange](Visio.viswindowarrange.md) ##### [VisWindowFit](Visio.viswindowfit.md) ##### [VisWindowScrollX](Visio.viswindowscrollx.md) ##### [VisWindowScrollY](Visio.viswindowscrolly.md) ##### [VisWindowStates](Visio.viswindowstates.md) ##### [VisWinTypes](Visio.viswintypes.md) ##### [VisZoomBehavior](Visio.viszoombehavior.md) ### Visio Save as Web reference #### [Overview](overview/Visio/visio-save-as-web-reference.md) #### Concepts ##### [Overview](Visio.VisSaveAsWebRef.ConceptsOverview.md) ##### [About the Save as Web Page API](Visio.VisSaveAsWebRef.AboutSaveAsWebPageAPI.md) ##### [Persist Save as Web Page settings](Visio.VisSaveAsWebRef.PersistSaveAsWebPageSettings.md) ##### [Run Save as Web Page from command line](Visio.VisSaveAsWebRef.RunSaveAsWebPageFromCommandLine.md) ##### [Use Save as Web Page object model example](Visio.VisSaveAsWebRef.UseSaveAsWebObjectModelVBExample.md) #### Objects ##### [Overview](Visio.VisSaveAsWebRef.ObjectModelOverview.md) ##### [VisSaveAsWeb object](Visio.VisSaveAsWeb.md) ###### Methods ####### [AttachToVisioDoc](Visio.VisSaveAsWeb.AttachToVisioDoc.md) ####### [CreatePages](Visio.VisSaveAsWeb.CreatePages.md) ###### Properties ####### [WebPageSettings](Visio.VisSaveAsWeb.WebPageSettings.md) ###### [VISWEB_DISP_RES enumeration](Visio.VisSaveAsWeb.visweb-disp-res-enumeration.md) ##### [VisWebPageSettings object](Visio.VisWebPageSettings.md) ###### Methods ####### [GetFormatName](Visio.VisWebPageSettings.GetFormatName.md) ####### [GetPhysicalDimensions](Visio.VisWebPageSettings.GetPhysicalDimensions.md) ####### [InitSettings](Visio.VisWebPageSettings.InitSettings.md) ####### [ListFormats](Visio.VisWebPageSettings.ListFormats.md) ####### [SaveSettings](Visio.VisWebPageSettings.SaveSettings.md) ###### Properties ####### [AltFormat](Visio.VisWebPageSettings.AltFormat.md) ####### [DispScreenRes](Visio.VisWebPageSettings.DispScreenRes.md) ####### [EndPage](Visio.VisWebPageSettings.EndPage.md) ####### [FormatCount](Visio.VisWebPageSettings.FormatCount.md) ####### [NavBar](Visio.VisWebPageSettings.NavBar.md) ####### [OpenBrowser](Visio.VisWebPageSettings.OpenBrowser.md) ####### [PageTitle](Visio.VisWebPageSettings.PageTitle.md) ####### [PanAndZoom](Visio.VisWebPageSettings.PanAndZoom.md) ####### [PriFormat](Visio.VisWebPageSettings.PriFormat.md) ####### [PropControl](Visio.VisWebPageSettings.PropControl.md) ####### [QuietMode](Visio.VisWebPageSettings.QuietMode.md) ####### [Search](Visio.VisWebPageSettings.Search.md) ####### [SecFormat](Visio.VisWebPageSettings.SecFormat.md) ####### [SilentMode](Visio.VisWebPageSettings.SilentMode.md) ####### [StartPage](Visio.VisWebPageSettings.StartPage.md) ####### [StoreInFolder](Visio.VisWebPageSettings.StoreInFolder.md) ####### [Stylesheet](Visio.VisWebPageSettings.Stylesheet.md) ####### [TargetPath](Visio.VisWebPageSettings.TargetPath.md) ####### [ThemeName](Visio.VisWebPageSettings.ThemeName.md) ### Visio Viewer reference #### [Overview](overview/Visio/visio-viewer-reference.md) #### [Programming Visio Viewer](Visio.ViewerRef.AboutProgramming.md) #### Object model ##### [Overview](overview/Visio/object-model-visio-viewer-reference.md) ##### [Viewer object](Visio.Viewer.md) ###### Events ####### [OnDocumentLoaded](Visio.Viewer.OnDocumentLoaded.md) ####### [OnDocumentUnloaded](Visio.Viewer.OnDocumentUnloaded.md) ####### [OnLayerChanged](Visio.Viewer.OnLayerChanged.md) ####### [OnMarkupOverlaysVisibleChanged](Visio.Viewer.OnMarkupOverlaysVisibleChanged.md) ####### [OnPageChanged](Visio.Viewer.OnPageChanged.md) ####### [OnReviewerChanged](Visio.Viewer.OnReviewerChanged.md) ####### [OnSelectionChanged](Visio.Viewer.OnSelectionChanged.md) ####### [OnToolbarCustomized](Visio.Viewer.OnToolbarCustomized.md) ####### [OnViewChanged](Visio.Viewer.OnViewChanged.md) ###### Methods ####### [DisplayAbout](Visio.Viewer.DisplayAbout.md) ####### [DisplayContextMenu](Visio.Viewer.DisplayContextMenu.md) ####### [DisplayHelp](Visio.Viewer.DisplayHelp.md) ####### [DisplayPropertyDialog](Visio.Viewer.DisplayPropertyDialog.md) ####### [FollowHyperlink](Visio.Viewer.FollowHyperlink.md) ####### [GetErrorMessage](Visio.Viewer.GetErrorMessage.md) ####### [GetPageView](Visio.Viewer.GetPageView.md) ####### [Load](Visio.Viewer.Load.md) ####### [Pan](Visio.Viewer.Pan.md) ####### [SelectShape](Visio.Viewer.SelectShape.md) ####### [SetPageView](Visio.Viewer.SetPageView.md) ####### [Unload](Visio.Viewer.Unload.md) ####### [ZoomToPoint](Visio.Viewer.ZoomToPoint.md) ####### [ZoomToRect](Visio.Viewer.ZoomToRect.md) ###### Properties ####### [AlertsEnabled](Visio.Viewer.AlertsEnabled.md) ####### [BackColor](Visio.Viewer.Backcolor.md) ####### [BuildNumber](Visio.Viewer.BuildNumber.md) ####### [ContextMenuEnabled](Visio.Viewer.ContextMenuEnabled.md) ####### [CurrentPageIndex](Visio.Viewer.CurrentPageIndex.md) ####### [CustomPropertyCount](Visio.Viewer.CustomPropertyCount.md) ####### [CustomPropertyName](Visio.Viewer.CustomPropertyName.md) ####### [CustomPropertyValue](Visio.Viewer.CustomPropertyValue.md) ####### [DocumentLoaded](Visio.Viewer.DocumentLoaded.md) ####### [GridVisible](Visio.Viewer.GridVisible.md) ####### [HighQualityRender](Visio.Viewer.HighQualityRender.md) ####### [HyperlinkAddress](Visio.Viewer.HyperlinkAddress.md) ####### [HyperlinkCount](Visio.Viewer.HyperlinkCount.md) ####### [LastErrorCode](Visio.Viewer.LastErrorCode.md) ####### [LayerColor](Visio.Viewer.LayerColor.md) ####### [LayerColorOverride](Visio.Viewer.LayerColorOverride.md) ####### [LayerColorTrans](Visio.Viewer.LayerColorTrans.md) ####### [LayerCount](Visio.Viewer.LayerCount.md) ####### [LayerDeleted](Visio.Viewer.LayerDeleted.md) ####### [LayerName](Visio.Viewer.LayerName.md) ####### [LayerVisible](Visio.Viewer.LayerVisible.md) ####### [MajorVersionNumber](Visio.Viewer.MajorVersionNumber.md) ####### [MarkupOverlaysVisible](Visio.Viewer.MarkupOverlaysVisible.md) ####### [MinorVersionNumber](Visio.Viewer.MinorVersionNumber.md) ####### [PageColor](Visio.Viewer.PageColor.md) ####### [PageCount](Visio.Viewer.PageCount.md) ####### [PageIDToIndex](Visio.Viewer.PageIDToIndex.md) ####### [PageIndexToID](Visio.Viewer.PageIndexToID.md) ####### [PageName](Visio.Viewer.PageName.md) ####### [PageTabsVisible](Visio.Viewer.PageTabsVisible.md) ####### [PageVisible](Visio.Viewer.PageVisible.md) ####### [ParentShape](Visio.Viewer.ParentShape.md) ####### [PropertyDialogEnabled](Visio.Viewer.PropertyDialogEnabled.md) ####### [ReviewerColor](Visio.Viewer.ReviewerColor.md) ####### [ReviewerCount](Visio.Viewer.ReviewerCount.md) ####### [ReviewerID](Visio.Viewer.ReviewerID.md) ####### [ReviewerInitial](Visio.Viewer.ReviewerInitial.md) ####### [ReviewerMarkupVisible](Visio.Viewer.ReviewerMarkupVisible.md) ####### [ReviewerName](Visio.Viewer.ReviewerName.md) ####### [ScrollbarsVisible](Visio.Viewer.ScrollbarsVisible.md) ####### [SelectedShapeIndex](Visio.Viewer.SelectedShapeIndex.md) ####### [ShapeAtPoint](Visio.Viewer.ShapeAtPoint.md) ####### [ShapeCount](Visio.Viewer.ShapeCount.md) ####### [ShapeIDToIndex](Visio.Viewer.ShapeIDToIndex.md) ####### [ShapeIndexToID](Visio.Viewer.ShapeIndexToID.md) ####### [ShapeName](Visio.Viewer.ShapeName.md) ####### [Src](Visio.Viewer.Src.md) ####### [SubShapeAtPoint](Visio.Viewer.SubShapeAtPoint.md) ####### [ToolbarButtons](Visio.Viewer.ToolbarButtons.md) ####### [ToolbarCustomizable](Visio.Viewer.ToolbarCustomizable.md) ####### [ToolbarVisible](Visio.Viewer.ToolbarVisible.md) ####### [Zoom](Visio.Viewer.Zoom.md) ## Word ### [Overview](overview/Word.md) ### Concepts #### [Overview](../word/Concepts/Miscellaneous/concepts-word-vba-reference.md) #### Customizing Word ##### [Add controls to a document](../word/Concepts/Customizing-Word/adding-controls-to-a-document.md) ##### [Add controls to a UserForm](../word/Concepts/Customizing-Word/adding-controls-to-a-userform.md) ##### [Apply formatting to text](../word/Concepts/Customizing-Word/applying-formatting-to-text.md) ##### [Assign ranges](../word/Concepts/Customizing-Word/assigning-ranges.md) ##### [Auto macros](../word/Concepts/Customizing-Word/auto-macros.md) ##### [Automate common Word tasks](../word/Concepts/Customizing-Word/automating-common-word-tasks.md) ##### [Built-in dialog box argument lists](../word/Concepts/Customizing-Word/built-in-dialog-box-argument-lists-word.md) ##### [Communicate with other applications](../word/Concepts/Customizing-Word/communicating-with-other-applications.md) ##### [Conceptual differences between WordBasic and Visual Basic](../word/Concepts/Customizing-Word/conceptual-differences-between-wordbasic-and-visual-basic.md) ##### [Control and dialog box events](../word/Concepts/Customizing-Word/control-and-dialog-box-events-word.md) ##### [Convert WordBasic macros to Visual Basic](../word/Concepts/Customizing-Word/converting-wordbasic-macros-to-visual-basic.md) ##### [Create a custom dialog box](../word/Concepts/Customizing-Word/creating-a-custom-dialog-box.md) ##### [Create a UserForm](../word/Concepts/Customizing-Word/creating-a-userform.md) ##### [Create frames pages](../word/Concepts/Customizing-Word/creating-frames-pages.md) ##### [Determine whether the Application property is necessary](../word/Concepts/Customizing-Word/determining-whether-the-application-property-is-necessary.md) ##### [Display a custom dialog box](../word/Concepts/Customizing-Word/displaying-a-custom-dialog-box-word.md) ##### [Display built-in Word dialog boxes](../word/Concepts/Customizing-Word/displaying-built-in-word-dialog-boxes.md) ##### [Edit text](../word/Concepts/Customizing-Word/editing-text.md) ##### [Error accessing a table row or column](../word/Concepts/Customizing-Word/error-accessing-a-table-row-or-column.md) ##### [Find and replace text or formatting](../word/Concepts/Customizing-Word/finding-and-replacing-text-or-formatting.md) ##### [Find out which property or method to use](../word/Concepts/Customizing-Word/finding-out-which-property-or-method-to-use.md) ##### [Frequently asked Visual Basic questions](../word/Concepts/Customizing-Word/frequently-asked-visual-basic-questions.md) ##### [Initialize control properties](../word/Concepts/Customizing-Word/initializing-control-properties-word.md) ##### [Insert text in a document](../word/Concepts/Customizing-Word/inserting-text-in-a-document.md) ##### [Loop through a collection](../word/Concepts/Customizing-Word/looping-through-a-collection.md) ##### [Miscellaneous tasks](../word/Concepts/Customizing-Word/miscellaneous-tasks.md) ##### [Modify a portion of a document](../word/Concepts/Customizing-Word/modifying-a-portion-of-a-document.md) ##### [Revise recorded Visual Basic macros](../word/Concepts/Customizing-Word/revising-recorded-visual-basic-macros.md) ##### [Select text in a document](../word/Concepts/Customizing-Word/selecting-text-in-a-document.md) #### Working with Word ##### [Working with bibliographies](../word/Concepts/Working-with-Word/working-with-bibliographies.md) ##### [Working with building blocks](../word/Concepts/Working-with-Word/working-with-building-blocks.md) ##### [Working with charts](../word/Concepts/Working-with-Word/working-with-charts.md) ##### [Working with content controls](../word/Concepts/Working-with-Word/working-with-content-controls.md) ##### [Working with Document objects](../word/Concepts/Working-with-Word/working-with-document-objects.md) ##### [Working with Range objects](../word/Concepts/Working-with-Word/working-with-range-objects.md) ##### [Working with tables](../word/Concepts/Working-with-Word/working-with-tables.md) ##### [Working with the Selection object](../word/Concepts/Working-with-Word/working-with-the-selection-object.md) ##### [Working with the UndoRecord object](../word/Concepts/Working-with-Word/working-with-the-undorecord-object.md) #### Objects, properties, methods ##### [Understand objects, properties, and methods](../word/Concepts/Objects-Properties-Methods/understanding-objects-properties-and-methods.md) ##### [Use ActiveX Controls on a document](../word/Concepts/Objects-Properties-Methods/using-activex-controls-on-a-document-word.md) ##### [Use ActiveX Controls on Word documents](../word/Concepts/Objects-Properties-Methods/using-activex-controls-on-word-documents.md) ##### [Use control values while code is running](../word/Concepts/Objects-Properties-Methods/using-control-values-while-code-is-running-word.md) ##### [Use DAO from Word](../word/Concepts/Objects-Properties-Methods/using-dao-from-microsoft-word.md) ##### [Use events with ActiveX Controls](../word/Concepts/Objects-Properties-Methods/using-events-with-activex-controls.md) ##### [Use events with the Application object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-application-object-word.md) ##### [Use events with the Document object](../word/Concepts/Objects-Properties-Methods/using-events-with-the-document-object.md) ##### [Bind a content control to a node in the data store](../word/Concepts/Objects-Properties-Methods/bind-a-content-control-to-a-node-in-the-data-store.md) ##### [Bind controls to a specific row in the data store when inserting a building block](../word/Concepts/Objects-Properties-Methods/bind-controls-to-a-specific-row-in-the-data-store-when-inserting-a-building-bloc.md) ##### [Capture and respond to events in the data store](../word/Concepts/Objects-Properties-Methods/capture-and-respond-to-events-in-the-data-store.md) ##### [Change a content control from one type to another](../word/Concepts/Objects-Properties-Methods/change-a-content-control-from-one-type-to-another.md) ##### [Change the editability of a content control](../word/Concepts/Objects-Properties-Methods/change-the-editability-of-a-content-control.md) ##### [Create a custom building block gallery](../word/Concepts/Objects-Properties-Methods/create-a-custom-building-block-gallery.md) ##### [Create custom bibliography styles](../word/Concepts/Objects-Properties-Methods/create-custom-bibliography-styles.md) ##### [Filter the building block list in a content control](../word/Concepts/Objects-Properties-Methods/filter-the-building-block-list-in-a-content-control.md) ##### [Insert a content control into a building block](../word/Concepts/Objects-Properties-Methods/insert-a-content-control-into-a-building-block.md) ##### [Remove data from the data store when deleting a content control](../word/Concepts/Objects-Properties-Methods/remove-data-from-the-data-store-when-deleting-a-content-control.md) ##### [Set the building blocks that you can use for a content control](../word/Concepts/Objects-Properties-Methods/set-the-building-blocks-that-you-can-use-for-a-content-control.md) ##### [Connect an item in the data store to a SQL Server database](../word/Concepts/Objects-Properties-Methods/connect-an-item-in-the-data-store-to-a-sql-server-database.md) #### Miscellaneous ##### [Modify a Word command](../word/Concepts/Miscellaneous/modifying-a-word-command.md) ##### [Object doesn't support this property or method](../word/Concepts/Miscellaneous/object-doesn-t-support-this-property-or-method.md) ##### [Predefined bookmarks](../word/Concepts/Miscellaneous/predefined-bookmarks.md) ##### [Prompt for information](../word/Concepts/Miscellaneous/prompting-for-information.md) ##### [Record a macro to generate code](../word/Concepts/Miscellaneous/recording-a-macro-to-generate-code.md) ##### [Refer to the active document element](../word/Concepts/Miscellaneous/referring-to-the-active-document-element.md) ##### [Requested member of the collection does not exist](../word/Concepts/Miscellaneous/requested-member-of-the-collection-does-not-exist.md) ##### [Return a single object from a collection](../word/Concepts/Miscellaneous/returning-a-single-object-from-a-collection.md) ##### [Return an object from a collection](../word/Concepts/Miscellaneous/returning-an-object-from-a-collection-word.md) ##### [Return text from a document](../word/Concepts/Miscellaneous/returning-text-from-a-document.md) ##### [Set control properties](../word/Concepts/Miscellaneous/setting-control-properties-word.md) ##### [Store values when a macro ends](../word/Concepts/Miscellaneous/storing-values-when-a-macro-ends.md) ### Object model #### [Overview](overview/Word/object-model.md) #### [AddIn object](Word.AddIn.md) ##### Methods ###### [Delete](Word.AddIn.Delete.md) ##### Properties ###### [Application](Word.AddIn.Application.md) ###### [Autoload](Word.AddIn.Autoload.md) ###### [Compiled](Word.AddIn.Compiled.md) ###### [Creator](Word.AddIn.Creator.md) ###### [Index](Word.AddIn.Index.md) ###### [Installed](Word.AddIn.Installed.md) ###### [Name](Word.AddIn.Name.md) ###### [Parent](Word.AddIn.Parent.md) ###### [Path](Word.AddIn.Path.md) #### [AddIns object](Word.addins.md) ##### Methods ###### [Add](Word.AddIns.Add.md) ###### [Item](Word.AddIns.Item.md) ###### [Unload](Word.AddIns.Unload.md) ##### Properties ###### [Application](Word.AddIns.Application.md) ###### [Count](Word.AddIns.Count.md) ###### [Creator](Word.AddIns.Creator.md) ###### [Parent](Word.AddIns.Parent.md) #### [Adjustments object](Word.Adjustments.md) ##### Properties ###### [Application](Word.Adjustments.Application.md) ###### [Count](Word.Adjustments.Count.md) ###### [Creator](Word.Adjustments.Creator.md) ###### [Item](Word.Adjustments.Item.md) ###### [Parent](Word.Adjustments.Parent.md) #### [Application object](Word.Application.md) ##### Events ###### [DocumentBeforeClose](Word.Application.DocumentBeforeClose.md) ###### [DocumentBeforePrint](Word.Application.DocumentBeforePrint.md) ###### [DocumentBeforeSave](Word.Application.DocumentBeforeSave.md) ###### [DocumentChange](Word.Application.DocumentChange.md) ###### [DocumentOpen](Word.Application.DocumentOpen.md) ###### [DocumentSync](Word.Application.DocumentSync.md) ###### [EPostageInsert](Word.Application.EPostageInsert.md) ###### [EPostageInsertEx](Word.Application.EPostageInsertEx.md) ###### [EPostagePropertyDialog](Word.Application.EPostagePropertyDialog.md) ###### [MailMergeAfterMerge](Word.Application.MailMergeAfterMerge.md) ###### [MailMergeAfterRecordMerge](Word.Application.MailMergeAfterRecordMerge.md) ###### [MailMergeBeforeMerge](Word.Application.MailMergeBeforeMerge.md) ###### [MailMergeBeforeRecordMerge](Word.Application.MailMergeBeforeRecordMerge.md) ###### [MailMergeDataSourceLoad](Word.Application.MailMergeDataSourceLoad.md) ###### [MailMergeDataSourceValidate](Word.Application.MailMergeDataSourceValidate.md) ###### [MailMergeDataSourceValidate2](Word.Application.MailMergeDataSourceValidate2.md) ###### [MailMergeWizardSendToCustom](Word.Application.MailMergeWizardSendToCustom.md) ###### [MailMergeWizardStateChange](Word.Application.MailMergeWizardStateChange.md) ###### [NewDocument](Word.Application.NewDocument(even).md) ###### [ProtectedViewWindowActivate](Word.Application.ProtectedViewWindowActivate.md) ###### [ProtectedViewWindowBeforeClose](Word.Application.ProtectedViewWindowBeforeClose.md) ###### [ProtectedViewWindowBeforeEdit](Word.Application.ProtectedViewWindowBeforeEdit.md) ###### [ProtectedViewWindowDeactivate](Word.Application.ProtectedViewWindowDeactivate.md) ###### [ProtectedViewWindowOpen](Word.Application.ProtectedViewWindowOpen.md) ###### [ProtectedViewWindowSize](Word.Application.ProtectedViewWindowSize.md) ###### [Quit](Word.Application.Quit(even).md) ###### [WindowActivate](Word.Application.WindowActivate.md) ###### [WindowBeforeDoubleClick](Word.Application.WindowBeforeDoubleClick.md) ###### [WindowBeforeRightClick](Word.Application.WindowBeforeRightClick.md) ###### [WindowDeactivate](Word.Application.WindowDeactivate.md) ###### [WindowSelectionChange](Word.Application.WindowSelectionChange.md) ###### [WindowSize](Word.Application.WindowSize.md) ###### [XMLSelectionChange](Word.Application.XMLSelectionChange.md) ###### [XMLValidationError](Word.Application.XMLValidationError.md) ##### Methods ###### [Activate](Word.Application.Activate.md) ###### [AddAddress](Word.Application.AddAddress.md) ###### [AutomaticChange](Word.Application.AutomaticChange.md) ###### [BuildKeyCode](Word.Application.BuildKeyCode.md) ###### [CentimetersToPoints](Word.Application.CentimetersToPoints.md) ###### [ChangeFileOpenDirectory](Word.Application.ChangeFileOpenDirectory.md) ###### [CheckGrammar](Word.Application.CheckGrammar.md) ###### [CheckSpelling](Word.Application.CheckSpelling.md) ###### [CleanString](Word.Application.CleanString.md) ###### [CompareDocuments](Word.Application.CompareDocuments.md) ###### [DDEExecute](Word.Application.DDEExecute.md) ###### [DDEInitiate](Word.Application.DDEInitiate.md) ###### [DDEPoke](Word.Application.DDEPoke.md) ###### [DDERequest](Word.Application.DDERequest.md) ###### [DDETerminate](Word.Application.DDETerminate.md) ###### [DDETerminateAll](Word.Application.DDETerminateAll.md) ###### [DefaultWebOptions](Word.Application.DefaultWebOptions.md) ###### [GetAddress](Word.Application.GetAddress.md) ###### [GetDefaultTheme](Word.Application.GetDefaultTheme.md) ###### [GetSpellingSuggestions](Word.Application.GetSpellingSuggestions.md) ###### [GoBack](Word.Application.GoBack.md) ###### [GoForward](Word.Application.GoForward.md) ###### [Help](Word.Application.Help.md) ###### [HelpTool](Word.Application.HelpTool.md) ###### [InchesToPoints](Word.Application.InchesToPoints.md) ###### [Keyboard](Word.Application.Keyboard.md) ###### [KeyboardBidi](Word.Application.KeyboardBidi.md) ###### [KeyboardLatin](Word.Application.KeyboardLatin.md) ###### [KeyString](Word.Application.KeyString.md) ###### [LinesToPoints](Word.Application.LinesToPoints.md) ###### [ListCommands](Word.Application.ListCommands.md) ###### [LoadMasterList](Word.Application.LoadMasterList.md) ###### [LookupNameProperties](Word.Application.LookupNameProperties.md) ###### [MergeDocuments](Word.Application.MergeDocuments.md) ###### [MillimetersToPoints](Word.Application.MillimetersToPoints.md) ###### [Move](Word.Application.Move.md) ###### [NewWindow](Word.Application.NewWindow.md) ###### [NextLetter](Word.Application.Application.NextLetter.md) ###### [OnTime](Word.Application.OnTime.md) ###### [OrganizerCopy](Word.Application.OrganizerCopy.md) ###### [OrganizerDelete](Word.Application.OrganizerDelete.md) ###### [OrganizerRename](Word.Application.OrganizerRename.md) ###### [PicasToPoints](Word.Application.PicasToPoints.md) ###### [PixelsToPoints](Word.Application.PixelsToPoints.md) ###### [PointsToCentimeters](Word.Application.PointsToCentimeters.md) ###### [PointsToInches](Word.Application.PointsToInches.md) ###### [PointsToLines](Word.Application.PointsToLines.md) ###### [PointsToMillimeters](Word.Application.PointsToMillimeters.md) ###### [PointsToPicas](Word.Application.PointsToPicas.md) ###### [PointsToPixels](Word.Application.PointsToPixels.md) ###### [PrintOut](Word.Application.PrintOut.md) ###### [ProductCode](Word.Application.ProductCode.md) ###### [PutFocusInMailHeader](Word.Application.PutFocusInMailHeader.md) ###### [Quit](Word.Application.Quit(method).md) ###### [Repeat](Word.Application.Repeat.md) ###### [ResetIgnoreAll](Word.Application.ResetIgnoreAll.md) ###### [Resize](Word.Application.Resize.md) ###### [Run](Word.Application.Run.md) ###### [ScreenRefresh](Word.Application.ScreenRefresh.md) ###### [SetDefaultTheme](Word.Application.SetDefaultTheme.md) ###### [ShowClipboard](Word.Application.ShowClipboard.md) ###### [ShowMe](Word.Application.ShowMe.md) ###### [SubstituteFont](Word.Application.SubstituteFont.md) ###### [ToggleKeyboard](Word.Application.ToggleKeyboard.md) ##### Properties ###### [ActiveDocument](Word.Application.ActiveDocument.md) ###### [ActiveEncryptionSession](Word.Application.ActiveEncryptionSession.md) ###### [ActivePrinter](Word.Application.ActivePrinter.md) ###### [ActiveProtectedViewWindow](Word.Application.ActiveProtectedViewWindow.md) ###### [ActiveWindow](Word.Application.ActiveWindow.md) ###### [AddIns](Word.Application.AddIns.md) ###### [Application](Word.Application.Application.md) ###### [ArbitraryXMLSupportAvailable](Word.Application.ArbitraryXMLSupportAvailable.md) ###### [Assistance](Word.Application.Assistance.md) ###### [AutoCaptions](Word.Application.AutoCaptions.md) ###### [AutoCorrect](Word.Application.AutoCorrect.md) ###### [AutoCorrectEmail](Word.Application.AutoCorrectEmail.md) ###### [AutomationSecurity](Word.Application.AutomationSecurity.md) ###### [BackgroundPrintingStatus](Word.Application.BackgroundPrintingStatus.md) ###### [BackgroundSavingStatus](Word.Application.BackgroundSavingStatus.md) ###### [Bibliography](Word.Application.Bibliography.md) ###### [BrowseExtraFileTypes](Word.Application.BrowseExtraFileTypes.md) ###### [Browser](Word.Application.Browser.md) ###### [Build](Word.Application.Build.md) ###### [CapsLock](Word.Application.CapsLock.md) ###### [Caption](Word.Application.Caption.md) ###### [CaptionLabels](Word.Application.CaptionLabels.md) ###### [ChartDataPointTrack](Word.application.chartdatapointtrack.md) ###### [CheckLanguage](Word.Application.CheckLanguage.md) ###### [COMAddIns](Word.Application.COMAddIns.md) ###### [CommandBars](Word.Application.CommandBars.md) ###### [Creator](Word.Application.Creator.md) ###### [CustomDictionaries](Word.Application.CustomDictionaries.md) ###### [CustomizationContext](Word.Application.CustomizationContext.md) ###### [DefaultLegalBlackline](Word.Application.DefaultLegalBlackline.md) ###### [DefaultSaveFormat](Word.Application.DefaultSaveFormat.md) ###### [DefaultTableSeparator](Word.Application.DefaultTableSeparator.md) ###### [Dialogs](Word.Application.Dialogs.md) ###### [DisplayAlerts](Word.Application.DisplayAlerts.md) ###### [DisplayAutoCompleteTips](Word.Application.DisplayAutoCompleteTips.md) ###### [DisplayDocumentInformationPanel](Word.Application.DisplayDocumentInformationPanel.md) ###### [DisplayRecentFiles](Word.Application.DisplayRecentFiles.md) ###### [DisplayScreenTips](Word.Application.DisplayScreenTips.md) ###### [DisplayScrollBars](Word.Application.DisplayScrollBars.md) ###### [Documents](Word.Application.Documents.md) ###### [DontResetInsertionPointProperties](Word.Application.DontResetInsertionPointProperties.md) ###### [EmailOptions](Word.Application.EmailOptions.md) ###### [EmailTemplate](Word.Application.EmailTemplate.md) ###### [EnableCancelKey](Word.Application.EnableCancelKey.md) ###### [FeatureInstall](Word.Application.FeatureInstall.md) ###### [FileConverters](Word.Application.FileConverters.md) ###### [FileDialog](Word.Application.FileDialog.md) ###### [FileValidation](Word.Application.FileValidation.md) ###### [FindKey](Word.Application.FindKey.md) ###### [FocusInMailHeader](Word.Application.FocusInMailHeader.md) ###### [FontNames](Word.Application.FontNames.md) ###### [HangulHanjaDictionaries](Word.Application.HangulHanjaDictionaries.md) ###### [Height](Word.Application.Height.md) ###### [International](Word.Application.International.md) ###### [IsObjectValid](Word.Application.IsObjectValid.md) ###### [IsSandboxed](Word.Application.IsSandboxed.md) ###### [KeyBindings](Word.Application.KeyBindings.md) ###### [KeysBoundTo](Word.Application.KeysBoundTo.md) ###### [LandscapeFontNames](Word.Application.LandscapeFontNames.md) ###### [Language](Word.Application.Language.md) ###### [Languages](Word.Application.Languages.md) ###### [LanguageSettings](Word.Application.LanguageSettings.md) ###### [Left](Word.Application.Left.md) ###### [ListGalleries](Word.Application.ListGalleries.md) ###### [MacroContainer](Word.Application.MacroContainer.md) ###### [MailingLabel](Word.Application.MailingLabel.md) ###### [MailMessage](Word.Application.MailMessage.md) ###### [MailSystem](Word.Application.MailSystem.md) ###### [MAPIAvailable](Word.Application.MAPIAvailable.md) ###### [MathCoprocessorAvailable](Word.Application.MathCoprocessorAvailable.md) ###### [MouseAvailable](Word.Application.MouseAvailable.md) ###### [Name](Word.Application.Name.md) ###### [NewDocument](Word.Application.NewDocument(property).md) ###### [NormalTemplate](Word.Application.NormalTemplate.md) ###### [NumLock](Word.Application.NumLock.md) ###### [OMathAutoCorrect](Word.Application.OMathAutoCorrect.md) ###### [OpenAttachmentsInFullScreen](Word.Application.OpenAttachmentsInFullScreen.md) ###### [Options](Word.Application.Options.md) ###### [Parent](Word.Application.Parent.md) ###### [Path](Word.Application.Path.md) ###### [PathSeparator](Word.Application.PathSeparator.md) ###### [PickerDialog](Word.Application.PickerDialog.md) ###### [PortraitFontNames](Word.Application.PortraitFontNames.md) ###### [PrintPreview](Word.Application.PrintPreview.md) ###### [ProtectedViewWindows](Word.Application.ProtectedViewWindows.md) ###### [RecentFiles](Word.Application.RecentFiles.md) ###### [RestrictLinkedStyles](Word.Application.RestrictLinkedStyles.md) ###### [ScreenUpdating](Word.Application.ScreenUpdating.md) ###### [Selection](Word.Application.Selection.md) ###### [SensitivityLabelPolicy](Word.Application.SensitivityLabelPolicy.md) ###### [ShowAnimation](Word.application.showanimation.md) ###### [ShowStartupDialog](Word.Application.ShowStartupDialog.md) ###### [ShowStylePreviews](Word.Application.ShowStylePreviews.md) ###### [ShowVisualBasicEditor](Word.Application.ShowVisualBasicEditor.md) ###### [SmartArtColors](Word.Application.SmartArtColors.md) ###### [SmartArtLayouts](Word.Application.SmartArtLayouts.md) ###### [SmartArtQuickStyles](Word.Application.SmartArtQuickStyles.md) ###### [SpecialMode](Word.Application.SpecialMode.md) ###### [StartupPath](Word.Application.StartupPath.md) ###### [StatusBar](Word.Application.StatusBar.md) ###### [SynonymInfo](Word.Application.SynonymInfo.md) ###### [System](Word.Application.System.md) ###### [TaskPanes](Word.Application.TaskPanes.md) ###### [Tasks](Word.Application.Tasks.md) ###### [Templates](Word.Application.Templates.md) ###### [Top](Word.Application.Top.md) ###### [UndoRecord](Word.Application.UndoRecord.md) ###### [UsableHeight](Word.Application.UsableHeight.md) ###### [UsableWidth](Word.Application.UsableWidth.md) ###### [UserAddress](Word.Application.UserAddress.md) ###### [UserControl](Word.Application.UserControl.md) ###### [UserInitials](Word.Application.UserInitials.md) ###### [UserName](Word.Application.UserName.md) ###### [VBE](Word.Application.VBE.md) ###### [Version](Word.Application.Version.md) ###### [Visible](Word.Application.Visible.md) ###### [Width](Word.Application.Width.md) ###### [Windows](Word.Application.Windows.md) ###### [WindowState](Word.Application.WindowState.md) ###### [WordBasic](Word.Application.WordBasic.md) ###### [XMLNamespaces](Word.Application.XMLNamespaces.md) #### [AutoCaption object](Word.AutoCaption.md) ##### Properties ###### [Application](Word.AutoCaption.Application.md) ###### [AutoInsert](Word.AutoCaption.AutoInsert.md) ###### [CaptionLabel](Word.AutoCaption.CaptionLabel.md) ###### [Creator](Word.AutoCaption.Creator.md) ###### [Index](Word.AutoCaption.Index.md) ###### [Name](Word.AutoCaption.Name.md) ###### [Parent](Word.AutoCaption.Parent.md) #### [AutoCaptions object](Word.autocaptions.md) ##### Methods ###### [CancelAutoInsert](Word.AutoCaptions.CancelAutoInsert.md) ###### [Item](Word.AutoCaptions.Item.md) ##### Properties ###### [Application](Word.AutoCaptions.Application.md) ###### [Count](Word.AutoCaptions.Count.md) ###### [Creator](Word.AutoCaptions.Creator.md) ###### [Parent](Word.AutoCaptions.Parent.md) #### [AutoCorrect object](Word.AutoCorrect.md) ##### Properties ###### [Application](Word.AutoCorrect.Application.md) ###### [CorrectCapsLock](Word.AutoCorrect.CorrectCapsLock.md) ###### [CorrectDays](Word.AutoCorrect.CorrectDays.md) ###### [CorrectHangulAndAlphabet](Word.AutoCorrect.CorrectHangulAndAlphabet.md) ###### [CorrectInitialCaps](Word.AutoCorrect.CorrectInitialCaps.md) ###### [CorrectKeyboardSetting](Word.AutoCorrect.CorrectKeyboardSetting.md) ###### [CorrectSentenceCaps](Word.AutoCorrect.CorrectSentenceCaps.md) ###### [CorrectTableCells](Word.AutoCorrect.CorrectTableCells.md) ###### [Creator](Word.AutoCorrect.Creator.md) ###### [DisplayAutoCorrectOptions](Word.AutoCorrect.DisplayAutoCorrectOptions.md) ###### [Entries](Word.AutoCorrect.Entries.md) ###### [FirstLetterAutoAdd](Word.AutoCorrect.FirstLetterAutoAdd.md) ###### [FirstLetterExceptions](Word.AutoCorrect.FirstLetterExceptions.md) ###### [HangulAndAlphabetAutoAdd](Word.AutoCorrect.HangulAndAlphabetAutoAdd.md) ###### [HangulAndAlphabetExceptions](Word.AutoCorrect.HangulAndAlphabetExceptions.md) ###### [OtherCorrectionsAutoAdd](Word.AutoCorrect.OtherCorrectionsAutoAdd.md) ###### [OtherCorrectionsExceptions](Word.AutoCorrect.OtherCorrectionsExceptions.md) ###### [Parent](Word.AutoCorrect.Parent.md) ###### [ReplaceText](Word.AutoCorrect.ReplaceText.md) ###### [ReplaceTextFromSpellingChecker](Word.AutoCorrect.ReplaceTextFromSpellingChecker.md) ###### [TwoInitialCapsAutoAdd](Word.AutoCorrect.TwoInitialCapsAutoAdd.md) ###### [TwoInitialCapsExceptions](Word.AutoCorrect.TwoInitialCapsExceptions.md) #### [AutoCorrectEntries object](Word.autocorrectentries.md) ##### Methods ###### [Add](Word.AutoCorrectEntries.Add.md) ###### [AddRichText](Word.AutoCorrectEntries.AddRichText.md) ###### [Item](Word.AutoCorrectEntries.Item.md) ##### Properties ###### [Application](Word.AutoCorrectEntries.Application.md) ###### [Count](Word.AutoCorrectEntries.Count.md) ###### [Creator](Word.AutoCorrectEntries.Creator.md) ###### [Parent](Word.AutoCorrectEntries.Parent.md) #### [AutoCorrectEntry object](Word.AutoCorrectEntry.md) ##### Methods ###### [Apply](Word.AutoCorrectEntry.Apply.md) ###### [Delete](Word.AutoCorrectEntry.Delete.md) ##### Properties ###### [Application](Word.AutoCorrectEntry.Application.md) ###### [Creator](Word.AutoCorrectEntry.Creator.md) ###### [Index](Word.AutoCorrectEntry.Index.md) ###### [Name](Word.AutoCorrectEntry.Name.md) ###### [Parent](Word.AutoCorrectEntry.Parent.md) ###### [RichText](Word.AutoCorrectEntry.RichText.md) ###### [Value](Word.AutoCorrectEntry.Value.md) #### [AutoTextEntries object](Word.autotextentries.md) ##### Methods ###### [Add](Word.AutoTextEntries.Add.md) ###### [AppendToSpike](Word.AutoTextEntries.AppendToSpike.md) ###### [Item](Word.AutoTextEntries.Item.md) ##### Properties ###### [Application](Word.AutoTextEntries.Application.md) ###### [Count](Word.AutoTextEntries.Count.md) ###### [Creator](Word.AutoTextEntries.Creator.md) ###### [Parent](Word.AutoTextEntries.Parent.md) #### [AutoTextEntry object](Word.AutoTextEntry.md) ##### Methods ###### [Delete](Word.AutoTextEntry.Delete.md) ###### [Insert](Word.AutoTextEntry.Insert.md) ##### Properties ###### [Application](Word.AutoTextEntry.Application.md) ###### [Creator](Word.AutoTextEntry.Creator.md) ###### [Index](Word.AutoTextEntry.Index.md) ###### [Name](Word.AutoTextEntry.Name.md) ###### [Parent](Word.AutoTextEntry.Parent.md) ###### [StyleName](Word.AutoTextEntry.StyleName.md) ###### [Value](Word.AutoTextEntry.Value.md) #### [Axes object](Word.Axes.md) ##### Methods ###### [Item](Word.Axes.Item.md) ##### Properties ###### [Application](Word.Axes.Application.md) ###### [Count](Word.Axes.Count.md) ###### [Creator](Word.Axes.Creator.md) ###### [Parent](Word.Axes.Parent.md) #### [Axis object](Word.Axis.md) ##### Methods ###### [Delete](Word.Axis.Delete.md) ###### [Select](Word.Axis.Select.md) ##### Properties ###### [Application](Word.Axis.Application.md) ###### [AxisBetweenCategories](Word.Axis.AxisBetweenCategories.md) ###### [AxisGroup](Word.Axis.AxisGroup.md) ###### [AxisTitle](Word.Axis.AxisTitle.md) ###### [BaseUnit](Word.Axis.BaseUnit.md) ###### [BaseUnitIsAuto](Word.Axis.BaseUnitIsAuto.md) ###### [Border](Word.Axis.Border.md) ###### [CategoryNames](Word.Axis.CategoryNames.md) ###### [CategoryType](Word.Axis.CategoryType.md) ###### [Creator](Word.Axis.Creator.md) ###### [Crosses](Word.Axis.Crosses.md) ###### [CrossesAt](Word.Axis.CrossesAt.md) ###### [DisplayUnit](Word.Axis.DisplayUnit.md) ###### [DisplayUnitCustom](Word.Axis.DisplayUnitCustom.md) ###### [DisplayUnitLabel](Word.Axis.DisplayUnitLabel.md) ###### [Format](Word.Axis.Format.md) ###### [HasDisplayUnitLabel](Word.Axis.HasDisplayUnitLabel.md) ###### [HasMajorGridlines](Word.Axis.HasMajorGridlines.md) ###### [HasMinorGridlines](Word.Axis.HasMinorGridlines.md) ###### [HasTitle](Word.Axis.HasTitle.md) ###### [Height](Word.Axis.Height.md) ###### [Left](Word.Axis.Left.md) ###### [LogBase](Word.Axis.LogBase.md) ###### [MajorGridlines](Word.Axis.MajorGridlines.md) ###### [MajorTickMark](Word.Axis.MajorTickMark.md) ###### [MajorUnit](Word.Axis.MajorUnit.md) ###### [MajorUnitIsAuto](Word.Axis.MajorUnitIsAuto.md) ###### [MajorUnitScale](Word.Axis.MajorUnitScale.md) ###### [MaximumScale](Word.Axis.MaximumScale.md) ###### [MaximumScaleIsAuto](Word.Axis.MaximumScaleIsAuto.md) ###### [MinimumScale](Word.Axis.MinimumScale.md) ###### [MinimumScaleIsAuto](Word.Axis.MinimumScaleIsAuto.md) ###### [MinorGridlines](Word.Axis.MinorGridlines.md) ###### [MinorTickMark](Word.Axis.MinorTickMark.md) ###### [MinorUnit](Word.Axis.MinorUnit.md) ###### [MinorUnitIsAuto](Word.Axis.MinorUnitIsAuto.md) ###### [MinorUnitScale](Word.Axis.MinorUnitScale.md) ###### [Parent](Word.Axis.Parent.md) ###### [ReversePlotOrder](Word.Axis.ReversePlotOrder.md) ###### [ScaleType](Word.Axis.ScaleType.md) ###### [TickLabelPosition](Word.Axis.TickLabelPosition.md) ###### [TickLabels](Word.Axis.TickLabels.md) ###### [TickLabelSpacing](Word.Axis.TickLabelSpacing.md) ###### [TickLabelSpacingIsAuto](Word.Axis.TickLabelSpacingIsAuto.md) ###### [TickMarkSpacing](Word.Axis.TickMarkSpacing.md) ###### [Top](Word.Axis.Top.md) ###### [Type](Word.Axis.Type.md) ###### [Width](Word.Axis.Width.md) #### [AxisTitle object](Word.AxisTitle.md) ##### Methods ###### [Delete](Word.AxisTitle.Delete.md) ###### [Select](Word.AxisTitle.Select.md) ##### Properties ###### [Application](Word.AxisTitle.Application.md) ###### [Caption](Word.AxisTitle.Caption.md) ###### [Characters](Word.AxisTitle.Characters.md) ###### [Creator](Word.AxisTitle.Creator.md) ###### [Format](Word.AxisTitle.Format.md) ###### [Formula](Word.AxisTitle.Formula.md) ###### [FormulaLocal](Word.AxisTitle.FormulaLocal.md) ###### [FormulaR1C1](Word.AxisTitle.FormulaR1C1.md) ###### [FormulaR1C1Local](Word.AxisTitle.FormulaR1C1Local.md) ###### [Height](Word.AxisTitle.Height.md) ###### [HorizontalAlignment](Word.AxisTitle.HorizontalAlignment.md) ###### [IncludeInLayout](Word.AxisTitle.IncludeInLayout.md) ###### [Left](Word.AxisTitle.Left.md) ###### [Name](Word.AxisTitle.Name.md) ###### [Orientation](Word.AxisTitle.Orientation.md) ###### [Parent](Word.AxisTitle.Parent.md) ###### [Position](Word.AxisTitle.Position.md) ###### [ReadingOrder](Word.AxisTitle.ReadingOrder.md) ###### [Shadow](Word.AxisTitle.Shadow.md) ###### [Text](Word.AxisTitle.Text.md) ###### [Top](Word.AxisTitle.Top.md) ###### [VerticalAlignment](Word.AxisTitle.VerticalAlignment.md) ###### [Width](Word.AxisTitle.Width.md) #### [Bibliography object](Word.Bibliography.md) ##### Methods ###### [GenerateUniqueTag](Word.Bibliography.GenerateUniqueTag.md) ##### Properties ###### [Application](Word.Bibliography.Application.md) ###### [BibliographyStyle](Word.Bibliography.BibliographyStyle.md) ###### [Creator](Word.Bibliography.Creator.md) ###### [Parent](Word.Bibliography.Parent.md) ###### [Sources](Word.Bibliography.Sources.md) #### [Bookmark object](Word.Bookmark.md) ##### Methods ###### [Copy](Word.Bookmark.Copy.md) ###### [Delete](Word.Bookmark.Delete.md) ###### [Select](Word.Bookmark.Select.md) ##### Properties ###### [Application](Word.Bookmark.Application.md) ###### [Column](Word.Bookmark.Column.md) ###### [Creator](Word.Bookmark.Creator.md) ###### [Empty](Word.Bookmark.Empty.md) ###### [End](Word.Bookmark.End.md) ###### [Name](Word.Bookmark.Name.md) ###### [Parent](Word.Bookmark.Parent.md) ###### [Range](Word.Bookmark.Range.md) ###### [Start](Word.Bookmark.Start.md) ###### [StoryType](Word.Bookmark.StoryType.md) #### [Bookmarks object](Word.bookmarks.md) ##### Methods ###### [Add](Word.Bookmarks.Add.md) ###### [Exists](Word.Bookmarks.Exists.md) ###### [Item](Word.Bookmarks.Item.md) ##### Properties ###### [Application](Word.Bookmarks.Application.md) ###### [Count](Word.Bookmarks.Count.md) ###### [Creator](Word.Bookmarks.Creator.md) ###### [DefaultSorting](Word.Bookmarks.DefaultSorting.md) ###### [Parent](Word.Bookmarks.Parent.md) ###### [ShowHidden](Word.Bookmarks.ShowHidden.md) #### [Border object](Word.Border.md) ##### Properties ###### [Application](Word.Border.Application.md) ###### [ArtStyle](Word.Border.ArtStyle.md) ###### [ArtWidth](Word.Border.ArtWidth.md) ###### [Color](Word.Border.Color.md) ###### [ColorIndex](Word.Border.ColorIndex.md) ###### [Creator](Word.Border.Creator.md) ###### [Inside](Word.Border.Inside.md) ###### [LineStyle](Word.Border.LineStyle.md) ###### [LineWidth](Word.Border.LineWidth.md) ###### [Parent](Word.Border.Parent.md) ###### [Visible](Word.Border.Visible.md) #### [Borders object](Word.borders.md) ##### Methods ###### [ApplyPageBordersToAllSections](Word.Borders.ApplyPageBordersToAllSections.md) ###### [Item](Word.Borders.Item.md) ##### Properties ###### [AlwaysInFront](Word.Borders.AlwaysInFront.md) ###### [Application](Word.Borders.Application.md) ###### [Count](Word.Borders.Count.md) ###### [Creator](Word.Borders.Creator.md) ###### [DistanceFrom](Word.Borders.DistanceFrom.md) ###### [DistanceFromBottom](Word.Borders.DistanceFromBottom.md) ###### [DistanceFromLeft](Word.Borders.DistanceFromLeft.md) ###### [DistanceFromRight](Word.Borders.DistanceFromRight.md) ###### [DistanceFromTop](Word.Borders.DistanceFromTop.md) ###### [Enable](Word.Borders.Enable.md) ###### [EnableFirstPageInSection](Word.Borders.EnableFirstPageInSection.md) ###### [EnableOtherPagesInSection](Word.Borders.EnableOtherPagesInSection.md) ###### [HasHorizontal](Word.Borders.HasHorizontal.md) ###### [HasVertical](Word.Borders.HasVertical.md) ###### [InsideColor](Word.Borders.InsideColor.md) ###### [InsideColorIndex](Word.Borders.InsideColorIndex.md) ###### [InsideLineStyle](Word.Borders.InsideLineStyle.md) ###### [InsideLineWidth](Word.Borders.InsideLineWidth.md) ###### [JoinBorders](Word.Borders.JoinBorders.md) ###### [OutsideColor](Word.Borders.OutsideColor.md) ###### [OutsideColorIndex](Word.Borders.OutsideColorIndex.md) ###### [OutsideLineStyle](Word.Borders.OutsideLineStyle.md) ###### [OutsideLineWidth](Word.Borders.OutsideLineWidth.md) ###### [Parent](Word.Borders.Parent.md) ###### [Shadow](Word.Borders.Shadow.md) ###### [SurroundFooter](Word.Borders.SurroundFooter.md) ###### [SurroundHeader](Word.Borders.SurroundHeader.md) #### [Break object](Word.Break.md) ##### Properties ###### [Application](Word.Break.Application.md) ###### [Creator](Word.Break.Creator.md) ###### [PageIndex](Word.Break.PageIndex.md) ###### [Parent](Word.Break.Parent.md) ###### [Range](Word.Break.Range.md) #### [Breaks object](Word.Breaks.md) ##### Methods ###### [Item](Word.Breaks.Item.md) ##### Properties ###### [Application](Word.Breaks.Application.md) ###### [Count](Word.Breaks.Count.md) ###### [Creator](Word.Breaks.Creator.md) ###### [Parent](Word.Breaks.Parent.md) #### [Broadcast object](Word.broadcast.md) ##### Methods ###### [AddMeetingNotes](Word.broadcast.addmeetingnotes.md) ###### [End](Word.broadcast.end.md) ###### [Pause](Word.broadcast.pause.md) ###### [Resume](Word.broadcast.resume.md) ###### [Start](Word.broadcast.start.md) ##### Properties ###### [Application](Word.broadcast.application.md) ###### [AttendeeUrl](Word.broadcast.attendeeurl.md) ###### [Capabilities](Word.broadcast.capabilities.md) ###### [Parent](Word.broadcast.parent.md) ###### [PresenterServiceUrl](Word.broadcast.presenterserviceurl.md) ###### [SessionID](Word.broadcast.sessionid.md) ###### [State](Word.broadcast.state.md) #### [Browser object](Word.Browser.md) ##### Methods ###### [Next](Word.Browser.Next.md) ###### [Previous](Word.Browser.Previous.md) ##### Properties ###### [Application](Word.Browser.Application.md) ###### [Creator](Word.Browser.Creator.md) ###### [Parent](Word.Browser.Parent.md) ###### [Target](Word.Browser.Target.md) #### [BuildingBlock object](Word.BuildingBlock.md) ##### Methods ###### [Delete](Word.BuildingBlock.Delete.md) ###### [Insert](Word.BuildingBlock.Insert.md) ##### Properties ###### [Application](Word.BuildingBlock.Application.md) ###### [Category](Word.BuildingBlock.Category.md) ###### [Creator](Word.BuildingBlock.Creator.md) ###### [Description](Word.BuildingBlock.Description.md) ###### [ID](Word.BuildingBlock.ID.md) ###### [Index](Word.BuildingBlock.Index.md) ###### [InsertOptions](Word.BuildingBlock.InsertOptions.md) ###### [Name](Word.BuildingBlock.Name.md) ###### [Parent](Word.BuildingBlock.Parent.md) ###### [Type](Word.BuildingBlock.Type.md) ###### [Value](Word.BuildingBlock.Value.md) #### [BuildingBlockEntries object](Word.BuildingBlockEntries.md) ##### Methods ###### [Add](Word.BuildingBlockEntries.Add.md) ###### [Item](Word.BuildingBlockEntries.Item.md) ##### Properties ###### [Application](Word.BuildingBlockEntries.Application.md) ###### [Count](Word.BuildingBlockEntries.Count.md) ###### [Creator](Word.BuildingBlockEntries.Creator.md) ###### [Parent](Word.BuildingBlockEntries.Parent.md) #### [BuildingBlocks object](Word.BuildingBlocks.md) ##### Methods ###### [Add](Word.BuildingBlocks.Add.md) ###### [Item](Word.BuildingBlocks.Item.md) ##### Properties ###### [Application](Word.BuildingBlocks.Application.md) ###### [Count](Word.BuildingBlocks.Count.md) ###### [Creator](Word.BuildingBlocks.Creator.md) ###### [Parent](Word.BuildingBlocks.Parent.md) #### [BuildingBlockType object](Word.BuildingBlockType.md) ##### Properties ###### [Application](Word.BuildingBlockType.Application.md) ###### [Categories](Word.BuildingBlockType.Categories.md) ###### [Creator](Word.BuildingBlockType.Creator.md) ###### [Index](Word.BuildingBlockType.Index.md) ###### [Name](Word.BuildingBlockType.Name.md) ###### [Parent](Word.BuildingBlockType.Parent.md) #### [BuildingBlockTypes object](Word.BuildingBlockTypes.md) ##### Methods ###### [Item](Word.BuildingBlockTypes.Item.md) ##### Properties ###### [Application](Word.BuildingBlockTypes.Application.md) ###### [Count](Word.BuildingBlockTypes.Count.md) ###### [Creator](Word.BuildingBlockTypes.Creator.md) ###### [Parent](Word.BuildingBlockTypes.Parent.md) #### [CalloutFormat object](Word.CalloutFormat.md) ##### Methods ###### [CustomDrop](Word.CalloutFormat.CustomDrop.md) ###### [CustomLength](Word.CalloutFormat.CustomLength.md) ###### [PresetDrop](Word.CalloutFormat.PresetDrop.md) ##### Properties ###### [Accent](Word.CalloutFormat.Accent.md) ###### [Angle](Word.CalloutFormat.Angle.md) ###### [Application](Word.CalloutFormat.Application.md) ###### [AutoLength](Word.CalloutFormat.AutoLength.md) ###### [Border](Word.CalloutFormat.Border.md) ###### [Creator](Word.CalloutFormat.Creator.md) ###### [Drop](Word.CalloutFormat.Drop.md) ###### [DropType](Word.CalloutFormat.DropType.md) ###### [Gap](Word.CalloutFormat.Gap.md) ###### [Length](Word.CalloutFormat.Length.md) ###### [Parent](Word.CalloutFormat.Parent.md) ###### [Type](Word.CalloutFormat.Type.md) #### [CanvasShapes object](Word.CanvasShapes.md) ##### Methods ###### [AddCallout](Word.CanvasShapes.AddCallout.md) ###### [AddConnector](Word.CanvasShapes.AddConnector.md) ###### [AddCurve](Word.CanvasShapes.AddCurve.md) ###### [AddLabel](Word.CanvasShapes.AddLabel.md) ###### [AddLine](Word.CanvasShapes.AddLine.md) ###### [AddPicture](Word.CanvasShapes.AddPicture.md) ###### [AddPolyline](Word.CanvasShapes.AddPolyline.md) ###### [AddShape](Word.CanvasShapes.AddShape.md) ###### [AddTextbox](Word.CanvasShapes.AddTextbox.md) ###### [AddTextEffect](Word.CanvasShapes.AddTextEffect.md) ###### [BuildFreeform](Word.CanvasShapes.BuildFreeform.md) ###### [Item](Word.CanvasShapes.Item.md) ###### [Range](Word.CanvasShapes.Range.md) ###### [SelectAll](Word.CanvasShapes.SelectAll.md) ##### Properties ###### [Application](Word.CanvasShapes.Application.md) ###### [Count](Word.CanvasShapes.Count.md) ###### [Creator](Word.CanvasShapes.Creator.md) ###### [Parent](Word.CanvasShapes.Parent.md) #### [CaptionLabel object](Word.CaptionLabel.md) ##### Methods ###### [Delete](Word.CaptionLabel.Delete.md) ##### Properties ###### [Application](Word.CaptionLabel.Application.md) ###### [BuiltIn](Word.CaptionLabel.BuiltIn.md) ###### [ChapterStyleLevel](Word.CaptionLabel.ChapterStyleLevel.md) ###### [Creator](Word.CaptionLabel.Creator.md) ###### [ID](Word.CaptionLabel.ID.md) ###### [IncludeChapterNumber](Word.CaptionLabel.IncludeChapterNumber.md) ###### [Name](Word.CaptionLabel.Name.md) ###### [NumberStyle](Word.CaptionLabel.NumberStyle.md) ###### [Parent](Word.CaptionLabel.Parent.md) ###### [Position](Word.CaptionLabel.Position.md) ###### [Separator](Word.CaptionLabel.Separator.md) #### [CaptionLabels object](Word.captionlabels.md) ##### Methods ###### [Add](Word.CaptionLabels.Add.md) ###### [Item](Word.CaptionLabels.Item.md) ##### Properties ###### [Application](Word.CaptionLabels.Application.md) ###### [Count](Word.CaptionLabels.Count.md) ###### [Creator](Word.CaptionLabels.Creator.md) ###### [Parent](Word.CaptionLabels.Parent.md) #### [Categories object](Word.Categories.md) ##### Methods ###### [Item](Word.Categories.Item.md) ##### Properties ###### [Application](Word.Categories.Application.md) ###### [Count](Word.Categories.Count.md) ###### [Creator](Word.Categories.Creator.md) ###### [Parent](Word.Categories.Parent.md) #### [Category object](Word.Category.md) ##### Properties ###### [Application](Word.Category.Application.md) ###### [BuildingBlocks](Word.Category.BuildingBlocks.md) ###### [Creator](Word.Category.Creator.md) ###### [Index](Word.Category.Index.md) ###### [Name](Word.Category.Name.md) ###### [Parent](Word.Category.Parent.md) ###### [Type](Word.Category.Type.md) #### [CategoryCollection object](Word.categorycollection.md) ##### Methods ###### [Item](Word.categorycollection.item.md) ##### Properties ###### [Application](Word.categorycollection.application.md) ###### [Count](Word.categorycollection.count.md) ###### [Creator](Word.categorycollection.creator.md) ###### [Parent](Word.categorycollection.parent.md) #### [Cell object](Word.Cell.md) ##### Methods ###### [AutoSum](Word.Cell.AutoSum.md) ###### [Delete](Word.Cell.Delete.md) ###### [Formula](Word.Cell.Formula.md) ###### [Merge](Word.Cell.Merge.md) ###### [Select](Word.Cell.Select.md) ###### [SetHeight](Word.Cell.SetHeight.md) ###### [SetWidth](Word.Cell.SetWidth.md) ###### [Split](Word.Cell.Split.md) ##### Properties ###### [Application](Word.Cell.Application.md) ###### [Borders](Word.Cell.Borders.md) ###### [BottomPadding](Word.Cell.BottomPadding.md) ###### [Column](Word.Cell.Column.md) ###### [ColumnIndex](Word.Cell.ColumnIndex.md) ###### [Creator](Word.Cell.Creator.md) ###### [FitText](Word.Cell.FitText.md) ###### [Height](Word.Cell.Height.md) ###### [HeightRule](Word.Cell.HeightRule.md) ###### [ID](Word.Cell.Id.md) ###### [LeftPadding](Word.Cell.LeftPadding.md) ###### [NestingLevel](Word.Cell.NestingLevel.md) ###### [Next](Word.Cell.Next.md) ###### [Parent](Word.Cell.Parent.md) ###### [PreferredWidth](Word.Cell.PreferredWidth.md) ###### [PreferredWidthType](Word.Cell.PreferredWidthType.md) ###### [Previous](Word.Cell.Previous.md) ###### [Range](Word.Cell.Range.md) ###### [RightPadding](Word.Cell.RightPadding.md) ###### [Row](Word.Cell.Row.md) ###### [RowIndex](Word.Cell.RowIndex.md) ###### [Shading](Word.Cell.Shading.md) ###### [Tables](Word.Cell.Tables.md) ###### [TopPadding](Word.Cell.TopPadding.md) ###### [VerticalAlignment](Word.Cell.VerticalAlignment.md) ###### [Width](Word.Cell.Width.md) ###### [WordWrap](Word.Cell.WordWrap.md) #### [Cells object](Word.cells.md) ##### Methods ###### [Add](Word.Cells.Add.md) ###### [AutoFit](Word.Cells.AutoFit.md) ###### [Delete](Word.Cells.Delete.md) ###### [DistributeHeight](Word.Cells.DistributeHeight.md) ###### [DistributeWidth](Word.Cells.DistributeWidth.md) ###### [Item](Word.Cells.Item.md) ###### [Merge](Word.Cells.Merge.md) ###### [SetHeight](Word.Cells.SetHeight.md) ###### [SetWidth](Word.Cells.SetWidth.md) ###### [Split](Word.Cells.Split.md) ##### Properties ###### [Application](Word.Cells.Application.md) ###### [Borders](Word.Cells.Borders.md) ###### [Count](Word.Cells.Count.md) ###### [Creator](Word.Cells.Creator.md) ###### [Height](Word.Cells.Height.md) ###### [HeightRule](Word.Cells.HeightRule.md) ###### [NestingLevel](Word.Cells.NestingLevel.md) ###### [Parent](Word.Cells.Parent.md) ###### [PreferredWidth](Word.Cells.PreferredWidth.md) ###### [PreferredWidthType](Word.Cells.PreferredWidthType.md) ###### [Shading](Word.Cells.Shading.md) ###### [VerticalAlignment](Word.Cells.VerticalAlignment.md) ###### [Width](Word.Cells.Width.md) #### [Characters object](Word.characters.md) ##### Methods ###### [Item](Word.Characters.Item.md) ##### Properties ###### [Application](Word.Characters.Application.md) ###### [Count](Word.Characters.Count.md) ###### [Creator](Word.Characters.Creator.md) ###### [First](Word.Characters.First.md) ###### [Last](Word.Characters.Last.md) ###### [Parent](Word.Characters.Parent.md) #### [Chart object](Word.Chart.md) ##### Methods ###### [ApplyChartTemplate](Word.Chart.ApplyChartTemplate.md) ###### [ApplyDataLabels](Word.Chart.ApplyDataLabels.md) ###### [ApplyLayout](Word.Chart.ApplyLayout.md) ###### [Axes](Word.Chart.Axes.md) ###### [ChartWizard](Word.Chart.ChartWizard.md) ###### [ClearToMatchColorStyle](Word.chart.cleartomatchcolorstyle.md) ###### [ClearToMatchStyle](Word.Chart.ClearToMatchStyle.md) ###### [Copy](Word.Chart.Copy.md) ###### [CopyPicture](Word.Chart.CopyPicture.md) ###### [Delete](Word.Chart.Delete.md) ###### [Export](Word.Chart.Export.md) ###### [FullSeriesCollection](Word.chart.fullseriescollection.md) ###### [GetChartElement](Word.Chart.GetChartElement.md) ###### [Paste](Word.Chart.Paste.md) ###### [Refresh](Word.Chart.Refresh.md) ###### [SaveChartTemplate](Word.Chart.SaveChartTemplate.md) ###### [Select](Word.Chart.Select.md) ###### [SeriesCollection](Word.Chart.SeriesCollection.md) ###### [SetBackgroundPicture](Word.Chart.SetBackgroundPicture.md) ###### [SetDefaultChart](Word.Chart.SetDefaultChart.md) ###### [SetElement](Word.Chart.SetElement.md) ###### [SetSourceData](Word.Chart.SetSourceData.md) ##### Properties ###### [Application](Word.Chart.Application.md) ###### [AutoScaling](Word.Chart.AutoScaling.md) ###### [BackWall](Word.Chart.BackWall.md) ###### [BarShape](Word.Chart.BarShape.md) ###### [CategoryLabelLevel](Word.chart.categorylabellevel.md) ###### [ChartArea](Word.Chart.ChartArea.md) ###### [ChartColor](Word.chart.chartcolor.md) ###### [ChartData](Word.Chart.ChartData.md) ###### [ChartGroups](Word.Chart.ChartGroups.md) ###### [ChartStyle](Word.Chart.ChartStyle.md) ###### [ChartTitle](Word.Chart.ChartTitle.md) ###### [ChartType](Word.Chart.ChartType.md) ###### [Creator](Word.Chart.Creator.md) ###### [DataTable](Word.Chart.DataTable.md) ###### [DepthPercent](Word.Chart.DepthPercent.md) ###### [DisplayBlanksAs](Word.Chart.DisplayBlanksAs.md) ###### [Elevation](Word.Chart.Elevation.md) ###### [Floor](Word.Chart.Floor.md) ###### [GapDepth](Word.Chart.GapDepth.md) ###### [HasAxis](Word.Chart.HasAxis.md) ###### [HasDataTable](Word.Chart.HasDataTable.md) ###### [HasLegend](Word.Chart.HasLegend.md) ###### [HasTitle](Word.Chart.HasTitle.md) ###### [HeightPercent](Word.Chart.HeightPercent.md) ###### [Legend](Word.Chart.Legend.md) ###### [Parent](Word.Chart.Parent.md) ###### [Perspective](Word.Chart.Perspective.md) ###### [PivotLayout](Word.Chart.PivotLayout.md) ###### [PlotArea](Word.Chart.PlotArea.md) ###### [PlotBy](Word.Chart.PlotBy.md) ###### [PlotVisibleOnly](Word.Chart.PlotVisibleOnly.md) ###### [RightAngleAxes](Word.Chart.RightAngleAxes.md) ###### [Rotation](Word.Chart.Rotation.md) ###### [SeriesNameLevel](Word.chart.seriesnamelevel.md) ###### [Shapes](Word.Chart.Shapes.md) ###### [ShowAllFieldButtons](Word.Chart.ShowAllFieldButtons.md) ###### [ShowAxisFieldButtons](Word.Chart.ShowAxisFieldButtons.md) ###### [ShowDataLabelsOverMaximum](Word.Chart.ShowDataLabelsOverMaximum.md) ###### [ShowLegendFieldButtons](Word.Chart.ShowLegendFieldButtons.md) ###### [ShowReportFilterFieldButtons](Word.Chart.ShowReportFilterFieldButtons.md) ###### [ShowValueFieldButtons](Word.Chart.ShowValueFieldButtons.md) ###### [SideWall](Word.Chart.SideWall.md) ###### [Walls](Word.Chart.Walls.md) #### [ChartArea object](Word.ChartArea.md) ##### Methods ###### [Clear](Word.ChartArea.Clear.md) ###### [ClearContents](Word.ChartArea.ClearContents.md) ###### [ClearFormats](Word.ChartArea.ClearFormats.md) ###### [Copy](Word.ChartArea.Copy.md) ###### [Select](Word.ChartArea.Select.md) ##### Properties ###### [Application](Word.ChartArea.Application.md) ###### [Creator](Word.ChartArea.Creator.md) ###### [Format](Word.ChartArea.Format.md) ###### [Height](Word.ChartArea.Height.md) ###### [Left](Word.ChartArea.Left.md) ###### [Name](Word.ChartArea.Name.md) ###### [Parent](Word.ChartArea.Parent.md) ###### [Shadow](Word.ChartArea.Shadow.md) ###### [Top](Word.ChartArea.Top.md) ###### [Width](Word.ChartArea.Width.md) #### [ChartBorder object](Word.chartBorder.md) ##### Properties ###### [Application](Word.chartBorder.Application.md) ###### [Color](Word.chartBorder.Color.md) ###### [ColorIndex](Word.chartBorder.ColorIndex.md) ###### [Creator](Word.chartBorder.Creator.md) ###### [LineStyle](Word.chartBorder.LineStyle.md) ###### [Parent](Word.chartBorder.Parent.md) ###### [Weight](Word.ChartBorder.Weight.md) #### [ChartCategory object](Word.chartCategory.md) ##### Properties ###### [IsFiltered](Word.chartcategory.isfiltered.md) ###### [Name](Word.chartCategory.Name.md) ###### [Parent](Word.chartCategory.Parent.md) #### [ChartCharacters object](Word.chartcharacters.md) ##### Methods ###### [Delete](Word.ChartCharacters.Delete.md) ###### [Insert](Word.ChartCharacters.Insert.md) ##### Properties ###### [Application](Word.chartCharacters.Application.md) ###### [Caption](Word.ChartCharacters.Caption.md) ###### [Count](Word.chartCharacters.Count.md) ###### [Creator](Word.chartCharacters.Creator.md) ###### [Font](Word.ChartCharacters.Font.md) ###### [Parent](Word.chartCharacters.Parent.md) ###### [PhoneticCharacters](Word.ChartCharacters.PhoneticCharacters.md) ###### [Text](Word.ChartCharacters.Text.md) #### [ChartColorFormat object](Word.ChartColorFormat.md) ##### Properties ###### [Application](Word.ChartColorFormat.Application.md) ###### [Creator](Word.ChartColorFormat.Creator.md) ###### [Parent](Word.ChartColorFormat.Parent.md) ###### [RGB](Word.ChartColorFormat.RGB.md) ###### [SchemeColor](Word.ChartColorFormat.SchemeColor.md) ###### [Type](Word.ChartColorFormat.Type.md) #### [ChartData object](Word.ChartData.md) ##### Methods ###### [Activate](Word.ChartData.Activate.md) ###### [ActivateChartDataWindow](Word.chartdata.activatechartdatawindow.md) ###### [BreakLink](Word.ChartData.BreakLink.md) ##### Properties ###### [IsLinked](Word.ChartData.IsLinked.md) ###### [Workbook](Word.ChartData.Workbook.md) #### [ChartFont object](Word.ChartFont.md) ##### Properties ###### [Application](Word.ChartFont.Application.md) ###### [Background](Word.ChartFont.Background.md) ###### [Bold](Word.ChartFont.Bold.md) ###### [Color](Word.ChartFont.Color.md) ###### [ColorIndex](Word.ChartFont.ColorIndex.md) ###### [Creator](Word.ChartFont.Creator.md) ###### [FontStyle](Word.ChartFont.FontStyle.md) ###### [Italic](Word.ChartFont.Italic.md) ###### [Name](Word.ChartFont.Name.md) ###### [Parent](Word.ChartFont.Parent.md) ###### [Size](Word.ChartFont.Size.md) ###### [StrikeThrough](Word.ChartFont.StrikeThrough.md) ###### [Subscript](Word.ChartFont.Subscript.md) ###### [Superscript](Word.ChartFont.Superscript.md) ###### [Underline](Word.ChartFont.Underline.md) #### [ChartFormat object](Word.ChartFormat.md) ##### Properties ###### [Adjustments](Word.chartformat.adjustments.md) ###### [Application](Word.ChartFormat.Application.md) ###### [AutoShapeType](Word.chartformat.autoshapetype.md) ###### [Creator](Word.ChartFormat.Creator.md) ###### [Fill](Word.ChartFormat.Fill.md) ###### [Glow](Word.ChartFormat.Glow.md) ###### [Line](Word.ChartFormat.Line.md) ###### [Parent](Word.ChartFormat.Parent.md) ###### [PictureFormat](Word.ChartFormat.PictureFormat.md) ###### [Shadow](Word.ChartFormat.Shadow.md) ###### [SoftEdge](Word.ChartFormat.SoftEdge.md) ###### [TextFrame2](Word.ChartFormat.TextFrame2.md) ###### [ThreeD](Word.ChartFormat.ThreeD.md) #### [ChartGroup object](Word.ChartGroup.md) ##### Methods ###### [CategoryCollection](Word.chartgroup.categorycollection.md) ###### [FullCategoryCollection](Word.chartgroup.fullcategorycollection.md) ###### [SeriesCollection](Word.ChartGroup.SeriesCollection.md) ##### Properties ###### [Application](Word.ChartGroup.Application.md) ###### [AxisGroup](Word.ChartGroup.AxisGroup.md) ###### [BinsCountValue](Word.chartgroup.binscountvalue.md) ###### [BinsOverflowEnabled](Word.chartgroup.binsoverflowenabled.md) ###### [BinsOverflowValue](Word.chartgroup.binsoverflowvalue.md) ###### [BinsType](Word.chartgroup.binstype.md) ###### [BinsUnderflowEnabled](Word.chartgroup.binsunderflowenabled.md) ###### [BinsUnderflowValue](Word.chartgroup.binsunderflowvalue.md) ###### [BinWidthValue](Word.chartgroup.binwidthvalue.md) ###### [BubbleScale](Word.ChartGroup.BubbleScale.md) ###### [Creator](Word.ChartGroup.Creator.md) ###### [DoughnutHoleSize](Word.ChartGroup.DoughnutHoleSize.md) ###### [DownBars](Word.ChartGroup.DownBars.md) ###### [DropLines](Word.ChartGroup.DropLines.md) ###### [FirstSliceAngle](Word.ChartGroup.FirstSliceAngle.md) ###### [GapWidth](Word.ChartGroup.GapWidth.md) ###### [Has3DShading](Word.ChartGroup.Has3DShading.md) ###### [HasDropLines](Word.ChartGroup.HasDropLines.md) ###### [HasHiLoLines](Word.ChartGroup.HasHiLoLines.md) ###### [HasRadarAxisLabels](Word.ChartGroup.HasRadarAxisLabels.md) ###### [HasSeriesLines](Word.ChartGroup.HasSeriesLines.md) ###### [HasUpDownBars](Word.ChartGroup.HasUpDownBars.md) ###### [HiLoLines](Word.ChartGroup.HiLoLines.md) ###### [Index](Word.ChartGroup.Index.md) ###### [Overlap](Word.ChartGroup.Overlap.md) ###### [Parent](Word.ChartGroup.Parent.md) ###### [RadarAxisLabels](Word.ChartGroup.RadarAxisLabels.md) ###### [SecondPlotSize](Word.ChartGroup.SecondPlotSize.md) ###### [SeriesLines](Word.ChartGroup.SeriesLines.md) ###### [ShowNegativeBubbles](Word.ChartGroup.ShowNegativeBubbles.md) ###### [SizeRepresents](Word.ChartGroup.SizeRepresents.md) ###### [SplitType](Word.ChartGroup.SplitType.md) ###### [SplitValue](Word.ChartGroup.SplitValue.md) ###### [UpBars](Word.ChartGroup.UpBars.md) ###### [VaryByCategories](Word.ChartGroup.VaryByCategories.md) #### [ChartGroups object](Word.ChartGroups.md) ##### Methods ###### [Item](Word.ChartGroups.Item.md) ##### Properties ###### [Application](Word.ChartGroups.Application.md) ###### [Count](Word.ChartGroups.Count.md) ###### [Creator](Word.ChartGroups.Creator.md) ###### [Parent](Word.ChartGroups.Parent.md) #### [ChartTitle object](Word.ChartTitle.md) ##### Methods ###### [Delete](Word.ChartTitle.Delete.md) ###### [Select](Word.ChartTitle.Select.md) ##### Properties ###### [Application](Word.ChartTitle.Application.md) ###### [Caption](Word.ChartTitle.Caption.md) ###### [Characters](Word.ChartTitle.Characters.md) ###### [Creator](Word.ChartTitle.Creator.md) ###### [Format](Word.ChartTitle.Format.md) ###### [Formula](Word.ChartTitle.Formula.md) ###### [FormulaLocal](Word.ChartTitle.FormulaLocal.md) ###### [FormulaR1C1](Word.ChartTitle.FormulaR1C1.md) ###### [FormulaR1C1Local](Word.ChartTitle.FormulaR1C1Local.md) ###### [Height](Word.ChartTitle.Height.md) ###### [HorizontalAlignment](Word.ChartTitle.HorizontalAlignment.md) ###### [IncludeInLayout](Word.ChartTitle.IncludeInLayout.md) ###### [Left](Word.ChartTitle.Left.md) ###### [Name](Word.ChartTitle.Name.md) ###### [Orientation](Word.ChartTitle.Orientation.md) ###### [Parent](Word.ChartTitle.Parent.md) ###### [Position](Word.ChartTitle.Position.md) ###### [ReadingOrder](Word.ChartTitle.ReadingOrder.md) ###### [Shadow](Word.ChartTitle.Shadow.md) ###### [Text](Word.ChartTitle.Text.md) ###### [Top](Word.ChartTitle.Top.md) ###### [VerticalAlignment](Word.ChartTitle.VerticalAlignment.md) ###### [Width](Word.ChartTitle.Width.md) #### [CheckBox object](Word.CheckBox.md) ##### Properties ###### [Application](Word.CheckBox.Application.md) ###### [AutoSize](Word.CheckBox.AutoSize.md) ###### [Creator](Word.CheckBox.Creator.md) ###### [Default](Word.CheckBox.Default.md) ###### [Parent](Word.CheckBox.Parent.md) ###### [Size](Word.CheckBox.Size.md) ###### [Valid](Word.CheckBox.Valid.md) ###### [Value](Word.CheckBox.Value.md) #### [CoAuthLock object](Word.CoAuthLock.md) ##### Methods ###### [Unlock](Word.CoAuthLock.Unlock.md) ##### Properties ###### [Application](Word.CoAuthLock.Application.md) ###### [Creator](Word.CoAuthLock.Creator.md) ###### [HeaderFooter](Word.CoAuthLock.HeaderFooter.md) ###### [Owner](Word.Owner.md) ###### [Parent](Word.CoAuthLock.Parent.md) ###### [Range](Word.CoAuthLock.Range.md) ###### [Type](Word.CoAuthLock.Type.md) #### [CoAuthLocks object](Word.CoAuthLocks.md) ##### Methods ###### [Add](Word.CoAuthLocks.Add.md) ###### [Item](Word.CoAuthLocks.Item.md) ###### [RemoveEphemeralLocks](Word.CoAuthLocks.RemoveEphemeralLocks.md) ##### Properties ###### [Application](Word.CoAuthLocks.Application.md) ###### [Count](Word.CoAuthLocks.Count.md) ###### [Creator](Word.CoAuthLocks.Creator.md) ###### [Parent](Word.CoAuthLocks.Parent.md) #### [CoAuthor object](Word.CoAuthor.md) ##### Properties ###### [Application](Word.CoAuthor.Application.md) ###### [Creator](Word.CoAuthor.Creator.md) ###### [EmailAddress](Word.CoAuthor.EmailAddress.md) ###### [ID](Word.CoAuthor.ID.md) ###### [IsMe](Word.CoAuthor.IsMe.md) ###### [Locks](Word.CoAuthor.Locks.md) ###### [Name](Word.CoAuthor.Name.md) ###### [Parent](Word.CoAuthor.Parent.md) #### [CoAuthoring object](Word.CoAuthoring.md) ##### Properties ###### [Application](Word.CoAuthoring.Application.md) ###### [Authors](Word.CoAuthoring.Authors.md) ###### [CanMerge](Word.CoAuthoring.CanMerge.md) ###### [CanShare](Word.CoAuthoring.CanShare.md) ###### [Conflicts](Word.CoAuthoring.Conflicts.md) ###### [Creator](Word.CoAuthoring.Creator.md) ###### [Locks](Word.CoAuthoring.Locks.md) ###### [Me](Word.CoAuthoring.Me.md) ###### [Parent](Word.CoAuthoring.Parent.md) ###### [PendingUpdates](Word.CoAuthoring.PendingUpdates.md) ###### [Updates](Word.CoAuthoring.Updates.md) #### [CoAuthors object](Word.CoAuthors.md) ##### Methods ###### [Item](Word.CoAuthors.Item.md) ##### Properties ###### [Application](Word.CoAuthors.Application.md) ###### [Count](Word.CoAuthors.Count.md) ###### [Creator](Word.CoAuthors.Creator.md) ###### [Parent](Word.CoAuthors.Parent.md) #### [CoAuthUpdate object](Word.CoAuthUpdate.md) ##### Properties ###### [Application](Word.CoAuthUpdate.Application.md) ###### [Creator](Word.CoAuthUpdate.Creator.md) ###### [Parent](Word.CoAuthUpdate.Parent.md) ###### [Range](Word.CoAuthUpdate.Range.md) #### [CoAuthUpdates object](Word.coauthupdates.md) ##### Methods ###### [Item](Word.CoAuthUpdates.Item.md) ##### Properties ###### [Application](Word.CoAuthUpdates.Application.md) ###### [Count](Word.CoAuthUpdates.Count.md) ###### [Creator](Word.CoAuthUpdates.Creator.md) ###### [Parent](Word.CoAuthUpdates.Parent.md) #### [ColorFormat object](Word.ColorFormat.md) ##### Properties ###### [Application](Word.ColorFormat.Application.md) ###### [Brightness](Word.ColorFormat.Brightness.md) ###### [Creator](Word.ColorFormat.Creator.md) ###### [ObjectThemeColor](Word.ColorFormat.ObjectThemeColor.md) ###### [Parent](Word.ColorFormat.Parent.md) ###### [RGB](Word.ColorFormat.RGB.md) ###### [TintAndShade](Word.ColorFormat.TintAndShade.md) ###### [Type](Word.ColorFormat.Type.md) #### [Column object](Word.Column.md) ##### Methods ###### [AutoFit](Word.Column.AutoFit.md) ###### [Delete](Word.Column.Delete.md) ###### [Select](Word.Column.Select.md) ###### [SetWidth](Word.Column.SetWidth.md) ###### [Sort](Word.Column.Sort.md) ##### Properties ###### [Application](Word.Column.Application.md) ###### [Borders](Word.Column.Borders.md) ###### [Cells](Word.Column.Cells.md) ###### [Creator](Word.Column.Creator.md) ###### [Index](Word.Column.Index.md) ###### [IsFirst](Word.Column.IsFirst.md) ###### [IsLast](Word.Column.IsLast.md) ###### [NestingLevel](Word.Column.NestingLevel.md) ###### [Next](Word.Column.Next.md) ###### [Parent](Word.Column.Parent.md) ###### [PreferredWidth](Word.Column.PreferredWidth.md) ###### [PreferredWidthType](Word.Column.PreferredWidthType.md) ###### [Previous](Word.Column.Previous.md) ###### [Shading](Word.Column.Shading.md) ###### [Width](Word.Column.Width.md) #### [Columns object](Word.columns.md) ##### Methods ###### [Add](Word.Columns.Add.md) ###### [AutoFit](Word.Columns.AutoFit.md) ###### [Delete](Word.Columns.Delete.md) ###### [DistributeWidth](Word.Columns.DistributeWidth.md) ###### [Item](Word.Columns.Item.md) ###### [Select](Word.Columns.Select.md) ###### [SetWidth](Word.Columns.SetWidth.md) ##### Properties ###### [Application](Word.Columns.Application.md) ###### [Borders](Word.Columns.Borders.md) ###### [Count](Word.Columns.Count.md) ###### [Creator](Word.Columns.Creator.md) ###### [First](Word.Columns.First.md) ###### [Last](Word.Columns.Last.md) ###### [NestingLevel](Word.Columns.NestingLevel.md) ###### [Parent](Word.Columns.Parent.md) ###### [PreferredWidth](Word.Columns.PreferredWidth.md) ###### [PreferredWidthType](Word.Columns.PreferredWidthType.md) ###### [Shading](Word.Columns.Shading.md) ###### [Width](Word.Columns.Width.md) #### [Comment object](Word.Comment.md) ##### Methods ###### [DeleteRecursively](Word.comment.deleterecursively.md) ###### [Edit](Word.Comment.Edit.md) ##### Properties ###### [Ancestor](Word.comment.ancestor.md) ###### [Application](Word.Comment.Application.md) ###### [Contact](Word.comment.contact.md) ###### [Creator](Word.Comment.Creator.md) ###### [Date](Word.Comment.Date.md) ###### [Done](Word.comment.done.md) ###### [Index](Word.Comment.Index.md) ###### [IsInk](Word.Comment.IsInk.md) ###### [Parent](Word.Comment.Parent.md) ###### [Range](Word.Comment.Range.md) ###### [Reference](Word.Comment.Reference.md) ###### [Replies](Word.comment.replies.md) ###### [Scope](Word.Comment.Scope.md) #### [Comments object](Word.comments.md) ##### Methods ###### [Add](Word.Comments.Add.md) ###### [Item](Word.Comments.Item.md) ##### Properties ###### [Application](Word.Comments.Application.md) ###### [Count](Word.Comments.Count.md) ###### [Creator](Word.Comments.Creator.md) ###### [Parent](Word.Comments.Parent.md) ###### [ShowBy](Word.Comments.ShowBy.md) #### [ConditionalStyle object](Word.ConditionalStyle.md) ##### Properties ###### [Application](Word.ConditionalStyle.Application.md) ###### [Borders](Word.ConditionalStyle.Borders.md) ###### [BottomPadding](Word.ConditionalStyle.BottomPadding.md) ###### [Creator](Word.ConditionalStyle.Creator.md) ###### [Font](Word.ConditionalStyle.Font.md) ###### [LeftPadding](Word.ConditionalStyle.LeftPadding.md) ###### [ParagraphFormat](Word.ConditionalStyle.ParagraphFormat.md) ###### [Parent](Word.ConditionalStyle.Parent.md) ###### [RightPadding](Word.ConditionalStyle.RightPadding.md) ###### [Shading](Word.ConditionalStyle.Shading.md) ###### [TopPadding](Word.ConditionalStyle.TopPadding.md) #### [Conflict object](Word.Conflict.md) ##### Methods ###### [Accept](Word.Conflict.Accept.md) ###### [Reject](Word.Conflict.Reject.md) ##### Properties ###### [Application](Word.Conflict.Application.md) ###### [Creator](Word.Conflict.Creator.md) ###### [Index](Word.Conflict.Index.md) ###### [Parent](Word.Conflict.Parent.md) ###### [Range](Word.Conflict.Range.md) ###### [Type](Word.Conflict.Type.md) #### [Conflicts object](Word.Conflicts.md) ##### Methods ###### [AcceptAll](Word.Conflicts.AcceptAll.md) ###### [Item](Word.Conflicts.Item.md) ###### [RejectAll](Word.Conflicts.RejectAll.md) ##### Properties ###### [Application](Word.Conflicts.Application.md) ###### [Count](Word.Conflicts.Count.md) ###### [Creator](Word.Conflicts.Creator.md) ###### [Parent](Word.Conflicts.Parent.md) #### [ContentControl object](Word.ContentControl.md) ##### Methods ###### [Copy](Word.ContentControl.Copy.md) ###### [Cut](Word.ContentControl.Cut.md) ###### [Delete](Word.ContentControl.Delete.md) ###### [SetCheckedSymbol](Word.ContentControl.SetCheckedSymbol.md) ###### [SetPlaceholderText](Word.ContentControl.SetPlaceholderText.md) ###### [SetUncheckedSymbol](Word.ContentControl.SetUncheckedSymbol.md) ###### [Ungroup](Word.ContentControl.Ungroup.md) ##### Properties ###### [AllowInsertDeleteSection](Word.contentcontrol.allowinsertdeletesection.md) ###### [Appearance](Word.contentcontrol.appearance.md) ###### [Application](Word.ContentControl.Application.md) ###### [BuildingBlockCategory](Word.ContentControl.BuildingBlockCategory.md) ###### [BuildingBlockType](Word.ContentControl.BuildingBlockType.md) ###### [Checked](Word.ContentControl.Checked.md) ###### [Color](Word.contentcontrol.color.md) ###### [Creator](Word.ContentControl.Creator.md) ###### [DateCalendarType](Word.ContentControl.DateCalendarType.md) ###### [DateDisplayFormat](Word.ContentControl.DateDisplayFormat.md) ###### [DateDisplayLocale](Word.ContentControl.DateDisplayLocale.md) ###### [DateStorageFormat](Word.ContentControl.DateStorageFormat.md) ###### [DefaultTextStyle](Word.ContentControl.DefaultTextStyle.md) ###### [DropdownListEntries](Word.ContentControl.DropdownListEntries.md) ###### [ID](Word.ContentControl.ID.md) ###### [Level](Word.contentcontrol.level.md) ###### [LockContentControl](Word.ContentControl.LockContentControl.md) ###### [LockContents](Word.ContentControl.LockContents.md) ###### [MultiLine](Word.ContentControl.MultiLine.md) ###### [Parent](Word.ContentControl.Parent.md) ###### [ParentContentControl](Word.ContentControl.ParentContentControl.md) ###### [PlaceholderText](Word.ContentControl.PlaceholderText.md) ###### [Range](Word.ContentControl.Range.md) ###### [RepeatingSectionItems](Word.contentcontrol.repeatingsectionitems.md) ###### [RepeatingSectionItemTitle](Word.contentcontrol.repeatingsectionitemtitle.md) ###### [ShowingPlaceholderText](Word.ContentControl.ShowingPlaceholderText.md) ###### [Tag](Word.ContentControl.Tag.md) ###### [Temporary](Word.ContentControl.Temporary.md) ###### [Title](Word.ContentControl.Title.md) ###### [Type](Word.ContentControl.Type.md) ###### [XMLMapping](Word.ContentControl.XMLMapping.md) #### [ContentControlListEntries object](Word.ContentControlListEntries.md) ##### Methods ###### [Add](Word.ContentControlListEntries.Add.md) ###### [Clear](Word.ContentControlListEntries.Clear.md) ###### [Item](Word.ContentControlListEntries.Item.md) ##### Properties ###### [Application](Word.ContentControlListEntries.Application.md) ###### [Count](Word.ContentControlListEntries.Count.md) ###### [Creator](Word.ContentControlListEntries.Creator.md) ###### [Parent](Word.ContentControlListEntries.Parent.md) #### [ContentControlListEntry object](Word.ContentControlListEntry.md) ##### Methods ###### [Delete](Word.ContentControlListEntry.Delete.md) ###### [MoveDown](Word.ContentControlListEntry.MoveDown.md) ###### [MoveUp](Word.ContentControlListEntry.MoveUp.md) ###### [Select](Word.ContentControlListEntry.Select.md) ##### Properties ###### [Application](Word.ContentControlListEntry.Application.md) ###### [Creator](Word.ContentControlListEntry.Creator.md) ###### [Index](Word.ContentControlListEntry.Index.md) ###### [Parent](Word.ContentControlListEntry.Parent.md) ###### [Text](Word.ContentControlListEntry.Text.md) ###### [Value](Word.ContentControlListEntry.Value.md) #### [ContentControls object](Word.ContentControls.md) ##### Methods ###### [Add](Word.ContentControls.Add.md) ###### [Item](Word.ContentControls.Item.md) ##### Properties ###### [Application](Word.ContentControls.Application.md) ###### [Count](Word.ContentControls.Count.md) ###### [Creator](Word.ContentControls.Creator.md) ###### [Parent](Word.ContentControls.Parent.md) #### [CustomLabel object](Word.CustomLabel.md) ##### Methods ###### [Delete](Word.CustomLabel.Delete.md) ##### Properties ###### [Application](Word.CustomLabel.Application.md) ###### [Creator](Word.CustomLabel.Creator.md) ###### [DotMatrix](Word.CustomLabel.DotMatrix.md) ###### [Height](Word.CustomLabel.Height.md) ###### [HorizontalPitch](Word.CustomLabel.HorizontalPitch.md) ###### [Index](Word.CustomLabel.Index.md) ###### [Name](Word.CustomLabel.Name.md) ###### [NumberAcross](Word.CustomLabel.NumberAcross.md) ###### [NumberDown](Word.CustomLabel.NumberDown.md) ###### [PageSize](Word.CustomLabel.PageSize.md) ###### [Parent](Word.CustomLabel.Parent.md) ###### [SideMargin](Word.CustomLabel.SideMargin.md) ###### [TopMargin](Word.CustomLabel.TopMargin.md) ###### [Valid](Word.CustomLabel.Valid.md) ###### [VerticalPitch](Word.CustomLabel.VerticalPitch.md) ###### [Width](Word.CustomLabel.Width.md) #### [CustomLabels object](Word.customlabels.md) ##### Methods ###### [Add](Word.CustomLabels.Add.md) ###### [Item](Word.CustomLabels.Item.md) ##### Properties ###### [Application](Word.CustomLabels.Application.md) ###### [Count](Word.CustomLabels.Count.md) ###### [Creator](Word.CustomLabels.Creator.md) ###### [Parent](Word.CustomLabels.Parent.md) #### [CustomProperty object](Word.CustomProperty.md) ##### Methods ###### [Delete](Word.CustomProperty.Delete.md) ##### Properties ###### [Application](Word.CustomProperty.Application.md) ###### [Creator](Word.CustomProperty.Creator.md) ###### [Name](Word.CustomProperty.Name.md) ###### [Parent](Word.CustomProperty.Parent.md) ###### [Value](Word.CustomProperty.Value.md) #### [CustomProperties object](Word.CustomProperties.md) ##### Methods ###### [Add](Word.CustomProperties.Add.md) ###### [Item](Word.CustomProperties.Item.md) ###### [Application](Word.CustomProperties.Application.md) ###### [Count](Word.CustomProperties.Count.md) ###### [Creator](Word.CustomProperties.Creator.md) ###### [Parent](Word.CustomProperties.Parent.md) #### [DataLabel object](Word.DataLabel.md) ##### Methods ###### [Delete](Word.DataLabel.Delete.md) ###### [Select](Word.DataLabel.Select.md) ##### Properties ###### [Application](Word.DataLabel.Application.md) ###### [AutoText](Word.DataLabel.AutoText.md) ###### [Caption](Word.DataLabel.Caption.md) ###### [Characters](Word.DataLabel.Characters.md) ###### [Creator](Word.DataLabel.Creator.md) ###### [Format](Word.DataLabel.Format.md) ###### [Formula](Word.DataLabel.Formula.md) ###### [FormulaLocal](Word.DataLabel.FormulaLocal.md) ###### [FormulaR1C1](Word.DataLabel.FormulaR1C1.md) ###### [FormulaR1C1Local](Word.DataLabel.FormulaR1C1Local.md) ###### [Height](Word.DataLabel.Height.md) ###### [HorizontalAlignment](Word.DataLabel.HorizontalAlignment.md) ###### [Left](Word.DataLabel.Left.md) ###### [Name](Word.DataLabel.Name.md) ###### [NumberFormat](Word.DataLabel.NumberFormat.md) ###### [NumberFormatLinked](Word.DataLabel.NumberFormatLinked.md) ###### [NumberFormatLocal](Word.DataLabel.NumberFormatLocal.md) ###### [Orientation](Word.DataLabel.Orientation.md) ###### [Parent](Word.DataLabel.Parent.md) ###### [Position](Word.DataLabel.Position.md) ###### [ReadingOrder](Word.DataLabel.ReadingOrder.md) ###### [Separator](Word.DataLabel.Separator.md) ###### [Shadow](Word.DataLabel.Shadow.md) ###### [ShowBubbleSize](Word.DataLabel.ShowBubbleSize.md) ###### [ShowCategoryName](Word.DataLabel.ShowCategoryName.md) ###### [ShowLegendKey](Word.DataLabel.ShowLegendKey.md) ###### [ShowPercentage](Word.DataLabel.ShowPercentage.md) ###### [ShowRange](Word.datalabel.showrange.md) ###### [ShowSeriesName](Word.DataLabel.ShowSeriesName.md) ###### [ShowValue](Word.DataLabel.ShowValue.md) ###### [Text](Word.DataLabel.Text.md) ###### [Top](Word.DataLabel.Top.md) ###### [VerticalAlignment](Word.DataLabel.VerticalAlignment.md) ###### [Width](Word.DataLabel.Width.md) #### [DataLabels object](Word.DataLabels.md) ##### Methods ###### [Delete](Word.DataLabels.Delete.md) ###### [Item](Word.DataLabels.Item.md) ###### [Propagate](Word.datalabels.propagate.md) ###### [Select](Word.DataLabels.Select.md) ##### Properties ###### [Application](Word.DataLabels.Application.md) ###### [AutoText](Word.DataLabels.AutoText.md) ###### [Count](Word.DataLabels.Count.md) ###### [Creator](Word.DataLabels.Creator.md) ###### [Format](Word.DataLabels.Format.md) ###### [HorizontalAlignment](Word.DataLabels.HorizontalAlignment.md) ###### [Name](Word.DataLabels.Name.md) ###### [NumberFormat](Word.DataLabels.NumberFormat.md) ###### [NumberFormatLinked](Word.DataLabels.NumberFormatLinked.md) ###### [NumberFormatLocal](Word.DataLabels.NumberFormatLocal.md) ###### [Orientation](Word.DataLabels.Orientation.md) ###### [Parent](Word.DataLabels.Parent.md) ###### [Position](Word.DataLabels.Position.md) ###### [ReadingOrder](Word.DataLabels.ReadingOrder.md) ###### [Separator](Word.DataLabels.Separator.md) ###### [Shadow](Word.DataLabels.Shadow.md) ###### [ShowBubbleSize](Word.DataLabels.ShowBubbleSize.md) ###### [ShowCategoryName](Word.DataLabels.ShowCategoryName.md) ###### [ShowLegendKey](Word.DataLabels.ShowLegendKey.md) ###### [ShowPercentage](Word.DataLabels.ShowPercentage.md) ###### [ShowRange](Word.datalabels.showrange.md) ###### [ShowSeriesName](Word.DataLabels.ShowSeriesName.md) ###### [ShowValue](Word.DataLabels.ShowValue.md) ###### [VerticalAlignment](Word.DataLabels.VerticalAlignment.md) #### [DataTable object](Word.DataTable.md) ##### Methods ###### [Delete](Word.DataTable.Delete.md) ###### [Select](Word.DataTable.Select.md) ##### Properties ###### [Application](Word.DataTable.Application.md) ###### [Border](Word.DataTable.Border.md) ###### [Creator](Word.DataTable.Creator.md) ###### [Font](Word.DataTable.Font.md) ###### [Format](Word.DataTable.Format.md) ###### [HasBorderHorizontal](Word.DataTable.HasBorderHorizontal.md) ###### [HasBorderOutline](Word.DataTable.HasBorderOutline.md) ###### [HasBorderVertical](Word.DataTable.HasBorderVertical.md) ###### [Parent](Word.DataTable.Parent.md) ###### [ShowLegendKey](Word.DataTable.ShowLegendKey.md) #### [DefaultWebOptions object](Word.DefaultWebOptions.md) ##### Properties ###### [AllowPNG](Word.DefaultWebOptions.AllowPNG.md) ###### [AlwaysSaveInDefaultEncoding](Word.DefaultWebOptions.AlwaysSaveInDefaultEncoding.md) ###### [Application](Word.DefaultWebOptions.Application.md) ###### [BrowserLevel](Word.DefaultWebOptions.BrowserLevel.md) ###### [CheckIfOfficeIsHTMLEditor](Word.DefaultWebOptions.CheckIfOfficeIsHTMLEditor.md) ###### [CheckIfWordIsDefaultHTMLEditor](Word.DefaultWebOptions.CheckIfWordIsDefaultHTMLEditor.md) ###### [Creator](Word.DefaultWebOptions.Creator.md) ###### [Encoding](Word.DefaultWebOptions.Encoding.md) ###### [FolderSuffix](Word.DefaultWebOptions.FolderSuffix.md) ###### [Fonts](Word.DefaultWebOptions.Fonts.md) ###### [OptimizeForBrowser](Word.DefaultWebOptions.OptimizeForBrowser.md) ###### [OrganizeInFolder](Word.DefaultWebOptions.OrganizeInFolder.md) ###### [Parent](Word.DefaultWebOptions.Parent.md) ###### [PixelsPerInch](Word.DefaultWebOptions.PixelsPerInch.md) ###### [RelyOnCSS](Word.DefaultWebOptions.RelyOnCSS.md) ###### [RelyOnVML](Word.DefaultWebOptions.RelyOnVML.md) ###### [SaveNewWebPagesAsWebArchives](Word.DefaultWebOptions.SaveNewWebPagesAsWebArchives.md) ###### [ScreenSize](Word.DefaultWebOptions.ScreenSize.md) ###### [TargetBrowser](Word.DefaultWebOptions.TargetBrowser.md) ###### [UpdateLinksOnSave](Word.DefaultWebOptions.UpdateLinksOnSave.md) ###### [UseLongFileNames](Word.DefaultWebOptions.UseLongFileNames.md) #### [Dialog object](Word.Dialog.md) ##### Methods ###### [Display](Word.Dialog.Display.md) ###### [Execute](Word.Dialog.Execute.md) ###### [Show](Word.Dialog.Show.md) ###### [Update](Word.Dialog.Update.md) ##### Properties ###### [Application](Word.Dialog.Application.md) ###### [CommandBarId](Word.Dialog.CommandBarId.md) ###### [CommandName](Word.Dialog.CommandName.md) ###### [Creator](Word.Dialog.Creator.md) ###### [DefaultTab](Word.Dialog.DefaultTab.md) ###### [Parent](Word.Dialog.Parent.md) ###### [Type](Word.Dialog.Type.md) #### [Dialogs object](Word.dialogs.md) ##### Methods ###### [Item](Word.Dialogs.Item.md) ##### Properties ###### [Application](Word.Dialogs.Application.md) ###### [Count](Word.Dialogs.Count.md) ###### [Creator](Word.Dialogs.Creator.md) ###### [Parent](Word.Dialogs.Parent.md) #### [Dictionaries object](Word.dictionaries.md) ##### Methods ###### [Add](Word.Dictionaries.Add.md) ###### [ClearAll](Word.Dictionaries.ClearAll.md) ###### [Item](Word.Dictionaries.Item.md) ##### Properties ###### [ActiveCustomDictionary](Word.Dictionaries.ActiveCustomDictionary.md) ###### [Application](Word.Dictionaries.Application.md) ###### [Count](Word.Dictionaries.Count.md) ###### [Creator](Word.Dictionaries.Creator.md) ###### [Maximum](Word.Dictionaries.Maximum.md) ###### [Parent](Word.Dictionaries.Parent.md) #### [Dictionary object](Word.Dictionary.md) ##### Methods ###### [Delete](Word.Dictionary.Delete.md) ##### Properties ###### [Application](Word.Dictionary.Application.md) ###### [Creator](Word.Dictionary.Creator.md) ###### [LanguageID](Word.Dictionary.LanguageID.md) ###### [LanguageSpecific](Word.Dictionary.LanguageSpecific.md) ###### [Name](Word.Dictionary.Name.md) ###### [Parent](Word.Dictionary.Parent.md) ###### [Path](Word.Dictionary.Path.md) ###### [ReadOnly](Word.Dictionary.ReadOnly.md) ###### [Type](Word.Dictionary.Type.md) #### [DisplayUnitLabel object](Word.DisplayUnitLabel.md) ##### Methods ###### [Delete](Word.DisplayUnitLabel.Delete.md) ###### [Select](Word.DisplayUnitLabel.Select.md) ##### Properties ###### [Application](Word.DisplayUnitLabel.Application.md) ###### [Caption](Word.DisplayUnitLabel.Caption.md) ###### [Characters](Word.DisplayUnitLabel.Characters.md) ###### [Creator](Word.DisplayUnitLabel.Creator.md) ###### [Format](Word.DisplayUnitLabel.Format.md) ###### [Formula](Word.DisplayUnitLabel.Formula.md) ###### [FormulaLocal](Word.DisplayUnitLabel.FormulaLocal.md) ###### [FormulaR1C1](Word.DisplayUnitLabel.FormulaR1C1.md) ###### [FormulaR1C1Local](Word.DisplayUnitLabel.FormulaR1C1Local.md) ###### [Height](Word.DisplayUnitLabel.Height.md) ###### [HorizontalAlignment](Word.DisplayUnitLabel.HorizontalAlignment.md) ###### [IncludeInLayout](Word.DisplayUnitLabel.IncludeInLayout.md) ###### [Left](Word.DisplayUnitLabel.Left.md) ###### [Name](Word.DisplayUnitLabel.Name.md) ###### [Orientation](Word.DisplayUnitLabel.Orientation.md) ###### [Parent](Word.DisplayUnitLabel.Parent.md) ###### [Position](Word.DisplayUnitLabel.Position.md) ###### [ReadingOrder](Word.DisplayUnitLabel.ReadingOrder.md) ###### [Shadow](Word.DisplayUnitLabel.Shadow.md) ###### [Text](Word.DisplayUnitLabel.Text.md) ###### [Top](Word.DisplayUnitLabel.Top.md) ###### [VerticalAlignment](Word.DisplayUnitLabel.VerticalAlignment.md) ###### [Width](Word.DisplayUnitLabel.Width.md) #### [Document object](Word.Document.md) ##### Events ###### [BuildingBlockInsert](Word.Document.BuildingBlockInsert.md) ###### [Close](Word.Document.Close(even).md) ###### [ContentControlAfterAdd](Word.Document.ContentControlAfterAdd.md) ###### [ContentControlBeforeContentUpdate](Word.Document.ContentControlBeforeContentUpdate.md) ###### [ContentControlBeforeDelete](Word.Document.ContentControlBeforeDelete.md) ###### [ContentControlBeforeStoreUpdate](Word.Document.ContentControlBeforeStoreUpdate.md) ###### [ContentControlOnEnter](Word.Document.ContentControlOnEnter.md) ###### [ContentControlOnExit](Word.Document.ContentControlOnExit.md) ###### [New](Word.Document.New.md) ###### [Open](Word.Document.Open.md) ###### [Sync](Word.Document.Sync(even).md) ###### [XMLAfterInsert](Word.Document.XMLAfterInsert.md) ###### [XMLBeforeDelete](Word.Document.XMLBeforeDelete.md) ##### Methods ###### [AcceptAllRevisions](Word.Document.AcceptAllRevisions.md) ###### [AcceptAllRevisionsShown](Word.Document.AcceptAllRevisionsShown.md) ###### [Activate](Word.Document.Activate.md) ###### [AddToFavorites](Word.Document.AddToFavorites.md) ###### [ApplyDocumentTheme](Word.ApplyDocumentTheme.md) ###### [ApplyQuickStyleSet2](Word.Document.ApplyQuickStyleSet2.md) ###### [ApplyTheme](Word.Document.ApplyTheme.md) ###### [AutoFormat](Word.Document.AutoFormat.md) ###### [CanCheckin](Word.Document.CanCheckin.md) ###### [CheckConsistency](Word.Document.CheckConsistency.md) ###### [CheckGrammar](Word.Document.CheckGrammar.md) ###### [CheckIn](Word.Document.CheckIn.md) ###### [CheckInWithVersion](Word.Document.CheckInWithVersion.md) ###### [CheckSpelling](Word.Document.CheckSpelling.md) ###### [Close](Word.Document.Close(method).md) ###### [ClosePrintPreview](Word.Document.ClosePrintPreview.md) ###### [Compare](Word.Document.Compare.md) ###### [ComputeStatistics](Word.Document.ComputeStatistics.md) ###### [Convert](Word.Document.Convert.md) ###### [ConvertAutoHyphens](Word.Document.ConvertAutoHyphens.md) ###### [ConvertNumbersToText](Word.Document.ConvertNumbersToText.md) ###### [ConvertVietDoc](Word.Document.ConvertVietDoc.md) ###### [CopyStylesFromTemplate](Word.Document.CopyStylesFromTemplate.md) ###### [CountNumberedItems](Word.Document.CountNumberedItems.md) ###### [CreateLetterContent](Word.Document.CreateLetterContent.md) ###### [DataForm](Word.Document.DataForm.md) ###### [DeleteAllComments](Word.Document.DeleteAllComments.md) ###### [DeleteAllCommentsShown](Word.Document.DeleteAllCommentsShown.md) ###### [DeleteAllEditableRanges](Word.Document.DeleteAllEditableRanges.md) ###### [DeleteAllInkAnnotations](Word.Document.DeleteAllInkAnnotations.md) ###### [DetectLanguage](Word.Document.DetectLanguage.md) ###### [DowngradeDocument](Word.Document.DowngradeDocument.md) ###### [EndReview](Word.Document.EndReview.md) ###### [ExportAsFixedFormat](Word.Document.ExportAsFixedFormat.md) ###### [ExportAsFixedFormat2](Word.Document.ExportAsFixedFormat2.md) ###### [ExportAsFixedFormat3](Word.Document.ExportAsFixedFormat3.md) ###### [FitToPages](Word.Document.FitToPages.md) ###### [FollowHyperlink](Word.Document.FollowHyperlink.md) ###### [FreezeLayout](Word.Document.FreezeLayout.md) ###### [GetCrossReferenceItems](Word.Document.GetCrossReferenceItems.md) ###### [GetLetterContent](Word.Document.GetLetterContent.md) ###### [GetWorkflowTasks](Word.Document.GetWorkflowTasks.md) ###### [GetWorkflowTemplates](Word.Document.GetWorkflowTemplates.md) ###### [GoTo](Word.Document.GoTo.md) ###### [LockServerFile](Word.Document.LockServerFile.md) ###### [MakeCompatibilityDefault](Word.Document.MakeCompatibilityDefault.md) ###### [ManualHyphenation](Word.Document.ManualHyphenation.md) ###### [Merge](Word.Document.Merge.md) ###### [Post](Word.Document.Post.md) ###### [PresentIt](Word.Document.PresentIt.md) ###### [PrintOut](Word.Document.PrintOut.md) ###### [PrintPreview](Word.Document.PrintPreview.md) ###### [Protect](Word.document.protect.md) ###### [Range](Word.Document.Range.md) ###### [Redo](Word.Document.Redo.md) ###### [RejectAllRevisions](Word.Document.RejectAllRevisions.md) ###### [RejectAllRevisionsShown](Word.Document.RejectAllRevisionsShown.md) ###### [Reload](Word.Document.Reload.md) ###### [ReloadAs](Word.Document.ReloadAs.md) ###### [RemoveDocumentInformation](Word.Document.RemoveDocumentInformation.md) ###### [RemoveLockedStyles](Word.Document.RemoveLockedStyles.md) ###### [RemoveNumbers](Word.Document.RemoveNumbers.md) ###### [RemoveTheme](Word.Document.RemoveTheme.md) ###### [Repaginate](Word.Document.Repaginate.md) ###### [ReplyWithChanges](Word.Document.ReplyWithChanges.md) ###### [ResetFormFields](Word.Document.ResetFormFields.md) ###### [ReturnToLastReadPosition](Word.document.returntolastreadposition.md) ###### [RunAutoMacro](Word.Document.RunAutoMacro.md) ###### [RunLetterWizard](Word.Document.RunLetterWizard.md) ###### [Save](Word.Document.Save.md) ###### [SaveAs2](Word.SaveAs2.md) ###### [SaveAsQuickStyleSet](Word.Document.SaveAsQuickStyleSet.md) ###### [Select](Word.Document.Select.md) ###### [SelectAllEditableRanges](Word.Document.SelectAllEditableRanges.md) ###### [SelectContentControlsByTag](Word.Document.SelectContentControlsByTag.md) ###### [SelectContentControlsByTitle](Word.Document.SelectContentControlsByTitle.md) ###### [SelectLinkedControls](Word.Document.SelectLinkedControls.md) ###### [SelectNodes](Word.Document.SelectNodes.md) ###### [SelectSingleNode](Word.Document.SelectSingleNode.md) ###### [SelectUnlinkedControls](Word.Document.SelectUnlinkedControls.md) ###### [SendFax](Word.Document.SendFax.md) ###### [SendFaxOverInternet](Word.Document.SendFaxOverInternet.md) ###### [SendForReview](Word.Document.SendForReview.md) ###### [SendMail](Word.Document.SendMail.md) ###### [SetCompatibilityMode](Word.SetCompatibilityMode.md) ###### [SetDefaultTableStyle](Word.Document.SetDefaultTableStyle.md) ###### [SetLetterContent](Word.Document.SetLetterContent.md) ###### [SetPasswordEncryptionOptions](Word.Document.SetPasswordEncryptionOptions.md) ###### [ToggleFormsDesign](Word.Document.ToggleFormsDesign.md) ###### [TransformDocument](Word.Document.TransformDocument.md) ###### [Undo](Word.Document.Undo.md) ###### [UndoClear](Word.Document.UndoClear.md) ###### [Unprotect](Word.Document.Unprotect.md) ###### [UpdateStyles](Word.Document.UpdateStyles.md) ###### [ViewCode](Word.Document.ViewCode.md) ###### [ViewPropertyBrowser](Word.Document.ViewPropertyBrowser.md) ###### [WebPagePreview](Word.Document.WebPagePreview.md) ##### Properties ###### [ActiveTheme](Word.Document.ActiveTheme.md) ###### [ActiveThemeDisplayName](Word.Document.ActiveThemeDisplayName.md) ###### [ActiveWindow](Word.Document.ActiveWindow.md) ###### [ActiveWritingStyle](Word.Document.ActiveWritingStyle.md) ###### [Application](Word.Document.Application.md) ###### [AttachedTemplate](Word.Document.AttachedTemplate.md) ###### [AutoFormatOverride](Word.Document.AutoFormatOverride.md) ###### [AutoHyphenation](Word.Document.AutoHyphenation.md) ###### [AutoSaveOn](Word.Document.AutoSaveOn.md) ###### [Background](Word.Document.Background.md) ###### [Bibliography](Word.Document.Bibliography.md) ###### [Bookmarks](Word.Document.Bookmarks.md) ###### [Broadcast](Word.document.broadcast.md) ###### [BuiltInDocumentProperties](Word.Document.BuiltInDocumentProperties.md) ###### [Characters](Word.Document.Characters.md) ###### [ChartDataPointTrack](Word.document.chartdatapointtrack.md) ###### [ClickAndTypeParagraphStyle](Word.Document.ClickAndTypeParagraphStyle.md) ###### [CoAuthoring](Word.Document.CoAuthoring.md) ###### [CodeName](Word.Document.CodeName.md) ###### [CommandBars](Word.Document.CommandBars.md) ###### [Comments](Word.Document.Comments.md) ###### [Compatibility](Word.Document.Compatibility.md) ###### [CompatibilityMode](Word.Document.CompatibilityMode.md) ###### [ConsecutiveHyphensLimit](Word.Document.ConsecutiveHyphensLimit.md) ###### [Container](Word.Document.Container.md) ###### [Content](Word.Document.Content.md) ###### [ContentControls](Word.Document.ContentControls.md) ###### [ContentTypeProperties](Word.Document.ContentTypeProperties.md) ###### [Creator](Word.Document.Creator.md) ###### [CurrentRsid](Word.Document.CurrentRsid.md) ###### [CustomDocumentProperties](Word.Document.CustomDocumentProperties.md) ###### [CustomXMLParts](Word.Document.CustomXMLParts.md) ###### [DefaultTableStyle](Word.Document.DefaultTableStyle.md) ###### [DefaultTabStop](Word.Document.DefaultTabStop.md) ###### [DefaultTargetFrame](Word.Document.DefaultTargetFrame.md) ###### [DisableFeatures](Word.Document.DisableFeatures.md) ###### [DisableFeaturesIntroducedAfter](Word.Document.DisableFeaturesIntroducedAfter.md) ###### [DocumentInspectors](Word.Document.DocumentInspectors.md) ###### [DocumentLibraryVersions](Word.Document.DocumentLibraryVersions.md) ###### [DocumentTheme](Word.Document.DocumentTheme.md) ###### [DoNotEmbedSystemFonts](Word.Document.DoNotEmbedSystemFonts.md) ###### [Email](Word.Document.Email.md) ###### [EmbedLinguisticData](Word.Document.EmbedLinguisticData.md) ###### [EmbedTrueTypeFonts](Word.Document.EmbedTrueTypeFonts.md) ###### [EncryptionProvider](Word.Document.EncryptionProvider.md) ###### [Endnotes](Word.Document.Endnotes.md) ###### [EnforceStyle](Word.Document.EnforceStyle.md) ###### [Envelope](Word.Document.Envelope.md) ###### [FarEastLineBreakLanguage](Word.Document.FarEastLineBreakLanguage.md) ###### [FarEastLineBreakLevel](Word.Document.FarEastLineBreakLevel.md) ###### [Fields](Word.Document.Fields.md) ###### [Final](Word.Document.Final.md) ###### [Footnotes](Word.Document.Footnotes.md) ###### [FormattingShowClear](Word.Document.FormattingShowClear.md) ###### [FormattingShowFilter](Word.Document.FormattingShowFilter.md) ###### [FormattingShowFont](Word.Document.FormattingShowFont.md) ###### [FormattingShowNextLevel](Word.Document.FormattingShowNextLevel.md) ###### [FormattingShowNumbering](Word.Document.FormattingShowNumbering.md) ###### [FormattingShowParagraph](Word.Document.FormattingShowParagraph.md) ###### [FormattingShowUserStyleName](Word.Document.FormattingShowUserStyleName.md) ###### [FormFields](Word.Document.FormFields.md) ###### [FormsDesign](Word.Document.FormsDesign.md) ###### [Frames](Word.Document.Frames.md) ###### [Frameset](Word.Document.Frameset.md) ###### [FullName](Word.Document.FullName.md) ###### [GrammarChecked](Word.Document.GrammarChecked.md) ###### [GrammaticalErrors](Word.Document.GrammaticalErrors.md) ###### [GridDistanceHorizontal](Word.Document.GridDistanceHorizontal.md) ###### [GridDistanceVertical](Word.Document.GridDistanceVertical.md) ###### [GridOriginFromMargin](Word.Document.GridOriginFromMargin.md) ###### [GridOriginHorizontal](Word.Document.GridOriginHorizontal.md) ###### [GridOriginVertical](Word.Document.GridOriginVertical.md) ###### [GridSpaceBetweenHorizontalLines](Word.Document.GridSpaceBetweenHorizontalLines.md) ###### [GridSpaceBetweenVerticalLines](Word.Document.GridSpaceBetweenVerticalLines.md) ###### [HasPassword](Word.Document.HasPassword.md) ###### [HasVBProject](Word.Document.HasVBProject.md) ###### [HTMLDivisions](Word.Document.HTMLDivisions.md) ###### [Hyperlinks](Word.Document.Hyperlinks.md) ###### [HyphenateCaps](Word.Document.HyphenateCaps.md) ###### [HyphenationZone](Word.Document.HyphenationZone.md) ###### [Indexes](Word.Document.Indexes.md) ###### [InlineShapes](Word.Document.InlineShapes.md) ###### [IsInAutosave](Word.document.isinautosave.md) ###### [IsMasterDocument](Word.Document.IsMasterDocument.md) ###### [IsSubdocument](Word.Document.IsSubdocument.md) ###### [JustificationMode](Word.Document.JustificationMode.md) ###### [KerningByAlgorithm](Word.Document.KerningByAlgorithm.md) ###### [Kind](Word.Document.Kind.md) ###### [LanguageDetected](Word.Document.LanguageDetected.md) ###### [ListParagraphs](Word.Document.ListParagraphs.md) ###### [Lists](Word.Document.Lists.md) ###### [ListTemplates](Word.Document.ListTemplates.md) ###### [LockQuickStyleSet](Word.Document.LockQuickStyleSet.md) ###### [LockTheme](Word.Document.LockTheme.md) ###### [MailEnvelope](Word.Document.MailEnvelope.md) ###### [MailMerge](Word.Document.MailMerge.md) ###### [Name](Word.Document.Name.md) ###### [NoLineBreakAfter](Word.Document.NoLineBreakAfter.md) ###### [NoLineBreakBefore](Word.Document.NoLineBreakBefore.md) ###### [OMathBreakBin](Word.Document.OMathBreakBin.md) ###### [OMathBreakSub](Word.Document.OMathBreakSub.md) ###### [OMathFontName](Word.Document.OMathFontName.md) ###### [OMathIntSubSupLim](Word.Document.OMathIntSubSupLim.md) ###### [OMathJc](Word.Document.OMathJc.md) ###### [OMathLeftMargin](Word.Document.OMathLeftMargin.md) ###### [OMathNarySupSubLim](Word.Document.OMathNarySupSubLim.md) ###### [OMathRightMargin](Word.Document.OMathRightMargin.md) ###### [OMaths](Word.Document.OMaths.md) ###### [OMathSmallFrac](Word.Document.OMathSmallFrac.md) ###### [OMathWrap](Word.Document.OMathWrap.md) ###### [OpenEncoding](Word.Document.OpenEncoding.md) ###### [OptimizeForWord97](Word.Document.OptimizeForWord97.md) ###### [OriginalDocumentTitle](Word.Document.OriginalDocumentTitle.md) ###### [PageSetup](Word.Document.PageSetup.md) ###### [Paragraphs](Word.Document.Paragraphs.md) ###### [Parent](Word.Document.Parent.md) ###### [Password](Word.Document.Password.md) ###### [PasswordEncryptionAlgorithm](Word.Document.PasswordEncryptionAlgorithm.md) ###### [PasswordEncryptionFileProperties](Word.Document.PasswordEncryptionFileProperties.md) ###### [PasswordEncryptionKeyLength](Word.Document.PasswordEncryptionKeyLength.md) ###### [PasswordEncryptionProvider](Word.Document.PasswordEncryptionProvider.md) ###### [Path](Word.Document.Path.md) ###### [Permission](Word.Document.Permission.md) ###### [PrintFormsData](Word.Document.PrintFormsData.md) ###### [PrintPostScriptOverText](Word.Document.PrintPostScriptOverText.md) ###### [PrintRevisions](Word.Document.PrintRevisions.md) ###### [ProtectionType](Word.Document.ProtectionType.md) ###### [ReadabilityStatistics](Word.Document.ReadabilityStatistics.md) ###### [ReadingLayoutSizeX](Word.Document.ReadingLayoutSizeX.md) ###### [ReadingLayoutSizeY](Word.Document.ReadingLayoutSizeY.md) ###### [ReadingModeLayoutFrozen](Word.Document.ReadingModeLayoutFrozen.md) ###### [ReadOnly](Word.Document.ReadOnly.md) ###### [ReadOnlyRecommended](Word.Document.ReadOnlyRecommended.md) ###### [RemoveDateAndTime](Word.Document.RemoveDateAndTime.md) ###### [RemovePersonalInformation](Word.Document.RemovePersonalInformation.md) ###### [Research](Word.Document.Research.md) ###### [RevisedDocumentTitle](Word.Document.RevisedDocumentTitle.md) ###### [Revisions](Word.Document.Revisions.md) ###### [Saved](Word.Document.Saved.md) ###### [SaveEncoding](Word.Document.SaveEncoding.md) ###### [SaveFormat](Word.Document.SaveFormat.md) ###### [SaveFormsData](Word.Document.SaveFormsData.md) ###### [SaveSubsetFonts](Word.Document.SaveSubsetFonts.md) ###### [Scripts](Word.Document.Scripts.md) ###### [Sections](Word.Document.Sections.md) ###### [SensitivityLabel](Word.Document.SensitivityLabel.md) ###### [Sentences](Word.Document.Sentences.md) ###### [ServerPolicy](Word.Document.ServerPolicy.md) ###### [Shapes](Word.Document.Shapes.md) ###### [ShowGrammaticalErrors](Word.Document.ShowGrammaticalErrors.md) ###### [ShowSpellingErrors](Word.Document.ShowSpellingErrors.md) ###### [Signatures](Word.Document.Signatures.md) ###### [SmartDocument](Word.Document.SmartDocument.md) ###### [SnapToGrid](Word.Document.SnapToGrid.md) ###### [SnapToShapes](Word.Document.SnapToShapes.md) ###### [SpellingChecked](Word.Document.SpellingChecked.md) ###### [SpellingErrors](Word.Document.SpellingErrors.md) ###### [StoryRanges](Word.Document.StoryRanges.md) ###### [Styles](Word.Document.Styles.md) ###### [StyleSheets](Word.Document.StyleSheets.md) ###### [StyleSortMethod](Word.Document.StyleSortMethod.md) ###### [Subdocuments](Word.Document.Subdocuments.md) ###### [Sync](Word.Document.Sync(property).md) ###### [Tables](Word.Document.Tables.md) ###### [TablesOfAuthorities](Word.Document.TablesOfAuthorities.md) ###### [TablesOfAuthoritiesCategories](Word.Document.TablesOfAuthoritiesCategories.md) ###### [TablesOfContents](Word.Document.TablesOfContents.md) ###### [TablesOfFigures](Word.Document.TablesOfFigures.md) ###### [TextEncoding](Word.Document.TextEncoding.md) ###### [TextLineEnding](Word.Document.TextLineEnding.md) ###### [TrackFormatting](Word.Document.TrackFormatting.md) ###### [TrackMoves](Word.Document.TrackMoves.md) ###### [TrackRevisions](Word.Document.TrackRevisions.md) ###### [Type](Word.Document.Type.md) ###### [UpdateStylesOnOpen](Word.Document.UpdateStylesOnOpen.md) ###### [UseMathDefaults](Word.Document.UseMathDefaults.md) ###### [UserControl](Word.Document.UserControl.md) ###### [Variables](Word.Document.Variables.md) ###### [VBASigned](Word.Document.VBASigned.md) ###### [VBProject](Word.Document.VBProject.md) ###### [WebOptions](Word.Document.WebOptions.md) ###### [Windows](Word.Document.Windows.md) ###### [WordOpenXML](Word.Document.WordOpenXML.md) ###### [Words](Word.Document.Words.md) ###### [WritePassword](Word.Document.WritePassword.md) ###### [WriteReserved](Word.Document.WriteReserved.md) ###### [XMLSaveThroughXSLT](Word.Document.XMLSaveThroughXSLT.md) ###### [XMLSchemaReferences](Word.Document.XMLSchemaReferences.md) ###### [XMLShowAdvancedErrors](Word.Document.XMLShowAdvancedErrors.md) ###### [XMLUseXSLTWhenSaving](Word.Document.XMLUseXSLTWhenSaving.md) #### [Documents object](Word.documents.md) ##### Methods ###### [Add](Word.Documents.Add.md) ###### [AddBlogDocument](Word.Documents.AddBlogDocument.md) ###### [CanCheckOut](Word.Documents.CanCheckOut.md) ###### [CheckOut](Word.Documents.CheckOut.md) ###### [Close](Word.Documents.Close.md) ###### [Item](Word.Documents.Item.md) ###### [Open](Word.Documents.Open.md) ###### [OpenNoRepairDialog](Word.Documents.OpenNoRepairDialog.md) ###### [Save](Word.Documents.Save.md) ##### Properties ###### [Application](Word.Documents.Application.md) ###### [Count](Word.Documents.Count.md) ###### [Creator](Word.Documents.Creator.md) ###### [Parent](Word.Documents.Parent.md) #### [DownBars object](Word.DownBars.md) ##### Methods ###### [Delete](Word.DownBars.Delete.md) ###### [Select](Word.DownBars.Select.md) ##### Properties ###### [Application](Word.DownBars.Application.md) ###### [Creator](Word.DownBars.Creator.md) ###### [Format](Word.DownBars.Format.md) ###### [Name](Word.DownBars.Name.md) ###### [Parent](Word.DownBars.Parent.md) #### [DropCap object](Word.DropCap.md) ##### Methods ###### [Clear](Word.DropCap.Clear.md) ###### [Enable](Word.DropCap.Enable.md) ##### Properties ###### [Application](Word.DropCap.Application.md) ###### [Creator](Word.DropCap.Creator.md) ###### [DistanceFromText](Word.DropCap.DistanceFromText.md) ###### [FontName](Word.DropCap.FontName.md) ###### [LinesToDrop](Word.DropCap.LinesToDrop.md) ###### [Parent](Word.DropCap.Parent.md) ###### [Position](Word.DropCap.Position.md) #### [DropDown object](Word.DropDown.md) ##### Properties ###### [Application](Word.DropDown.Application.md) ###### [Creator](Word.DropDown.Creator.md) ###### [Default](Word.DropDown.Default.md) ###### [ListEntries](Word.DropDown.ListEntries.md) ###### [Parent](Word.DropDown.Parent.md) ###### [Valid](Word.DropDown.Valid.md) ###### [Value](Word.DropDown.Value.md) #### [DropLines object](Word.DropLines.md) ##### Methods ###### [Delete](Word.DropLines.Delete.md) ###### [Select](Word.DropLines.Select.md) ##### Properties ###### [Application](Word.DropLines.Application.md) ###### [Border](Word.DropLines.Border.md) ###### [Creator](Word.DropLines.Creator.md) ###### [Format](Word.DropLines.Format.md) ###### [Name](Word.DropLines.Name.md) ###### [Parent](Word.DropLines.Parent.md) #### [Editor object](Word.Editor.md) ##### Methods ###### [Delete](Word.Editor.Delete.md) ###### [DeleteAll](Word.Editor.DeleteAll.md) ###### [SelectAll](Word.Editor.SelectAll.md) ##### Properties ###### [Application](Word.Editor.Application.md) ###### [Creator](Word.Editor.Creator.md) ###### [ID](Word.Editor.ID.md) ###### [Name](Word.Editor.Name.md) ###### [NextRange](Word.Editor.NextRange.md) ###### [Parent](Word.Editor.Parent.md) ###### [Range](Word.Editor.Range.md) #### [Editors object](Word.Editors.md) ##### Methods ###### [Add](Word.Editors.Add.md) ###### [Item](Word.Editors.Item.md) ##### Properties ###### [Application](Word.Editors.Application.md) ###### [Count](Word.Editors.Count.md) ###### [Creator](Word.Editors.Creator.md) ###### [Parent](Word.Editors.Parent.md) #### [Email object](Word.Email.md) ##### Properties ###### [Application](Word.Email.Application.md) ###### [Creator](Word.Email.Creator.md) ###### [CurrentEmailAuthor](Word.Email.CurrentEmailAuthor.md) ###### [Parent](Word.Email.Parent.md) #### [EmailAuthor object](Word.EmailAuthor.md) ##### Properties ###### [Application](Word.EmailAuthor.Application.md) ###### [Creator](Word.EmailAuthor.Creator.md) ###### [Parent](Word.EmailAuthor.Parent.md) ###### [Style](Word.EmailAuthor.Style.md) #### [EmailOptions object](Word.EmailOptions.md) ##### Properties ###### [Application](Word.EmailOptions.Application.md) ###### [AutoFormatAsYouTypeApplyBorders](Word.EmailOptions.AutoFormatAsYouTypeApplyBorders.md) ###### [AutoFormatAsYouTypeApplyBulletedLists](Word.EmailOptions.AutoFormatAsYouTypeApplyBulletedLists.md) ###### [AutoFormatAsYouTypeApplyClosings](Word.EmailOptions.AutoFormatAsYouTypeApplyClosings.md) ###### [AutoFormatAsYouTypeApplyDates](Word.EmailOptions.AutoFormatAsYouTypeApplyDates.md) ###### [AutoFormatAsYouTypeApplyFirstIndents](Word.EmailOptions.AutoFormatAsYouTypeApplyFirstIndents.md) ###### [AutoFormatAsYouTypeApplyHeadings](Word.EmailOptions.AutoFormatAsYouTypeApplyHeadings.md) ###### [AutoFormatAsYouTypeApplyNumberedLists](Word.EmailOptions.AutoFormatAsYouTypeApplyNumberedLists.md) ###### [AutoFormatAsYouTypeApplyTables](Word.EmailOptions.AutoFormatAsYouTypeApplyTables.md) ###### [AutoFormatAsYouTypeAutoLetterWizard](Word.EmailOptions.AutoFormatAsYouTypeAutoLetterWizard.md) ###### [AutoFormatAsYouTypeDefineStyles](Word.EmailOptions.AutoFormatAsYouTypeDefineStyles.md) ###### [AutoFormatAsYouTypeDeleteAutoSpaces](Word.EmailOptions.AutoFormatAsYouTypeDeleteAutoSpaces.md) ###### [AutoFormatAsYouTypeFormatListItemBeginning](Word.EmailOptions.AutoFormatAsYouTypeFormatListItemBeginning.md) ###### [AutoFormatAsYouTypeInsertClosings](Word.EmailOptions.AutoFormatAsYouTypeInsertClosings.md) ###### [AutoFormatAsYouTypeInsertOvers](Word.EmailOptions.AutoFormatAsYouTypeInsertOvers.md) ###### [AutoFormatAsYouTypeMatchParentheses](Word.EmailOptions.AutoFormatAsYouTypeMatchParentheses.md) ###### [AutoFormatAsYouTypeReplaceFarEastDashes](Word.EmailOptions.AutoFormatAsYouTypeReplaceFarEastDashes.md) ###### [AutoFormatAsYouTypeReplaceFractions](Word.EmailOptions.AutoFormatAsYouTypeReplaceFractions.md) ###### [AutoFormatAsYouTypeReplaceHyperlinks](Word.EmailOptions.AutoFormatAsYouTypeReplaceHyperlinks.md) ###### [AutoFormatAsYouTypeReplaceOrdinals](Word.EmailOptions.AutoFormatAsYouTypeReplaceOrdinals.md) ###### [AutoFormatAsYouTypeReplacePlainTextEmphasis](Word.EmailOptions.AutoFormatAsYouTypeReplacePlainTextEmphasis.md) ###### [AutoFormatAsYouTypeReplaceQuotes](Word.EmailOptions.AutoFormatAsYouTypeReplaceQuotes.md) ###### [AutoFormatAsYouTypeReplaceSymbols](Word.EmailOptions.AutoFormatAsYouTypeReplaceSymbols.md) ###### [ComposeStyle](Word.EmailOptions.ComposeStyle.md) ###### [Creator](Word.EmailOptions.Creator.md) ###### [EmailSignature](Word.EmailOptions.EmailSignature.md) ###### [HTMLFidelity](Word.EmailOptions.HTMLFidelity.md) ###### [MarkComments](Word.EmailOptions.MarkComments.md) ###### [MarkCommentsWith](Word.EmailOptions.MarkCommentsWith.md) ###### [NewColorOnReply](Word.EmailOptions.NewColorOnReply.md) ###### [Parent](Word.EmailOptions.Parent.md) ###### [PlainTextStyle](Word.EmailOptions.PlainTextStyle.md) ###### [RelyOnCSS](Word.EmailOptions.RelyOnCSS.md) ###### [ReplyStyle](Word.EmailOptions.ReplyStyle.md) ###### [TabIndentKey](Word.EmailOptions.TabIndentKey.md) ###### [ThemeName](Word.EmailOptions.ThemeName.md) ###### [UseThemeStyle](Word.EmailOptions.UseThemeStyle.md) ###### [UseThemeStyleOnReply](Word.EmailOptions.UseThemeStyleOnReply.md) #### [EmailSignature object](Word.EmailSignature.md) ##### Properties ###### [Application](Word.EmailSignature.Application.md) ###### [Creator](Word.EmailSignature.Creator.md) ###### [EmailSignatureEntries](Word.EmailSignature.EmailSignatureEntries.md) ###### [NewMessageSignature](Word.EmailSignature.NewMessageSignature.md) ###### [Parent](Word.EmailSignature.Parent.md) ###### [ReplyMessageSignature](Word.EmailSignature.ReplyMessageSignature.md) #### [EmailSignatureEntries object](Word.EmailSignatureEntries.md) ##### Methods ###### [Add](Word.EmailSignatureEntries.Add.md) ###### [Item](Word.EmailSignatureEntries.Item.md) ##### Properties ###### [Application](Word.EmailSignatureEntries.Application.md) ###### [Count](Word.EmailSignatureEntries.Count.md) ###### [Creator](Word.EmailSignatureEntries.Creator.md) ###### [Parent](Word.EmailSignatureEntries.Parent.md) #### [EmailSignatureEntry object](Word.EmailSignatureEntry.md) ##### Methods ###### [Delete](Word.EmailSignatureEntry.Delete.md) ##### Properties ###### [Application](Word.EmailSignatureEntry.Application.md) ###### [Creator](Word.EmailSignatureEntry.Creator.md) ###### [Index](Word.EmailSignatureEntry.Index.md) ###### [Name](Word.EmailSignatureEntry.Name.md) ###### [Parent](Word.EmailSignatureEntry.Parent.md) #### [Endnote object](Word.Endnote.md) ##### Methods ###### [Delete](Word.Endnote.Delete.md) ##### Properties ###### [Application](Word.Endnote.Application.md) ###### [Creator](Word.Endnote.Creator.md) ###### [Index](Word.Endnote.Index.md) ###### [Parent](Word.Endnote.Parent.md) ###### [Range](Word.Endnote.Range.md) ###### [Reference](Word.Endnote.Reference.md) #### [EndnoteOptions object](Word.EndnoteOptions.md) ##### Properties ###### [Application](Word.EndnoteOptions.Application.md) ###### [Creator](Word.EndnoteOptions.Creator.md) ###### [Location](Word.EndnoteOptions.Location.md) ###### [NumberingRule](Word.EndnoteOptions.NumberingRule.md) ###### [NumberStyle](Word.EndnoteOptions.NumberStyle.md) ###### [Parent](Word.EndnoteOptions.Parent.md) ###### [StartingNumber](Word.EndnoteOptions.StartingNumber.md) #### [Endnotes object](Word.endnotes.md) ##### Methods ###### [Add](Word.Endnotes.Add.md) ###### [Convert](Word.Endnotes.Convert.md) ###### [Item](Word.Endnotes.Item.md) ###### [ResetContinuationNotice](Word.Endnotes.ResetContinuationNotice.md) ###### [ResetContinuationSeparator](Word.Endnotes.ResetContinuationSeparator.md) ###### [ResetSeparator](Word.Endnotes.ResetSeparator.md) ###### [SwapWithFootnotes](Word.Endnotes.SwapWithFootnotes.md) ##### Properties ###### [Application](Word.Endnotes.Application.md) ###### [ContinuationNotice](Word.Endnotes.ContinuationNotice.md) ###### [ContinuationSeparator](Word.Endnotes.ContinuationSeparator.md) ###### [Count](Word.Endnotes.Count.md) ###### [Creator](Word.Endnotes.Creator.md) ###### [Location](Word.Endnotes.Location.md) ###### [NumberingRule](Word.Endnotes.NumberingRule.md) ###### [NumberStyle](Word.Endnotes.NumberStyle.md) ###### [Parent](Word.Endnotes.Parent.md) ###### [Separator](Word.Endnotes.Separator.md) ###### [StartingNumber](Word.Endnotes.StartingNumber.md) #### [Envelope object](Word.Envelope.md) ##### Methods ###### [Insert](Word.Envelope.Insert.md) ###### [Options](Word.Envelope.Options.md) ###### [PrintOut](Word.Envelope.PrintOut.md) ###### [UpdateDocument](Word.Envelope.UpdateDocument.md) ##### Properties ###### [Address](Word.Envelope.Address.md) ###### [AddressFromLeft](Word.Envelope.AddressFromLeft.md) ###### [AddressFromTop](Word.Envelope.AddressFromTop.md) ###### [AddressStyle](Word.Envelope.AddressStyle.md) ###### [Application](Word.Envelope.Application.md) ###### [Creator](Word.Envelope.Creator.md) ###### [DefaultFaceUp](Word.Envelope.DefaultFaceUp.md) ###### [DefaultHeight](Word.Envelope.DefaultHeight.md) ###### [DefaultOmitReturnAddress](Word.Envelope.DefaultOmitReturnAddress.md) ###### [DefaultOrientation](Word.Envelope.DefaultOrientation.md) ###### [DefaultPrintFIMA](Word.Envelope.DefaultPrintFIMA.md) ###### [DefaultSize](Word.Envelope.DefaultSize.md) ###### [DefaultWidth](Word.Envelope.DefaultWidth.md) ###### [FeedSource](Word.Envelope.FeedSource.md) ###### [Parent](Word.Envelope.Parent.md) ###### [RecipientNamefromLeft](Word.Envelope.RecipientNamefromLeft.md) ###### [RecipientNamefromTop](Word.Envelope.RecipientNamefromTop.md) ###### [RecipientPostalfromLeft](Word.Envelope.RecipientPostalfromLeft.md) ###### [RecipientPostalfromTop](Word.Envelope.RecipientPostalfromTop.md) ###### [ReturnAddress](Word.Envelope.ReturnAddress.md) ###### [ReturnAddressFromLeft](Word.Envelope.ReturnAddressFromLeft.md) ###### [ReturnAddressFromTop](Word.Envelope.ReturnAddressFromTop.md) ###### [ReturnAddressStyle](Word.Envelope.ReturnAddressStyle.md) ###### [SenderNamefromLeft](Word.Envelope.SenderNamefromLeft.md) ###### [SenderNamefromTop](Word.Envelope.SenderNamefromTop.md) ###### [SenderPostalfromLeft](Word.Envelope.SenderPostalfromLeft.md) ###### [SenderPostalfromTop](Word.Envelope.SenderPostalfromTop.md) ###### [Vertical](Word.Envelope.Vertical.md) #### [ErrorBars object](Word.ErrorBars.md) ##### Methods ###### [ClearFormats](Word.ErrorBars.ClearFormats.md) ###### [Delete](Word.ErrorBars.Delete.md) ###### [Select](Word.ErrorBars.Select.md) ##### Properties ###### [Application](Word.ErrorBars.Application.md) ###### [Border](Word.ErrorBars.Border.md) ###### [Creator](Word.ErrorBars.Creator.md) ###### [EndStyle](Word.ErrorBars.EndStyle.md) ###### [Format](Word.ErrorBars.Format.md) ###### [Name](Word.ErrorBars.Name.md) ###### [Parent](Word.ErrorBars.Parent.md) #### [Field object](Word.Field.md) ##### Methods ###### [Copy](Word.Field.Copy.md) ###### [Cut](Word.Field.Cut.md) ###### [Delete](Word.Field.Delete.md) ###### [DoClick](Word.Field.DoClick.md) ###### [Select](Word.Field.Select.md) ###### [Unlink](Word.Field.Unlink.md) ###### [Update](Word.Field.Update.md) ###### [UpdateSource](Word.Field.UpdateSource.md) ##### Properties ###### [Application](Word.Field.Application.md) ###### [Code](Word.Field.Code.md) ###### [Creator](Word.Field.Creator.md) ###### [Data](Word.Field.Data.md) ###### [Index](Word.Field.Index.md) ###### [InlineShape](Word.Field.InlineShape.md) ###### [Kind](Word.Field.Kind.md) ###### [LinkFormat](Word.Field.LinkFormat.md) ###### [Locked](Word.Field.Locked.md) ###### [Next](Word.Field.Next.md) ###### [OLEFormat](Word.Field.OLEFormat.md) ###### [Parent](Word.Field.Parent.md) ###### [Previous](Word.Field.Previous.md) ###### [Result](Word.Field.Result.md) ###### [ShowCodes](Word.Field.ShowCodes.md) ###### [Type](Word.Field.Type.md) #### [Fields object](Word.fields.md) ##### Methods ###### [Add](Word.Fields.Add.md) ###### [Item](Word.Fields.Item.md) ###### [ToggleShowCodes](Word.Fields.ToggleShowCodes.md) ###### [Unlink](Word.Fields.Unlink.md) ###### [Update](Word.Fields.Update.md) ###### [UpdateSource](Word.Fields.UpdateSource.md) ##### Properties ###### [Application](Word.Fields.Application.md) ###### [Count](Word.Fields.Count.md) ###### [Creator](Word.Fields.Creator.md) ###### [Locked](Word.Fields.Locked.md) ###### [Parent](Word.Fields.Parent.md) #### [FileConverter object](Word.FileConverter.md) ##### Properties ###### [Application](Word.FileConverter.Application.md) ###### [CanOpen](Word.FileConverter.CanOpen.md) ###### [CanSave](Word.FileConverter.CanSave.md) ###### [ClassName](Word.FileConverter.ClassName.md) ###### [Creator](Word.FileConverter.Creator.md) ###### [Extensions](Word.FileConverter.Extensions.md) ###### [FormatName](Word.FileConverter.FormatName.md) ###### [Name](Word.FileConverter.Name.md) ###### [OpenFormat](Word.FileConverter.OpenFormat.md) ###### [Parent](Word.FileConverter.Parent.md) ###### [Path](Word.FileConverter.Path.md) ###### [SaveFormat](Word.FileConverter.SaveFormat.md) #### [FileConverters object](Word.fileconverters.md) ##### Methods ###### [Item](Word.FileConverters.Item.md) ##### Properties ###### [Application](Word.FileConverters.Application.md) ###### [ConvertMacWordChevrons](Word.FileConverters.ConvertMacWordChevrons.md) ###### [Count](Word.FileConverters.Count.md) ###### [Creator](Word.FileConverters.Creator.md) ###### [Parent](Word.FileConverters.Parent.md) #### [FillFormat object](Word.FillFormat.md) ##### Methods ###### [OneColorGradient](Word.FillFormat.OneColorGradient.md) ###### [Patterned](Word.FillFormat.Patterned.md) ###### [PresetGradient](Word.FillFormat.PresetGradient.md) ###### [PresetTextured](Word.FillFormat.PresetTextured.md) ###### [Solid](Word.FillFormat.Solid.md) ###### [TwoColorGradient](Word.FillFormat.TwoColorGradient.md) ###### [UserPicture](Word.FillFormat.UserPicture.md) ###### [UserTextured](Word.FillFormat.UserTextured.md) ##### Properties ###### [Application](Word.FillFormat.Application.md) ###### [BackColor](Word.FillFormat.BackColor.md) ###### [Creator](Word.FillFormat.Creator.md) ###### [ForeColor](Word.FillFormat.ForeColor.md) ###### [GradientAngle](Word.FillFormat.GradientAngle.md) ###### [GradientColorType](Word.FillFormat.GradientColorType.md) ###### [GradientDegree](Word.FillFormat.GradientDegree.md) ###### [GradientStops](Word.FillFormat.GradientStops.md) ###### [GradientStyle](Word.FillFormat.GradientStyle.md) ###### [GradientVariant](Word.FillFormat.GradientVariant.md) ###### [Parent](Word.FillFormat.Parent.md) ###### [Pattern](Word.FillFormat.Pattern.md) ###### [PictureEffects](Word.FillFormat.PictureEffects.md) ###### [PresetGradientType](Word.FillFormat.PresetGradientType.md) ###### [PresetTexture](Word.FillFormat.PresetTexture.md) ###### [RotateWithObject](Word.FillFormat.RotateWithObject.md) ###### [TextureAlignment](Word.FillFormat.TextureAlignment.md) ###### [TextureHorizontalScale](Word.FillFormat.TextureHorizontalScale.md) ###### [TextureName](Word.FillFormat.TextureName.md) ###### [TextureOffsetX](Word.FillFormat.TextureOffsetX.md) ###### [TextureOffsetY](Word.FillFormat.TextureOffsetY.md) ###### [TextureTile](Word.FillFormat.TextureTile.md) ###### [TextureType](Word.FillFormat.TextureType.md) ###### [TextureVerticalScale](Word.FillFormat.TextureVerticalScale.md) ###### [Transparency](Word.FillFormat.Transparency.md) ###### [Type](Word.FillFormat.Type.md) ###### [Visible](Word.FillFormat.Visible.md) #### [Find object](Word.Find.md) ##### Methods ###### [ClearAllFuzzyOptions](Word.Find.ClearAllFuzzyOptions.md) ###### [ClearFormatting](Word.Find.ClearFormatting.md) ###### [ClearHitHighlight](Word.Find.ClearHitHighlight.md) ###### [Execute](Word.Find.Execute.md) ###### [Execute2007](Word.Find.Execute2007.md) ###### [HitHighlight](Word.Find.HitHighlight.md) ###### [SetAllFuzzyOptions](Word.Find.SetAllFuzzyOptions.md) ##### Properties ###### [Application](Word.Find.Application.md) ###### [CorrectHangulEndings](Word.Find.CorrectHangulEndings.md) ###### [Creator](Word.Find.Creator.md) ###### [Font](Word.Find.Font.md) ###### [Format](Word.Find.Format.md) ###### [Forward](Word.Find.Forward.md) ###### [Found](Word.Find.Found.md) ###### [Frame](Word.Find.Frame.md) ###### [HanjaPhoneticHangul](Word.Find.HanjaPhoneticHangul.md) ###### [Highlight](Word.Find.Highlight.md) ###### [IgnorePunct](Word.Find.IgnorePunct.md) ###### [IgnoreSpace](Word.Find.IgnoreSpace.md) ###### [LanguageID](Word.Find.LanguageID.md) ###### [LanguageIDFarEast](Word.Find.LanguageIDFarEast.md) ###### [LanguageIDOther](Word.Find.LanguageIDOther.md) ###### [MatchAlefHamza](Word.Find.MatchAlefHamza.md) ###### [MatchAllWordForms](Word.Find.MatchAllWordForms.md) ###### [MatchByte](Word.Find.MatchByte.md) ###### [MatchCase](Word.Find.MatchCase.md) ###### [MatchControl](Word.Find.MatchControl.md) ###### [MatchDiacritics](Word.Find.MatchDiacritics.md) ###### [MatchFuzzy](Word.Find.MatchFuzzy.md) ###### [MatchKashida](Word.Find.MatchKashida.md) ###### [MatchPhrase](Word.Find.MatchPhrase.md) ###### [MatchPrefix](Word.Find.MatchPrefix.md) ###### [MatchSoundsLike](Word.Find.MatchSoundsLike.md) ###### [MatchSuffix](Word.Find.MatchSuffix.md) ###### [MatchWholeWord](Word.Find.MatchWholeWord.md) ###### [MatchWildcards](Word.Find.MatchWildcards.md) ###### [NoProofing](Word.Find.NoProofing.md) ###### [ParagraphFormat](Word.Find.ParagraphFormat.md) ###### [Parent](Word.Find.Parent.md) ###### [Replacement](Word.Find.Replacement.md) ###### [Style](Word.Find.Style.md) ###### [Text](Word.Find.Text.md) ###### [Wrap](Word.Find.Wrap.md) #### [FirstLetterException object](Word.FirstLetterException.md) ##### Methods ###### [Delete](Word.FirstLetterException.Delete.md) ##### Properties ###### [Application](Word.FirstLetterException.Application.md) ###### [Creator](Word.FirstLetterException.Creator.md) ###### [Index](Word.FirstLetterException.Index.md) ###### [Name](Word.FirstLetterException.Name.md) ###### [Parent](Word.FirstLetterException.Parent.md) #### [FirstLetterExceptions object](Word.firstletterexceptions.md) ##### Methods ###### [Add](Word.FirstLetterExceptions.Add.md) ###### [Item](Word.FirstLetterExceptions.Item.md) ##### Properties ###### [Application](Word.FirstLetterExceptions.Application.md) ###### [Count](Word.FirstLetterExceptions.Count.md) ###### [Creator](Word.FirstLetterExceptions.Creator.md) ###### [Parent](Word.FirstLetterExceptions.Parent.md) #### [Floor object](Word.Floor.md) ##### Methods ###### [ClearFormats](Word.Floor.ClearFormats.md) ###### [Paste](Word.Floor.Paste.md) ###### [Select](Word.Floor.Select.md) ##### Properties ###### [Application](Word.Floor.Application.md) ###### [Creator](Word.Floor.Creator.md) ###### [Format](Word.Floor.Format.md) ###### [Name](Word.Floor.Name.md) ###### [Parent](Word.Floor.Parent.md) ###### [PictureType](Word.Floor.PictureType.md) ###### [Thickness](Word.Floor.Thickness.md) #### [Font object](Word.Font.md) ##### Methods ###### [Grow](Word.Font.Grow.md) ###### [Reset](Word.Font.Reset.md) ###### [SetAsTemplateDefault](Word.Font.SetAsTemplateDefault.md) ###### [Shrink](Word.Font.Shrink.md) ##### Properties ###### [AllCaps](Word.Font.AllCaps.md) ###### [Application](Word.Font.Application.md) ###### [Bold](Word.Font.Bold.md) ###### [BoldBi](Word.Font.BoldBi.md) ###### [Borders](Word.Font.Borders.md) ###### [ColorIndex](Word.Font.ColorIndex.md) ###### [ColorIndexBi](Word.Font.ColorIndexBi.md) ###### [ContextualAlternates](Word.Font.ContextualAlternates.md) ###### [Creator](Word.Font.Creator.md) ###### [DiacriticColor](Word.Font.DiacriticColor.md) ###### [DisableCharacterSpaceGrid](Word.Font.DisableCharacterSpaceGrid.md) ###### [DoubleStrikeThrough](Word.Font.DoubleStrikeThrough.md) ###### [Duplicate](Word.Font.Duplicate.md) ###### [Emboss](Word.Font.Emboss.md) ###### [EmphasisMark](Word.Font.EmphasisMark.md) ###### [Engrave](Word.Font.Engrave.md) ###### [Fill](Word.Font.Fill.md) ###### [Glow](Word.Font.Glow.md) ###### [Hidden](Word.Font.Hidden.md) ###### [Italic](Word.Font.Italic.md) ###### [ItalicBi](Word.Font.ItalicBi.md) ###### [Kerning](Word.Font.Kerning.md) ###### [Ligatures](Word.Font.Ligatures.md) ###### [Line](Word.Font.Line.md) ###### [Name](Word.Font.Name.md) ###### [NameAscii](Word.Font.NameAscii.md) ###### [NameBi](Word.Font.NameBi.md) ###### [NameFarEast](Word.Font.NameFarEast.md) ###### [NameOther](Word.Font.NameOther.md) ###### [NumberForm](Word.Font.NumberForm.md) ###### [NumberSpacing](Word.Font.NumberSpacing.md) ###### [Outline](Word.Font.Outline.md) ###### [Parent](Word.Font.Parent.md) ###### [Position](Word.Font.Position.md) ###### [Reflection](Word.Font.Reflection.md) ###### [Scaling](Word.Font.Scaling.md) ###### [Shading](Word.Font.Shading.md) ###### [Shadow](Word.Font.Shadow.md) ###### [Size](Word.Font.Size.md) ###### [SizeBi](Word.Font.SizeBi.md) ###### [SmallCaps](Word.Font.SmallCaps.md) ###### [Spacing](Word.Font.Spacing.md) ###### [StrikeThrough](Word.Font.StrikeThrough.md) ###### [StylisticSet](Word.Font.StylisticSet.md) ###### [Subscript](Word.Font.Subscript.md) ###### [Superscript](Word.Font.Superscript.md) ###### [TextColor](Word.Font.TextColor.md) ###### [TextShadow](Word.Font.TextShadow.md) ###### [ThreeD](Word.Font.ThreeD.md) ###### [Underline](Word.Font.Underline.md) ###### [UnderlineColor](Word.Font.UnderlineColor.md) #### [FontNames object](Word.FontNames.md) ##### Methods ###### [Item](Word.FontNames.Item.md) ##### Properties ###### [Application](Word.FontNames.Application.md) ###### [Count](Word.FontNames.Count.md) ###### [Creator](Word.FontNames.Creator.md) ###### [Parent](Word.FontNames.Parent.md) #### [Footnote object](Word.Footnote.md) ##### Methods ###### [Delete](Word.Footnote.Delete.md) ##### Properties ###### [Application](Word.Footnote.Application.md) ###### [Creator](Word.Footnote.Creator.md) ###### [Index](Word.Footnote.Index.md) ###### [Parent](Word.Footnote.Parent.md) ###### [Range](Word.Footnote.Range.md) ###### [Reference](Word.Footnote.Reference.md) #### [FootnoteOptions object](Word.FootnoteOptions.md) ##### Properties ###### [Application](Word.FootnoteOptions.Application.md) ###### [Creator](Word.FootnoteOptions.Creator.md) ###### [LayoutColumns](Word.footnoteoptions.layoutcolumns.md) ###### [Location](Word.FootnoteOptions.Location.md) ###### [NumberingRule](Word.FootnoteOptions.NumberingRule.md) ###### [NumberStyle](Word.FootnoteOptions.NumberStyle.md) ###### [Parent](Word.FootnoteOptions.Parent.md) ###### [StartingNumber](Word.FootnoteOptions.StartingNumber.md) #### [Footnotes object](Word.footnotes.md) ##### Methods ###### [Add](Word.Footnotes.Add.md) ###### [Convert](Word.Footnotes.Convert.md) ###### [Item](Word.Footnotes.Item.md) ###### [ResetContinuationNotice](Word.Footnotes.ResetContinuationNotice.md) ###### [ResetContinuationSeparator](Word.Footnotes.ResetContinuationSeparator.md) ###### [ResetSeparator](Word.Footnotes.ResetSeparator.md) ###### [SwapWithEndnotes](Word.Footnotes.SwapWithEndnotes.md) ##### Properties ###### [Application](Word.Footnotes.Application.md) ###### [ContinuationNotice](Word.Footnotes.ContinuationNotice.md) ###### [ContinuationSeparator](Word.Footnotes.ContinuationSeparator.md) ###### [Count](Word.Footnotes.Count.md) ###### [Creator](Word.Footnotes.Creator.md) ###### [Location](Word.Footnotes.Location.md) ###### [NumberingRule](Word.Footnotes.NumberingRule.md) ###### [NumberStyle](Word.Footnotes.NumberStyle.md) ###### [Parent](Word.Footnotes.Parent.md) ###### [Separator](Word.Footnotes.Separator.md) ###### [StartingNumber](Word.Footnotes.StartingNumber.md) #### [FormField object](Word.FormField.md) ##### Methods ###### [Copy](Word.FormField.Copy.md) ###### [Cut](Word.FormField.Cut.md) ###### [Delete](Word.FormField.Delete.md) ###### [Select](Word.FormField.Select.md) ##### Properties ###### [Application](Word.FormField.Application.md) ###### [CalculateOnExit](Word.FormField.CalculateOnExit.md) ###### [CheckBox](Word.FormField.CheckBox.md) ###### [Creator](Word.FormField.Creator.md) ###### [DropDown](Word.FormField.DropDown.md) ###### [Enabled](Word.FormField.Enabled.md) ###### [EntryMacro](Word.FormField.EntryMacro.md) ###### [ExitMacro](Word.FormField.ExitMacro.md) ###### [HelpText](Word.FormField.HelpText.md) ###### [Name](Word.FormField.Name.md) ###### [Next](Word.FormField.Next.md) ###### [OwnHelp](Word.FormField.OwnHelp.md) ###### [OwnStatus](Word.FormField.OwnStatus.md) ###### [Parent](Word.FormField.Parent.md) ###### [Previous](Word.FormField.Previous.md) ###### [Range](Word.FormField.Range.md) ###### [Result](Word.FormField.Result.md) ###### [StatusText](Word.FormField.StatusText.md) ###### [TextInput](Word.FormField.TextInput.md) ###### [Type](Word.FormField.Type.md) #### [FormFields object](Word.FormFields.md) ##### Methods ###### [Add](Word.FormFields.Add.md) ###### [Item](Word.FormFields.Item.md) ##### Properties ###### [Application](Word.FormFields.Application.md) ###### [Count](Word.FormFields.Count.md) ###### [Creator](Word.FormFields.Creator.md) ###### [Parent](Word.FormFields.Parent.md) ###### [Shaded](Word.FormFields.Shaded.md) #### [Frame object](Word.Frame.md) ##### Methods ###### [Copy](Word.Frame.Copy.md) ###### [Cut](Word.Frame.Cut.md) ###### [Delete](Word.Frame.Delete.md) ###### [Select](Word.Frame.Select.md) ##### Properties ###### [Application](Word.Frame.Application.md) ###### [Borders](Word.Frame.Borders.md) ###### [Creator](Word.Frame.Creator.md) ###### [Height](Word.Frame.Height.md) ###### [HeightRule](Word.Frame.HeightRule.md) ###### [HorizontalDistanceFromText](Word.Frame.HorizontalDistanceFromText.md) ###### [HorizontalPosition](Word.Frame.HorizontalPosition.md) ###### [LockAnchor](Word.Frame.LockAnchor.md) ###### [Parent](Word.Frame.Parent.md) ###### [Range](Word.Frame.Range.md) ###### [RelativeHorizontalPosition](Word.Frame.RelativeHorizontalPosition.md) ###### [RelativeVerticalPosition](Word.Frame.RelativeVerticalPosition.md) ###### [Shading](Word.Frame.Shading.md) ###### [TextWrap](Word.Frame.TextWrap.md) ###### [VerticalDistanceFromText](Word.Frame.VerticalDistanceFromText.md) ###### [VerticalPosition](Word.Frame.VerticalPosition.md) ###### [Width](Word.Frame.Width.md) ###### [WidthRule](Word.Frame.WidthRule.md) #### [Frames object](Word.Frames.md) ##### Methods ###### [Add](Word.Frames.Add.md) ###### [Delete](Word.Frames.Delete.md) ###### [Item](Word.Frames.Item.md) ##### Properties ###### [Application](Word.Frames.Application.md) ###### [Count](Word.frames.count.md) ###### [Creator](Word.Frames.Creator.md) ###### [Parent](Word.Frames.Parent.md) #### [Frameset object](Word.Frameset.md) ##### Methods ###### [AddNewFrame](Word.Frameset.AddNewFrame.md) ###### [Delete](Word.Frameset.Delete.md) ##### Properties ###### [Application](Word.Frameset.Application.md) ###### [ChildFramesetCount](Word.Frameset.ChildFramesetCount.md) ###### [ChildFramesetItem](Word.Frameset.ChildFramesetItem.md) ###### [Creator](Word.Frameset.Creator.md) ###### [FrameDefaultURL](Word.Frameset.FrameDefaultURL.md) ###### [FrameDisplayBorders](Word.Frameset.FrameDisplayBorders.md) ###### [FrameLinkToFile](Word.Frameset.FrameLinkToFile.md) ###### [FrameName](Word.Frameset.FrameName.md) ###### [FrameResizable](Word.Frameset.FrameResizable.md) ###### [FrameScrollbarType](Word.Frameset.FrameScrollbarType.md) ###### [FramesetBorderColor](Word.Frameset.FramesetBorderColor.md) ###### [FramesetBorderWidth](Word.Frameset.FramesetBorderWidth.md) ###### [Height](Word.Frameset.Height.md) ###### [HeightType](Word.Frameset.HeightType.md) ###### [Parent](Word.Frameset.Parent.md) ###### [ParentFrameset](Word.Frameset.ParentFrameset.md) ###### [Type](Word.Frameset.Type.md) ###### [Width](Word.Frameset.Width.md) ###### [WidthType](Word.Frameset.WidthType.md) #### [FreeformBuilder object](Word.FreeformBuilder.md) ##### Methods ###### [AddNodes](Word.FreeformBuilder.AddNodes.md) ###### [ConvertToShape](Word.FreeformBuilder.ConvertToShape.md) ##### Properties ###### [Application](Word.FreeformBuilder.Application.md) ###### [Creator](Word.FreeformBuilder.Creator.md) ###### [Parent](Word.FreeformBuilder.Parent.md) #### [FullSeriesCollection object](Word.fullseriescollection.md) ##### Methods ###### [Item](Word.fullseriescollection.item.md) ##### Properties ###### [Application](Word.fullseriescollection.application.md) ###### [Count](Word.fullseriescollection.count.md) ###### [Creator](Word.fullseriescollection.creator.md) ###### [Parent](Word.fullseriescollection.parent.md) #### [Global object](Word.Global.md) ##### Methods ###### [BuildKeyCode](Word.Global.BuildKeyCode.md) ###### [CentimetersToPoints](Word.Global.CentimetersToPoints.md) ###### [ChangeFileOpenDirectory](Word.Global.ChangeFileOpenDirectory.md) ###### [CheckSpelling](Word.Global.CheckSpelling.md) ###### [CleanString](Word.Global.CleanString.md) ###### [DDEExecute](Word.Global.DDEExecute.md) ###### [DDEInitiate](Word.Global.DDEInitiate.md) ###### [DDEPoke](Word.Global.DDEPoke.md) ###### [DDERequest](Word.Global.DDERequest.md) ###### [DDETerminate](Word.Global.DDETerminate.md) ###### [DDETerminateAll](Word.Global.DDETerminateAll.md) ###### [GetSpellingSuggestions](Word.Global.GetSpellingSuggestions.md) ###### [Help](Word.Global.Help.md) ###### [InchesToPoints](Word.Global.InchesToPoints.md) ###### [KeyString](Word.Global.KeyString.md) ###### [LinesToPoints](Word.Global.LinesToPoints.md) ###### [MillimetersToPoints](Word.Global.MillimetersToPoints.md) ###### [NewWindow](Word.Global.NewWindow.md) ###### [PicasToPoints](Word.Global.PicasToPoints.md) ###### [PixelsToPoints](Word.Global.PixelsToPoints.md) ###### [PointsToCentimeters](Word.Global.PointsToCentimeters.md) ###### [PointsToInches](Word.Global.PointsToInches.md) ###### [PointsToLines](Word.Global.PointsToLines.md) ###### [PointsToMillimeters](Word.Global.PointsToMillimeters.md) ###### [PointsToPicas](Word.Global.PointsToPicas.md) ###### [PointsToPixels](Word.Global.PointsToPixels.md) ###### [Repeat](Word.Global.Repeat.md) ##### Properties ###### [ActiveDocument](Word.Global.ActiveDocument.md) ###### [ActivePrinter](Word.Global.ActivePrinter.md) ###### [ActiveProtectedViewWindow](Word.Global.ActiveProtectedViewWindow.md) ###### [ActiveWindow](Word.Global.ActiveWindow.md) ###### [AddIns](Word.Global.AddIns.md) ###### [Application](Word.Global.Application.md) ###### [AutoCaptions](Word.Global.AutoCaptions.md) ###### [AutoCorrect](Word.Global.AutoCorrect.md) ###### [AutoCorrectEmail](Word.Global.AutoCorrectEmail.md) ###### [CaptionLabels](Word.Global.CaptionLabels.md) ###### [CommandBars](Word.Global.CommandBars.md) ###### [Creator](Word.Global.Creator.md) ###### [CustomDictionaries](Word.Global.CustomDictionaries.md) ###### [CustomizationContext](Word.Global.CustomizationContext.md) ###### [Dialogs](Word.Global.Dialogs.md) ###### [Documents](Word.Global.Documents.md) ###### [FileConverters](Word.Global.FileConverters.md) ###### [FindKey](Word.Global.FindKey.md) ###### [FontNames](Word.Global.FontNames.md) ###### [HangulHanjaDictionaries](Word.Global.HangulHanjaDictionaries.md) ###### [IsObjectValid](Word.Global.IsObjectValid.md) ###### [IsSandboxed](Word.Global.IsSandboxed.md) ###### [KeyBindings](Word.Global.KeyBindings.md) ###### [KeysBoundTo](Word.Global.KeysBoundTo.md) ###### [LandscapeFontNames](Word.Global.LandscapeFontNames.md) ###### [Languages](Word.Global.Languages.md) ###### [LanguageSettings](Word.Global.LanguageSettings.md) ###### [ListGalleries](Word.Global.ListGalleries.md) ###### [MacroContainer](Word.Global.MacroContainer.md) ###### [Name](Word.Global.Name.md) ###### [NormalTemplate](Word.Global.NormalTemplate.md) ###### [Options](Word.Global.Options.md) ###### [Parent](Word.Global.Parent.md) ###### [PortraitFontNames](Word.Global.PortraitFontNames.md) ###### [PrintPreview](Word.Global.PrintPreview.md) ###### [ProtectedViewWindows](Word.Global.ProtectedViewWindows.md) ###### [RecentFiles](Word.Global.RecentFiles.md) ###### [Selection](Word.Global.Selection.md) ###### [ShowVisualBasicEditor](Word.Global.ShowVisualBasicEditor.md) ###### [StatusBar](Word.Global.StatusBar.md) ###### [SynonymInfo](Word.Global.SynonymInfo.md) ###### [System](Word.Global.System.md) ###### [Tasks](Word.Global.Tasks.md) ###### [Templates](Word.Global.Templates.md) ###### [VBE](Word.Global.VBE.md) ###### [Windows](Word.Global.Windows.md) ###### [WordBasic](Word.Global.WordBasic.md) #### [GlowFormat object](Word.GlowFormat.md) ##### Properties ###### [Application](Word.GlowFormat.Application.md) ###### [Color](Word.GlowFormat.Color.md) ###### [Creator](Word.GlowFormat.Creator.md) ###### [Parent](Word.GlowFormat.Parent.md) ###### [Radius](Word.GlowFormat.Radius.md) ###### [Transparency](Word.Transparency.md) #### [Gridlines object](Word.GridLines.md) ##### Methods ###### [Delete](Word.Gridlines.Delete.md) ###### [Select](Word.Gridlines.Select.md) ##### Properties ###### [Application](Word.Gridlines.Application.md) ###### [Border](Word.Gridlines.Border.md) ###### [Creator](Word.Gridlines.Creator.md) ###### [Format](Word.Gridlines.Format.md) ###### [Name](Word.Gridlines.Name.md) ###### [Parent](Word.Gridlines.Parent.md) #### [GroupShapes object](Word.groupshapes.md) ##### Methods ###### [Item](Word.GroupShapes.Item.md) ###### [Range](Word.GroupShapes.Range.md) ##### Properties ###### [Application](Word.GroupShapes.Application.md) ###### [Count](Word.GroupShapes.Count.md) ###### [Creator](Word.GroupShapes.Creator.md) ###### [Parent](Word.GroupShapes.Parent.md) #### [HangulAndAlphabetException object](Word.HangulAndAlphabetException.md) ##### Methods ###### [Delete](Word.HangulAndAlphabetException.Delete.md) ##### Properties ###### [Application](Word.HangulAndAlphabetException.Application.md) ###### [Creator](Word.HangulAndAlphabetException.Creator.md) ###### [Index](Word.HangulAndAlphabetException.Index.md) ###### [Name](Word.HangulAndAlphabetException.Name.md) ###### [Parent](Word.HangulAndAlphabetException.Parent.md) #### [HangulAndAlphabetExceptions object](Word.hangulandalphabetexceptions.md) ##### Methods ###### [Add](Word.HangulAndAlphabetExceptions.Add.md) ###### [Item](Word.HangulAndAlphabetExceptions.Item.md) ##### Properties ###### [Application](Word.HangulAndAlphabetExceptions.Application.md) ###### [Count](Word.HangulAndAlphabetExceptions.Count.md) ###### [Creator](Word.HangulAndAlphabetExceptions.Creator.md) ###### [Parent](Word.HangulAndAlphabetExceptions.Parent.md) #### [HeaderFooter object](Word.HeaderFooter.md) ##### Properties ###### [Application](Word.HeaderFooter.Application.md) ###### [Creator](Word.HeaderFooter.Creator.md) ###### [Exists](Word.HeaderFooter.Exists.md) ###### [Index](Word.HeaderFooter.Index.md) ###### [IsHeader](Word.HeaderFooter.IsHeader.md) ###### [LinkToPrevious](Word.HeaderFooter.LinkToPrevious.md) ###### [PageNumbers](Word.HeaderFooter.PageNumbers.md) ###### [Parent](Word.HeaderFooter.Parent.md) ###### [Range](Word.HeaderFooter.Range.md) ###### [Shapes](Word.HeaderFooter.Shapes.md) #### [HeadersFooters object](Word.headersfooters.md) ##### Methods ###### [Item](Word.HeadersFooters.Item.md) ##### Properties ###### [Application](Word.HeadersFooters.Application.md) ###### [Count](Word.HeadersFooters.Count.md) ###### [Creator](Word.HeadersFooters.Creator.md) ###### [Parent](Word.HeadersFooters.Parent.md) #### [HeadingStyle object](Word.HeadingStyle.md) ##### Methods ###### [Delete](Word.HeadingStyle.Delete.md) ##### Properties ###### [Application](Word.HeadingStyle.Application.md) ###### [Creator](Word.HeadingStyle.Creator.md) ###### [Level](Word.HeadingStyle.Level.md) ###### [Parent](Word.HeadingStyle.Parent.md) ###### [Style](Word.HeadingStyle.Style.md) #### [HeadingStyles object](Word.headingstyles.md) ##### Methods ###### [Add](Word.HeadingStyles.Add.md) ###### [Item](Word.HeadingStyles.Item.md) ##### Properties ###### [Application](Word.HeadingStyles.Application.md) ###### [Count](Word.HeadingStyles.Count.md) ###### [Creator](Word.HeadingStyles.Creator.md) ###### [Parent](Word.HeadingStyles.Parent.md) #### [HiLoLines object](Word.HiLoLines.md) ##### Methods ###### [Delete](Word.HiLoLines.Delete.md) ###### [Select](Word.HiLoLines.Select.md) ##### Properties ###### [Application](Word.HiLoLines.Application.md) ###### [Border](Word.HiLoLines.Border.md) ###### [Creator](Word.HiLoLines.Creator.md) ###### [Format](Word.HiLoLines.Format.md) ###### [Name](Word.HiLoLines.Name.md) ###### [Parent](Word.HiLoLines.Parent.md) #### [HorizontalLineFormat object](Word.HorizontalLineFormat.md) ##### Properties ###### [Alignment](Word.HorizontalLineFormat.Alignment.md) ###### [Application](Word.HorizontalLineFormat.Application.md) ###### [Creator](Word.HorizontalLineFormat.Creator.md) ###### [NoShade](Word.HorizontalLineFormat.NoShade.md) ###### [Parent](Word.HorizontalLineFormat.Parent.md) ###### [PercentWidth](Word.HorizontalLineFormat.PercentWidth.md) ###### [WidthType](Word.HorizontalLineFormat.WidthType.md) #### [HTMLDivision object](Word.HTMLDivision.md) ##### Methods ###### [Delete](Word.HTMLDivision.Delete.md) ###### [HTMLDivisionParent](Word.HTMLDivision.HTMLDivisionParent.md) ##### Properties ###### [Application](Word.HTMLDivision.Application.md) ###### [Borders](Word.HTMLDivision.Borders.md) ###### [Creator](Word.HTMLDivision.Creator.md) ###### [HTMLDivisions](Word.HTMLDivision.HTMLDivisions.md) ###### [LeftIndent](Word.HTMLDivision.LeftIndent.md) ###### [Parent](Word.HTMLDivision.Parent.md) ###### [Range](Word.HTMLDivision.Range.md) ###### [RightIndent](Word.HTMLDivision.RightIndent.md) ###### [SpaceAfter](Word.HTMLDivision.SpaceAfter.md) ###### [SpaceBefore](Word.HTMLDivision.SpaceBefore.md) #### [HTMLDivisions object](Word.HTMLDivisions.md) ##### Methods ###### [Add](Word.HTMLDivisions.Add.md) ###### [Item](Word.HTMLDivisions.Item.md) ##### Properties ###### [Application](Word.HTMLDivisions.Application.md) ###### [Count](Word.HTMLDivisions.Count.md) ###### [Creator](Word.HTMLDivisions.Creator.md) ###### [NestingLevel](Word.HTMLDivisions.NestingLevel.md) ###### [Parent](Word.HTMLDivisions.Parent.md) #### [Hyperlink object](Word.Hyperlink.md) ##### Methods ###### [AddToFavorites](Word.Hyperlink.AddToFavorites.md) ###### [CreateNewDocument](Word.Hyperlink.CreateNewDocument.md) ###### [Delete](Word.Hyperlink.Delete.md) ###### [Follow](Word.Hyperlink.Follow.md) ##### Properties ###### [Address](Word.Hyperlink.Address.md) ###### [Application](Word.Hyperlink.Application.md) ###### [Creator](Word.Hyperlink.Creator.md) ###### [EmailSubject](Word.Hyperlink.EmailSubject.md) ###### [ExtraInfoRequired](Word.Hyperlink.ExtraInfoRequired.md) ###### [Name](Word.Hyperlink.Name.md) ###### [Parent](Word.Hyperlink.Parent.md) ###### [Range](Word.Hyperlink.Range.md) ###### [ScreenTip](Word.Hyperlink.ScreenTip.md) ###### [Shape](Word.Hyperlink.Shape.md) ###### [SubAddress](Word.Hyperlink.SubAddress.md) ###### [Target](Word.Hyperlink.Target.md) ###### [TextToDisplay](Word.Hyperlink.TextToDisplay.md) ###### [Type](Word.Hyperlink.Type.md) #### [Hyperlinks object](Word.hyperlinks.md) ##### Methods ###### [Add](Word.Hyperlinks.Add.md) ###### [Item](Word.Hyperlinks.Item.md) ##### Properties ###### [Application](Word.Hyperlinks.Application.md) ###### [Count](Word.Hyperlinks.Count.md) ###### [Creator](Word.Hyperlinks.Creator.md) ###### [Parent](Word.Hyperlinks.Parent.md) #### [Index object](Word.Index.md) ##### Methods ###### [Delete](Word.Index.Delete.md) ###### [Update](Word.Index.Update.md) ##### Properties ###### [AccentedLetters](Word.Index.AccentedLetters.md) ###### [Application](Word.Index.Application.md) ###### [Creator](Word.Index.Creator.md) ###### [Filter](Word.Index.Filter.md) ###### [HeadingSeparator](Word.Index.HeadingSeparator.md) ###### [IndexLanguage](Word.Index.IndexLanguage.md) ###### [NumberOfColumns](Word.Index.NumberOfColumns.md) ###### [Parent](Word.Index.Parent.md) ###### [Range](Word.Index.Range.md) ###### [RightAlignPageNumbers](Word.Index.RightAlignPageNumbers.md) ###### [SortBy](Word.Index.SortBy.md) ###### [TabLeader](Word.Index.TabLeader.md) ###### [Type](Word.Index.Type.md) #### [Indexes object](Word.indexes.md) ##### Methods ###### [Add](Word.Indexes.Add.md) ###### [AutoMarkEntries](Word.Indexes.AutoMarkEntries.md) ###### [Item](Word.Indexes.Item.md) ###### [MarkAllEntries](Word.Indexes.MarkAllEntries.md) ###### [MarkEntry](Word.Indexes.MarkEntry.md) ##### Properties ###### [Application](Word.Indexes.Application.md) ###### [Count](Word.Indexes.Count.md) ###### [Creator](Word.Indexes.Creator.md) ###### [Format](Word.Indexes.Format.md) ###### [Parent](Word.Indexes.Parent.md) #### [InlineShape object](Word.InlineShape.md) ##### Methods ###### [ConvertToShape](Word.InlineShape.ConvertToShape.md) ###### [Delete](Word.InlineShape.Delete.md) ###### [Reset](Word.InlineShape.Reset.md) ###### [Select](Word.InlineShape.Select.md) ##### Properties ###### [AlternativeText](Word.InlineShape.AlternativeText.md) ###### [Application](Word.InlineShape.Application.md) ###### [Borders](Word.InlineShape.Borders.md) ###### [Chart](Word.InlineShape.Chart.md) ###### [Creator](Word.InlineShape.Creator.md) ###### [Field](Word.InlineShape.Field.md) ###### [Fill](Word.InlineShape.Fill.md) ###### [Glow](Word.InlineShape.Glow.md) ###### [GroupItems](Word.InlineShape.GroupItems.md) ###### [HasChart](Word.InlineShape.HasChart.md) ###### [HasSmartArt](Word.InlineShape.HasSmartArt.md) ###### [Height](Word.InlineShape.Height.md) ###### [HorizontalLineFormat](Word.InlineShape.HorizontalLineFormat.md) ###### [Hyperlink](Word.InlineShape.Hyperlink.md) ###### [IsPictureBullet](Word.InlineShape.IsPictureBullet.md) ###### [Line](Word.InlineShape.Line.md) ###### [LinkFormat](Word.InlineShape.LinkFormat.md) ###### [LockAspectRatio](Word.InlineShape.LockAspectRatio.md) ###### [OLEFormat](Word.InlineShape.OLEFormat.md) ###### [Parent](Word.InlineShape.Parent.md) ###### [PictureFormat](Word.InlineShape.PictureFormat.md) ###### [Range](Word.InlineShape.Range.md) ###### [Reflection](Word.InlineShape.Reflection.md) ###### [ScaleHeight](Word.InlineShape.ScaleHeight.md) ###### [ScaleWidth](Word.InlineShape.ScaleWidth.md) ###### [Script](Word.InlineShape.Script.md) ###### [Shadow](Word.InlineShape.Shadow.md) ###### [SmartArt](Word.InlineShape.SmartArt.md) ###### [SoftEdge](Word.InlineShape.SoftEdge.md) ###### [TextEffect](Word.InlineShape.TextEffect.md) ###### [Title](Word.InlineShape.Title.md) ###### [Type](Word.InlineShape.Type.md) ###### [Width](Word.InlineShape.Width.md) #### [InlineShapes object](Word.inlineshapes.md) ##### Methods ###### [AddChart2](Word.inlineshapes.addchart2.md) ###### [AddHorizontalLine](Word.InlineShapes.AddHorizontalLine.md) ###### [AddHorizontalLineStandard](Word.InlineShapes.AddHorizontalLineStandard.md) ###### [AddOLEControl](Word.InlineShapes.AddOLEControl.md) ###### [AddOLEObject](Word.InlineShapes.AddOLEObject.md) ###### [AddPicture](Word.InlineShapes.AddPicture.md) ###### [AddPictureBullet](Word.InlineShapes.AddPictureBullet.md) ###### [AddSmartArt](Word.InlineShapes.AddSmartArt.md) ###### [AddWebVideo](Word.inlineshapes.addwebvideo.md) ###### [Item](Word.InlineShapes.Item.md) ###### [New](Word.InlineShapes.New.md) ##### Properties ###### [Application](Word.InlineShapes.Application.md) ###### [Count](Word.InlineShapes.Count.md) ###### [Creator](Word.InlineShapes.Creator.md) ###### [Parent](Word.InlineShapes.Parent.md) #### [Interior object](Word.Interior.md) ##### Properties ###### [Application](Word.Interior.Application.md) ###### [Color](Word.Interior.Color.md) ###### [ColorIndex](Word.Interior.ColorIndex.md) ###### [Creator](Word.Interior.Creator.md) ###### [InvertIfNegative](Word.Interior.InvertIfNegative.md) ###### [Parent](Word.Interior.Parent.md) ###### [Pattern](Word.Interior.Pattern.md) ###### [PatternColor](Word.Interior.PatternColor.md) ###### [PatternColorIndex](Word.Interior.PatternColorIndex.md) #### [KeyBinding object](Word.KeyBinding.md) ##### Methods ###### [Clear](Word.KeyBinding.Clear.md) ###### [Disable](Word.KeyBinding.Disable.md) ###### [Execute](Word.KeyBinding.Execute.md) ###### [Rebind](Word.KeyBinding.Rebind.md) ##### Properties ###### [Application](Word.KeyBinding.Application.md) ###### [Command](Word.KeyBinding.Command.md) ###### [CommandParameter](Word.KeyBinding.CommandParameter.md) ###### [Context](Word.KeyBinding.Context.md) ###### [Creator](Word.KeyBinding.Creator.md) ###### [KeyCategory](Word.KeyBinding.KeyCategory.md) ###### [KeyCode](Word.KeyBinding.KeyCode.md) ###### [KeyCode2](Word.KeyBinding.KeyCode2.md) ###### [KeyString](Word.KeyBinding.KeyString.md) ###### [Parent](Word.KeyBinding.Parent.md) ###### [Protected](Word.KeyBinding.Protected.md) #### [KeyBindings object](Word.keybindings.md) ##### Methods ###### [Add](Word.KeyBindings.Add.md) ###### [ClearAll](Word.KeyBindings.ClearAll.md) ###### [Item](Word.KeyBindings.Item.md) ###### [Key](Word.KeyBindings.Key.md) ##### Properties ###### [Application](Word.KeyBindings.Application.md) ###### [Context](Word.KeyBindings.Context.md) ###### [Count](Word.KeyBindings.Count.md) ###### [Creator](Word.KeyBindings.Creator.md) ###### [Parent](Word.KeyBindings.Parent.md) #### [KeysBoundTo object](Word.keysboundto.md) ##### Methods ###### [Item](Word.KeysBoundTo.Item.md) ###### [Key](Word.KeysBoundTo.Key.md) ##### Properties ###### [Application](Word.KeysBoundTo.Application.md) ###### [Command](Word.KeysBoundTo.Command.md) ###### [CommandParameter](Word.KeysBoundTo.CommandParameter.md) ###### [Context](Word.KeysBoundTo.Context.md) ###### [Count](Word.KeysBoundTo.Count.md) ###### [Creator](Word.KeysBoundTo.Creator.md) ###### [KeyCategory](Word.KeysBoundTo.KeyCategory.md) ###### [Parent](Word.KeysBoundTo.Parent.md) #### [Language object](Word.Language.md) ##### Properties ###### [ActiveGrammarDictionary](Word.Language.ActiveGrammarDictionary.md) ###### [ActiveHyphenationDictionary](Word.Language.ActiveHyphenationDictionary.md) ###### [ActiveSpellingDictionary](Word.Language.ActiveSpellingDictionary.md) ###### [ActiveThesaurusDictionary](Word.Language.ActiveThesaurusDictionary.md) ###### [Application](Word.Language.Application.md) ###### [Creator](Word.Language.Creator.md) ###### [DefaultWritingStyle](Word.Language.DefaultWritingStyle.md) ###### [ID](Word.Language.ID.md) ###### [Name](Word.Language.Name.md) ###### [NameLocal](Word.Language.NameLocal.md) ###### [Parent](Word.Language.Parent.md) ###### [SpellingDictionaryType](Word.Language.SpellingDictionaryType.md) ###### [WritingStyleList](Word.Language.WritingStyleList.md) #### [Languages object](Word.languages.md) ##### Methods ###### [Item](Word.Languages.Item.md) ##### Properties ###### [Application](Word.Languages.Application.md) ###### [Count](Word.Languages.Count.md) ###### [Creator](Word.Languages.Creator.md) ###### [Parent](Word.Languages.Parent.md) #### [LeaderLines object](Word.LeaderLines.md) ##### Methods ###### [Delete](Word.LeaderLines.Delete.md) ###### [Select](Word.LeaderLines.Select.md) ##### Properties ###### [Application](Word.LeaderLines.Application.md) ###### [Border](Word.LeaderLines.Border.md) ###### [Creator](Word.LeaderLines.Creator.md) ###### [Format](Word.LeaderLines.Format.md) ###### [Parent](Word.LeaderLines.Parent.md) #### [Legend object](Word.Legend.md) ##### Methods ###### [Clear](Word.Legend.Clear.md) ###### [Delete](Word.Legend.Delete.md) ###### [LegendEntries](Word.Legend.LegendEntries.md) ###### [Select](Word.Legend.Select.md) ##### Properties ###### [Application](Word.Legend.Application.md) ###### [Creator](Word.Legend.Creator.md) ###### [Format](Word.Legend.Format.md) ###### [Height](Word.Legend.Height.md) ###### [IncludeInLayout](Word.Legend.IncludeInLayout.md) ###### [Left](Word.Legend.Left.md) ###### [Name](Word.Legend.Name.md) ###### [Parent](Word.Legend.Parent.md) ###### [Position](Word.Legend.Position.md) ###### [Shadow](Word.Legend.Shadow.md) ###### [Top](Word.Legend.Top.md) ###### [Width](Word.Legend.Width.md) #### [LegendEntries object](Word.LegendEntries.md) ##### Methods ###### [Item](Word.LegendEntries.Item.md) ##### Properties ###### [Application](Word.LegendEntries.Application.md) ###### [Count](Word.LegendEntries.Count.md) ###### [Creator](Word.LegendEntries.Creator.md) ###### [Parent](Word.LegendEntries.Parent.md) #### [LegendEntry object](Word.LegendEntry.md) ##### Methods ###### [Delete](Word.LegendEntry.Delete.md) ###### [Select](Word.LegendEntry.Select.md) ##### Properties ###### [Application](Word.LegendEntry.Application.md) ###### [Creator](Word.LegendEntry.Creator.md) ###### [Font](Word.LegendEntry.Font.md) ###### [Format](Word.LegendEntry.Format.md) ###### [Height](Word.LegendEntry.Height.md) ###### [Index](Word.LegendEntry.Index.md) ###### [Left](Word.LegendEntry.Left.md) ###### [LegendKey](Word.LegendEntry.LegendKey.md) ###### [Parent](Word.LegendEntry.Parent.md) ###### [Top](Word.LegendEntry.Top.md) ###### [Width](Word.LegendEntry.Width.md) #### [LegendKey object](Word.LegendKey.md) ##### Methods ###### [ClearFormats](Word.LegendKey.ClearFormats.md) ###### [Delete](Word.LegendKey.Delete.md) ##### Properties ###### [Application](Word.LegendKey.Application.md) ###### [Creator](Word.LegendKey.Creator.md) ###### [Format](Word.LegendKey.Format.md) ###### [Height](Word.LegendKey.Height.md) ###### [InvertIfNegative](Word.LegendKey.InvertIfNegative.md) ###### [Left](Word.LegendKey.Left.md) ###### [MarkerBackgroundColor](Word.LegendKey.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](Word.LegendKey.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](Word.LegendKey.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](Word.LegendKey.MarkerForegroundColorIndex.md) ###### [MarkerSize](Word.LegendKey.MarkerSize.md) ###### [MarkerStyle](Word.LegendKey.MarkerStyle.md) ###### [Parent](Word.LegendKey.Parent.md) ###### [PictureType](Word.LegendKey.PictureType.md) ###### [PictureUnit2](Word.LegendKey.PictureUnit2.md) ###### [Shadow](Word.LegendKey.Shadow.md) ###### [Smooth](Word.LegendKey.Smooth.md) ###### [Top](Word.LegendKey.Top.md) ###### [Width](Word.LegendKey.Width.md) #### [LetterContent object](Word.LetterContent.md) ##### Properties ###### [Application](Word.LetterContent.Application.md) ###### [AttentionLine](Word.LetterContent.AttentionLine.md) ###### [CCList](Word.LetterContent.CCList.md) ###### [Closing](Word.LetterContent.Closing.md) ###### [Creator](Word.LetterContent.Creator.md) ###### [DateFormat](Word.LetterContent.DateFormat.md) ###### [Duplicate](Word.LetterContent.Duplicate.md) ###### [EnclosureNumber](Word.LetterContent.EnclosureNumber.md) ###### [IncludeHeaderFooter](Word.LetterContent.IncludeHeaderFooter.md) ###### [InfoBlock](Word.LetterContent.InfoBlock.md) ###### [Letterhead](Word.LetterContent.Letterhead.md) ###### [LetterheadLocation](Word.LetterContent.LetterheadLocation.md) ###### [LetterheadSize](Word.LetterContent.LetterheadSize.md) ###### [LetterStyle](Word.LetterContent.LetterStyle.md) ###### [MailingInstructions](Word.LetterContent.MailingInstructions.md) ###### [PageDesign](Word.LetterContent.PageDesign.md) ###### [Parent](Word.LetterContent.Parent.md) ###### [RecipientAddress](Word.LetterContent.RecipientAddress.md) ###### [RecipientCode](Word.LetterContent.RecipientCode.md) ###### [RecipientGender](Word.LetterContent.RecipientGender.md) ###### [RecipientName](Word.LetterContent.RecipientName.md) ###### [RecipientReference](Word.LetterContent.RecipientReference.md) ###### [ReturnAddress](Word.LetterContent.ReturnAddress.md) ###### [ReturnAddressShortForm](Word.LetterContent.ReturnAddressShortForm.md) ###### [Salutation](Word.LetterContent.Salutation.md) ###### [SalutationType](Word.LetterContent.SalutationType.md) ###### [SenderCity](Word.LetterContent.SenderCity.md) ###### [SenderCode](Word.LetterContent.SenderCode.md) ###### [SenderCompany](Word.LetterContent.SenderCompany.md) ###### [SenderGender](Word.LetterContent.SenderGender.md) ###### [SenderInitials](Word.LetterContent.SenderInitials.md) ###### [SenderJobTitle](Word.LetterContent.SenderJobTitle.md) ###### [SenderName](Word.LetterContent.SenderName.md) ###### [SenderReference](Word.LetterContent.SenderReference.md) ###### [Subject](Word.LetterContent.Subject.md) #### [Line object](Word.Line.md) ##### Properties ###### [Application](Word.Line.Application.md) ###### [Creator](Word.Line.Creator.md) ###### [Height](Word.Line.Height.md) ###### [Left](Word.Line.Left.md) ###### [LineType](Word.Line.LineType.md) ###### [Parent](Word.Line.Parent.md) ###### [Range](Word.Line.Range.md) ###### [Rectangles](Word.Line.Rectangles.md) ###### [Top](Word.Line.Top.md) ###### [Width](Word.Line.Width.md) #### [LineFormat object](Word.LineFormat.md) ##### Properties ###### [Application](Word.LineFormat.Application.md) ###### [BackColor](Word.LineFormat.BackColor.md) ###### [BeginArrowheadLength](Word.LineFormat.BeginArrowheadLength.md) ###### [BeginArrowheadStyle](Word.LineFormat.BeginArrowheadStyle.md) ###### [BeginArrowheadWidth](Word.LineFormat.BeginArrowheadWidth.md) ###### [Creator](Word.LineFormat.Creator.md) ###### [DashStyle](Word.LineFormat.DashStyle.md) ###### [EndArrowheadLength](Word.LineFormat.EndArrowheadLength.md) ###### [EndArrowheadStyle](Word.LineFormat.EndArrowheadStyle.md) ###### [EndArrowheadWidth](Word.LineFormat.EndArrowheadWidth.md) ###### [ForeColor](Word.LineFormat.ForeColor.md) ###### [InsetPen](Word.LineFormat.InsetPen.md) ###### [Parent](Word.LineFormat.Parent.md) ###### [Pattern](Word.LineFormat.Pattern.md) ###### [Style](Word.LineFormat.Style.md) ###### [Transparency](Word.LineFormat.Transparency.md) ###### [Visible](Word.LineFormat.Visible.md) ###### [Weight](Word.LineFormat.Weight.md) #### [LineNumbering object](Word.LineNumbering.md) ##### Properties ###### [Active](Word.LineNumbering.Active.md) ###### [Application](Word.LineNumbering.Application.md) ###### [CountBy](Word.LineNumbering.CountBy.md) ###### [Creator](Word.LineNumbering.Creator.md) ###### [DistanceFromText](Word.LineNumbering.DistanceFromText.md) ###### [Parent](Word.LineNumbering.Parent.md) ###### [RestartMode](Word.LineNumbering.RestartMode.md) ###### [StartingNumber](Word.LineNumbering.StartingNumber.md) #### [Lines object](Word.Lines.md) ##### Methods ###### [Item](Word.Lines.Item.md) ##### Properties ###### [Application](Word.Lines.Application.md) ###### [Count](Word.Lines.Count.md) ###### [Creator](Word.Lines.Creator.md) ###### [Parent](Word.Lines.Parent.md) #### [LinkFormat object](Word.LinkFormat.md) ##### Methods ###### [BreakLink](Word.LinkFormat.BreakLink.md) ###### [Update](Word.LinkFormat.Update.md) ##### Properties ###### [Application](Word.LinkFormat.Application.md) ###### [AutoUpdate](Word.LinkFormat.AutoUpdate.md) ###### [Creator](Word.LinkFormat.Creator.md) ###### [Locked](Word.LinkFormat.Locked.md) ###### [Parent](Word.LinkFormat.Parent.md) ###### [SavePictureWithDocument](Word.LinkFormat.SavePictureWithDocument.md) ###### [SourceFullName](Word.LinkFormat.SourceFullName.md) ###### [SourceName](Word.LinkFormat.SourceName.md) ###### [SourcePath](Word.LinkFormat.SourcePath.md) ###### [Type](Word.LinkFormat.Type.md) #### [List object](Word.List.md) ##### Methods ###### [ApplyListTemplate](Word.List.ApplyListTemplate.md) ###### [ApplyListTemplateWithLevel](Word.List.ApplyListTemplateWithLevel.md) ###### [CanContinuePreviousList](Word.List.CanContinuePreviousList.md) ###### [ConvertNumbersToText](Word.List.ConvertNumbersToText.md) ###### [CountNumberedItems](Word.List.CountNumberedItems.md) ###### [RemoveNumbers](Word.List.RemoveNumbers.md) ##### Properties ###### [Application](Word.List.Application.md) ###### [Creator](Word.List.Creator.md) ###### [ListParagraphs](Word.List.ListParagraphs.md) ###### [Parent](Word.List.Parent.md) ###### [Range](Word.List.Range.md) ###### [SingleListTemplate](Word.List.SingleListTemplate.md) ###### [StyleName](Word.List.StyleName.md) #### [ListEntries object](Word.listentries.md) ##### Methods ###### [Add](Word.ListEntries.Add.md) ###### [Clear](Word.ListEntries.Clear.md) ###### [Item](Word.ListEntries.Item.md) ##### Properties ###### [Application](Word.ListEntries.Application.md) ###### [Count](Word.ListEntries.Count.md) ###### [Creator](Word.ListEntries.Creator.md) ###### [Parent](Word.ListEntries.Parent.md) #### [ListEntry object](Word.ListEntry.md) ##### Methods ###### [Delete](Word.ListEntry.Delete.md) ##### Properties ###### [Application](Word.ListEntry.Application.md) ###### [Creator](Word.ListEntry.Creator.md) ###### [Index](Word.ListEntry.Index.md) ###### [Name](Word.ListEntry.Name.md) ###### [Parent](Word.ListEntry.Parent.md) #### [ListFormat object](Word.ListFormat.md) ##### Methods ###### [ApplyBulletDefault](Word.ListFormat.ApplyBulletDefault.md) ###### [ApplyListTemplate](Word.ListFormat.ApplyListTemplate.md) ###### [ApplyListTemplateWithLevel](Word.ListFormat.ApplyListTemplateWithLevel.md) ###### [ApplyNumberDefault](Word.ListFormat.ApplyNumberDefault.md) ###### [ApplyOutlineNumberDefault](Word.ListFormat.ApplyOutlineNumberDefault.md) ###### [CanContinuePreviousList](Word.ListFormat.CanContinuePreviousList.md) ###### [ConvertNumbersToText](Word.ListFormat.ConvertNumbersToText.md) ###### [CountNumberedItems](Word.ListFormat.CountNumberedItems.md) ###### [ListIndent](Word.ListFormat.ListIndent.md) ###### [ListOutdent](Word.ListFormat.ListOutdent.md) ###### [RemoveNumbers](Word.ListFormat.RemoveNumbers.md) ##### Properties ###### [Application](Word.ListFormat.Application.md) ###### [Creator](Word.ListFormat.Creator.md) ###### [List](Word.ListFormat.List.md) ###### [ListLevelNumber](Word.ListFormat.ListLevelNumber.md) ###### [ListPictureBullet](Word.ListFormat.ListPictureBullet.md) ###### [ListString](Word.ListFormat.ListString.md) ###### [ListTemplate](Word.ListFormat.ListTemplate.md) ###### [ListType](Word.ListFormat.ListType.md) ###### [ListValue](Word.ListFormat.ListValue.md) ###### [Parent](Word.ListFormat.Parent.md) ###### [SingleList](Word.ListFormat.SingleList.md) ###### [SingleListTemplate](Word.ListFormat.SingleListTemplate.md) #### [ListGalleries object](Word.listgalleries.md) ##### Methods ###### [Item](Word.ListGalleries.Item.md) ##### Properties ###### [Application](Word.ListGalleries.Application.md) ###### [Count](Word.ListGalleries.Count.md) ###### [Creator](Word.ListGalleries.Creator.md) ###### [Parent](Word.ListGalleries.Parent.md) #### [ListGallery object](Word.ListGallery.md) ##### Methods ###### [Reset](Word.ListGallery.Reset.md) ##### Properties ###### [Application](Word.ListGallery.Application.md) ###### [Creator](Word.ListGallery.Creator.md) ###### [ListTemplates](Word.ListGallery.ListTemplates.md) ###### [Modified](Word.ListGallery.Modified.md) ###### [Parent](Word.ListGallery.Parent.md) #### [ListLevel object](Word.ListLevel.md) ##### Methods ###### [ApplyPictureBullet](Word.ListLevel.ApplyPictureBullet.md) ##### Properties ###### [Alignment](Word.ListLevel.Alignment.md) ###### [Application](Word.ListLevel.Application.md) ###### [Creator](Word.ListLevel.Creator.md) ###### [Font](Word.ListLevel.Font.md) ###### [Index](Word.ListLevel.Index.md) ###### [LinkedStyle](Word.ListLevel.LinkedStyle.md) ###### [NumberFormat](Word.ListLevel.NumberFormat.md) ###### [NumberPosition](Word.ListLevel.NumberPosition.md) ###### [NumberStyle](Word.ListLevel.NumberStyle.md) ###### [Parent](Word.ListLevel.Parent.md) ###### [PictureBullet](Word.ListLevel.PictureBullet.md) ###### [ResetOnHigher](Word.ListLevel.ResetOnHigher.md) ###### [StartAt](Word.ListLevel.StartAt.md) ###### [TabPosition](Word.ListLevel.TabPosition.md) ###### [TextPosition](Word.ListLevel.TextPosition.md) ###### [TrailingCharacter](Word.ListLevel.TrailingCharacter.md) #### [ListLevels object](Word.listlevels.md) ##### Methods ###### [Item](Word.ListLevels.Item.md) ##### Properties ###### [Application](Word.ListLevels.Application.md) ###### [Count](Word.ListLevels.Count.md) ###### [Creator](Word.ListLevels.Creator.md) ###### [Parent](Word.ListLevels.Parent.md) #### [ListParagraphs object](Word.listparagraphs.md) ##### Methods ###### [Item](Word.ListParagraphs.Item.md) ##### Properties ###### [Application](Word.ListParagraphs.Application.md) ###### [Count](Word.ListParagraphs.Count.md) ###### [Creator](Word.ListParagraphs.Creator.md) ###### [Parent](Word.ListParagraphs.Parent.md) #### [Lists object](Word.lists.md) ##### Methods ###### [Item](Word.Lists.Item.md) ##### Properties ###### [Application](Word.Lists.Application.md) ###### [Count](Word.Lists.Count.md) ###### [Creator](Word.Lists.Creator.md) ###### [Parent](Word.Lists.Parent.md) #### [ListTemplate object](Word.ListTemplate.md) ##### Methods ###### [Convert](Word.ListTemplate.Convert.md) ##### Properties ###### [Application](Word.ListTemplate.Application.md) ###### [Creator](Word.ListTemplate.Creator.md) ###### [ListLevels](Word.ListTemplate.ListLevels.md) ###### [Name](Word.ListTemplate.Name.md) ###### [OutlineNumbered](Word.ListTemplate.OutlineNumbered.md) ###### [Parent](Word.ListTemplate.Parent.md) #### [ListTemplates object](Word.listtemplates.md) ##### Methods ###### [Add](Word.ListTemplates.Add.md) ###### [Item](Word.ListTemplates.Item.md) ##### Properties ###### [Application](Word.ListTemplates.Application.md) ###### [Count](Word.ListTemplates.Count.md) ###### [Creator](Word.ListTemplates.Creator.md) ###### [Parent](Word.ListTemplates.Parent.md) #### [MailingLabel object](Word.MailingLabel.md) ##### Methods ###### [CreateNewDocument](Word.MailingLabel.CreateNewDocument.md) ###### [CreateNewDocumentByID](Word.MailingLabel.CreateNewDocumentByID.md) ###### [LabelOptions](Word.MailingLabel.LabelOptions.md) ###### [PrintOut](Word.MailingLabel.PrintOut.md) ###### [PrintOutByID](Word.MailingLabel.PrintOutByID.md) ##### Properties ###### [Application](Word.MailingLabel.Application.md) ###### [Creator](Word.MailingLabel.Creator.md) ###### [CustomLabels](Word.MailingLabel.CustomLabels.md) ###### [DefaultLabelName](Word.MailingLabel.DefaultLabelName.md) ###### [DefaultLaserTray](Word.MailingLabel.DefaultLaserTray.md) ###### [Parent](Word.MailingLabel.Parent.md) ###### [Vertical](Word.MailingLabel.Vertical.md) #### [MailMerge object](Word.MailMerge.md) ##### Methods ###### [Check](Word.MailMerge.Check.md) ###### [CreateDataSource](Word.MailMerge.CreateDataSource.md) ###### [CreateHeaderSource](Word.MailMerge.CreateHeaderSource.md) ###### [EditDataSource](Word.MailMerge.EditDataSource.md) ###### [EditHeaderSource](Word.MailMerge.EditHeaderSource.md) ###### [EditMainDocument](Word.MailMerge.EditMainDocument.md) ###### [Execute](Word.MailMerge.Execute.md) ###### [OpenDataSource](Word.MailMerge.OpenDataSource.md) ###### [OpenHeaderSource](Word.MailMerge.OpenHeaderSource.md) ###### [ShowWizard](Word.MailMerge.ShowWizard.md) ##### Properties ###### [Application](Word.MailMerge.Application.md) ###### [Creator](Word.MailMerge.Creator.md) ###### [DataSource](Word.MailMerge.DataSource.md) ###### [Destination](Word.MailMerge.Destination.md) ###### [Fields](Word.MailMerge.Fields.md) ###### [HighlightMergeFields](Word.MailMerge.HighlightMergeFields.md) ###### [MailAddressFieldName](Word.MailMerge.MailAddressFieldName.md) ###### [MailAsAttachment](Word.MailMerge.MailAsAttachment.md) ###### [MailFormat](Word.MailMerge.MailFormat.md) ###### [MailSubject](Word.MailMerge.MailSubject.md) ###### [MainDocumentType](Word.MailMerge.MainDocumentType.md) ###### [Parent](Word.MailMerge.Parent.md) ###### [ShowSendToCustom](Word.MailMerge.ShowSendToCustom.md) ###### [State](Word.MailMerge.State.md) ###### [SuppressBlankLines](Word.MailMerge.SuppressBlankLines.md) ###### [ViewMailMergeFieldCodes](Word.MailMerge.ViewMailMergeFieldCodes.md) ###### [WizardState](Word.MailMerge.WizardState.md) #### [MailMergeDataField object](Word.mailmergedataField.md) ##### Properties ###### [Application](Word.mailmergedataField.Application.md) ###### [Creator](Word.mailmergedataField.Creator.md) ###### [Index](Word.mailmergedataField.Index.md) ###### [Name](Word.MailMergeDataField.Name.md) ###### [Parent](Word.mailmergedataField.Parent.md) ###### [Value](Word.MailMergeDataField.Value.md) #### [MailMergeDataFields object](Word.MailMergeDataFields.md) ##### Methods ###### [Item](Word.MailMergeDataFields.Item.md) ##### Properties ###### [Application](Word.MailMergeDataFields.Application.md) ###### [Count](Word.MailMergeDataFields.Count.md) ###### [Creator](Word.MailMergeDataFields.Creator.md) ###### [Parent](Word.MailMergeDataFields.Parent.md) #### [MailMergeDataSource object](Word.MailMergeDataSource.md) ##### Methods ###### [Close](Word.MailMergeDataSource.Close.md) ###### [FindRecord](Word.MailMergeDataSource.FindRecord.md) ###### [SetAllErrorFlags](Word.MailMergeDataSource.SetAllErrorFlags.md) ###### [SetAllIncludedFlags](Word.MailMergeDataSource.SetAllIncludedFlags.md) ##### Properties ###### [ActiveRecord](Word.MailMergeDataSource.ActiveRecord.md) ###### [Application](Word.MailMergeDataSource.Application.md) ###### [ConnectString](Word.MailMergeDataSource.ConnectString.md) ###### [Creator](Word.MailMergeDataSource.Creator.md) ###### [DataFields](Word.MailMergeDataSource.DataFields.md) ###### [FieldNames](Word.MailMergeDataSource.FieldNames.md) ###### [FirstRecord](Word.MailMergeDataSource.FirstRecord.md) ###### [HeaderSourceName](Word.MailMergeDataSource.HeaderSourceName.md) ###### [HeaderSourceType](Word.MailMergeDataSource.HeaderSourceType.md) ###### [Included](Word.MailMergeDataSource.Included.md) ###### [InvalidAddress](Word.MailMergeDataSource.InvalidAddress.md) ###### [InvalidComments](Word.MailMergeDataSource.InvalidComments.md) ###### [LastRecord](Word.MailMergeDataSource.LastRecord.md) ###### [MappedDataFields](Word.MailMergeDataSource.MappedDataFields.md) ###### [Name](Word.MailMergeDataSource.Name.md) ###### [Parent](Word.MailMergeDataSource.Parent.md) ###### [QueryString](Word.MailMergeDataSource.QueryString.md) ###### [RecordCount](Word.MailMergeDataSource.RecordCount.md) ###### [TableName](Word.MailMergeDataSource.TableName.md) ###### [Type](Word.MailMergeDataSource.Type.md) #### [MailMergeField object](Word.MailMergeField.md) ##### Methods ###### [Copy](Word.MailMergeField.Copy.md) ###### [Cut](Word.MailMergeField.Cut.md) ###### [Delete](Word.MailMergeField.Delete.md) ###### [Select](Word.MailMergeField.Select.md) ##### Properties ###### [Application](Word.MailMergeField.Application.md) ###### [Code](Word.MailMergeField.Code.md) ###### [Creator](Word.MailMergeField.Creator.md) ###### [Locked](Word.MailMergeField.Locked.md) ###### [Next](Word.MailMergeField.Next.md) ###### [Parent](Word.MailMergeField.Parent.md) ###### [Previous](Word.MailMergeField.Previous.md) ###### [Type](Word.MailMergeField.Type.md) #### [MailMergeFieldName object](Word.MailMergeFieldName.md) ##### Properties ###### [Application](Word.MailMergeFieldName.Application.md) ###### [Creator](Word.MailMergeFieldName.Creator.md) ###### [Index](Word.MailMergeFieldName.Index.md) ###### [Name](Word.MailMergeFieldName.Name.md) ###### [Parent](Word.MailMergeFieldName.Parent.md) #### [MailMergeFieldNames object](Word.MailMergeFieldNames.md) ##### Methods ###### [Item](Word.MailMergeFieldNames.Item.md) ##### Properties ###### [Application](Word.MailMergeFieldNames.Application.md) ###### [Count](Word.MailMergeFieldNames.Count.md) ###### [Creator](Word.MailMergeFieldNames.Creator.md) ###### [Parent](Word.MailMergeFieldNames.Parent.md) #### [MailMergeFields object](Word.MailMergeFields.md) ##### Methods ###### [Add](Word.MailMergeFields.Add.md) ###### [AddAsk](Word.MailMergeFields.AddAsk.md) ###### [AddFillIn](Word.MailMergeFields.AddFillIn.md) ###### [AddIf](Word.MailMergeFields.AddIf.md) ###### [AddMergeRec](Word.MailMergeFields.AddMergeRec.md) ###### [AddMergeSeq](Word.MailMergeFields.AddMergeSeq.md) ###### [AddNext](Word.MailMergeFields.AddNext.md) ###### [AddNextIf](Word.MailMergeFields.AddNextIf.md) ###### [AddSet](Word.MailMergeFields.AddSet.md) ###### [AddSkipIf](Word.MailMergeFields.AddSkipIf.md) ###### [Item](Word.MailMergeFields.Item.md) ##### Properties ###### [Application](Word.MailMergeFields.Application.md) ###### [Count](Word.MailMergeFields.Count.md) ###### [Creator](Word.MailMergeFields.Creator.md) ###### [Parent](Word.MailMergeFields.Parent.md) #### [MailMessage object](Word.MailMessage.md) ##### Methods ###### [CheckName](Word.MailMessage.CheckName.md) ###### [Delete](Word.MailMessage.Delete.md) ###### [DisplayMoveDialog](Word.MailMessage.DisplayMoveDialog.md) ###### [DisplayProperties](Word.MailMessage.DisplayProperties.md) ###### [DisplaySelectNamesDialog](Word.MailMessage.DisplaySelectNamesDialog.md) ###### [Forward](Word.MailMessage.Forward.md) ###### [GoToNext](Word.MailMessage.GoToNext.md) ###### [GoToPrevious](Word.MailMessage.GoToPrevious.md) ###### [Reply](Word.MailMessage.Reply.md) ###### [ReplyAll](Word.MailMessage.ReplyAll.md) ###### [ToggleHeader](Word.MailMessage.ToggleHeader.md) ##### Properties ###### [Application](Word.MailMessage.Application.md) ###### [Creator](Word.MailMessage.Creator.md) ###### [Parent](Word.MailMessage.Parent.md) #### [MappedDataField object](Word.mappeddataField.md) ##### Properties ###### [Application](Word.mappeddataField.Application.md) ###### [Creator](Word.mappeddataField.Creator.md) ###### [DataFieldIndex](Word.MappedDataField.DataFieldIndex.md) ###### [DataFieldName](Word.MappedDataField.DataFieldName.md) ###### [Index](Word.mappeddataField.Index.md) ###### [Name](Word.MappedDataField.Name.md) ###### [Parent](Word.mappeddataField.Parent.md) ###### [Value](Word.MappedDataField.Value.md) #### [MappedDataFields object](Word.MappedDataFields.md) ##### Methods ###### [Item](Word.MappedDataFields.Item.md) ##### Properties ###### [Application](Word.MappedDataFields.Application.md) ###### [Count](Word.MappedDataFields.Count.md) ###### [Creator](Word.MappedDataFields.Creator.md) ###### [Parent](Word.MappedDataFields.Parent.md) #### [Model3DFormat](Word.Model3DFormat.md) ##### Methods ###### [IncrementRotationX](Word.Model3DFormat.IncrementRotationX.md) ###### [IncrementRotationY](Word.Model3DFormat.IncrementRotationY.md) ###### [IncrementRotationZ](Word.Model3DFormat.IncrementRotationZ.md) ###### [ResetModel](Word.Model3DFormat.ResetModel.md) ##### Properties ###### [AutoFit](Word.Model3DFormat.AutoFit.md) ###### [CameraPositionX](Word.Model3DFormat.CameraPositionX.md) ###### [CameraPositionY](Word.Model3DFormat.CameraPositionY.md) ###### [CameraPositionZ](Word.Model3DFormat.CameraPositionZ.md) ###### [Creator](Word.Model3DFormat.Creator.md) ###### [FieldOfView](Word.Model3DFormat.FieldOfView.md) ###### [LookAtPointX](Word.Model3DFormat.LookAtPointX.md) ###### [LookAtPointY](Word.Model3DFormat.LookAtPointY.md) ###### [LookAtPointZ](Word.Model3DFormat.LookAtPointZ.md) ###### [RotationX](Word.Model3DFormat.RotationX.md) ###### [RotationY](Word.Model3DFormat.RotationY.md) ###### [RotationZ](Word.Model3DFormat.RotationZ.md) #### [OLEFormat object](Word.OLEFormat.md) ##### Methods ###### [Activate](Word.OLEFormat.Activate.md) ###### [ActivateAs](Word.OLEFormat.ActivateAs.md) ###### [ConvertTo](Word.OLEFormat.ConvertTo.md) ###### [DoVerb](Word.OLEFormat.DoVerb.md) ###### [Edit](Word.OLEFormat.Edit.md) ###### [Open](Word.OLEFormat.Open.md) ##### Properties ###### [Application](Word.OLEFormat.Application.md) ###### [ClassType](Word.OLEFormat.ClassType.md) ###### [Creator](Word.OLEFormat.Creator.md) ###### [DisplayAsIcon](Word.OLEFormat.DisplayAsIcon.md) ###### [IconIndex](Word.OLEFormat.IconIndex.md) ###### [IconLabel](Word.OLEFormat.IconLabel.md) ###### [IconName](Word.OLEFormat.IconName.md) ###### [IconPath](Word.OLEFormat.IconPath.md) ###### [Label](Word.OLEFormat.Label.md) ###### [Object](Word.OLEFormat.Object.md) ###### [Parent](Word.OLEFormat.Parent.md) ###### [PreserveFormattingOnUpdate](Word.OLEFormat.PreserveFormattingOnUpdate.md) ###### [ProgID](Word.OLEFormat.ProgID.md) #### [OMath object](Word.OMath.md) ##### Methods ###### [BuildUp](Word.OMath.BuildUp.md) ###### [ConvertToLiteralText](Word.OMath.ConvertToLiteralText.md) ###### [ConvertToMathText](Word.OMath.ConvertToMathText.md) ###### [ConvertToNormalText](Word.OMath.ConvertToNormalText.md) ###### [Linearize](Word.OMath.Linearize.md) ###### [Remove](Word.OMath.Remove.md) ##### Properties ###### [AlignPoint](Word.OMath.AlignPoint.md) ###### [Application](Word.OMath.Application.md) ###### [ArgIndex](Word.OMath.ArgIndex.md) ###### [ArgSize](Word.OMath.ArgSize.md) ###### [Breaks](Word.OMath.Breaks.md) ###### [Creator](Word.OMath.Creator.md) ###### [Functions](Word.OMath.Functions.md) ###### [Justification](Word.OMath.Justification.md) ###### [NestingLevel](Word.OMath.NestingLevel.md) ###### [Parent](Word.OMath.Parent.md) ###### [ParentArg](Word.OMath.ParentArg.md) ###### [ParentCol](Word.OMath.ParentCol.md) ###### [ParentFunction](Word.OMath.ParentFunction.md) ###### [ParentOMath](Word.OMath.ParentOMath.md) ###### [ParentRow](Word.OMath.ParentRow.md) ###### [Range](Word.OMath.Range.md) ###### [Type](Word.OMath.Type.md) #### [OMathAcc object](Word.OMathAcc.md) ##### Properties ###### [Application](Word.OMathAcc.Application.md) ###### [Char](Word.OMathAcc.Char.md) ###### [Creator](Word.OMathAcc.Creator.md) ###### [E](Word.OMathAcc.E.md) ###### [Parent](Word.OMathAcc.Parent.md) #### [OMathArgs object](Word.OMathArgs.md) ##### Methods ###### [Add](Word.OMathArgs.Add.md) ###### [Item](Word.OMathArgs.Item.md) ##### Properties ###### [Application](Word.OMathArgs.Application.md) ###### [Count](Word.OMathArgs.Count.md) ###### [Creator](Word.OMathArgs.Creator.md) ###### [Parent](Word.OMathArgs.Parent.md) #### [OMathAutoCorrect object](Word.OmathAutoCorrect.md) ##### Properties ###### [Application](Word.OmathAutoCorrect.Application.md) ###### [Creator](Word.OmathAutoCorrect.Creator.md) ###### [Entries](Word.OmathAutoCorrect.Entries.md) ###### [Functions](Word.OMathAutoCorrect.Functions.md) ###### [Parent](Word.OmathAutoCorrect.Parent.md) ###### [ReplaceText](Word.OmathAutoCorrect.ReplaceText.md) ###### [UseOutsideOMath](Word.OMathAutoCorrect.UseOutsideOMath.md) #### [OMathAutoCorrectEntries object](Word.OmathAutoCorrectentries.md) ##### Methods ###### [Add](Word.OmathAutoCorrectEntries.Add.md) ###### [Item](Word.OmathAutoCorrectEntries.Item.md) ##### Properties ###### [Application](Word.OmathAutoCorrectEntries.Application.md) ###### [Count](Word.OmathAutoCorrectEntries.Count.md) ###### [Creator](Word.OmathAutoCorrectEntries.Creator.md) ###### [Parent](Word.OmathAutoCorrectEntries.Parent.md) #### [OMathAutoCorrectEntry object](Word.OmathAutoCorrectEntry.md) ##### Methods ###### [Delete](Word.OmathAutoCorrectEntry.Delete.md) ##### Properties ###### [Application](Word.OmathAutoCorrectEntry.Application.md) ###### [Creator](Word.OmathAutoCorrectEntry.Creator.md) ###### [Index](Word.OmathAutoCorrectEntry.Index.md) ###### [Name](Word.OmathAutoCorrectEntry.Name.md) ###### [Parent](Word.OmathAutoCorrectEntry.Parent.md) ###### [Value](Word.OmathAutoCorrectEntry.Value.md) #### [OMathBar object](Word.OMathBar.md) ##### Properties ###### [Application](Word.OMathBar.Application.md) ###### [BarTop](Word.OMathBar.BarTop.md) ###### [Creator](Word.OMathBar.Creator.md) ###### [E](Word.OMathBar.E.md) ###### [Parent](Word.OMathBar.Parent.md) #### [OMathBorderBox object](Word.OMathBorderBox.md) ##### Properties ###### [Application](Word.OMathBorderBox.Application.md) ###### [Creator](Word.OMathBorderBox.Creator.md) ###### [E](Word.OMathBorderBox.E.md) ###### [HideBot](Word.OMathBorderBox.HideBot.md) ###### [HideLeft](Word.OMathBorderBox.HideLeft.md) ###### [HideRight](Word.OMathBorderBox.HideRight.md) ###### [HideTop](Word.OMathBorderBox.HideTop.md) ###### [Parent](Word.OMathBorderBox.Parent.md) ###### [StrikeBLTR](Word.OMathBorderBox.StrikeBLTR.md) ###### [StrikeH](Word.OMathBorderBox.StrikeH.md) ###### [StrikeTLBR](Word.OMathBorderBox.StrikeTLBR.md) ###### [StrikeV](Word.OMathBorderBox.StrikeV.md) #### [OMathBox object](Word.OMathBox.md) ##### Properties ###### [Application](Word.OMathBox.Application.md) ###### [Creator](Word.OMathBox.Creator.md) ###### [Diff](Word.OMathBox.Diff.md) ###### [E](Word.OMathBox.E.md) ###### [NoBreak](Word.OMathBox.NoBreak.md) ###### [OpEmu](Word.OMathBox.OpEmu.md) ###### [Parent](Word.OMathBox.Parent.md) #### [OMathBreak object](Word.OmathBreak.md) ##### Methods ###### [Delete](Word.OMathBreak.Delete.md) ##### Properties ###### [AlignAt](Word.OMathBreak.AlignAt.md) ###### [Application](Word.OmathBreak.Application.md) ###### [Creator](Word.OmathBreak.Creator.md) ###### [Parent](Word.OmathBreak.Parent.md) ###### [Range](Word.OmathBreak.Range.md) #### [OMathBreaks object](Word.OmathBreaks.md) ##### Methods ###### [Add](Word.OMathBreaks.Add.md) ###### [Item](Word.OmathBreaks.Item.md) ##### Properties ###### [Application](Word.OmathBreaks.Application.md) ###### [Count](Word.OmathBreaks.Count.md) ###### [Creator](Word.OmathBreaks.Creator.md) ###### [Parent](Word.OmathBreaks.Parent.md) #### [OMathDelim object](Word.OMathDelim.md) ##### Properties ###### [Application](Word.OMathDelim.Application.md) ###### [BegChar](Word.OMathDelim.BegChar.md) ###### [Creator](Word.OMathDelim.Creator.md) ###### [E](Word.OMathDelim.E.md) ###### [EndChar](Word.OMathDelim.EndChar.md) ###### [Grow](Word.OMathDelim.Grow.md) ###### [NoLeftChar](Word.OMathDelim.NoLeftChar.md) ###### [NoRightChar](Word.OMathDelim.NoRightChar.md) ###### [Parent](Word.OMathDelim.Parent.md) ###### [SepChar](Word.OMathDelim.SepChar.md) ###### [Shape](Word.OMathDelim.Shape.md) #### [OMathEqArray object](Word.OMathEqArray.md) ##### Properties ###### [Align](Word.OMathEqArray.Align.md) ###### [Application](Word.OMathEqArray.Application.md) ###### [Creator](Word.OMathEqArray.Creator.md) ###### [E](Word.OMathEqArray.E.md) ###### [MaxDist](Word.OMathEqArray.MaxDist.md) ###### [ObjDist](Word.OMathEqArray.ObjDist.md) ###### [Parent](Word.OMathEqArray.Parent.md) ###### [RowSpacing](Word.OMathEqArray.RowSpacing.md) ###### [RowSpacingRule](Word.OMathEqArray.RowSpacingRule.md) #### [OMathFrac object](Word.OMathFrac.md) ##### Properties ###### [Application](Word.OMathFrac.Application.md) ###### [Creator](Word.OMathFrac.Creator.md) ###### [Den](Word.OMathFrac.Den.md) ###### [Num](Word.OMathFrac.Num.md) ###### [Parent](Word.OMathFrac.Parent.md) ###### [Type](Word.OMathFrac.Type.md) #### [OMathFunc object](Word.OMathFunc.md) ##### Properties ###### [Application](Word.OMathFunc.Application.md) ###### [Creator](Word.OMathFunc.Creator.md) ###### [E](Word.OMathFunc.E.md) ###### [FName](Word.OMathFunc.FName.md) ###### [Parent](Word.OMathFunc.Parent.md) #### [OMathFunction object](Word.OMathFunction.md) ##### Methods ###### [Remove](Word.OMathFunction.Remove.md) ##### Properties ###### [Acc](Word.OMathFunction.Acc.md) ###### [Application](Word.OMathFunction.Application.md) ###### [Args](Word.OMathFunction.Args.md) ###### [Bar](Word.OMathFunction.Bar.md) ###### [BorderBox](Word.OMathFunction.BorderBox.md) ###### [Box](Word.OMathFunction.Box.md) ###### [Creator](Word.OMathFunction.Creator.md) ###### [Delim](Word.OMathFunction.Delim.md) ###### [EqArray](Word.OMathFunction.EqArray.md) ###### [Frac](Word.OMathFunction.Frac.md) ###### [Func](Word.OMathFunction.Func.md) ###### [GroupChar](Word.OMathFunction.GroupChar.md) ###### [LimLow](Word.OMathFunction.LimLow.md) ###### [LimUpp](Word.OMathFunction.LimUpp.md) ###### [Mat](Word.OMathFunction.Mat.md) ###### [Nary](Word.OMathFunction.Nary.md) ###### [OMath](Word.OMathFunction.OMath.md) ###### [Parent](Word.OMathFunction.Parent.md) ###### [Phantom](Word.OMathFunction.Phantom.md) ###### [Rad](Word.OMathFunction.Rad.md) ###### [Range](Word.OMathFunction.Range.md) ###### [ScrPre](Word.OMathFunction.ScrPre.md) ###### [ScrSub](Word.OMathFunction.ScrSub.md) ###### [ScrSubSup](Word.OMathFunction.ScrSubSup.md) ###### [ScrSup](Word.OMathFunction.ScrSup.md) ###### [Type](Word.OMathFunction.Type.md) #### [OMathFunctions object](Word.OMathFunctions.md) ##### Methods ###### [Add](Word.OMathFunctions.Add.md) ###### [Item](Word.OMathFunctions.Item.md) ##### Properties ###### [Application](Word.OMathFunctions.Application.md) ###### [Count](Word.OMathFunctions.Count.md) ###### [Creator](Word.OMathFunctions.Creator.md) ###### [Parent](Word.OMathFunctions.Parent.md) #### [OMathGroupChar object](Word.OMathGroupChar.md) ##### Properties ###### [AlignTop](Word.OMathGroupChar.AlignTop.md) ###### [Application](Word.OMathGroupChar.Application.md) ###### [Char](Word.OMathGroupChar.Char.md) ###### [CharTop](Word.OMathGroupChar.CharTop.md) ###### [Creator](Word.OMathGroupChar.Creator.md) ###### [E](Word.OMathGroupChar.E.md) ###### [Parent](Word.OMathGroupChar.Parent.md) #### [OMathLimLow object](Word.OMathLimLow.md) ##### Methods ###### [ToLimUpp](Word.OMathLimLow.ToLimUpp.md) ##### Properties ###### [Application](Word.OMathLimLow.Application.md) ###### [Creator](Word.OMathLimLow.Creator.md) ###### [E](Word.OMathLimLow.E.md) ###### [Lim](Word.OMathLimLow.Lim.md) ###### [Parent](Word.OMathLimLow.Parent.md) #### [OMathLimUpp object](Word.OMathLimUpp.md) ##### Methods ###### [ToLimLow](Word.OMathLimUpp.ToLimLow.md) ##### Properties ###### [Application](Word.OMathLimUpp.Application.md) ###### [Creator](Word.OMathLimUpp.Creator.md) ###### [E](Word.OMathLimUpp.E.md) ###### [Lim](Word.OMathLimUpp.Lim.md) ###### [Parent](Word.OMathLimUpp.Parent.md) #### [OMathMat object](Word.OMathMat.md) ##### Properties ###### [Align](Word.OMathMat.Align.md) ###### [Application](Word.OMathMat.Application.md) ###### [Cell](Word.OMathMat.Cell.md) ###### [ColGap](Word.OMathMat.ColGap.md) ###### [ColGapRule](Word.OMathMat.ColGapRule.md) ###### [Cols](Word.OMathMat.Cols.md) ###### [ColSpacing](Word.OMathMat.ColSpacing.md) ###### [Creator](Word.OMathMat.Creator.md) ###### [Parent](Word.OMathMat.Parent.md) ###### [PlcHoldHidden](Word.OMathMat.PlcHoldHidden.md) ###### [Rows](Word.OMathMat.Rows.md) ###### [RowSpacing](Word.OMathMat.RowSpacing.md) ###### [RowSpacingRule](Word.OMathMat.RowSpacingRule.md) #### [OMathMatCol object](Word.OMathMatCol.md) ##### Methods ###### [Delete](Word.OMathMatCol.Delete.md) ##### Properties ###### [Align](Word.OMathMatCol.Align.md) ###### [Application](Word.OMathMatCol.Application.md) ###### [Args](Word.OMathMatCol.Args.md) ###### [ColIndex](Word.OMathMatCol.ColIndex.md) ###### [Creator](Word.OMathMatCol.Creator.md) ###### [Parent](Word.OMathMatCol.Parent.md) #### [OMathMatCols object](Word.OMathMatCols.md) ##### Methods ###### [Add](Word.OMathMatCols.Add.md) ###### [Item](Word.OMathMatCols.Item.md) ##### Properties ###### [Application](Word.OMathMatCols.Application.md) ###### [Count](Word.OMathMatCols.Count.md) ###### [Creator](Word.OMathMatCols.Creator.md) ###### [Parent](Word.OMathMatCols.Parent.md) #### [OMathMatRow object](Word.OMathMatRow.md) ##### Methods ###### [Delete](Word.OMathMatRow.Delete.md) ##### Properties ###### [Application](Word.OMathMatRow.Application.md) ###### [Args](Word.OMathMatRow.Args.md) ###### [Creator](Word.OMathMatRow.Creator.md) ###### [Parent](Word.OMathMatRow.Parent.md) ###### [RowIndex](Word.OMathMatRow.RowIndex.md) #### [OMathMatRows object](Word.OMathMatRows.md) ##### Methods ###### [Add](Word.OMathMatRows.Add.md) ###### [Item](Word.OMathMatRows.Item.md) ##### Properties ###### [Application](Word.OMathMatRows.Application.md) ###### [Count](Word.OMathMatRows.Count.md) ###### [Creator](Word.OMathMatRows.Creator.md) ###### [Parent](Word.OMathMatRows.Parent.md) #### [OMathNary object](Word.OMathNary.md) ##### Properties ###### [Application](Word.OMathNary.Application.md) ###### [Char](Word.OMathNary.Char.md) ###### [Creator](Word.OMathNary.Creator.md) ###### [E](Word.OMathNary.E.md) ###### [Grow](Word.OMathNary.Grow.md) ###### [HideSub](Word.OMathNary.HideSub.md) ###### [HideSup](Word.OMathNary.HideSup.md) ###### [Parent](Word.OMathNary.Parent.md) ###### [Sub](Word.OMathNary.Sub.md) ###### [SubSupLim](Word.OMathNary.SubSupLim.md) ###### [Sup](Word.OMathNary.Sup.md) #### [OMathPhantom object](Word.OMathPhantom.md) ##### Properties ###### [Application](Word.OMathPhantom.Application.md) ###### [Creator](Word.OMathPhantom.Creator.md) ###### [E](Word.OMathPhantom.E.md) ###### [Parent](Word.OMathPhantom.Parent.md) ###### [Show](Word.OMathPhantom.Show.md) ###### [Smash](Word.OMathPhantom.Smash.md) ###### [Transp](Word.OMathPhantom.Transp.md) ###### [ZeroAsc](Word.OMathPhantom.ZeroAsc.md) ###### [ZeroDesc](Word.OMathPhantom.ZeroDesc.md) ###### [ZeroWid](Word.OMathPhantom.ZeroWid.md) #### [OMathRad object](Word.OMathRad.md) ##### Properties ###### [Application](Word.OMathRad.Application.md) ###### [Creator](Word.OMathRad.Creator.md) ###### [Deg](Word.OMathRad.Deg.md) ###### [E](Word.OMathRad.E.md) ###### [HideDeg](Word.OMathRad.HideDeg.md) ###### [Parent](Word.OMathRad.Parent.md) #### [OMathRecognizedFunction object](Word.OMathRecognizedFunction.md) ##### Methods ###### [Delete](Word.OMathRecognizedFunction.Delete.md) ##### Properties ###### [Application](Word.OMathRecognizedFunction.Application.md) ###### [Creator](Word.OMathRecognizedFunction.Creator.md) ###### [Index](Word.OMathRecognizedFunction.Index.md) ###### [Name](Word.OMathRecognizedFunction.Name.md) ###### [Parent](Word.OMathRecognizedFunction.Parent.md) #### [OMathRecognizedFunctions object](Word.OMathRecognizedFunctions.md) ##### Methods ###### [Add](Word.OMathRecognizedFunctions.Add.md) ###### [Item](Word.OMathRecognizedFunctions.Item.md) ##### Properties ###### [Application](Word.OMathRecognizedFunctions.Application.md) ###### [Count](Word.OMathRecognizedFunctions.Count.md) ###### [Creator](Word.OMathRecognizedFunctions.Creator.md) ###### [Parent](Word.OMathRecognizedFunctions.Parent.md) #### [OMaths object](Word.OMaths.md) ##### Methods ###### [Add](Word.OMaths.Add.md) ###### [BuildUp](Word.OMaths.BuildUp.md) ###### [Item](Word.OMaths.Item.md) ###### [Linearize](Word.OMaths.Linearize.md) ##### Properties ###### [Application](Word.OMaths.Application.md) ###### [Count](Word.OMaths.Count.md) ###### [Creator](Word.OMaths.Creator.md) ###### [Parent](Word.OMaths.Parent.md) #### [OMathScrPre object](Word.OMathScrPre.md) ##### Methods ###### [ToScrSubSup](Word.OMathScrPre.ToScrSubSup.md) ##### Properties ###### [Application](Word.OMathScrPre.Application.md) ###### [Creator](Word.OMathScrPre.Creator.md) ###### [E](Word.OMathScrPre.E.md) ###### [Parent](Word.OMathScrPre.Parent.md) ###### [Sub](Word.OMathScrPre.Sub.md) ###### [Sup](Word.OMathScrPre.Sup.md) #### [OMathScrSub object](Word.OMathScrSub.md) ##### Properties ###### [Application](Word.OMathScrSub.Application.md) ###### [Creator](Word.OMathScrSub.Creator.md) ###### [E](Word.OMathScrSub.E.md) ###### [Parent](Word.OMathScrSub.Parent.md) ###### [Sub](Word.OMathScrSub.Sub.md) #### [OMathScrSubSup object](Word.OMathScrSubSup.md) ##### Methods ###### [RemoveSub](Word.OMathScrSubSup.RemoveSub.md) ###### [RemoveSup](Word.OMathScrSubSup.RemoveSup.md) ###### [ToScrPre](Word.OMathScrSubSup.ToScrPre.md) ##### Properties ###### [AlignScripts](Word.OMathScrSubSup.AlignScripts.md) ###### [Application](Word.OMathScrSubSup.Application.md) ###### [Creator](Word.OMathScrSubSup.Creator.md) ###### [E](Word.OMathScrSubSup.E.md) ###### [Parent](Word.OMathScrSubSup.Parent.md) ###### [Sub](Word.OMathScrSubSup.Sub.md) ###### [Sup](Word.OMathScrSubSup.Sup.md) #### [OMathScrSup object](Word.OMathScrSup.md) ##### Properties ###### [Application](Word.OMathScrSup.Application.md) ###### [Creator](Word.OMathScrSup.Creator.md) ###### [E](Word.OMathScrSup.E.md) ###### [Parent](Word.OMathScrSup.Parent.md) ###### [Sup](Word.OMathScrSup.Sup.md) #### [Options object](Word.Options.md) ##### Properties ###### [AddBiDirectionalMarksWhenSavingTextFile](Word.Options.AddBiDirectionalMarksWhenSavingTextFile.md) ###### [AddControlCharacters](Word.Options.AddControlCharacters.md) ###### [AddHebDoubleQuote](Word.Options.AddHebDoubleQuote.md) ###### [AlertIfNotDefault](Word.options.alertifnotdefault.md) ###### [AllowAccentedUppercase](Word.Options.AllowAccentedUppercase.md) ###### [AllowClickAndTypeMouse](Word.Options.AllowClickAndTypeMouse.md) ###### [AllowCombinedAuxiliaryForms](Word.Options.AllowCombinedAuxiliaryForms.md) ###### [AllowCompoundNounProcessing](Word.Options.AllowCompoundNounProcessing.md) ###### [AllowDragAndDrop](Word.Options.AllowDragAndDrop.md) ###### [AllowOpenInDraftView](Word.Options.AllowOpenInDraftView.md) ###### [AllowPixelUnits](Word.Options.AllowPixelUnits.md) ###### [AllowReadingMode](Word.Options.AllowReadingMode.md) ###### [AnimateScreenMovements](Word.Options.AnimateScreenMovements.md) ###### [Application](Word.Options.Application.md) ###### [ApplyFarEastFontsToAscii](Word.Options.ApplyFarEastFontsToAscii.md) ###### [ArabicMode](Word.Options.ArabicMode.md) ###### [ArabicNumeral](Word.Options.ArabicNumeral.md) ###### [AutoCreateNewDrawings](Word.Options.AutoCreateNewDrawings.md) ###### [AutoFormatApplyBulletedLists](Word.Options.AutoFormatApplyBulletedLists.md) ###### [AutoFormatApplyFirstIndents](Word.Options.AutoFormatApplyFirstIndents.md) ###### [AutoFormatApplyHeadings](Word.Options.AutoFormatApplyHeadings.md) ###### [AutoFormatApplyLists](Word.Options.AutoFormatApplyLists.md) ###### [AutoFormatApplyOtherParas](Word.Options.AutoFormatApplyOtherParas.md) ###### [AutoFormatAsYouTypeApplyBorders](Word.Options.AutoFormatAsYouTypeApplyBorders.md) ###### [AutoFormatAsYouTypeApplyBulletedLists](Word.Options.AutoFormatAsYouTypeApplyBulletedLists.md) ###### [AutoFormatAsYouTypeApplyClosings](Word.Options.AutoFormatAsYouTypeApplyClosings.md) ###### [AutoFormatAsYouTypeApplyDates](Word.Options.AutoFormatAsYouTypeApplyDates.md) ###### [AutoFormatAsYouTypeApplyFirstIndents](Word.Options.AutoFormatAsYouTypeApplyFirstIndents.md) ###### [AutoFormatAsYouTypeApplyHeadings](Word.Options.AutoFormatAsYouTypeApplyHeadings.md) ###### [AutoFormatAsYouTypeApplyNumberedLists](Word.Options.AutoFormatAsYouTypeApplyNumberedLists.md) ###### [AutoFormatAsYouTypeApplyTables](Word.Options.AutoFormatAsYouTypeApplyTables.md) ###### [AutoFormatAsYouTypeAutoLetterWizard](Word.Options.AutoFormatAsYouTypeAutoLetterWizard.md) ###### [AutoFormatAsYouTypeDefineStyles](Word.Options.AutoFormatAsYouTypeDefineStyles.md) ###### [AutoFormatAsYouTypeDeleteAutoSpaces](Word.Options.AutoFormatAsYouTypeDeleteAutoSpaces.md) ###### [AutoFormatAsYouTypeFormatListItemBeginning](Word.Options.AutoFormatAsYouTypeFormatListItemBeginning.md) ###### [AutoFormatAsYouTypeInsertClosings](Word.Options.AutoFormatAsYouTypeInsertClosings.md) ###### [AutoFormatAsYouTypeInsertOvers](Word.Options.AutoFormatAsYouTypeInsertOvers.md) ###### [AutoFormatAsYouTypeMatchParentheses](Word.Options.AutoFormatAsYouTypeMatchParentheses.md) ###### [AutoFormatAsYouTypeReplaceFarEastDashes](Word.Options.AutoFormatAsYouTypeReplaceFarEastDashes.md) ###### [AutoFormatAsYouTypeReplaceFractions](Word.Options.AutoFormatAsYouTypeReplaceFractions.md) ###### [AutoFormatAsYouTypeReplaceHyperlinks](Word.Options.AutoFormatAsYouTypeReplaceHyperlinks.md) ###### [AutoFormatAsYouTypeReplaceOrdinals](Word.Options.AutoFormatAsYouTypeReplaceOrdinals.md) ###### [AutoFormatAsYouTypeReplacePlainTextEmphasis](Word.Options.AutoFormatAsYouTypeReplacePlainTextEmphasis.md) ###### [AutoFormatAsYouTypeReplaceQuotes](Word.Options.AutoFormatAsYouTypeReplaceQuotes.md) ###### [AutoFormatAsYouTypeReplaceSymbols](Word.Options.AutoFormatAsYouTypeReplaceSymbols.md) ###### [AutoFormatDeleteAutoSpaces](Word.Options.AutoFormatDeleteAutoSpaces.md) ###### [AutoFormatMatchParentheses](Word.Options.AutoFormatMatchParentheses.md) ###### [AutoFormatPlainTextWordMail](Word.Options.AutoFormatPlainTextWordMail.md) ###### [AutoFormatPreserveStyles](Word.Options.AutoFormatPreserveStyles.md) ###### [AutoFormatReplaceFarEastDashes](Word.Options.AutoFormatReplaceFarEastDashes.md) ###### [AutoFormatReplaceFractions](Word.Options.AutoFormatReplaceFractions.md) ###### [AutoFormatReplaceHyperlinks](Word.Options.AutoFormatReplaceHyperlinks.md) ###### [AutoFormatReplaceOrdinals](Word.Options.AutoFormatReplaceOrdinals.md) ###### [AutoFormatReplacePlainTextEmphasis](Word.Options.AutoFormatReplacePlainTextEmphasis.md) ###### [AutoFormatReplaceQuotes](Word.Options.AutoFormatReplaceQuotes.md) ###### [AutoFormatReplaceSymbols](Word.Options.AutoFormatReplaceSymbols.md) ###### [AutoKeyboardSwitching](Word.Options.AutoKeyboardSwitching.md) ###### [AutoWordSelection](Word.Options.AutoWordSelection.md) ###### [BackgroundSave](Word.Options.BackgroundSave.md) ###### [BibliographySort](Word.Options.BibliographySort.md) ###### [BibliographyStyle](Word.Options.BibliographyStyle.md) ###### [BrazilReform](Word.Options.BrazilReform.md) ###### [ButtonFieldClicks](Word.Options.ButtonFieldClicks.md) ###### [CheckGrammarAsYouType](Word.Options.CheckGrammarAsYouType.md) ###### [CheckGrammarWithSpelling](Word.Options.CheckGrammarWithSpelling.md) ###### [CheckHangulEndings](Word.Options.CheckHangulEndings.md) ###### [CheckSpellingAsYouType](Word.Options.CheckSpellingAsYouType.md) ###### [CloudSignInOption](Word.options.cloudsigninoption.md) ###### [CommentsColor](Word.Options.CommentsColor.md) ###### [ConfirmConversions](Word.Options.ConfirmConversions.md) ###### [ContextualSpeller](Word.Options.ContextualSpeller.md) ###### [ConvertHighAnsiToFarEast](Word.Options.ConvertHighAnsiToFarEast.md) ###### [CreateBackup](Word.Options.CreateBackup.md) ###### [Creator](Word.Options.Creator.md) ###### [CtrlClickHyperlinkToOpen](Word.Options.CtrlClickHyperlinkToOpen.md) ###### [CursorMovement](Word.Options.CursorMovement.md) ###### [DefaultBorderColor](Word.Options.DefaultBorderColor.md) ###### [DefaultBorderColorIndex](Word.Options.DefaultBorderColorIndex.md) ###### [DefaultBorderLineStyle](Word.Options.DefaultBorderLineStyle.md) ###### [DefaultBorderLineWidth](Word.Options.DefaultBorderLineWidth.md) ###### [DefaultEPostageApp](Word.Options.DefaultEPostageApp.md) ###### [DefaultFilePath](Word.Options.DefaultFilePath.md) ###### [DefaultHighlightColorIndex](Word.Options.DefaultHighlightColorIndex.md) ###### [DefaultOpenFormat](Word.Options.DefaultOpenFormat.md) ###### [DefaultTextEncoding](Word.Options.DefaultTextEncoding.md) ###### [DefaultTray](Word.Options.DefaultTray.md) ###### [DefaultTrayID](Word.Options.DefaultTrayID.md) ###### [DeletedCellColor](Word.Options.DeletedCellColor.md) ###### [DeletedTextColor](Word.Options.DeletedTextColor.md) ###### [DeletedTextMark](Word.Options.DeletedTextMark.md) ###### [DiacriticColorVal](Word.Options.DiacriticColorVal.md) ###### [DisableFeaturesbyDefault](Word.Options.DisableFeaturesbyDefault.md) ###### [DisableFeaturesIntroducedAfterbyDefault](Word.Options.DisableFeaturesIntroducedAfterbyDefault.md) ###### [DisplayAlignmentGuides](Word.options.displayalignmentguides.md) ###### [DisplayGridLines](Word.Options.DisplayGridLines.md) ###### [DisplayPasteOptions](Word.Options.DisplayPasteOptions.md) ###### [DocumentViewDirection](Word.Options.DocumentViewDirection.md) ###### [DoNotPromptForConvert](Word.Options.DoNotPromptForConvert.md) ###### [EnableHangulHanjaRecentOrdering](Word.Options.EnableHangulHanjaRecentOrdering.md) ###### [EnableLegacyIMEMode](Word.Options.EnableLegacyIMEMode.md) ###### [EnableLiveDrag](Word.options.enablelivedrag.md) ###### [EnableLivePreview](Word.Options.EnableLivePreview.md) ###### [EnableMisusedWordsDictionary](Word.Options.EnableMisusedWordsDictionary.md) ###### [EnableProofingToolsAdvertisement](Word.options.enableproofingtoolsadvertisement.md) ###### [EnableSound](Word.Options.EnableSound.md) ###### [EnvelopeFeederInstalled](Word.Options.EnvelopeFeederInstalled.md) ###### [ExpandHeadingsOnOpen](Word.options.expandheadingsonopen.md) ###### [FormatScanning](Word.Options.FormatScanning.md) ###### [FrenchReform](Word.Options.FrenchReform.md) ###### [GridDistanceHorizontal](Word.Options.GridDistanceHorizontal.md) ###### [GridDistanceVertical](Word.Options.GridDistanceVertical.md) ###### [GridOriginHorizontal](Word.Options.GridOriginHorizontal.md) ###### [GridOriginVertical](Word.Options.GridOriginVertical.md) ###### [HangulHanjaFastConversion](Word.Options.HangulHanjaFastConversion.md) ###### [HebrewMode](Word.Options.HebrewMode.md) ###### [IgnoreInternetAndFileAddresses](Word.Options.IgnoreInternetAndFileAddresses.md) ###### [IgnoreMixedDigits](Word.Options.IgnoreMixedDigits.md) ###### [IgnoreUppercase](Word.Options.IgnoreUppercase.md) ###### [IMEAutomaticControl](Word.Options.IMEAutomaticControl.md) ###### [InlineConversion](Word.Options.InlineConversion.md) ###### [InsertedCellColor](Word.Options.InsertedCellColor.md) ###### [InsertedTextColor](Word.Options.InsertedTextColor.md) ###### [InsertedTextMark](Word.Options.InsertedTextMark.md) ###### [INSKeyForOvertype](Word.Options.INSKeyForOvertype.md) ###### [INSKeyForPaste](Word.Options.INSKeyForPaste.md) ###### [InterpretHighAnsi](Word.Options.InterpretHighAnsi.md) ###### [LocalNetworkFile](Word.Options.LocalNetworkFile.md) ###### [MapPaperSize](Word.Options.MapPaperSize.md) ###### [MarginAlignmentGuides](Word.options.marginalignmentguides.md) ###### [MatchFuzzyAY](Word.Options.MatchFuzzyAY.md) ###### [MatchFuzzyBV](Word.Options.MatchFuzzyBV.md) ###### [MatchFuzzyByte](Word.Options.MatchFuzzyByte.md) ###### [MatchFuzzyCase](Word.Options.MatchFuzzyCase.md) ###### [MatchFuzzyDash](Word.Options.MatchFuzzyDash.md) ###### [MatchFuzzyDZ](Word.Options.MatchFuzzyDZ.md) ###### [MatchFuzzyHF](Word.Options.MatchFuzzyHF.md) ###### [MatchFuzzyHiragana](Word.Options.MatchFuzzyHiragana.md) ###### [MatchFuzzyIterationMark](Word.Options.MatchFuzzyIterationMark.md) ###### [MatchFuzzyKanji](Word.Options.MatchFuzzyKanji.md) ###### [MatchFuzzyKiKu](Word.Options.MatchFuzzyKiKu.md) ###### [MatchFuzzyOldKana](Word.Options.MatchFuzzyOldKana.md) ###### [MatchFuzzyProlongedSoundMark](Word.Options.MatchFuzzyProlongedSoundMark.md) ###### [MatchFuzzyPunctuation](Word.Options.MatchFuzzyPunctuation.md) ###### [MatchFuzzySmallKana](Word.Options.MatchFuzzySmallKana.md) ###### [MatchFuzzySpace](Word.Options.MatchFuzzySpace.md) ###### [MatchFuzzyTC](Word.Options.MatchFuzzyTC.md) ###### [MatchFuzzyZJ](Word.Options.MatchFuzzyZJ.md) ###### [MeasurementUnit](Word.Options.MeasurementUnit.md) ###### [MergedCellColor](Word.Options.MergedCellColor.md) ###### [MonthNames](Word.Options.MonthNames.md) ###### [MoveFromTextColor](Word.Options.MoveFromTextColor.md) ###### [MoveFromTextMark](Word.Options.MoveFromTextMark.md) ###### [MoveToTextColor](Word.Options.MoveToTextColor.md) ###### [MoveToTextMark](Word.Options.MoveToTextMark.md) ###### [MultipleWordConversionsMode](Word.Options.MultipleWordConversionsMode.md) ###### [OMathAutoBuildUp](Word.Options.OMathAutoBuildUp.md) ###### [OMathCopyLF](Word.Options.OMathCopyLF.md) ###### [OptimizeForWord97byDefault](Word.Options.OptimizeForWord97byDefault.md) ###### [Overtype](Word.Options.Overtype.md) ###### [PageAlignmentGuides](Word.options.pagealignmentguides.md) ###### [Pagination](Word.Options.Pagination.md) ###### [ParagraphAlignmentGuides](Word.options.paragraphalignmentguides.md) ###### [Parent](Word.Options.Parent.md) ###### [PasteAdjustParagraphSpacing](Word.Options.PasteAdjustParagraphSpacing.md) ###### [PasteAdjustTableFormatting](Word.Options.PasteAdjustTableFormatting.md) ###### [PasteAdjustWordSpacing](Word.Options.PasteAdjustWordSpacing.md) ###### [PasteFormatBetweenDocuments](Word.Options.PasteFormatBetweenDocuments.md) ###### [PasteFormatBetweenStyledDocuments](Word.Options.PasteFormatBetweenStyledDocuments.md) ###### [PasteFormatFromExternalSource](Word.Options.PasteFormatFromExternalSource.md) ###### [PasteFormatWithinDocument](Word.Options.PasteFormatWithinDocument.md) ###### [PasteMergeFromPPT](Word.Options.PasteMergeFromPPT.md) ###### [PasteMergeFromXL](Word.Options.PasteMergeFromXL.md) ###### [PasteMergeLists](Word.Options.PasteMergeLists.md) ###### [PasteOptionKeepBulletsAndNumbers](Word.Options.PasteOptionKeepBulletsAndNumbers.md) ###### [PasteSmartCutPaste](Word.Options.PasteSmartCutPaste.md) ###### [PasteSmartStyleBehavior](Word.Options.PasteSmartStyleBehavior.md) ###### [PictureEditor](Word.Options.PictureEditor.md) ###### [PictureWrapType](Word.Options.PictureWrapType.md) ###### [PortugalReform](Word.Options.PortugalReform.md) ###### [PrecisePositioning](Word.Options.PrecisePositioning.md) ###### [PreferCloudSaveLocations](Word.options.prefercloudsavelocations.md) ###### [PrintBackground](Word.Options.PrintBackground.md) ###### [PrintBackgrounds](Word.Options.PrintBackgrounds.md) ###### [PrintComments](Word.Options.PrintComments.md) ###### [PrintDraft](Word.Options.PrintDraft.md) ###### [PrintDrawingObjects](Word.Options.PrintDrawingObjects.md) ###### [PrintEvenPagesInAscendingOrder](Word.Options.PrintEvenPagesInAscendingOrder.md) ###### [PrintFieldCodes](Word.Options.PrintFieldCodes.md) ###### [PrintHiddenText](Word.Options.PrintHiddenText.md) ###### [PrintOddPagesInAscendingOrder](Word.Options.PrintOddPagesInAscendingOrder.md) ###### [PrintProperties](Word.Options.PrintProperties.md) ###### [PrintReverse](Word.Options.PrintReverse.md) ###### [PrintXMLTag](Word.Options.PrintXMLTag.md) ###### [PromptUpdateStyle](Word.Options.PromptUpdateStyle.md) ###### [RepeatWord](Word.Options.RepeatWord.md) ###### [ReplaceSelection](Word.Options.ReplaceSelection.md) ###### [RevisedLinesColor](Word.Options.RevisedLinesColor.md) ###### [RevisedLinesMark](Word.Options.RevisedLinesMark.md) ###### [RevisedPropertiesColor](Word.Options.RevisedPropertiesColor.md) ###### [RevisedPropertiesMark](Word.Options.RevisedPropertiesMark.md) ###### [RevisionsBalloonPrintOrientation](Word.Options.RevisionsBalloonPrintOrientation.md) ###### [RTFInClipboard](Word.options.rtfinclipboard.md) ###### [SaveInterval](Word.Options.SaveInterval.md) ###### [SaveNormalPrompt](Word.Options.SaveNormalPrompt.md) ###### [SavePropertiesPrompt](Word.Options.SavePropertiesPrompt.md) ###### [SendMailAttach](Word.Options.SendMailAttach.md) ###### [SequenceCheck](Word.Options.SequenceCheck.md) ###### [ShortMenuNames](Word.Options.Options.ShortMenuNames.md) ###### [ShowControlCharacters](Word.Options.ShowControlCharacters.md) ###### [ShowDevTools](Word.Options.ShowDevTools.md) ###### [ShowDiacritics](Word.Options.ShowDiacritics.md) ###### [ShowFormatError](Word.Options.ShowFormatError.md) ###### [ShowMarkupOpenSave](Word.Options.ShowMarkupOpenSave.md) ###### [ShowMenuFloaties](Word.Options.ShowMenuFloaties.md) ###### [ShowReadabilityStatistics](Word.Options.ShowReadabilityStatistics.md) ###### [ShowSelectionFloaties](Word.Options.ShowSelectionFloaties.md) ###### [SkyDriveSignInOption](Word.options.skydrivesigninoption.md) ###### [SmartCursoring](Word.Options.SmartCursoring.md) ###### [SmartCutPaste](Word.Options.SmartCutPaste.md) ###### [SmartParaSelection](Word.Options.SmartParaSelection.md) ###### [SnapToGrid](Word.Options.SnapToGrid.md) ###### [SnapToShapes](Word.Options.SnapToShapes.md) ###### [SpanishMode](Word.Options.SpanishMode.md) ###### [SplitCellColor](Word.Options.SplitCellColor.md) ###### [StoreRSIDOnSave](Word.Options.StoreRSIDOnSave.md) ###### [StrictFinalYaa](Word.Options.StrictFinalYaa.md) ###### [StrictInitialAlefHamza](Word.Options.StrictInitialAlefHamza.md) ###### [StrictRussianE](Word.Options.StrictRussianE.md) ###### [StrictTaaMarboota](Word.Options.StrictTaaMarboota.md) ###### [SuggestFromMainDictionaryOnly](Word.Options.SuggestFromMainDictionaryOnly.md) ###### [SuggestSpellingCorrections](Word.Options.SuggestSpellingCorrections.md) ###### [TabIndentKey](Word.Options.TabIndentKey.md) ###### [TypeNReplace](Word.Options.TypeNReplace.md) ###### [UpdateFieldsAtPrint](Word.Options.UpdateFieldsAtPrint.md) ###### [UpdateFieldsWithTrackedChangesAtPrint](Word.Options.UpdateFieldsWithTrackedChangesAtPrint.md) ###### [UpdateLinksAtOpen](Word.Options.UpdateLinksAtOpen.md) ###### [UpdateLinksAtPrint](Word.Options.UpdateLinksAtPrint.md) ###### [UpdateStyleListBehavior](Word.Options.UpdateStyleListBehavior.md) ###### [UseCharacterUnit](Word.Options.UseCharacterUnit.md) ###### [UseDiffDiacColor](Word.Options.UseDiffDiacColor.md) ###### [UseGermanSpellingReform](Word.Options.UseGermanSpellingReform.md) ###### [UseLocalUserInfo](Word.options.uselocaluserinfo.md) ###### [UseNormalStyleForList](Word.Options.UseNormalStyleForList.md) ###### [UseSubPixelPositioning](Word.options.usesubpixelpositioning.md) ###### [VisualSelection](Word.Options.VisualSelection.md) ###### [WarnBeforeSavingPrintingSendingMarkup](Word.Options.WarnBeforeSavingPrintingSendingMarkup.md) #### [OtherCorrectionsException object](Word.OtherCorrectionsException.md) ##### Methods ###### [Delete](Word.OtherCorrectionsException.Delete.md) ##### Properties ###### [Application](Word.OtherCorrectionsException.Application.md) ###### [Creator](Word.OtherCorrectionsException.Creator.md) ###### [Index](Word.OtherCorrectionsException.Index.md) ###### [Name](Word.OtherCorrectionsException.Name.md) ###### [Parent](Word.OtherCorrectionsException.Parent.md) #### [OtherCorrectionsExceptions object](Word.othercorrectionsexceptions.md) ##### Methods ###### [Add](Word.OtherCorrectionsExceptions.Add.md) ###### [Item](Word.OtherCorrectionsExceptions.Item.md) ##### Properties ###### [Application](Word.OtherCorrectionsExceptions.Application.md) ###### [Count](Word.OtherCorrectionsExceptions.Count.md) ###### [Creator](Word.OtherCorrectionsExceptions.Creator.md) ###### [Parent](Word.OtherCorrectionsExceptions.Parent.md) #### [Page object](Word.Page.md) ##### Properties ###### [Application](Word.Page.Application.md) ###### [Breaks](Word.Page.Breaks.md) ###### [Creator](Word.Page.Creator.md) ###### [EnhMetaFileBits](Word.Page.EnhMetaFileBits.md) ###### [Height](Word.Page.Height.md) ###### [Left](Word.Page.Left.md) ###### [Parent](Word.Page.Parent.md) ###### [Rectangles](Word.Page.Rectangles.md) ###### [Top](Word.Page.Top.md) ###### [Width](Word.Page.Width.md) #### [PageNumber object](Word.PageNumber.md) ##### Methods ###### [Copy](Word.PageNumber.Copy.md) ###### [Cut](Word.PageNumber.Cut.md) ###### [Delete](Word.PageNumber.Delete.md) ###### [Select](Word.PageNumber.Select.md) ##### Properties ###### [Alignment](Word.PageNumber.Alignment.md) ###### [Application](Word.PageNumber.Application.md) ###### [Creator](Word.PageNumber.Creator.md) ###### [Index](Word.PageNumber.Index.md) ###### [Parent](Word.PageNumber.Parent.md) #### [PageNumbers object](Word.pagenumbers.md) ##### Methods ###### [Add](Word.PageNumbers.Add.md) ###### [Item](Word.PageNumbers.Item.md) ##### Properties ###### [Application](Word.PageNumbers.Application.md) ###### [ChapterPageSeparator](Word.PageNumbers.ChapterPageSeparator.md) ###### [Count](Word.PageNumbers.Count.md) ###### [Creator](Word.PageNumbers.Creator.md) ###### [DoubleQuote](Word.PageNumbers.DoubleQuote.md) ###### [HeadingLevelForChapter](Word.PageNumbers.HeadingLevelForChapter.md) ###### [IncludeChapterNumber](Word.PageNumbers.IncludeChapterNumber.md) ###### [NumberStyle](Word.PageNumbers.NumberStyle.md) ###### [Parent](Word.PageNumbers.Parent.md) ###### [RestartNumberingAtSection](Word.PageNumbers.RestartNumberingAtSection.md) ###### [ShowFirstPageNumber](Word.PageNumbers.ShowFirstPageNumber.md) ###### [StartingNumber](Word.PageNumbers.StartingNumber.md) #### [Pages object](Word.pages.md) ##### Methods ###### [Item](Word.Pages.Item.md) ##### Properties ###### [Application](Word.Pages.Application.md) ###### [Count](Word.Pages.Count.md) ###### [Creator](Word.Pages.Creator.md) ###### [Parent](Word.Pages.Parent.md) #### [PageSetup object](Word.PageSetup.md) ##### Methods ###### [SetAsTemplateDefault](Word.PageSetup.SetAsTemplateDefault.md) ###### [TogglePortrait](Word.PageSetup.TogglePortrait.md) ##### Properties ###### [Application](Word.PageSetup.Application.md) ###### [BookFoldPrinting](Word.PageSetup.BookFoldPrinting.md) ###### [BookFoldPrintingSheets](Word.PageSetup.BookFoldPrintingSheets.md) ###### [BookFoldRevPrinting](Word.PageSetup.BookFoldRevPrinting.md) ###### [BottomMargin](Word.PageSetup.BottomMargin.md) ###### [CharsLine](Word.PageSetup.CharsLine.md) ###### [Creator](Word.PageSetup.Creator.md) ###### [DifferentFirstPageHeaderFooter](Word.PageSetup.DifferentFirstPageHeaderFooter.md) ###### [FirstPageTray](Word.PageSetup.FirstPageTray.md) ###### [FooterDistance](Word.PageSetup.FooterDistance.md) ###### [Gutter](Word.PageSetup.Gutter.md) ###### [GutterPos](Word.PageSetup.GutterPos.md) ###### [GutterStyle](Word.PageSetup.GutterStyle.md) ###### [HeaderDistance](Word.PageSetup.HeaderDistance.md) ###### [LayoutMode](Word.PageSetup.LayoutMode.md) ###### [LeftMargin](Word.PageSetup.LeftMargin.md) ###### [LineNumbering](Word.PageSetup.LineNumbering.md) ###### [LinesPage](Word.PageSetup.LinesPage.md) ###### [MirrorMargins](Word.PageSetup.MirrorMargins.md) ###### [OddAndEvenPagesHeaderFooter](Word.PageSetup.OddAndEvenPagesHeaderFooter.md) ###### [Orientation](Word.PageSetup.Orientation.md) ###### [OtherPagesTray](Word.PageSetup.OtherPagesTray.md) ###### [PageHeight](Word.PageSetup.PageHeight.md) ###### [PageWidth](Word.PageSetup.PageWidth.md) ###### [PaperSize](Word.PageSetup.PaperSize.md) ###### [Parent](Word.PageSetup.Parent.md) ###### [RightMargin](Word.PageSetup.RightMargin.md) ###### [SectionDirection](Word.PageSetup.SectionDirection.md) ###### [SectionStart](Word.PageSetup.SectionStart.md) ###### [ShowGrid](Word.pagesetup.showgrid.md) ###### [SuppressEndnotes](Word.PageSetup.SuppressEndnotes.md) ###### [TextColumns](Word.PageSetup.TextColumns.md) ###### [TopMargin](Word.PageSetup.TopMargin.md) ###### [TwoPagesOnOne](Word.PageSetup.TwoPagesOnOne.md) ###### [VerticalAlignment](Word.PageSetup.VerticalAlignment.md) #### [Pane object](Word.Pane.md) ##### Methods ###### [Activate](Word.Pane.Activate.md) ###### [AutoScroll](Word.Pane.AutoScroll.md) ###### [Close](Word.Pane.Close.md) ###### [LargeScroll](Word.Pane.LargeScroll.md) ###### [NewFrameset](Word.Pane.NewFrameset.md) ###### [PageScroll](Word.Pane.PageScroll.md) ###### [SmallScroll](Word.Pane.SmallScroll.md) ###### [TOCInFrameset](Word.Pane.TOCInFrameset.md) ##### Properties ###### [Application](Word.Pane.Application.md) ###### [BrowseWidth](Word.Pane.BrowseWidth.md) ###### [Creator](Word.Pane.Creator.md) ###### [DisplayRulers](Word.Pane.DisplayRulers.md) ###### [DisplayVerticalRuler](Word.Pane.DisplayVerticalRuler.md) ###### [Document](Word.Pane.Document.md) ###### [Frameset](Word.Pane.Frameset.md) ###### [HorizontalPercentScrolled](Word.Pane.HorizontalPercentScrolled.md) ###### [Index](Word.Pane.Index.md) ###### [MinimumFontSize](Word.Pane.MinimumFontSize.md) ###### [Next](Word.Pane.Next.md) ###### [Pages](Word.Pane.Pages.md) ###### [Parent](Word.Pane.Parent.md) ###### [Previous](Word.Pane.Previous.md) ###### [Selection](Word.Pane.Selection.md) ###### [VerticalPercentScrolled](Word.Pane.VerticalPercentScrolled.md) ###### [View](Word.Pane.View.md) ###### [Zooms](Word.Pane.Zooms.md) #### [Panes object](Word.panes.md) ##### Methods ###### [Add](Word.Panes.Add.md) ###### [Item](Word.Panes.Item.md) ##### Properties ###### [Application](Word.Panes.Application.md) ###### [Count](Word.Panes.Count.md) ###### [Creator](Word.Panes.Creator.md) ###### [Parent](Word.Panes.Parent.md) #### [Paragraph object](Word.Paragraph.md) ##### Methods ###### [CloseUp](Word.Paragraph.CloseUp.md) ###### [Indent](Word.Paragraph.Indent.md) ###### [IndentCharWidth](Word.Paragraph.IndentCharWidth.md) ###### [IndentFirstLineCharWidth](Word.Paragraph.IndentFirstLineCharWidth.md) ###### [JoinList](Word.Paragraph.JoinList.md) ###### [ListAdvanceTo](Word.Paragraph.ListAdvanceTo.md) ###### [Next](Word.Paragraph.Next.md) ###### [OpenOrCloseUp](Word.Paragraph.OpenOrCloseUp.md) ###### [OpenUp](Word.Paragraph.OpenUp.md) ###### [Outdent](Word.Paragraph.Outdent.md) ###### [OutlineDemote](Word.Paragraph.OutlineDemote.md) ###### [OutlineDemoteToBody](Word.Paragraph.OutlineDemoteToBody.md) ###### [OutlinePromote](Word.Paragraph.OutlinePromote.md) ###### [Previous](Word.Paragraph.Previous.md) ###### [Reset](Word.Paragraph.Reset.md) ###### [ResetAdvanceTo](Word.Paragraph.ResetAdvanceTo.md) ###### [SelectNumber](Word.Paragraph.SelectNumber.md) ###### [SeparateList](Word.Paragraph.SeparateList.md) ###### [Space1](Word.Paragraph.Space1.md) ###### [Space15](Word.Paragraph.Space15.md) ###### [Space2](Word.Paragraph.Space2.md) ###### [TabHangingIndent](Word.Paragraph.TabHangingIndent.md) ###### [TabIndent](Word.Paragraph.TabIndent.md) ##### Properties ###### [AddSpaceBetweenFarEastAndAlpha](Word.Paragraph.AddSpaceBetweenFarEastAndAlpha.md) ###### [AddSpaceBetweenFarEastAndDigit](Word.Paragraph.AddSpaceBetweenFarEastAndDigit.md) ###### [Alignment](Word.Paragraph.Alignment.md) ###### [Application](Word.Paragraph.Application.md) ###### [AutoAdjustRightIndent](Word.Paragraph.AutoAdjustRightIndent.md) ###### [BaseLineAlignment](Word.Paragraph.BaseLineAlignment.md) ###### [Borders](Word.Paragraph.Borders.md) ###### [CharacterUnitFirstLineIndent](Word.Paragraph.CharacterUnitFirstLineIndent.md) ###### [CharacterUnitLeftIndent](Word.Paragraph.CharacterUnitLeftIndent.md) ###### [CharacterUnitRightIndent](Word.Paragraph.CharacterUnitRightIndent.md) ###### [CollapsedState](Word.paragraph.collapsedstate.md) ###### [CollapseHeadingByDefault](Word.paragraph.collapseheadingbydefault.md) ###### [Creator](Word.Paragraph.Creator.md) ###### [DisableLineHeightGrid](Word.Paragraph.DisableLineHeightGrid.md) ###### [DropCap](Word.Paragraph.DropCap.md) ###### [FarEastLineBreakControl](Word.Paragraph.FarEastLineBreakControl.md) ###### [FirstLineIndent](Word.Paragraph.FirstLineIndent.md) ###### [Format](Word.Paragraph.Format.md) ###### [HalfWidthPunctuationOnTopOfLine](Word.Paragraph.HalfWidthPunctuationOnTopOfLine.md) ###### [HangingPunctuation](Word.Paragraph.HangingPunctuation.md) ###### [Hyphenation](Word.Paragraph.Hyphenation.md) ###### [ID](Word.Paragraph.ID.md) ###### [IsStyleSeparator](Word.Paragraph.IsStyleSeparator.md) ###### [KeepTogether](Word.Paragraph.KeepTogether.md) ###### [KeepWithNext](Word.Paragraph.KeepWithNext.md) ###### [LeftIndent](Word.Paragraph.LeftIndent.md) ###### [LineSpacing](Word.Paragraph.LineSpacing.md) ###### [LineSpacingRule](Word.Paragraph.LineSpacingRule.md) ###### [LineUnitAfter](Word.Paragraph.LineUnitAfter.md) ###### [LineUnitBefore](Word.Paragraph.LineUnitBefore.md) ###### [ListNumberOriginal](Word.Paragraph.ListNumberOriginal.md) ###### [MirrorIndents](Word.Paragraph.MirrorIndents.md) ###### [NoLineNumber](Word.Paragraph.NoLineNumber.md) ###### [OutlineLevel](Word.Paragraph.OutlineLevel.md) ###### [PageBreakBefore](Word.Paragraph.PageBreakBefore.md) ###### [Parent](Word.Paragraph.Parent.md) ###### [Range](Word.Paragraph.Range.md) ###### [ReadingOrder](Word.Paragraph.ReadingOrder.md) ###### [RightIndent](Word.Paragraph.RightIndent.md) ###### [Shading](Word.Paragraph.Shading.md) ###### [SpaceAfter](Word.Paragraph.SpaceAfter.md) ###### [SpaceAfterAuto](Word.Paragraph.SpaceAfterAuto.md) ###### [SpaceBefore](Word.Paragraph.SpaceBefore.md) ###### [SpaceBeforeAuto](Word.Paragraph.SpaceBeforeAuto.md) ###### [Style](Word.Paragraph.Style.md) ###### [TabStops](Word.Paragraph.TabStops.md) ###### [TextboxTightWrap](Word.Paragraph.TextboxTightWrap.md) ###### [WidowControl](Word.Paragraph.WidowControl.md) ###### [WordWrap](Word.Paragraph.WordWrap.md) #### [ParagraphFormat object](Word.ParagraphFormat.md) ##### Methods ###### [CloseUp](Word.ParagraphFormat.CloseUp.md) ###### [IndentCharWidth](Word.ParagraphFormat.IndentCharWidth.md) ###### [IndentFirstLineCharWidth](Word.ParagraphFormat.IndentFirstLineCharWidth.md) ###### [OpenOrCloseUp](Word.ParagraphFormat.OpenOrCloseUp.md) ###### [OpenUp](Word.ParagraphFormat.OpenUp.md) ###### [Reset](Word.ParagraphFormat.Reset.md) ###### [Space1](Word.ParagraphFormat.Space1.md) ###### [Space15](Word.ParagraphFormat.Space15.md) ###### [Space2](Word.ParagraphFormat.Space2.md) ###### [TabHangingIndent](Word.ParagraphFormat.TabHangingIndent.md) ###### [TabIndent](Word.ParagraphFormat.TabIndent.md) ##### Properties ###### [AddSpaceBetweenFarEastAndAlpha](Word.ParagraphFormat.AddSpaceBetweenFarEastAndAlpha.md) ###### [AddSpaceBetweenFarEastAndDigit](Word.ParagraphFormat.AddSpaceBetweenFarEastAndDigit.md) ###### [Alignment](Word.ParagraphFormat.Alignment.md) ###### [Application](Word.ParagraphFormat.Application.md) ###### [AutoAdjustRightIndent](Word.ParagraphFormat.AutoAdjustRightIndent.md) ###### [BaseLineAlignment](Word.ParagraphFormat.BaseLineAlignment.md) ###### [Borders](Word.ParagraphFormat.Borders.md) ###### [CharacterUnitFirstLineIndent](Word.ParagraphFormat.CharacterUnitFirstLineIndent.md) ###### [CharacterUnitLeftIndent](Word.ParagraphFormat.CharacterUnitLeftIndent.md) ###### [CharacterUnitRightIndent](Word.ParagraphFormat.CharacterUnitRightIndent.md) ###### [CollapsedByDefault](Word.paragraphformat.collapsedbydefault.md) ###### [Creator](Word.ParagraphFormat.Creator.md) ###### [DisableLineHeightGrid](Word.ParagraphFormat.DisableLineHeightGrid.md) ###### [Duplicate](Word.ParagraphFormat.Duplicate.md) ###### [FarEastLineBreakControl](Word.ParagraphFormat.FarEastLineBreakControl.md) ###### [FirstLineIndent](Word.ParagraphFormat.FirstLineIndent.md) ###### [HalfWidthPunctuationOnTopOfLine](Word.ParagraphFormat.HalfWidthPunctuationOnTopOfLine.md) ###### [HangingPunctuation](Word.ParagraphFormat.HangingPunctuation.md) ###### [Hyphenation](Word.ParagraphFormat.Hyphenation.md) ###### [KeepTogether](Word.ParagraphFormat.KeepTogether.md) ###### [KeepWithNext](Word.ParagraphFormat.KeepWithNext.md) ###### [LeftIndent](Word.ParagraphFormat.LeftIndent.md) ###### [LineSpacing](Word.ParagraphFormat.LineSpacing.md) ###### [LineSpacingRule](Word.ParagraphFormat.LineSpacingRule.md) ###### [LineUnitAfter](Word.ParagraphFormat.LineUnitAfter.md) ###### [LineUnitBefore](Word.ParagraphFormat.LineUnitBefore.md) ###### [MirrorIndents](Word.ParagraphFormat.MirrorIndents.md) ###### [NoLineNumber](Word.ParagraphFormat.NoLineNumber.md) ###### [OutlineLevel](Word.ParagraphFormat.OutlineLevel.md) ###### [PageBreakBefore](Word.ParagraphFormat.PageBreakBefore.md) ###### [Parent](Word.ParagraphFormat.Parent.md) ###### [ReadingOrder](Word.ParagraphFormat.ReadingOrder.md) ###### [RightIndent](Word.ParagraphFormat.RightIndent.md) ###### [Shading](Word.ParagraphFormat.Shading.md) ###### [SpaceAfter](Word.ParagraphFormat.SpaceAfter.md) ###### [SpaceAfterAuto](Word.ParagraphFormat.SpaceAfterAuto.md) ###### [SpaceBefore](Word.ParagraphFormat.SpaceBefore.md) ###### [SpaceBeforeAuto](Word.ParagraphFormat.SpaceBeforeAuto.md) ###### [Style](Word.ParagraphFormat.Style.md) ###### [TabStops](Word.ParagraphFormat.TabStops.md) ###### [TextboxTightWrap](Word.ParagraphFormat.TextboxTightWrap.md) ###### [WidowControl](Word.ParagraphFormat.WidowControl.md) ###### [WordWrap](Word.ParagraphFormat.WordWrap.md) #### [Paragraphs object](Word.paragraphs.md) ##### Methods ###### [Add](Word.Paragraphs.Add.md) ###### [CloseUp](Word.Paragraphs.CloseUp.md) ###### [DecreaseSpacing](Word.Paragraphs.DecreaseSpacing.md) ###### [IncreaseSpacing](Word.Paragraphs.IncreaseSpacing.md) ###### [Indent](Word.Paragraphs.Indent.md) ###### [IndentCharWidth](Word.Paragraphs.IndentCharWidth.md) ###### [IndentFirstLineCharWidth](Word.Paragraphs.IndentFirstLineCharWidth.md) ###### [Item](Word.Paragraphs.Item.md) ###### [OpenOrCloseUp](Word.Paragraphs.OpenOrCloseUp.md) ###### [OpenUp](Word.Paragraphs.OpenUp.md) ###### [Outdent](Word.Paragraphs.Outdent.md) ###### [OutlineDemote](Word.Paragraphs.OutlineDemote.md) ###### [OutlineDemoteToBody](Word.Paragraphs.OutlineDemoteToBody.md) ###### [OutlinePromote](Word.Paragraphs.OutlinePromote.md) ###### [Reset](Word.Paragraphs.Reset.md) ###### [Space1](Word.Paragraphs.Space1.md) ###### [Space15](Word.Paragraphs.Space15.md) ###### [Space2](Word.Paragraphs.Space2.md) ###### [TabHangingIndent](Word.Paragraphs.TabHangingIndent.md) ###### [TabIndent](Word.Paragraphs.TabIndent.md) ##### Properties ###### [AddSpaceBetweenFarEastAndAlpha](Word.Paragraphs.AddSpaceBetweenFarEastAndAlpha.md) ###### [AddSpaceBetweenFarEastAndDigit](Word.Paragraphs.AddSpaceBetweenFarEastAndDigit.md) ###### [Alignment](Word.Paragraphs.Alignment.md) ###### [Application](Word.Paragraphs.Application.md) ###### [AutoAdjustRightIndent](Word.Paragraphs.AutoAdjustRightIndent.md) ###### [BaseLineAlignment](Word.Paragraphs.BaseLineAlignment.md) ###### [Borders](Word.Paragraphs.Borders.md) ###### [CharacterUnitFirstLineIndent](Word.Paragraphs.CharacterUnitFirstLineIndent.md) ###### [CharacterUnitLeftIndent](Word.Paragraphs.CharacterUnitLeftIndent.md) ###### [CharacterUnitRightIndent](Word.Paragraphs.CharacterUnitRightIndent.md) ###### [Count](Word.Paragraphs.Count.md) ###### [Creator](Word.Paragraphs.Creator.md) ###### [DisableLineHeightGrid](Word.Paragraphs.DisableLineHeightGrid.md) ###### [FarEastLineBreakControl](Word.Paragraphs.FarEastLineBreakControl.md) ###### [First](Word.Paragraphs.First.md) ###### [FirstLineIndent](Word.Paragraphs.FirstLineIndent.md) ###### [Format](Word.Paragraphs.Format.md) ###### [HalfWidthPunctuationOnTopOfLine](Word.Paragraphs.HalfWidthPunctuationOnTopOfLine.md) ###### [HangingPunctuation](Word.Paragraphs.HangingPunctuation.md) ###### [Hyphenation](Word.Paragraphs.Hyphenation.md) ###### [KeepTogether](Word.Paragraphs.KeepTogether.md) ###### [KeepWithNext](Word.Paragraphs.KeepWithNext.md) ###### [Last](Word.Paragraphs.Last.md) ###### [LeftIndent](Word.Paragraphs.LeftIndent.md) ###### [LineSpacing](Word.Paragraphs.LineSpacing.md) ###### [LineSpacingRule](Word.Paragraphs.LineSpacingRule.md) ###### [LineUnitAfter](Word.Paragraphs.LineUnitAfter.md) ###### [LineUnitBefore](Word.Paragraphs.LineUnitBefore.md) ###### [NoLineNumber](Word.Paragraphs.NoLineNumber.md) ###### [OutlineLevel](Word.Paragraphs.OutlineLevel.md) ###### [PageBreakBefore](Word.Paragraphs.PageBreakBefore.md) ###### [Parent](Word.Paragraphs.Parent.md) ###### [ReadingOrder](Word.Paragraphs.ReadingOrder.md) ###### [RightIndent](Word.Paragraphs.RightIndent.md) ###### [Shading](Word.Paragraphs.Shading.md) ###### [SpaceAfter](Word.Paragraphs.SpaceAfter.md) ###### [SpaceAfterAuto](Word.Paragraphs.SpaceAfterAuto.md) ###### [SpaceBefore](Word.Paragraphs.SpaceBefore.md) ###### [SpaceBeforeAuto](Word.Paragraphs.SpaceBeforeAuto.md) ###### [Style](Word.Paragraphs.Style.md) ###### [TabStops](Word.Paragraphs.TabStops.md) ###### [WidowControl](Word.Paragraphs.WidowControl.md) ###### [WordWrap](Word.Paragraphs.WordWrap.md) #### [PictureFormat object](Word.PictureFormat.md) ##### Methods ###### [IncrementBrightness](Word.PictureFormat.IncrementBrightness.md) ###### [IncrementContrast](Word.PictureFormat.IncrementContrast.md) ##### Properties ###### [Application](Word.PictureFormat.Application.md) ###### [Brightness](Word.PictureFormat.Brightness.md) ###### [ColorType](Word.PictureFormat.ColorType.md) ###### [Contrast](Word.PictureFormat.Contrast.md) ###### [Creator](Word.PictureFormat.Creator.md) ###### [Crop](Word.PictureFormat.Crop.md) ###### [CropBottom](Word.PictureFormat.CropBottom.md) ###### [CropLeft](Word.PictureFormat.CropLeft.md) ###### [CropRight](Word.PictureFormat.CropRight.md) ###### [CropTop](Word.PictureFormat.CropTop.md) ###### [Parent](Word.PictureFormat.Parent.md) ###### [TransparencyColor](Word.PictureFormat.TransparencyColor.md) ###### [TransparentBackground](Word.PictureFormat.TransparentBackground.md) #### [PlotArea object](Word.PlotArea.md) ##### Methods ###### [ClearFormats](Word.PlotArea.ClearFormats.md) ###### [Select](Word.PlotArea.Select.md) ##### Properties ###### [Application](Word.PlotArea.Application.md) ###### [Creator](Word.PlotArea.Creator.md) ###### [Format](Word.PlotArea.Format.md) ###### [Height](Word.PlotArea.Height.md) ###### [InsideHeight](Word.PlotArea.InsideHeight.md) ###### [InsideLeft](Word.PlotArea.InsideLeft.md) ###### [InsideTop](Word.PlotArea.InsideTop.md) ###### [InsideWidth](Word.PlotArea.InsideWidth.md) ###### [Left](Word.PlotArea.Left.md) ###### [Name](Word.PlotArea.Name.md) ###### [Parent](Word.PlotArea.Parent.md) ###### [Position](Word.PlotArea.Position.md) ###### [Top](Word.PlotArea.Top.md) ###### [Width](Word.PlotArea.Width.md) #### [Point object](Word.Point.md) ##### Methods ###### [ApplyDataLabels](Word.Point.ApplyDataLabels.md) ###### [ClearFormats](Word.Point.ClearFormats.md) ###### [Copy](Word.Point.Copy.md) ###### [Delete](Word.Point.Delete.md) ###### [Paste](Word.Point.Paste.md) ###### [PieSliceLocation](Word.Point.PieSliceLocation.md) ###### [Select](Word.Point.Select.md) ##### Properties ###### [Application](Word.Point.Application.md) ###### [ApplyPictToEnd](Word.Point.ApplyPictToEnd.md) ###### [ApplyPictToFront](Word.Point.ApplyPictToFront.md) ###### [ApplyPictToSides](Word.Point.ApplyPictToSides.md) ###### [Creator](Word.Point.Creator.md) ###### [DataLabel](Word.Point.DataLabel.md) ###### [Explosion](Word.Point.Explosion.md) ###### [Format](Word.Point.Format.md) ###### [Has3DEffect](Word.Point.Has3DEffect.md) ###### [HasDataLabel](Word.Point.HasDataLabel.md) ###### [Height](Word.Point.Height.md) ###### [InvertIfNegative](Word.Point.InvertIfNegative.md) ###### [IsTotal](Word.point.istotal.md) ###### [Left](Word.Point.Left.md) ###### [MarkerBackgroundColor](Word.Point.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](Word.Point.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](Word.Point.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](Word.Point.MarkerForegroundColorIndex.md) ###### [MarkerSize](Word.Point.MarkerSize.md) ###### [MarkerStyle](Word.Point.MarkerStyle.md) ###### [Name](Word.Point.Name.md) ###### [Parent](Word.Point.Parent.md) ###### [PictureType](Word.Point.PictureType.md) ###### [PictureUnit2](Word.Point.PictureUnit2.md) ###### [SecondaryPlot](Word.Point.SecondaryPlot.md) ###### [Shadow](Word.Point.Shadow.md) ###### [Top](Word.Point.Top.md) ###### [Width](Word.Point.Width.md) #### [Points object](Word.Points.md) ##### Methods ###### [Item](Word.Points.Item.md) ##### Properties ###### [Application](Word.Points.Application.md) ###### [Count](Word.Points.Count.md) ###### [Creator](Word.Points.Creator.md) ###### [Parent](Word.Points.Parent.md) #### [ProofreadingErrors object](Word.proofreadingerrors.md) ##### Methods ###### [Item](Word.ProofreadingErrors.Item.md) ##### Properties ###### [Application](Word.ProofreadingErrors.Application.md) ###### [Count](Word.ProofreadingErrors.Count.md) ###### [Creator](Word.ProofreadingErrors.Creator.md) ###### [Parent](Word.ProofreadingErrors.Parent.md) ###### [Type](Word.ProofreadingErrors.Type.md) #### [ProtectedViewWindow object](Word.ProtectedViewWindow.md) ##### Methods ###### [Activate](Word.ProtectedViewWindow.Activate.md) ###### [Close](Word.ProtectedViewWindow.Close.md) ###### [Edit](Word.ProtectedViewWindow.Edit.md) ###### [ToggleRibbon](Word.ProtectedViewWindow.ToggleRibbon.md) ##### Properties ###### [Active](Word.ProtectedViewWindow.Active.md) ###### [Application](Word.ProtectedViewWindow.Application.md) ###### [Caption](Word.ProtectedViewWindow.Caption.md) ###### [Creator](Word.ProtectedViewWindow.Creator.md) ###### [Document](Word.ProtectedViewWindow.Document.md) ###### [Height](Word.ProtectedViewWindow.Height.md) ###### [Index](Word.ProtectedViewWindow.Index.md) ###### [Left](Word.ProtectedViewWindow.Left.md) ###### [Parent](Word.ProtectedViewWindow.Parent.md) ###### [SourceName](Word.ProtectedViewWindow.SourceName.md) ###### [SourcePath](Word.ProtectedViewWindow.SourcePath.md) ###### [Top](Word.ProtectedViewWindow.Top.md) ###### [Visible](Word.ProtectedViewWindow.Visible.md) ###### [Width](Word.ProtectedViewWindow.Width.md) ###### [WindowState](Word.ProtectedViewWindow.WindowState.md) #### [ProtectedViewWindows object](Word.ProtectedViewWindows.md) ##### Methods ###### [Item](Word.ProtectedViewWindows.Item.md) ###### [Open](Word.ProtectedViewWindows.Open.md) ##### Properties ###### [Application](Word.ProtectedViewWindows.Application.md) ###### [Count](Word.ProtectedViewWindows.Count.md) ###### [Creator](Word.ProtectedViewWindows.Creator.md) ###### [Parent](Word.ProtectedViewWindows.Parent.md) #### [Range object](Word.Range.md) ##### Methods ###### [AutoFormat](Word.Range.AutoFormat.md) ###### [Calculate](Word.Range.Calculate.md) ###### [CheckGrammar](Word.Range.CheckGrammar.md) ###### [CheckSpelling](Word.Range.CheckSpelling.md) ###### [CheckSynonyms](Word.Range.CheckSynonyms.md) ###### [Collapse](Word.Range.Collapse.md) ###### [ComputeStatistics](Word.Range.ComputeStatistics.md) ###### [ConvertHangulAndHanja](Word.Range.ConvertHangulAndHanja.md) ###### [ConvertToTable](Word.Range.ConvertToTable.md) ###### [Copy](Word.Range.Copy.md) ###### [CopyAsPicture](Word.Range.CopyAsPicture.md) ###### [Cut](Word.Range.Cut.md) ###### [Delete](Word.Range.Delete.md) ###### [DetectLanguage](Word.Range.DetectLanguage.md) ###### [EndOf](Word.Range.EndOf.md) ###### [Expand](Word.Range.Expand.md) ###### [ExportAsFixedFormat](Word.Range.ExportAsFixedFormat.md) ###### [ExportAsFixedFormat2](Word.Range.ExportAsFixedFormat2.md) ###### [ExportAsFixedFormat3](Word.Range.ExportAsFixedFormat3.md) ###### [ExportFragment](Word.Range.ExportFragment.md) ###### [GetSpellingSuggestions](Word.Range.GetSpellingSuggestions.md) ###### [GoTo](Word.Range.GoTo.md) ###### [GoToEditableRange](Word.Range.GoToEditableRange.md) ###### [GoToNext](Word.Range.GoToNext.md) ###### [GoToPrevious](Word.Range.GoToPrevious.md) ###### [ImportFragment](Word.Range.ImportFragment.md) ###### [InRange](Word.Range.InRange.md) ###### [InsertAfter](Word.Range.InsertAfter.md) ###### [InsertAlignmentTab](Word.Range.InsertAlignmentTab.md) ###### [InsertAutoText](Word.Range.InsertAutoText.md) ###### [InsertBefore](Word.Range.InsertBefore.md) ###### [InsertBreak](Word.Range.InsertBreak.md) ###### [InsertCaption](Word.Range.InsertCaption.md) ###### [InsertCrossReference](Word.Range.InsertCrossReference.md) ###### [InsertDatabase](Word.Range.InsertDatabase.md) ###### [InsertDateTime](Word.Range.InsertDateTime.md) ###### [InsertFile](Word.Range.InsertFile.md) ###### [InsertParagraph](Word.Range.InsertParagraph.md) ###### [InsertParagraphAfter](Word.Range.InsertParagraphAfter.md) ###### [InsertParagraphBefore](Word.Range.InsertParagraphBefore.md) ###### [InsertSymbol](Word.Range.InsertSymbol.md) ###### [InsertXML](Word.Range.InsertXML.md) ###### [InStory](Word.Range.InStory.md) ###### [IsEqual](Word.Range.IsEqual.md) ###### [LookupNameProperties](Word.Range.LookupNameProperties.md) ###### [ModifyEnclosure](Word.Range.ModifyEnclosure.md) ###### [Move](Word.Range.Move.md) ###### [MoveEnd](Word.Range.MoveEnd.md) ###### [MoveEndUntil](Word.Range.MoveEndUntil.md) ###### [MoveEndWhile](Word.Range.MoveEndWhile.md) ###### [MoveStart](Word.Range.MoveStart.md) ###### [MoveStartUntil](Word.Range.MoveStartUntil.md) ###### [MoveStartWhile](Word.Range.MoveStartWhile.md) ###### [MoveUntil](Word.Range.MoveUntil.md) ###### [MoveWhile](Word.Range.MoveWhile.md) ###### [Next](Word.Range.Next.md) ###### [NextSubdocument](Word.Range.NextSubdocument.md) ###### [Paste](Word.Range.Paste.md) ###### [PasteAndFormat](Word.Range.PasteAndFormat.md) ###### [PasteAppendTable](Word.Range.PasteAppendTable.md) ###### [PasteAsNestedTable](Word.Range.PasteAsNestedTable.md) ###### [PasteExcelTable](Word.Range.PasteExcelTable.md) ###### [PasteSpecial](Word.Range.PasteSpecial.md) ###### [PhoneticGuide](Word.Range.PhoneticGuide.md) ###### [Previous](Word.Range.Previous.md) ###### [PreviousSubdocument](Word.Range.PreviousSubdocument.md) ###### [Relocate](Word.Range.Relocate.md) ###### [Select](Word.Range.Select.md) ###### [SetListLevel](Word.Range.SetListLevel.md) ###### [SetRange](Word.Range.SetRange.md) ###### [Sort](Word.Range.Sort.md) ###### [SortAscending](Word.Range.SortAscending.md) ###### [SortByHeadings](Word.range.sortbyheadings.md) ###### [SortDescending](Word.Range.SortDescending.md) ###### [StartOf](Word.Range.StartOf.md) ###### [TCSCConverter](Word.Range.TCSCConverter.md) ###### [WholeStory](Word.Range.WholeStory.md) ##### Properties ###### [Application](Word.Range.Application.md) ###### [Bold](Word.Range.Bold.md) ###### [BoldBi](Word.Range.BoldBi.md) ###### [BookmarkID](Word.Range.BookmarkID.md) ###### [Bookmarks](Word.Range.Bookmarks.md) ###### [Borders](Word.Range.Borders.md) ###### [Case](Word.Range.Case.md) ###### [Cells](Word.Range.Cells.md) ###### [Characters](Word.Range.Characters.md) ###### [CharacterStyle](Word.Range.CharacterStyle.md) ###### [CharacterWidth](Word.Range.CharacterWidth.md) ###### [Columns](Word.Range.Columns.md) ###### [CombineCharacters](Word.Range.CombineCharacters.md) ###### [Comments](Word.Range.Comments.md) ###### [Conflicts](Word.Range.Conflicts.md) ###### [ContentControls](Word.Range.ContentControls.md) ###### [Creator](Word.Range.Creator.md) ###### [DisableCharacterSpaceGrid](Word.Range.DisableCharacterSpaceGrid.md) ###### [Document](Word.Range.Document.md) ###### [Duplicate](Word.Range.Duplicate.md) ###### [Editors](Word.Range.Editors.md) ###### [EmphasisMark](Word.Range.EmphasisMark.md) ###### [End](Word.Range.End.md) ###### [EndnoteOptions](Word.Range.EndnoteOptions.md) ###### [Endnotes](Word.Range.Endnotes.md) ###### [EnhMetaFileBits](Word.Range.EnhMetaFileBits.md) ###### [Fields](Word.Range.Fields.md) ###### [Find](Word.Range.Find.md) ###### [FitTextWidth](Word.Range.FitTextWidth.md) ###### [Font](Word.Range.Font.md) ###### [FootnoteOptions](Word.Range.FootnoteOptions.md) ###### [Footnotes](Word.Range.Footnotes.md) ###### [FormattedText](Word.Range.FormattedText.md) ###### [FormFields](Word.Range.FormFields.md) ###### [Frames](Word.Range.Frames.md) ###### [GrammarChecked](Word.Range.GrammarChecked.md) ###### [GrammaticalErrors](Word.Range.GrammaticalErrors.md) ###### [HighlightColorIndex](Word.Range.HighlightColorIndex.md) ###### [HorizontalInVertical](Word.Range.HorizontalInVertical.md) ###### [HTMLDivisions](Word.Range.HTMLDivisions.md) ###### [Hyperlinks](Word.Range.Hyperlinks.md) ###### [ID](Word.Range.ID.md) ###### [Information](Word.Range.Information.md) ###### [InlineShapes](Word.Range.InlineShapes.md) ###### [IsEndOfRowMark](Word.Range.IsEndOfRowMark.md) ###### [Italic](Word.Range.Italic.md) ###### [ItalicBi](Word.Range.ItalicBi.md) ###### [Kana](Word.Range.Kana.md) ###### [LanguageDetected](Word.Range.LanguageDetected.md) ###### [LanguageID](Word.Range.LanguageID.md) ###### [LanguageIDFarEast](Word.Range.LanguageIDFarEast.md) ###### [LanguageIDOther](Word.Range.LanguageIDOther.md) ###### [ListFormat](Word.Range.ListFormat.md) ###### [ListParagraphs](Word.Range.ListParagraphs.md) ###### [ListStyle](Word.Range.ListStyle.md) ###### [Locks](Word.Range.Locks.md) ###### [NextStoryRange](Word.Range.NextStoryRange.md) ###### [NoProofing](Word.Range.NoProofing.md) ###### [OMaths](Word.Range.OMaths.md) ###### [Orientation](Word.Range.Orientation.md) ###### [PageSetup](Word.Range.PageSetup.md) ###### [ParagraphFormat](Word.Range.ParagraphFormat.md) ###### [Paragraphs](Word.Range.Paragraphs.md) ###### [ParagraphStyle](Word.Range.ParagraphStyle.md) ###### [Parent](Word.Range.Parent.md) ###### [ParentContentControl](Word.Range.ParentContentControl.md) ###### [PreviousBookmarkID](Word.Range.PreviousBookmarkID.md) ###### [ReadabilityStatistics](Word.Range.ReadabilityStatistics.md) ###### [Revisions](Word.Range.Revisions.md) ###### [Rows](Word.Range.Rows.md) ###### [Scripts](Word.Range.Scripts.md) ###### [Sections](Word.Range.Sections.md) ###### [Sentences](Word.Range.Sentences.md) ###### [Shading](Word.Range.Shading.md) ###### [ShapeRange](Word.Range.ShapeRange.md) ###### [ShowAll](Word.Range.ShowAll.md) ###### [SpellingChecked](Word.Range.SpellingChecked.md) ###### [SpellingErrors](Word.Range.SpellingErrors.md) ###### [Start](Word.Range.Start.md) ###### [StoryLength](Word.Range.StoryLength.md) ###### [StoryType](Word.Range.StoryType.md) ###### [Style](Word.Range.Style.md) ###### [Subdocuments](Word.Range.Subdocuments.md) ###### [SynonymInfo](Word.Range.SynonymInfo.md) ###### [Tables](Word.Range.Tables.md) ###### [TableStyle](Word.Range.TableStyle.md) ###### [Text](Word.Range.Text.md) ###### [TextRetrievalMode](Word.Range.TextRetrievalMode.md) ###### [TextVisibleOnScreen](Word.range.textvisibleonscreen.md) ###### [TopLevelTables](Word.Range.TopLevelTables.md) ###### [TwoLinesInOne](Word.Range.TwoLinesInOne.md) ###### [Underline](Word.Range.Underline.md) ###### [Updates](Word.Range.Updates.md) ###### [WordOpenXML](Word.Range.WordOpenXML.md) ###### [Words](Word.Range.Words.md) ###### [XML](Word.Range.XML.md) #### [ReadabilityStatistic object](Word.ReadabilityStatistic.md) ##### Properties ###### [Application](Word.ReadabilityStatistic.Application.md) ###### [Creator](Word.ReadabilityStatistic.Creator.md) ###### [Name](Word.ReadabilityStatistic.Name.md) ###### [Parent](Word.ReadabilityStatistic.Parent.md) ###### [Value](Word.ReadabilityStatistic.Value.md) #### [ReadabilityStatistics object](Word.readabilitystatistics.md) ##### Methods ###### [Item](Word.ReadabilityStatistics.Item.md) ##### Properties ###### [Application](Word.ReadabilityStatistics.Application.md) ###### [Count](Word.ReadabilityStatistics.Count.md) ###### [Creator](Word.ReadabilityStatistics.Creator.md) ###### [Parent](Word.ReadabilityStatistics.Parent.md) #### [RecentFile object](Word.RecentFile.md) ##### Methods ###### [Delete](Word.RecentFile.Delete.md) ###### [Open](Word.RecentFile.Open.md) ##### Properties ###### [Application](Word.RecentFile.Application.md) ###### [Creator](Word.RecentFile.Creator.md) ###### [Index](Word.RecentFile.Index.md) ###### [Name](Word.RecentFile.Name.md) ###### [Parent](Word.RecentFile.Parent.md) ###### [Path](Word.RecentFile.Path.md) ###### [ReadOnly](Word.RecentFile.ReadOnly.md) #### [RecentFiles object](Word.recentfiles.md) ##### Methods ###### [Add](Word.RecentFiles.Add.md) ###### [Item](Word.RecentFiles.Item.md) ##### Properties ###### [Application](Word.RecentFiles.Application.md) ###### [Count](Word.RecentFiles.Count.md) ###### [Creator](Word.RecentFiles.Creator.md) ###### [Maximum](Word.RecentFiles.Maximum.md) ###### [Parent](Word.RecentFiles.Parent.md) #### [Rectangle object](Word.Rectangle.md) ##### Properties ###### [Application](Word.Rectangle.Application.md) ###### [Creator](Word.Rectangle.Creator.md) ###### [Height](Word.Rectangle.Height.md) ###### [Left](Word.Rectangle.Left.md) ###### [Lines](Word.Rectangle.Lines.md) ###### [Parent](Word.Rectangle.Parent.md) ###### [Range](Word.Rectangle.Range.md) ###### [RectangleType](Word.Rectangle.RectangleType.md) ###### [Top](Word.Rectangle.Top.md) ###### [Width](Word.Rectangle.Width.md) #### [Rectangles object](Word.Rectangles.md) ##### Methods ###### [Item](Word.Rectangles.Item.md) ##### Properties ###### [Application](Word.Rectangles.Application.md) ###### [Count](Word.Rectangles.Count.md) ###### [Creator](Word.Rectangles.Creator.md) ###### [Parent](Word.Rectangles.Parent.md) #### [ReflectionFormat object](Word.ReflectionFormat.md) ##### Properties ###### [Application](Word.ReflectionFormat.Application.md) ###### [Blur](Word.ReflectionFormat.Blur.md) ###### [Creator](Word.ReflectionFormat.Creator.md) ###### [Offset](Word.ReflectionFormat.Offset.md) ###### [Parent](Word.ReflectionFormat.Parent.md) ###### [Size](Word.ReflectionFormat.Size.md) ###### [Transparency](Word.ReflectionFormat.Transparency.md) ###### [Type](Word.ReflectionFormat.Type.md) #### [RepeatingSectionItem object](Word.repeatingsectionitem.md) ##### Methods ###### [Delete](Word.repeatingsectionitem.delete.md) ###### [InsertItemAfter](Word.repeatingsectionitem.insertitemafter.md) ###### [InsertItemBefore](Word.repeatingsectionitem.insertitembefore.md) ##### Properties ###### [Application](Word.repeatingsectionitem.application.md) ###### [Creator](Word.repeatingsectionitem.creator.md) ###### [Parent](Word.repeatingsectionitem.parent.md) ###### [Range](Word.repeatingsectionitem.range.md) #### [RepeatingSectionItemColl object](Word.repeatingsectionitemcoll.md) ##### Methods ###### [Item](Word.repeatingsectionitemcoll.item.md) ##### Properties ###### [Application](Word.repeatingsectionitemcoll.application.md) ###### [Count](Word.repeatingsectionitemcoll.count.md) ###### [Creator](Word.repeatingsectionitemcoll.creator.md) ###### [Parent](Word.repeatingsectionitemcoll.parent.md) #### [Replacement object](Word.Replacement.md) ##### Methods ###### [ClearFormatting](Word.Replacement.ClearFormatting.md) ##### Properties ###### [Application](Word.Replacement.Application.md) ###### [Creator](Word.Replacement.Creator.md) ###### [Font](Word.Replacement.Font.md) ###### [Frame](Word.Replacement.Frame.md) ###### [Highlight](Word.Replacement.Highlight.md) ###### [LanguageID](Word.Replacement.LanguageID.md) ###### [LanguageIDFarEast](Word.Replacement.LanguageIDFarEast.md) ###### [NoProofing](Word.Replacement.NoProofing.md) ###### [ParagraphFormat](Word.Replacement.ParagraphFormat.md) ###### [Parent](Word.Replacement.Parent.md) ###### [Style](Word.Replacement.Style.md) ###### [Text](Word.Replacement.Text.md) #### [Research object](Word.Research.md) ##### Methods ###### [IsResearchService](Word.Research.IsResearchService.md) ###### [Query](Word.Research.Query.md) ###### [SetLanguagePair](Word.Research.SetLanguagePair.md) ##### Properties ###### [Application](Word.Research.Application.md) ###### [Creator](Word.Research.Creator.md) ###### [FavoriteService](Word.Research.FavoriteService.md) ###### [Parent](Word.Research.Parent.md) #### [Reviewer object](Word.Reviewer.md) ##### Properties ###### [Application](Word.Reviewer.Application.md) ###### [Creator](Word.Reviewer.Creator.md) ###### [Parent](Word.Reviewer.Parent.md) ###### [Visible](Word.Reviewer.Visible.md) #### [Reviewers object](Word.Reviewers.md) ##### Methods ###### [Item](Word.Reviewers.Item.md) ##### Properties ###### [Application](Word.Reviewers.Application.md) ###### [Count](Word.Reviewers.Count.md) ###### [Creator](Word.Reviewers.Creator.md) ###### [Parent](Word.Reviewers.Parent.md) #### [Revision object](Word.Revision.md) ##### Methods ###### [Accept](Word.Revision.Accept.md) ###### [Reject](Word.Revision.Reject.md) ##### Properties ###### [Application](Word.Revision.Application.md) ###### [Author](Word.Revision.Author.md) ###### [Cells](Word.Revision.Cells.md) ###### [Creator](Word.Revision.Creator.md) ###### [Date](Word.Revision.Date.md) ###### [FormatDescription](Word.Revision.FormatDescription.md) ###### [Index](Word.Revision.Index.md) ###### [MovedRange](Word.Revision.MovedRange.md) ###### [Parent](Word.Revision.Parent.md) ###### [Range](Word.Revision.Range.md) ###### [Style](Word.Revision.Style.md) ###### [Type](Word.Revision.Type.md) #### [Revisions object](Word.revisions.md) ##### Methods ###### [AcceptAll](Word.Revisions.AcceptAll.md) ###### [Item](Word.Revisions.Item.md) ###### [RejectAll](Word.Revisions.RejectAll.md) ##### Properties ###### [Application](Word.Revisions.Application.md) ###### [Count](Word.Revisions.Count.md) ###### [Creator](Word.Revisions.Creator.md) ###### [Parent](Word.Revisions.Parent.md) #### [RevisionsFilter object](Word.revisionsfilter.md) ##### Methods ###### [ToggleShowAllReviewers](Word.revisionsfilter.toggleshowallreviewers.md) ##### Properties ###### [Markup](Word.revisionsfilter.markup.md) ###### [Reviewers](Word.revisionsfilter.reviewers.md) ###### [View](Word.revisionsfilter.view.md) #### [Row object](Word.Row.md) ##### Methods ###### [ConvertToText](Word.Row.ConvertToText.md) ###### [Delete](Word.Row.Delete.md) ###### [Select](Word.Row.Select.md) ###### [SetHeight](Word.Row.SetHeight.md) ###### [SetLeftIndent](Word.Row.SetLeftIndent.md) ##### Properties ###### [Alignment](Word.Row.Alignment.md) ###### [AllowBreakAcrossPages](Word.Row.AllowBreakAcrossPages.md) ###### [Application](Word.Row.Application.md) ###### [Borders](Word.Row.Borders.md) ###### [Cells](Word.Row.Cells.md) ###### [Creator](Word.Row.Creator.md) ###### [HeadingFormat](Word.Row.HeadingFormat.md) ###### [Height](Word.Row.Height.md) ###### [HeightRule](Word.Row.HeightRule.md) ###### [ID](Word.Row.ID.md) ###### [Index](Word.Row.Index.md) ###### [IsFirst](Word.Row.IsFirst.md) ###### [IsLast](Word.Row.IsLast.md) ###### [LeftIndent](Word.Row.LeftIndent.md) ###### [NestingLevel](Word.Row.NestingLevel.md) ###### [Next](Word.Row.Next.md) ###### [Parent](Word.Row.Parent.md) ###### [Previous](Word.Row.Previous.md) ###### [Range](Word.Row.Range.md) ###### [Shading](Word.Row.Shading.md) ###### [SpaceBetweenColumns](Word.Row.SpaceBetweenColumns.md) #### [Rows object](Word.rows.md) ##### Methods ###### [Add](Word.Rows.Add.md) ###### [ConvertToText](Word.Rows.ConvertToText.md) ###### [Delete](Word.Rows.Delete.md) ###### [DistributeHeight](Word.Rows.DistributeHeight.md) ###### [Item](Word.Rows.Item.md) ###### [Select](Word.Rows.Select.md) ###### [SetHeight](Word.Rows.SetHeight.md) ###### [SetLeftIndent](Word.Rows.SetLeftIndent.md) ##### Properties ###### [Alignment](Word.Rows.Alignment.md) ###### [AllowBreakAcrossPages](Word.Rows.AllowBreakAcrossPages.md) ###### [AllowOverlap](Word.Rows.AllowOverlap.md) ###### [Application](Word.Rows.Application.md) ###### [Borders](Word.Rows.Borders.md) ###### [Count](Word.Rows.Count.md) ###### [Creator](Word.Rows.Creator.md) ###### [DistanceBottom](Word.Rows.DistanceBottom.md) ###### [DistanceLeft](Word.Rows.DistanceLeft.md) ###### [DistanceRight](Word.Rows.DistanceRight.md) ###### [DistanceTop](Word.Rows.DistanceTop.md) ###### [First](Word.Rows.First.md) ###### [HeadingFormat](Word.Rows.HeadingFormat.md) ###### [Height](Word.Rows.Height.md) ###### [HeightRule](Word.Rows.HeightRule.md) ###### [HorizontalPosition](Word.Rows.HorizontalPosition.md) ###### [Last](Word.Rows.Last.md) ###### [LeftIndent](Word.Rows.LeftIndent.md) ###### [NestingLevel](Word.Rows.NestingLevel.md) ###### [Parent](Word.Rows.Parent.md) ###### [RelativeHorizontalPosition](Word.Rows.RelativeHorizontalPosition.md) ###### [RelativeVerticalPosition](Word.Rows.RelativeVerticalPosition.md) ###### [Shading](Word.Rows.Shading.md) ###### [SpaceBetweenColumns](Word.Rows.SpaceBetweenColumns.md) ###### [TableDirection](Word.Rows.TableDirection.md) ###### [VerticalPosition](Word.Rows.VerticalPosition.md) ###### [WrapAroundText](Word.Rows.WrapAroundText.md) #### [Section object](Word.Section.md) ##### Properties ###### [Application](Word.Section.Application.md) ###### [Borders](Word.Section.Borders.md) ###### [Creator](Word.Section.Creator.md) ###### [Footers](Word.Section.Footers.md) ###### [Headers](Word.Section.Headers.md) ###### [Index](Word.Section.Index.md) ###### [PageSetup](Word.Section.PageSetup.md) ###### [Parent](Word.Section.Parent.md) ###### [ProtectedForForms](Word.Section.ProtectedForForms.md) ###### [Range](Word.Section.Range.md) #### [Sections object](Word.sections.md) ##### Methods ###### [Add](Word.Sections.Add.md) ###### [Item](Word.Sections.Item.md) ##### Properties ###### [Application](Word.Sections.Application.md) ###### [Count](Word.Sections.Count.md) ###### [Creator](Word.Sections.Creator.md) ###### [First](Word.Sections.First.md) ###### [Last](Word.Sections.Last.md) ###### [PageSetup](Word.Sections.PageSetup.md) ###### [Parent](Word.Sections.Parent.md) #### [Selection object](Word.Selection.md) ##### Methods ###### [BoldRun](Word.Selection.BoldRun.md) ###### [Calculate](Word.Selection.Calculate.md) ###### [ClearCharacterAllFormatting](Word.Selection.ClearCharacterAllFormatting.md) ###### [ClearCharacterDirectFormatting](Word.Selection.ClearCharacterDirectFormatting.md) ###### [ClearCharacterStyle](Word.Selection.ClearCharacterStyle.md) ###### [ClearFormatting](Word.Selection.ClearFormatting.md) ###### [ClearParagraphAllFormatting](Word.Selection.ClearParagraphAllFormatting.md) ###### [ClearParagraphDirectFormatting](Word.Selection.ClearParagraphDirectFormatting.md) ###### [ClearParagraphStyle](Word.Selection.ClearParagraphStyle.md) ###### [Collapse](Word.Selection.Collapse.md) ###### [ConvertToTable](Word.Selection.ConvertToTable.md) ###### [Copy](Word.Selection.Copy.md) ###### [CopyAsPicture](Word.Selection.CopyAsPicture.md) ###### [CopyFormat](Word.Selection.CopyFormat.md) ###### [CreateAutoTextEntry](Word.Selection.CreateAutoTextEntry.md) ###### [CreateTextbox](Word.Selection.CreateTextbox.md) ###### [Cut](Word.Selection.Cut.md) ###### [Delete](Word.Selection.Delete.md) ###### [DetectLanguage](Word.Selection.DetectLanguage.md) ###### [EndKey](Word.Selection.EndKey.md) ###### [EndOf](Word.Selection.EndOf.md) ###### [EscapeKey](Word.Selection.EscapeKey.md) ###### [Expand](Word.Selection.Expand.md) ###### [ExportAsFixedFormat](Word.Selection.ExportAsFixedFormat.md) ###### [ExportAsFixedFormat2](Word.Selection.ExportAsFixedFormat2.md) ###### [ExportAsFixedFormat3](Word.Selection.ExportAsFixedFormat3.md) ###### [Extend](Word.Selection.Extend.md) ###### [GoTo](Word.Selection.GoTo.md) ###### [GoToEditableRange](Word.Selection.GoToEditableRange.md) ###### [GoToNext](Word.Selection.GoToNext.md) ###### [GoToPrevious](Word.Selection.GoToPrevious.md) ###### [HomeKey](Word.Selection.HomeKey.md) ###### [InRange](Word.Selection.InRange.md) ###### [InsertAfter](Word.Selection.InsertAfter.md) ###### [InsertBefore](Word.Selection.InsertBefore.md) ###### [InsertBreak](Word.Selection.InsertBreak.md) ###### [InsertCaption](Word.Selection.InsertCaption.md) ###### [InsertCells](Word.Selection.InsertCells.md) ###### [InsertColumns](Word.Selection.InsertColumns.md) ###### [InsertColumnsRight](Word.Selection.InsertColumnsRight.md) ###### [InsertCrossReference](Word.Selection.InsertCrossReference.md) ###### [InsertDateTime](Word.Selection.InsertDateTime.md) ###### [InsertFile](Word.Selection.InsertFile.md) ###### [InsertFormula](Word.Selection.InsertFormula.md) ###### [InsertNewPage](Word.Selection.InsertNewPage.md) ###### [InsertParagraph](Word.Selection.InsertParagraph.md) ###### [InsertParagraphAfter](Word.Selection.InsertParagraphAfter.md) ###### [InsertParagraphBefore](Word.Selection.InsertParagraphBefore.md) ###### [InsertRows](Word.Selection.InsertRows.md) ###### [InsertRowsAbove](Word.Selection.InsertRowsAbove.md) ###### [InsertRowsBelow](Word.Selection.InsertRowsBelow.md) ###### [InsertStyleSeparator](Word.Selection.InsertStyleSeparator.md) ###### [InsertSymbol](Word.Selection.InsertSymbol.md) ###### [InsertXML](Word.Selection.InsertXML.md) ###### [InStory](Word.Selection.InStory.md) ###### [IsEqual](Word.Selection.IsEqual.md) ###### [ItalicRun](Word.Selection.ItalicRun.md) ###### [LtrPara](Word.Selection.LtrPara.md) ###### [LtrRun](Word.Selection.LtrRun.md) ###### [Move](Word.Selection.Move.md) ###### [MoveDown](Word.Selection.MoveDown.md) ###### [MoveEnd](Word.Selection.MoveEnd.md) ###### [MoveEndUntil](Word.Selection.MoveEndUntil.md) ###### [MoveEndWhile](Word.Selection.MoveEndWhile.md) ###### [MoveLeft](Word.Selection.MoveLeft.md) ###### [MoveRight](Word.Selection.MoveRight.md) ###### [MoveStart](Word.Selection.MoveStart.md) ###### [MoveStartUntil](Word.Selection.MoveStartUntil.md) ###### [MoveStartWhile](Word.Selection.MoveStartWhile.md) ###### [MoveUntil](Word.Selection.MoveUntil.md) ###### [MoveUp](Word.Selection.MoveUp.md) ###### [MoveWhile](Word.Selection.MoveWhile.md) ###### [Next](Word.Selection.Next.md) ###### [NextField](Word.Selection.NextField.md) ###### [NextRevision](Word.Selection.NextRevision.md) ###### [NextSubdocument](Word.Selection.NextSubdocument.md) ###### [Paste](Word.Selection.Paste.md) ###### [PasteAndFormat](Word.Selection.PasteAndFormat.md) ###### [PasteAppendTable](Word.Selection.PasteAppendTable.md) ###### [PasteAsNestedTable](Word.Selection.PasteAsNestedTable.md) ###### [PasteExcelTable](Word.Selection.PasteExcelTable.md) ###### [PasteFormat](Word.Selection.PasteFormat.md) ###### [PasteSpecial](Word.Selection.PasteSpecial.md) ###### [Previous](Word.Selection.Previous.md) ###### [PreviousField](Word.Selection.PreviousField.md) ###### [PreviousRevision](Word.Selection.PreviousRevision.md) ###### [PreviousSubdocument](Word.Selection.PreviousSubdocument.md) ###### [ReadingModeGrowFont](Word.Selection.ReadingModeGrowFont.md) ###### [ReadingModeShrinkFont](Word.Selection.ReadingModeShrinkFont.md) ###### [RtlPara](Word.Selection.RtlPara.md) ###### [RtlRun](Word.Selection.RtlRun.md) ###### [Select](Word.Selection.Select.md) ###### [SelectCell](Word.Selection.SelectCell.md) ###### [SelectColumn](Word.Selection.SelectColumn.md) ###### [SelectCurrentAlignment](Word.Selection.SelectCurrentAlignment.md) ###### [SelectCurrentColor](Word.Selection.SelectCurrentColor.md) ###### [SelectCurrentFont](Word.Selection.SelectCurrentFont.md) ###### [SelectCurrentIndent](Word.Selection.SelectCurrentIndent.md) ###### [SelectCurrentSpacing](Word.Selection.SelectCurrentSpacing.md) ###### [SelectCurrentTabs](Word.Selection.SelectCurrentTabs.md) ###### [SelectRow](Word.Selection.SelectRow.md) ###### [SetRange](Word.Selection.SetRange.md) ###### [Shrink](Word.Selection.Shrink.md) ###### [ShrinkDiscontiguousSelection](Word.Selection.ShrinkDiscontiguousSelection.md) ###### [Sort](Word.Selection.Sort.md) ###### [SortAscending](Word.Selection.SortAscending.md) ###### [SortByHeadings](Word.selection.sortbyheadings.md) ###### [SortDescending](Word.Selection.SortDescending.md) ###### [SplitTable](Word.Selection.SplitTable.md) ###### [StartOf](Word.Selection.StartOf.md) ###### [ToggleCharacterCode](Word.Selection.ToggleCharacterCode.md) ###### [TypeBackspace](Word.Selection.TypeBackspace.md) ###### [TypeParagraph](Word.Selection.TypeParagraph.md) ###### [TypeText](Word.Selection.TypeText.md) ###### [WholeStory](Word.Selection.WholeStory.md) ##### Properties ###### [Active](Word.Selection.Active.md) ###### [Application](Word.Selection.Application.md) ###### [BookmarkID](Word.Selection.BookmarkID.md) ###### [Bookmarks](Word.Selection.Bookmarks.md) ###### [Borders](Word.Selection.Borders.md) ###### [Cells](Word.Selection.Cells.md) ###### [Characters](Word.Selection.Characters.md) ###### [ChildShapeRange](Word.Selection.ChildShapeRange.md) ###### [Columns](Word.Selection.Columns.md) ###### [ColumnSelectMode](Word.Selection.ColumnSelectMode.md) ###### [Comments](Word.Selection.Comments.md) ###### [Creator](Word.Selection.Creator.md) ###### [Document](Word.Selection.Document.md) ###### [Editors](Word.Selection.Editors.md) ###### [End](Word.Selection.End.md) ###### [EndnoteOptions](Word.Selection.EndnoteOptions.md) ###### [Endnotes](Word.Selection.Endnotes.md) ###### [EnhMetaFileBits](Word.Selection.EnhMetaFileBits.md) ###### [ExtendMode](Word.Selection.ExtendMode.md) ###### [Fields](Word.Selection.Fields.md) ###### [Find](Word.Selection.Find.md) ###### [FitTextWidth](Word.Selection.FitTextWidth.md) ###### [Flags](Word.Selection.Flags.md) ###### [Font](Word.Selection.Font.md) ###### [FootnoteOptions](Word.Selection.FootnoteOptions.md) ###### [Footnotes](Word.Selection.Footnotes.md) ###### [FormattedText](Word.Selection.FormattedText.md) ###### [FormFields](Word.Selection.FormFields.md) ###### [Frames](Word.Selection.Frames.md) ###### [HasChildShapeRange](Word.Selection.HasChildShapeRange.md) ###### [HeaderFooter](Word.Selection.HeaderFooter.md) ###### [HTMLDivisions](Word.Selection.HTMLDivisions.md) ###### [Hyperlinks](Word.Selection.Hyperlinks.md) ###### [Information](Word.Selection.Information.md) ###### [InlineShapes](Word.Selection.InlineShapes.md) ###### [IPAtEndOfLine](Word.Selection.IPAtEndOfLine.md) ###### [IsEndOfRowMark](Word.Selection.IsEndOfRowMark.md) ###### [LanguageDetected](Word.Selection.LanguageDetected.md) ###### [LanguageID](Word.Selection.LanguageID.md) ###### [LanguageIDFarEast](Word.Selection.LanguageIDFarEast.md) ###### [LanguageIDOther](Word.Selection.LanguageIDOther.md) ###### [NoProofing](Word.Selection.NoProofing.md) ###### [OMaths](Word.Selection.OMaths.md) ###### [Orientation](Word.Selection.Orientation.md) ###### [PageSetup](Word.Selection.PageSetup.md) ###### [ParagraphFormat](Word.Selection.ParagraphFormat.md) ###### [Paragraphs](Word.Selection.Paragraphs.md) ###### [Parent](Word.Selection.Parent.md) ###### [PreviousBookmarkID](Word.Selection.PreviousBookmarkID.md) ###### [Range](Word.Selection.Range.md) ###### [Rows](Word.Selection.Rows.md) ###### [Sections](Word.Selection.Sections.md) ###### [Sentences](Word.Selection.Sentences.md) ###### [Shading](Word.Selection.Shading.md) ###### [ShapeRange](Word.Selection.ShapeRange.md) ###### [Start](Word.Selection.Start.md) ###### [StartIsActive](Word.Selection.StartIsActive.md) ###### [StoryLength](Word.Selection.StoryLength.md) ###### [StoryType](Word.Selection.StoryType.md) ###### [Style](Word.Selection.Style.md) ###### [Tables](Word.Selection.Tables.md) ###### [Text](Word.Selection.Text.md) ###### [TopLevelTables](Word.Selection.TopLevelTables.md) ###### [Type](Word.Selection.Type.md) ###### [WordOpenXML](Word.Selection.WordOpenXML.md) ###### [Words](Word.Selection.Words.md) ###### [XML](Word.Selection.XML.md) #### [Sentences object](Word.sentences.md) ##### Methods ###### [Item](Word.Sentences.Item.md) ##### Properties ###### [Application](Word.Sentences.Application.md) ###### [Count](Word.Sentences.Count.md) ###### [Creator](Word.Sentences.Creator.md) ###### [First](Word.Sentences.First.md) ###### [Last](Word.Sentences.Last.md) ###### [Parent](Word.Sentences.Parent.md) #### [Series object](Word.Series.md) ##### Methods ###### [ApplyDataLabels](Word.Series.ApplyDataLabels.md) ###### [ClearFormats](Word.Series.ClearFormats.md) ###### [Copy](Word.Series.Copy.md) ###### [DataLabels](Word.Series.DataLabels.md) ###### [Delete](Word.Series.Delete.md) ###### [ErrorBar](Word.Series.ErrorBar.md) ###### [Paste](Word.Series.Paste.md) ###### [Points](Word.Series.Points.md) ###### [Select](Word.Series.Select.md) ###### [Trendlines](Word.Series.Trendlines.md) ##### Properties ###### [Application](Word.Series.Application.md) ###### [ApplyPictToEnd](Word.Series.ApplyPictToEnd.md) ###### [ApplyPictToFront](Word.Series.ApplyPictToFront.md) ###### [ApplyPictToSides](Word.Series.ApplyPictToSides.md) ###### [AxisGroup](Word.Series.AxisGroup.md) ###### [BarShape](Word.Series.BarShape.md) ###### [Border](Word.Series.Border.md) ###### [BubbleSizes](Word.Series.BubbleSizes.md) ###### [ChartType](Word.Series.ChartType.md) ###### [Creator](Word.Series.Creator.md) ###### [ErrorBars](Word.Series.ErrorBars.md) ###### [Explosion](Word.Series.Explosion.md) ###### [Format](Word.Series.Format.md) ###### [Formula](Word.Series.Formula.md) ###### [FormulaLocal](Word.Series.FormulaLocal.md) ###### [FormulaR1C1](Word.Series.FormulaR1C1.md) ###### [FormulaR1C1Local](Word.Series.FormulaR1C1Local.md) ###### [Has3DEffect](Word.Series.Has3DEffect.md) ###### [HasDataLabels](Word.Series.HasDataLabels.md) ###### [HasErrorBars](Word.Series.HasErrorBars.md) ###### [HasLeaderLines](Word.Series.HasLeaderLines.md) ###### [InvertColor](Word.Series.InvertColor.md) ###### [InvertColorIndex](Word.Series.InvertColorIndex.md) ###### [InvertIfNegative](Word.Series.InvertIfNegative.md) ###### [IsFiltered](Word.series.isfiltered.md) ###### [LeaderLines](Word.Series.LeaderLines.md) ###### [MarkerBackgroundColor](Word.Series.MarkerBackgroundColor.md) ###### [MarkerBackgroundColorIndex](Word.Series.MarkerBackgroundColorIndex.md) ###### [MarkerForegroundColor](Word.Series.MarkerForegroundColor.md) ###### [MarkerForegroundColorIndex](Word.Series.MarkerForegroundColorIndex.md) ###### [MarkerSize](Word.Series.MarkerSize.md) ###### [MarkerStyle](Word.Series.MarkerStyle.md) ###### [Name](Word.Series.Name.md) ###### [Parent](Word.Series.Parent.md) ###### [ParentDataLabelOption](Word.series.parentdatalabeloption.md) ###### [PictureType](Word.Series.PictureType.md) ###### [PictureUnit2](Word.Series.PictureUnit2.md) ###### [PlotColorIndex](Word.Series.PlotColorIndex.md) ###### [PlotOrder](Word.Series.PlotOrder.md) ###### [QuartileCalculationInclusiveMedian](Word.series.quartilecalculationinclusivemedian.md) ###### [Shadow](Word.Series.Shadow.md) ###### [Smooth](Word.Series.Smooth.md) ###### [Type](Word.Series.Type.md) ###### [Values](Word.Series.Values.md) ###### [XValues](Word.Series.XValues.md) #### [SeriesCollection object](Word.SeriesCollection.md) ##### Methods ###### [Add](Word.SeriesCollection.Add.md) ###### [Extend](Word.SeriesCollection.Extend.md) ###### [Item](Word.SeriesCollection.Item.md) ###### [NewSeries](Word.SeriesCollection.NewSeries.md) ##### Properties ###### [Application](Word.SeriesCollection.Application.md) ###### [Count](Word.SeriesCollection.Count.md) ###### [Creator](Word.SeriesCollection.Creator.md) ###### [Parent](Word.SeriesCollection.Parent.md) #### [SeriesLines object](Word.seriesLines.md) ##### Methods ###### [Delete](Word.SeriesLines.Delete.md) ###### [Select](Word.SeriesLines.Select.md) ##### Properties ###### [Application](Word.seriesLines.Application.md) ###### [Border](Word.SeriesLines.Border.md) ###### [Creator](Word.seriesLines.Creator.md) ###### [Format](Word.SeriesLines.Format.md) ###### [Name](Word.SeriesLines.Name.md) ###### [Parent](Word.seriesLines.Parent.md) #### [Shading object](Word.Shading.md) ##### Properties ###### [Application](Word.Shading.Application.md) ###### [BackgroundPatternColor](Word.Shading.BackgroundPatternColor.md) ###### [BackgroundPatternColorIndex](Word.Shading.BackgroundPatternColorIndex.md) ###### [Creator](Word.Shading.Creator.md) ###### [ForegroundPatternColor](Word.Shading.ForegroundPatternColor.md) ###### [ForegroundPatternColorIndex](Word.Shading.ForegroundPatternColorIndex.md) ###### [Parent](Word.Shading.Parent.md) ###### [Texture](Word.Shading.Texture.md) #### [ShadowFormat object](Word.ShadowFormat.md) ##### Methods ###### [IncrementOffsetX](Word.ShadowFormat.IncrementOffsetX.md) ###### [IncrementOffsetY](Word.ShadowFormat.IncrementOffsetY.md) ##### Properties ###### [Application](Word.ShadowFormat.Application.md) ###### [Blur](Word.ShadowFormat.Blur.md) ###### [Creator](Word.ShadowFormat.Creator.md) ###### [ForeColor](Word.ShadowFormat.ForeColor.md) ###### [Obscured](Word.ShadowFormat.Obscured.md) ###### [OffsetX](Word.ShadowFormat.OffsetX.md) ###### [OffsetY](Word.ShadowFormat.OffsetY.md) ###### [Parent](Word.ShadowFormat.Parent.md) ###### [RotateWithShape](Word.ShadowFormat.RotateWithShape.md) ###### [Size](Word.ShadowFormat.Size.md) ###### [Style](Word.ShadowFormat.Style.md) ###### [Transparency](Word.ShadowFormat.Transparency.md) ###### [Type](Word.ShadowFormat.Type.md) ###### [Visible](Word.ShadowFormat.Visible.md) #### [Shape object](Word.Shape.md) ##### Methods ###### [Apply](Word.Shape.Apply.md) ###### [CanvasCropBottom](Word.Shape.CanvasCropBottom.md) ###### [CanvasCropLeft](Word.Shape.CanvasCropLeft.md) ###### [CanvasCropRight](Word.Shape.CanvasCropRight.md) ###### [CanvasCropTop](Word.Shape.CanvasCropTop.md) ###### [ConvertToInlineShape](Word.Shape.ConvertToInlineShape.md) ###### [Delete](Word.Shape.Delete.md) ###### [Duplicate](Word.Shape.Duplicate.md) ###### [Flip](Word.Shape.Flip.md) ###### [IncrementLeft](Word.Shape.IncrementLeft.md) ###### [IncrementRotation](Word.Shape.IncrementRotation.md) ###### [IncrementTop](Word.Shape.IncrementTop.md) ###### [PickUp](Word.Shape.PickUp.md) ###### [ScaleHeight](Word.Shape.ScaleHeight.md) ###### [ScaleWidth](Word.Shape.ScaleWidth.md) ###### [Select](Word.Shape.Select.md) ###### [SetShapesDefaultProperties](Word.Shape.SetShapesDefaultProperties.md) ###### [Ungroup](Word.Shape.Ungroup.md) ###### [ZOrder](Word.Shape.ZOrder.md) ##### Properties ###### [Adjustments](Word.Shape.Adjustments.md) ###### [AlternativeText](Word.Shape.AlternativeText.md) ###### [Anchor](Word.Shape.Anchor.md) ###### [Application](Word.Shape.Application.md) ###### [AutoShapeType](Word.Shape.AutoShapeType.md) ###### [BackgroundStyle](Word.Shape.BackgroundStyle.md) ###### [Callout](Word.Shape.Callout.md) ###### [CanvasItems](Word.Shape.CanvasItems.md) ###### [Chart](Word.Shape.Chart.md) ###### [Child](Word.Shape.Child.md) ###### [Creator](Word.Shape.Creator.md) ###### [Decorative](Word.Shape.Decorative.md) ###### [Fill](Word.Shape.Fill.md) ###### [Glow](Word.Shape.Glow.md) ###### [GraphicStyle](Word.Shape.GraphicStyle.md) ###### [GroupItems](Word.Shape.GroupItems.md) ###### [HasChart](Word.Shape.HasChart.md) ###### [HasSmartArt](Word.Shape.HasSmartArt.md) ###### [Height](Word.Shape.Height.md) ###### [HeightRelative](Word.Shape.HeightRelative.md) ###### [HorizontalFlip](Word.Shape.HorizontalFlip.md) ###### [Hyperlink](Word.Shape.Hyperlink.md) ###### [ID](Word.Shape.ID.md) ###### [LayoutInCell](Word.Shape.LayoutInCell.md) ###### [Left](Word.Shape.Left.md) ###### [LeftRelative](Word.Shape.LeftRelative.md) ###### [Line](Word.Shape.Line.md) ###### [LinkFormat](Word.Shape.LinkFormat.md) ###### [LockAnchor](Word.Shape.LockAnchor.md) ###### [LockAspectRatio](Word.Shape.LockAspectRatio.md) ###### [Model3D](Word.Shape.Model3D.md) ###### [Name](Word.Shape.Name.md) ###### [Nodes](Word.Shape.Nodes.md) ###### [OLEFormat](Word.Shape.OLEFormat.md) ###### [Parent](Word.Shape.Parent.md) ###### [ParentGroup](Word.Shape.ParentGroup.md) ###### [PictureFormat](Word.Shape.PictureFormat.md) ###### [Reflection](Word.Shape.Reflection.md) ###### [RelativeHorizontalPosition](Word.Shape.RelativeHorizontalPosition.md) ###### [RelativeHorizontalSize](Word.Shape.RelativeHorizontalSize.md) ###### [RelativeVerticalPosition](Word.Shape.RelativeVerticalPosition.md) ###### [RelativeVerticalSize](Word.Shape.RelativeVerticalSize.md) ###### [Rotation](Word.Shape.Rotation.md) ###### [Script](Word.Shape.Script.md) ###### [Shadow](Word.Shape.Shadow.md) ###### [ShapeStyle](Word.Shape.ShapeStyle.md) ###### [SmartArt](Word.Shape.SmartArt.md) ###### [SoftEdge](Word.Shape.SoftEdge.md) ###### [TextEffect](Word.Shape.TextEffect.md) ###### [TextFrame](Word.Shape.TextFrame.md) ###### [TextFrame2](Word.Shape.TextFrame2.md) ###### [ThreeD](Word.Shape.ThreeD.md) ###### [Title](Word.Shape.Title.md) ###### [Top](Word.Shape.Top.md) ###### [TopRelative](Word.Shape.TopRelative.md) ###### [Type](Word.Shape.Type.md) ###### [VerticalFlip](Word.Shape.VerticalFlip.md) ###### [Vertices](Word.Shape.Vertices.md) ###### [Visible](Word.Shape.Visible.md) ###### [Width](Word.Shape.Width.md) ###### [WidthRelative](Word.Shape.WidthRelative.md) ###### [WrapFormat](Word.Shape.WrapFormat.md) ###### [ZOrderPosition](Word.Shape.ZOrderPosition.md) #### [ShapeNode object](Word.ShapeNode.md) ##### Properties ###### [Application](Word.ShapeNode.Application.md) ###### [Creator](Word.ShapeNode.Creator.md) ###### [EditingType](Word.ShapeNode.EditingType.md) ###### [Parent](Word.ShapeNode.Parent.md) ###### [Points](Word.ShapeNode.Points.md) ###### [SegmentType](Word.ShapeNode.SegmentType.md) #### [ShapeNodes object](Word.shapenodes.md) ##### Methods ###### [Delete](Word.ShapeNodes.Delete.md) ###### [Insert](Word.ShapeNodes.Insert.md) ###### [Item](Word.ShapeNodes.Item.md) ###### [SetEditingType](Word.ShapeNodes.SetEditingType.md) ###### [SetPosition](Word.ShapeNodes.SetPosition.md) ###### [SetSegmentType](Word.ShapeNodes.SetSegmentType.md) ##### Properties ###### [Application](Word.ShapeNodes.Application.md) ###### [Count](Word.ShapeNodes.Count.md) ###### [Creator](Word.ShapeNodes.Creator.md) ###### [Parent](Word.ShapeNodes.Parent.md) #### [ShapeRange object](Word.ShapeRange.md) ##### Methods ###### [Align](Word.ShapeRange.Align.md) ###### [Apply](Word.ShapeRange.Apply.md) ###### [CanvasCropBottom](Word.ShapeRange.CanvasCropBottom.md) ###### [CanvasCropLeft](Word.ShapeRange.CanvasCropLeft.md) ###### [CanvasCropRight](Word.ShapeRange.CanvasCropRight.md) ###### [CanvasCropTop](Word.ShapeRange.CanvasCropTop.md) ###### [ConvertToInlineShape](Word.ShapeRange.ConvertToInlineShape.md) ###### [Delete](Word.ShapeRange.Delete.md) ###### [Distribute](Word.ShapeRange.Distribute.md) ###### [Duplicate](Word.ShapeRange.Duplicate.md) ###### [Flip](Word.ShapeRange.Flip.md) ###### [Group](Word.ShapeRange.Group.md) ###### [IncrementLeft](Word.ShapeRange.IncrementLeft.md) ###### [IncrementRotation](Word.ShapeRange.IncrementRotation.md) ###### [IncrementTop](Word.ShapeRange.IncrementTop.md) ###### [Item](Word.ShapeRange.Item.md) ###### [PickUp](Word.ShapeRange.PickUp.md) ###### [ScaleHeight](Word.ShapeRange.ScaleHeight.md) ###### [ScaleWidth](Word.ShapeRange.ScaleWidth.md) ###### [Select](Word.ShapeRange.Select.md) ###### [SetShapesDefaultProperties](Word.ShapeRange.SetShapesDefaultProperties.md) ###### [Ungroup](Word.ShapeRange.Ungroup.md) ###### [ZOrder](Word.ShapeRange.ZOrder.md) ##### Properties ###### [Adjustments](Word.ShapeRange.Adjustments.md) ###### [AlternativeText](Word.ShapeRange.AlternativeText.md) ###### [Anchor](Word.ShapeRange.Anchor.md) ###### [Application](Word.ShapeRange.Application.md) ###### [AutoShapeType](Word.ShapeRange.AutoShapeType.md) ###### [BackgroundStyle](Word.ShapeRange.BackgroundStyle.md) ###### [Callout](Word.ShapeRange.Callout.md) ###### [CanvasItems](Word.ShapeRange.CanvasItems.md) ###### [Child](Word.ShapeRange.Child.md) ###### [Count](Word.ShapeRange.Count.md) ###### [Creator](Word.ShapeRange.Creator.md) ###### [Decorative](Word.ShapeRange.Decorative.md) ###### [Fill](Word.ShapeRange.Fill.md) ###### [Glow](Word.ShapeRange.Glow.md) ###### [GraphicStyle](Word.ShapeRange.GraphicStyle.md) ###### [GroupItems](Word.ShapeRange.GroupItems.md) ###### [Height](Word.ShapeRange.Height.md) ###### [HeightRelative](Word.ShapeRange.HeightRelative.md) ###### [HorizontalFlip](Word.ShapeRange.HorizontalFlip.md) ###### [Hyperlink](Word.ShapeRange.Hyperlink.md) ###### [ID](Word.ShapeRange.ID.md) ###### [LayoutInCell](Word.ShapeRange.LayoutInCell.md) ###### [Left](Word.ShapeRange.Left.md) ###### [LeftRelative](Word.ShapeRange.LeftRelative.md) ###### [Line](Word.ShapeRange.Line.md) ###### [LockAnchor](Word.ShapeRange.LockAnchor.md) ###### [LockAspectRatio](Word.ShapeRange.LockAspectRatio.md) ###### [Model3D](Word.ShapeRange.Model3D.md) ###### [Name](Word.ShapeRange.Name.md) ###### [Nodes](Word.ShapeRange.Nodes.md) ###### [Parent](Word.ShapeRange.Parent.md) ###### [ParentGroup](Word.ShapeRange.ParentGroup.md) ###### [PictureFormat](Word.ShapeRange.PictureFormat.md) ###### [Reflection](Word.ShapeRange.Reflection.md) ###### [RelativeHorizontalPosition](Word.ShapeRange.RelativeHorizontalPosition.md) ###### [RelativeHorizontalSize](Word.ShapeRange.RelativeHorizontalSize.md) ###### [RelativeVerticalPosition](Word.ShapeRange.RelativeVerticalPosition.md) ###### [RelativeVerticalSize](Word.ShapeRange.RelativeVerticalSize.md) ###### [Rotation](Word.ShapeRange.Rotation.md) ###### [Shadow](Word.ShapeRange.Shadow.md) ###### [ShapeStyle](Word.ShapeRange.ShapeStyle.md) ###### [SoftEdge](Word.ShapeRange.SoftEdge.md) ###### [TextEffect](Word.ShapeRange.TextEffect.md) ###### [TextFrame](Word.ShapeRange.TextFrame.md) ###### [TextFrame2](Word.ShapeRange.TextFrame2.md) ###### [ThreeD](Word.ShapeRange.ThreeD.md) ###### [Title](Word.ShapeRange.Title.md) ###### [Top](Word.ShapeRange.Top.md) ###### [TopRelative](Word.ShapeRange.TopRelative.md) ###### [Type](Word.ShapeRange.Type.md) ###### [VerticalFlip](Word.ShapeRange.VerticalFlip.md) ###### [Vertices](Word.ShapeRange.Vertices.md) ###### [Visible](Word.ShapeRange.Visible.md) ###### [Width](Word.ShapeRange.Width.md) ###### [WidthRelative](Word.ShapeRange.WidthRelative.md) ###### [WrapFormat](Word.ShapeRange.WrapFormat.md) ###### [ZOrderPosition](Word.ShapeRange.ZOrderPosition.md) #### [Shapes object](Word.shapes.md) ##### Methods ###### [AddCallout](Word.Shapes.AddCallout.md) ###### [AddCanvas](Word.Shapes.AddCanvas.md) ###### [AddChart2](Word.shapes.addchart2.md) ###### [AddCurve](Word.Shapes.AddCurve.md) ###### [AddLabel](Word.Shapes.AddLabel.md) ###### [AddLine](Word.Shapes.AddLine.md) ###### [AddOLEControl](Word.Shapes.AddOLEControl.md) ###### [AddOLEObject](Word.Shapes.AddOLEObject.md) ###### [AddPicture](Word.Shapes.AddPicture.md) ###### [AddPolyline](Word.Shapes.AddPolyline.md) ###### [AddShape](Word.Shapes.AddShape.md) ###### [AddSmartArt](Word.Shapes.AddSmartArt.md) ###### [AddTextbox](Word.Shapes.AddTextbox.md) ###### [AddTextEffect](Word.Shapes.AddTextEffect.md) ###### [Add3DModel](Word.Shapes.Add3DModel.md) ###### [AddWebVideo](Word.shapes.addwebvideo.md) ###### [BuildFreeform](Word.Shapes.BuildFreeform.md) ###### [Item](Word.Shapes.Item.md) ###### [Range](Word.Shapes.Range.md) ###### [SelectAll](Word.Shapes.SelectAll.md) ##### Properties ###### [Application](Word.Shapes.Application.md) ###### [Count](Word.Shapes.Count.md) ###### [Creator](Word.Shapes.Creator.md) ###### [Parent](Word.Shapes.Parent.md) #### [SoftEdgeFormat object](Word.SoftEdgeFormat.md) ##### Properties ###### [Application](Word.SoftEdgeFormat.Application.md) ###### [Creator](Word.SoftEdgeFormat.Creator.md) ###### [Parent](Word.SoftEdgeFormat.Parent.md) ###### [Radius](Word.SoftEdgeFormat.Radius.md) ###### [Type](Word.SoftEdgeFormat.Type.md) #### [Source object](Word.Source.md) ##### Methods ###### [Delete](Word.Source.Delete.md) ##### Properties ###### [Application](Word.Source.Application.md) ###### [Cited](Word.Source.Cited.md) ###### [Creator](Word.Source.Creator.md) ###### [Field](Word.Source.Field.md) ###### [Parent](Word.Source.Parent.md) ###### [Tag](Word.Source.Tag.md) ###### [XML](Word.Source.XML.md) #### [Sources object](Word.Sources.md) ##### Methods ###### [Add](Word.Sources.Add.md) ###### [Item](Word.Sources.Item.md) ##### Properties ###### [Application](Word.Sources.Application.md) ###### [Count](Word.Sources.Count.md) ###### [Creator](Word.Sources.Creator.md) ###### [Parent](Word.Sources.Parent.md) #### [SpellingSuggestion object](Word.SpellingSuggestion.md) ##### Properties ###### [Application](Word.SpellingSuggestion.Application.md) ###### [Creator](Word.SpellingSuggestion.Creator.md) ###### [Name](Word.SpellingSuggestion.Name.md) ###### [Parent](Word.SpellingSuggestion.Parent.md) #### [SpellingSuggestions object](Word.spellingsuggestions.md) ##### Methods ###### [Item](Word.SpellingSuggestions.Item.md) ##### Properties ###### [Application](Word.SpellingSuggestions.Application.md) ###### [Count](Word.SpellingSuggestions.Count.md) ###### [Creator](Word.SpellingSuggestions.Creator.md) ###### [Parent](Word.SpellingSuggestions.Parent.md) ###### [SpellingErrorType](Word.SpellingSuggestions.SpellingErrorType.md) #### [StoryRanges object](Word.storyranges.md) ##### Methods ###### [Item](Word.StoryRanges.Item.md) ##### Properties ###### [Application](Word.StoryRanges.Application.md) ###### [Count](Word.StoryRanges.Count.md) ###### [Creator](Word.StoryRanges.Creator.md) ###### [Parent](Word.StoryRanges.Parent.md) #### [Style object](Word.Style.md) ##### Methods ###### [Delete](Word.Style.Delete.md) ###### [LinkToListTemplate](Word.Style.LinkToListTemplate.md) ##### Properties ###### [Application](Word.Style.Application.md) ###### [AutomaticallyUpdate](Word.Style.AutomaticallyUpdate.md) ###### [BaseStyle](Word.Style.BaseStyle.md) ###### [Borders](Word.Style.Borders.md) ###### [BuiltIn](Word.Style.BuiltIn.md) ###### [Creator](Word.Style.Creator.md) ###### [Description](Word.Style.Description.md) ###### [Font](Word.Style.Font.md) ###### [Frame](Word.Style.Frame.md) ###### [InUse](Word.Style.InUse.md) ###### [LanguageID](Word.Style.LanguageID.md) ###### [LanguageIDFarEast](Word.Style.LanguageIDFarEast.md) ###### [Linked](Word.Style.Linked.md) ###### [LinkStyle](Word.Style.LinkStyle.md) ###### [ListLevelNumber](Word.Style.ListLevelNumber.md) ###### [ListTemplate](Word.Style.ListTemplate.md) ###### [Locked](Word.Style.Locked.md) ###### [NameLocal](Word.Style.NameLocal.md) ###### [NextParagraphStyle](Word.Style.NextParagraphStyle.md) ###### [NoProofing](Word.Style.NoProofing.md) ###### [NoSpaceBetweenParagraphsOfSameStyle](Word.Style.NoSpaceBetweenParagraphsOfSameStyle.md) ###### [ParagraphFormat](Word.Style.ParagraphFormat.md) ###### [Parent](Word.Style.Parent.md) ###### [Priority](Word.Style.Priority.md) ###### [QuickStyle](Word.Style.QuickStyle.md) ###### [Shading](Word.Style.Shading.md) ###### [Table](Word.Style.Table.md) ###### [Type](Word.Style.Type.md) ###### [UnhideWhenUsed](Word.Style.UnhideWhenUsed.md) ###### [Visibility](Word.Style.Visibility.md) #### [Styles object](Word.styles.md) ##### Methods ###### [Add](Word.Styles.Add.md) ###### [Item](Word.Styles.Item.md) ##### Properties ###### [Application](Word.Styles.Application.md) ###### [Count](Word.Styles.Count.md) ###### [Creator](Word.Styles.Creator.md) ###### [Parent](Word.Styles.Parent.md) #### [StyleSheet object](Word.StyleSheet.md) ##### Methods ###### [Delete](Word.StyleSheet.Delete.md) ###### [Move](Word.StyleSheet.Move.md) ##### Properties ###### [Application](Word.StyleSheet.Application.md) ###### [Creator](Word.StyleSheet.Creator.md) ###### [FullName](Word.StyleSheet.FullName.md) ###### [Index](Word.StyleSheet.Index.md) ###### [Name](Word.StyleSheet.Name.md) ###### [Parent](Word.StyleSheet.Parent.md) ###### [Path](Word.StyleSheet.Path.md) ###### [Title](Word.StyleSheet.Title.md) ###### [Type](Word.StyleSheet.Type.md) #### [StyleSheets object](Word.StyleSheets.md) ##### Methods ###### [Add](Word.StyleSheets.Add.md) ###### [Item](Word.StyleSheets.Item.md) ##### Properties ###### [Application](Word.StyleSheets.Application.md) ###### [Count](Word.StyleSheets.Count.md) ###### [Creator](Word.StyleSheets.Creator.md) ###### [Parent](Word.StyleSheets.Parent.md) #### [Subdocument object](Word.subDocument.md) ##### Methods ###### [Delete](Word.Subdocument.Delete.md) ###### [Open](Word.Subdocument.Open.md) ###### [Split](Word.Subdocument.Split.md) ##### Properties ###### [Application](Word.subDocument.Application.md) ###### [Creator](Word.subDocument.Creator.md) ###### [HasFile](Word.Subdocument.HasFile.md) ###### [Level](Word.Subdocument.Level.md) ###### [Locked](Word.Subdocument.Locked.md) ###### [Name](Word.subDocument.Name.md) ###### [Parent](Word.subDocument.Parent.md) ###### [Path](Word.subDocument.Path.md) ###### [Range](Word.Subdocument.Range.md) #### [Subdocuments object](Word.subdocuments.md) ##### Methods ###### [AddFromFile](Word.Subdocuments.AddFromFile.md) ###### [AddFromRange](Word.Subdocuments.AddFromRange.md) ###### [Delete](Word.Subdocuments.Delete.md) ###### [Item](Word.subDocuments.Item.md) ###### [Merge](Word.Subdocuments.Merge.md) ###### [Select](Word.Subdocuments.Select.md) ##### Properties ###### [Application](Word.subDocuments.Application.md) ###### [Count](Word.subDocuments.Count.md) ###### [Creator](Word.subDocuments.Creator.md) ###### [Expanded](Word.Subdocuments.Expanded.md) ###### [Parent](Word.subDocuments.Parent.md) #### [SynonymInfo object](Word.SynonymInfo.md) ##### Properties ###### [AntonymList](Word.SynonymInfo.AntonymList.md) ###### [Application](Word.SynonymInfo.Application.md) ###### [Creator](Word.SynonymInfo.Creator.md) ###### [Found](Word.SynonymInfo.Found.md) ###### [MeaningCount](Word.SynonymInfo.MeaningCount.md) ###### [MeaningList](Word.SynonymInfo.MeaningList.md) ###### [Parent](Word.SynonymInfo.Parent.md) ###### [PartOfSpeechList](Word.SynonymInfo.PartOfSpeechList.md) ###### [RelatedExpressionList](Word.SynonymInfo.RelatedExpressionList.md) ###### [RelatedWordList](Word.SynonymInfo.RelatedWordList.md) ###### [SynonymList](Word.SynonymInfo.SynonymList.md) ###### [Word](Word.SynonymInfo.Word.md) #### [System object](Word.System.md) ##### Methods ###### [Connect](Word.System.Connect.md) ###### [MSInfo](Word.System.MSInfo.md) ##### Properties ###### [Application](Word.System.Application.md) ###### [ComputerType](Word.System.System.ComputerType.md) ###### [CountryRegion](Word.System.CountryRegion.md) ###### [Creator](Word.System.Creator.md) ###### [Cursor](Word.System.Cursor.md) ###### [FreeDiskSpace](Word.System.FreeDiskSpace.md) ###### [HorizontalResolution](Word.System.HorizontalResolution.md) ###### [LanguageDesignation](Word.System.LanguageDesignation.md) ###### [MacintoshName](Word.System.System.MacintoshName.md) ###### [MathCoprocessorInstalled](Word.System.MathCoprocessorInstalled.md) ###### [OperatingSystem](Word.System.OperatingSystem.md) ###### [Parent](Word.System.Parent.md) ###### [PrivateProfileString](Word.System.PrivateProfileString.md) ###### [ProfileString](Word.System.ProfileString.md) ###### [QuickDrawInstalled](Word.System.System.QuickDrawInstalled.md) ###### [Version](Word.System.Version.md) ###### [VerticalResolution](Word.System.VerticalResolution.md) #### [Table object](Word.Table.md) ##### Methods ###### [ApplyStyleDirectFormatting](Word.Table.ApplyStyleDirectFormatting.md) ###### [AutoFitBehavior](Word.Table.AutoFitBehavior.md) ###### [AutoFormat](Word.Table.AutoFormat.md) ###### [Cell](Word.Table.Cell.md) ###### [ConvertToText](Word.Table.ConvertToText.md) ###### [Delete](Word.Table.Delete.md) ###### [Select](Word.Table.Select.md) ###### [Sort](Word.Table.Sort.md) ###### [SortAscending](Word.Table.SortAscending.md) ###### [SortDescending](Word.Table.SortDescending.md) ###### [Split](Word.Table.Split.md) ###### [UpdateAutoFormat](Word.Table.UpdateAutoFormat.md) ##### Properties ###### [AllowAutoFit](Word.Table.AllowAutoFit.md) ###### [Application](Word.Table.Application.md) ###### [ApplyStyleColumnBands](Word.Table.ApplyStyleColumnBands.md) ###### [ApplyStyleFirstColumn](Word.Table.ApplyStyleFirstColumn.md) ###### [ApplyStyleHeadingRows](Word.Table.ApplyStyleHeadingRows.md) ###### [ApplyStyleLastColumn](Word.Table.ApplyStyleLastColumn.md) ###### [ApplyStyleLastRow](Word.Table.ApplyStyleLastRow.md) ###### [ApplyStyleRowBands](Word.Table.ApplyStyleRowBands.md) ###### [AutoFormatType](Word.Table.AutoFormatType.md) ###### [Borders](Word.Table.Borders.md) ###### [BottomPadding](Word.Table.BottomPadding.md) ###### [Columns](Word.Table.Columns.md) ###### [Creator](Word.Table.Creator.md) ###### [Descr](Word.Table.Descr.md) ###### [ID](Word.Table.ID.md) ###### [LeftPadding](Word.Table.LeftPadding.md) ###### [NestingLevel](Word.Table.NestingLevel.md) ###### [Parent](Word.Table.Parent.md) ###### [PreferredWidth](Word.Table.PreferredWidth.md) ###### [PreferredWidthType](Word.Table.PreferredWidthType.md) ###### [Range](Word.Table.Range.md) ###### [RightPadding](Word.Table.RightPadding.md) ###### [Rows](Word.Table.Rows.md) ###### [Shading](Word.Table.Shading.md) ###### [Spacing](Word.Table.Spacing.md) ###### [Style](Word.Table.Style.md) ###### [TableDirection](Word.Table.TableDirection.md) ###### [Tables](Word.Table.Tables.md) ###### [Title](Word.Table.Title.md) ###### [TopPadding](Word.Table.TopPadding.md) ###### [Uniform](Word.Table.Uniform.md) #### [TableOfAuthorities object](Word.TableOfAuthorities.md) ##### Methods ###### [Delete](Word.TableOfAuthorities.Delete.md) ###### [Update](Word.TableOfAuthorities.Update.md) ##### Properties ###### [Application](Word.TableOfAuthorities.Application.md) ###### [Bookmark](Word.TableOfAuthorities.Bookmark.md) ###### [Category](Word.TableOfAuthorities.Category.md) ###### [Creator](Word.TableOfAuthorities.Creator.md) ###### [EntrySeparator](Word.TableOfAuthorities.EntrySeparator.md) ###### [IncludeCategoryHeader](Word.TableOfAuthorities.IncludeCategoryHeader.md) ###### [IncludeSequenceName](Word.TableOfAuthorities.IncludeSequenceName.md) ###### [KeepEntryFormatting](Word.TableOfAuthorities.KeepEntryFormatting.md) ###### [PageNumberSeparator](Word.TableOfAuthorities.PageNumberSeparator.md) ###### [PageRangeSeparator](Word.TableOfAuthorities.PageRangeSeparator.md) ###### [Parent](Word.TableOfAuthorities.Parent.md) ###### [Passim](Word.TableOfAuthorities.Passim.md) ###### [Range](Word.TableOfAuthorities.Range.md) ###### [Separator](Word.TableOfAuthorities.Separator.md) ###### [TabLeader](Word.TableOfAuthorities.TabLeader.md) #### [TableOfAuthoritiesCategory object](Word.TableofauthoritiesCategory.md) ##### Properties ###### [Application](Word.TableofauthoritiesCategory.Application.md) ###### [Creator](Word.TableofauthoritiesCategory.Creator.md) ###### [Index](Word.TableofauthoritiesCategory.Index.md) ###### [Name](Word.TableofauthoritiesCategory.Name.md) ###### [Parent](Word.TableofauthoritiesCategory.Parent.md) #### [TableOfContents object](Word.TableOfContents.md) ##### Methods ###### [Delete](Word.TableOfContents.Delete.md) ###### [Update](Word.TableOfContents.Update.md) ###### [UpdatePageNumbers](Word.TableOfContents.UpdatePageNumbers.md) ##### Properties ###### [Application](Word.TableOfContents.Application.md) ###### [Creator](Word.TableOfContents.Creator.md) ###### [HeadingStyles](Word.TableOfContents.HeadingStyles.md) ###### [HidePageNumbersInWeb](Word.TableOfContents.HidePageNumbersInWeb.md) ###### [IncludePageNumbers](Word.TableOfContents.IncludePageNumbers.md) ###### [LowerHeadingLevel](Word.TableOfContents.LowerHeadingLevel.md) ###### [Parent](Word.TableOfContents.Parent.md) ###### [Range](Word.TableOfContents.Range.md) ###### [RightAlignPageNumbers](Word.TableOfContents.RightAlignPageNumbers.md) ###### [TabLeader](Word.TableOfContents.TabLeader.md) ###### [TableID](Word.TableOfContents.TableID.md) ###### [UpperHeadingLevel](Word.TableOfContents.UpperHeadingLevel.md) ###### [UseFields](Word.TableOfContents.UseFields.md) ###### [UseHeadingStyles](Word.TableOfContents.UseHeadingStyles.md) ###### [UseHyperlinks](Word.TableOfContents.UseHyperlinks.md) #### [TableOfFigures object](Word.TableOfFigures.md) ##### Methods ###### [Delete](Word.TableOfFigures.Delete.md) ###### [Update](Word.TableOfFigures.Update.md) ###### [UpdatePageNumbers](Word.TableOfFigures.UpdatePageNumbers.md) ##### Properties ###### [Application](Word.TableOfFigures.Application.md) ###### [Caption](Word.TableOfFigures.Caption.md) ###### [Creator](Word.TableOfFigures.Creator.md) ###### [HeadingStyles](Word.TableOfFigures.HeadingStyles.md) ###### [HidePageNumbersInWeb](Word.TableOfFigures.HidePageNumbersInWeb.md) ###### [IncludeLabel](Word.TableOfFigures.IncludeLabel.md) ###### [IncludePageNumbers](Word.TableOfFigures.IncludePageNumbers.md) ###### [LowerHeadingLevel](Word.TableOfFigures.LowerHeadingLevel.md) ###### [Parent](Word.TableOfFigures.Parent.md) ###### [Range](Word.TableOfFigures.Range.md) ###### [RightAlignPageNumbers](Word.TableOfFigures.RightAlignPageNumbers.md) ###### [TabLeader](Word.TableOfFigures.TabLeader.md) ###### [TableID](Word.TableOfFigures.TableID.md) ###### [UpperHeadingLevel](Word.TableOfFigures.UpperHeadingLevel.md) ###### [UseFields](Word.TableOfFigures.UseFields.md) ###### [UseHeadingStyles](Word.TableOfFigures.UseHeadingStyles.md) ###### [UseHyperlinks](Word.TableOfFigures.UseHyperlinks.md) #### [Tables object](Word.tables.md) ##### Methods ###### [Add](Word.Tables.Add.md) ###### [Item](Word.Tables.Item.md) ##### Properties ###### [Application](Word.Tables.Application.md) ###### [Count](Word.Tables.Count.md) ###### [Creator](Word.Tables.Creator.md) ###### [NestingLevel](Word.Tables.NestingLevel.md) ###### [Parent](Word.Tables.Parent.md) #### [TablesOfAuthorities object](Word.tablesofauthorities.md) ##### Methods ###### [Add](Word.TablesOfAuthorities.Add.md) ###### [Item](Word.TablesOfAuthorities.Item.md) ###### [MarkAllCitations](Word.TablesOfAuthorities.MarkAllCitations.md) ###### [MarkCitation](Word.TablesOfAuthorities.MarkCitation.md) ###### [NextCitation](Word.TablesOfAuthorities.NextCitation.md) ##### Properties ###### [Application](Word.TablesOfAuthorities.Application.md) ###### [Count](Word.TablesOfAuthorities.Count.md) ###### [Creator](Word.TablesOfAuthorities.Creator.md) ###### [Format](Word.TablesOfAuthorities.Format.md) ###### [Parent](Word.TablesOfAuthorities.Parent.md) #### [TablesOfAuthoritiesCategories object](Word.tablesofauthoritiesCategories.md) ##### Methods ###### [Item](Word.tablesofauthoritiesCategories.Item.md) ##### Properties ###### [Application](Word.tablesofauthoritiesCategories.Application.md) ###### [Count](Word.tablesofauthoritiesCategories.Count.md) ###### [Creator](Word.tablesofauthoritiesCategories.Creator.md) ###### [Parent](Word.tablesofauthoritiesCategories.Parent.md) #### [TablesOfContents object](Word.tablesofcontents.md) ##### Methods ###### [Add](Word.TablesOfContents.Add.md) ###### [Item](Word.TablesOfContents.Item.md) ###### [MarkEntry](Word.TablesOfContents.MarkEntry.md) ##### Properties ###### [Application](Word.TablesOfContents.Application.md) ###### [Count](Word.TablesOfContents.Count.md) ###### [Creator](Word.TablesOfContents.Creator.md) ###### [Format](Word.TablesOfContents.Format.md) ###### [Parent](Word.TablesOfContents.Parent.md) #### [TablesOfFigures object](Word.tablesoffigures.md) ##### Methods ###### [Add](Word.TablesOfFigures.Add.md) ###### [Item](Word.TablesOfFigures.Item.md) ###### [MarkEntry](Word.TablesOfFigures.MarkEntry.md) ##### Properties ###### [Application](Word.TablesOfFigures.Application.md) ###### [Count](Word.TablesOfFigures.Count.md) ###### [Creator](Word.TablesOfFigures.Creator.md) ###### [Format](Word.TablesOfFigures.Format.md) ###### [Parent](Word.TablesOfFigures.Parent.md) #### [TableStyle object](Word.tableStyle.md) ##### Methods ###### [Condition](Word.TableStyle.Condition.md) ##### Properties ###### [Alignment](Word.TableStyle.Alignment.md) ###### [AllowBreakAcrossPage](Word.TableStyle.AllowBreakAcrossPage.md) ###### [AllowPageBreaks](Word.TableStyle.AllowPageBreaks.md) ###### [Application](Word.tableStyle.Application.md) ###### [Borders](Word.tableStyle.Borders.md) ###### [BottomPadding](Word.TableStyle.BottomPadding.md) ###### [ColumnStripe](Word.TableStyle.ColumnStripe.md) ###### [Creator](Word.tableStyle.Creator.md) ###### [LeftIndent](Word.TableStyle.LeftIndent.md) ###### [LeftPadding](Word.TableStyle.LeftPadding.md) ###### [Parent](Word.tableStyle.Parent.md) ###### [RightPadding](Word.TableStyle.RightPadding.md) ###### [RowStripe](Word.TableStyle.RowStripe.md) ###### [Shading](Word.tableStyle.Shading.md) ###### [Spacing](Word.TableStyle.Spacing.md) ###### [TableDirection](Word.TableStyle.TableDirection.md) ###### [TopPadding](Word.TableStyle.TopPadding.md) #### [TabStop object](Word.TabStop.md) ##### Methods ###### [Clear](Word.TabStop.Clear.md) ##### Properties ###### [Alignment](Word.TabStop.Alignment.md) ###### [Application](Word.TabStop.Application.md) ###### [Creator](Word.TabStop.Creator.md) ###### [CustomTab](Word.TabStop.CustomTab.md) ###### [Leader](Word.TabStop.Leader.md) ###### [Next](Word.TabStop.Next.md) ###### [Parent](Word.TabStop.Parent.md) ###### [Position](Word.TabStop.Position.md) ###### [Previous](Word.TabStop.Previous.md) #### [TabStops object](Word.tabstops.md) ##### Methods ###### [Add](Word.TabStops.Add.md) ###### [After](Word.TabStops.After.md) ###### [Before](Word.TabStops.Before.md) ###### [ClearAll](Word.TabStops.ClearAll.md) ###### [Item](Word.TabStops.Item.md) ##### Properties ###### [Application](Word.TabStops.Application.md) ###### [Count](Word.TabStops.Count.md) ###### [Creator](Word.TabStops.Creator.md) ###### [Parent](Word.TabStops.Parent.md) #### [Task object](Word.Task.md) ##### Methods ###### [Activate](Word.Task.Activate.md) ###### [Close](Word.Task.Close.md) ###### [Move](Word.Task.Move.md) ###### [Resize](Word.Task.Resize.md) ###### [SendWindowMessage](Word.Task.SendWindowMessage.md) ##### Properties ###### [Application](Word.Task.Application.md) ###### [Creator](Word.Task.Creator.md) ###### [Height](Word.Task.Height.md) ###### [Left](Word.Task.Left.md) ###### [Name](Word.Task.Name.md) ###### [Parent](Word.Task.Parent.md) ###### [Top](Word.Task.Top.md) ###### [Visible](Word.Task.Visible.md) ###### [Width](Word.Task.Width.md) ###### [WindowState](Word.Task.WindowState.md) #### [TaskPane object](Word.TaskPane.md) ##### Properties ###### [Application](Word.TaskPane.Application.md) ###### [Creator](Word.TaskPane.Creator.md) ###### [Parent](Word.TaskPane.Parent.md) ###### [Visible](Word.TaskPane.Visible.md) #### [TaskPanes object](Word.TaskPanes.md) ##### Methods ###### [Item](Word.TaskPanes.Item.md) ##### Properties ###### [Application](Word.TaskPanes.Application.md) ###### [Count](Word.TaskPanes.Count.md) ###### [Creator](Word.TaskPanes.Creator.md) ###### [Parent](Word.TaskPanes.Parent.md) #### [Tasks object](Word.tasks.md) ##### Methods ###### [Exists](Word.Tasks.Exists.md) ###### [ExitWindows](Word.Tasks.ExitWindows.md) ###### [Item](Word.Tasks.Item.md) ##### Properties ###### [Application](Word.Tasks.Application.md) ###### [Count](Word.Tasks.Count.md) ###### [Creator](Word.Tasks.Creator.md) ###### [Parent](Word.Tasks.Parent.md) #### [Template object](Word.Template.md) ##### Methods ###### [OpenAsDocument](Word.Template.OpenAsDocument.md) ###### [Save](Word.Template.Save.md) ##### Properties ###### [Application](Word.Template.Application.md) ###### [BuildingBlockEntries](Word.Template.BuildingBlockEntries.md) ###### [BuildingBlockTypes](Word.Template.BuildingBlockTypes.md) ###### [BuiltInDocumentProperties](Word.Template.BuiltInDocumentProperties.md) ###### [Creator](Word.Template.Creator.md) ###### [CustomDocumentProperties](Word.Template.CustomDocumentProperties.md) ###### [FarEastLineBreakLanguage](Word.Template.FarEastLineBreakLanguage.md) ###### [FarEastLineBreakLevel](Word.Template.FarEastLineBreakLevel.md) ###### [FullName](Word.Template.FullName.md) ###### [JustificationMode](Word.Template.JustificationMode.md) ###### [KerningByAlgorithm](Word.Template.KerningByAlgorithm.md) ###### [LanguageID](Word.Template.LanguageID.md) ###### [LanguageIDFarEast](Word.Template.LanguageIDFarEast.md) ###### [ListTemplates](Word.Template.ListTemplates.md) ###### [Name](Word.Template.Name.md) ###### [NoLineBreakAfter](Word.Template.NoLineBreakAfter.md) ###### [NoLineBreakBefore](Word.Template.NoLineBreakBefore.md) ###### [NoProofing](Word.Template.NoProofing.md) ###### [Parent](Word.Template.Parent.md) ###### [Path](Word.Template.Path.md) ###### [Saved](Word.Template.Saved.md) ###### [Type](Word.Template.Type.md) ###### [VBProject](Word.Template.VBProject.md) #### [Templates object](Word.templates.md) ##### Methods ###### [Item](Word.Templates.Item.md) ###### [LoadBuildingBlocks](Word.Templates.LoadBuildingBlocks.md) ##### Properties ###### [Application](Word.Templates.Application.md) ###### [Count](Word.Templates.Count.md) ###### [Creator](Word.Templates.Creator.md) ###### [Parent](Word.Templates.Parent.md) #### [TextColumn object](Word.textColumn.md) ##### Properties ###### [Application](Word.textColumn.Application.md) ###### [Creator](Word.textColumn.Creator.md) ###### [Parent](Word.textColumn.Parent.md) ###### [SpaceAfter](Word.TextColumn.SpaceAfter.md) ###### [Width](Word.textColumn.Width.md) #### [TextColumns object](Word(textcolumns).md) ##### Methods ###### [Add](Word.textColumns.Add.md) ###### [Item](Word.textColumns.Item.md) ###### [SetCount](Word.TextColumns.SetCount.md) ##### Properties ###### [Application](Word.textColumns.Application.md) ###### [Count](Word.textColumns.Count.md) ###### [Creator](Word.textColumns.Creator.md) ###### [EvenlySpaced](Word.TextColumns.EvenlySpaced.md) ###### [FlowDirection](Word.TextColumns.FlowDirection.md) ###### [LineBetween](Word.TextColumns.LineBetween.md) ###### [Parent](Word.textColumns.Parent.md) ###### [Spacing](Word.TextColumns.Spacing.md) ###### [Width](Word.textColumns.Width.md) #### [TextEffectFormat object](Word.TextEffectFormat.md) ##### Methods ###### [ToggleVerticalText](Word.TextEffectFormat.ToggleVerticalText.md) ##### Properties ###### [Alignment](Word.TextEffectFormat.Alignment.md) ###### [Application](Word.TextEffectFormat.Application.md) ###### [Creator](Word.TextEffectFormat.Creator.md) ###### [FontBold](Word.TextEffectFormat.FontBold.md) ###### [FontItalic](Word.TextEffectFormat.FontItalic.md) ###### [FontName](Word.TextEffectFormat.FontName.md) ###### [FontSize](Word.TextEffectFormat.FontSize.md) ###### [KernedPairs](Word.TextEffectFormat.KernedPairs.md) ###### [NormalizedHeight](Word.TextEffectFormat.NormalizedHeight.md) ###### [Parent](Word.TextEffectFormat.Parent.md) ###### [PresetShape](Word.TextEffectFormat.PresetShape.md) ###### [PresetTextEffect](Word.TextEffectFormat.PresetTextEffect.md) ###### [RotatedChars](Word.TextEffectFormat.RotatedChars.md) ###### [Text](Word.TextEffectFormat.Text.md) ###### [Tracking](Word.TextEffectFormat.Tracking.md) #### [TextFrame object](Word.TextFrame.md) ##### Methods ###### [BreakForwardLink](Word.TextFrame.BreakForwardLink.md) ###### [DeleteText](Word.TextFrame.DeleteText.md) ###### [ValidLinkTarget](Word.TextFrame.ValidLinkTarget.md) ##### Properties ###### [Application](Word.TextFrame.Application.md) ###### [AutoSize](Word.TextFrame.AutoSize.md) ###### [Column](Word.TextFrame.Column.md) ###### [ContainingRange](Word.TextFrame.ContainingRange.md) ###### [Creator](Word.TextFrame.Creator.md) ###### [HasText](Word.TextFrame.HasText.md) ###### [HorizontalAnchor](Word.TextFrame.HorizontalAnchor.md) ###### [MarginBottom](Word.TextFrame.MarginBottom.md) ###### [MarginLeft](Word.TextFrame.MarginLeft.md) ###### [MarginRight](Word.TextFrame.MarginRight.md) ###### [MarginTop](Word.TextFrame.MarginTop.md) ###### [Next](Word.TextFrame.Next.md) ###### [NoTextRotation](Word.TextFrame.NoTextRotation.md) ###### [Orientation](Word.TextFrame.Orientation.md) ###### [Overflowing](Word.TextFrame.Overflowing.md) ###### [Parent](Word.TextFrame.Parent.md) ###### [PathFormat](Word.TextFrame.PathFormat.md) ###### [Previous](Word.TextFrame.Previous.md) ###### [TextRange](Word.TextFrame.TextRange.md) ###### [ThreeD](Word.TextFrame.ThreeD.md) ###### [VerticalAnchor](Word.TextFrame.VerticalAnchor.md) ###### [WarpFormat](Word.TextFrame.WarpFormat.md) ###### [WordWrap](Word.TextFrame.WordWrap.md) #### [TextInput object](Word.TextInput.md) ##### Methods ###### [Clear](Word.TextInput.Clear.md) ###### [EditType](Word.TextInput.EditType.md) ##### Properties ###### [Application](Word.TextInput.Application.md) ###### [Creator](Word.TextInput.Creator.md) ###### [Default](Word.TextInput.Default.md) ###### [Format](Word.TextInput.Format.md) ###### [Parent](Word.TextInput.Parent.md) ###### [Type](Word.TextInput.Type.md) ###### [Valid](Word.TextInput.Valid.md) ###### [Width](Word.TextInput.Width.md) #### [TextRetrievalMode object](Word.TextRetrievalMode.md) ##### Properties ###### [Application](Word.TextRetrievalMode.Application.md) ###### [Creator](Word.TextRetrievalMode.Creator.md) ###### [Duplicate](Word.TextRetrievalMode.Duplicate.md) ###### [IncludeFieldCodes](Word.TextRetrievalMode.IncludeFieldCodes.md) ###### [IncludeHiddenText](Word.TextRetrievalMode.IncludeHiddenText.md) ###### [Parent](Word.TextRetrievalMode.Parent.md) ###### [ViewType](Word.TextRetrievalMode.ViewType.md) #### [ThreeDFormat object](Word.ThreeDFormat.md) ##### Methods ###### [IncrementRotationHorizontal](Word.ThreeDFormat.IncrementRotationHorizontal.md) ###### [IncrementRotationVertical](Word.ThreeDFormat.IncrementRotationVertical.md) ###### [IncrementRotationX](Word.ThreeDFormat.IncrementRotationX.md) ###### [IncrementRotationY](Word.ThreeDFormat.IncrementRotationY.md) ###### [IncrementRotationZ](Word.ThreeDFormat.IncrementRotationZ.md) ###### [ResetRotation](Word.ThreeDFormat.ResetRotation.md) ###### [SetExtrusionDirection](Word.ThreeDFormat.SetExtrusionDirection.md) ###### [SetPresetCamera](Word.ThreeDFormat.SetPresetCamera.md) ###### [SetThreeDFormat](Word.ThreeDFormat.SetThreeDFormat.md) ##### Properties ###### [Application](Word.ThreeDFormat.Application.md) ###### [BevelBottomDepth](Word.ThreeDFormat.BevelBottomDepth.md) ###### [BevelBottomInset](Word.ThreeDFormat.BevelBottomInset.md) ###### [BevelBottomType](Word.ThreeDFormat.BevelBottomType.md) ###### [BevelTopDepth](Word.ThreeDFormat.BevelTopDepth.md) ###### [BevelTopInset](Word.ThreeDFormat.BevelTopInset.md) ###### [BevelTopType](Word.ThreeDFormat.BevelTopType.md) ###### [ContourColor](Word.ThreeDFormat.ContourColor.md) ###### [ContourWidth](Word.ThreeDFormat.ContourWidth.md) ###### [Creator](Word.ThreeDFormat.Creator.md) ###### [Depth](Word.ThreeDFormat.Depth.md) ###### [ExtrusionColor](Word.ThreeDFormat.ExtrusionColor.md) ###### [ExtrusionColorType](Word.ThreeDFormat.ExtrusionColorType.md) ###### [FieldOfView](Word.ThreeDFormat.FieldOfView.md) ###### [LightAngle](Word.ThreeDFormat.LightAngle.md) ###### [Parent](Word.ThreeDFormat.Parent.md) ###### [Perspective](Word.ThreeDFormat.Perspective.md) ###### [PresetCamera](Word.ThreeDFormat.PresetCamera.md) ###### [PresetExtrusionDirection](Word.ThreeDFormat.PresetExtrusionDirection.md) ###### [PresetLighting](Word.ThreeDFormat.PresetLighting.md) ###### [PresetLightingDirection](Word.ThreeDFormat.PresetLightingDirection.md) ###### [PresetLightingSoftness](Word.ThreeDFormat.PresetLightingSoftness.md) ###### [PresetMaterial](Word.ThreeDFormat.PresetMaterial.md) ###### [PresetThreeDFormat](Word.ThreeDFormat.PresetThreeDFormat.md) ###### [ProjectText](Word.ThreeDFormat.ProjectText.md) ###### [RotationX](Word.ThreeDFormat.RotationX.md) ###### [RotationY](Word.ThreeDFormat.RotationY.md) ###### [RotationZ](Word.ThreeDFormat.RotationZ.md) ###### [Visible](Word.ThreeDFormat.Visible.md) ###### [Z](Word.ThreeDFormat.Z.md) #### [TickLabels object](Word.TickLabels.md) ##### Methods ###### [Delete](Word.TickLabels.Delete.md) ###### [Select](Word.TickLabels.Select.md) ##### Properties ###### [Alignment](Word.TickLabels.Alignment.md) ###### [Application](Word.TickLabels.Application.md) ###### [Creator](Word.TickLabels.Creator.md) ###### [Depth](Word.TickLabels.Depth.md) ###### [Font](Word.TickLabels.Font.md) ###### [Format](Word.TickLabels.Format.md) ###### [MultiLevel](Word.TickLabels.MultiLevel.md) ###### [Name](Word.TickLabels.Name.md) ###### [NumberFormat](Word.TickLabels.NumberFormat.md) ###### [NumberFormatLinked](Word.TickLabels.NumberFormatLinked.md) ###### [NumberFormatLocal](Word.TickLabels.NumberFormatLocal.md) ###### [Offset](Word.TickLabels.Offset.md) ###### [Orientation](Word.TickLabels.Orientation.md) ###### [Parent](Word.TickLabels.Parent.md) ###### [ReadingOrder](Word.TickLabels.ReadingOrder.md) #### [Trendline object](Word.trendLine.md) ##### Methods ###### [ClearFormats](Word.Trendline.ClearFormats.md) ###### [Delete](Word.Trendline.Delete.md) ###### [Select](Word.Trendline.Select.md) ##### Properties ###### [Application](Word.trendLine.Application.md) ###### [Backward2](Word.Trendline.Backward2.md) ###### [Border](Word.Trendline.Border.md) ###### [Creator](Word.trendLine.Creator.md) ###### [DataLabel](Word.Trendline.DataLabel.md) ###### [DisplayEquation](Word.Trendline.DisplayEquation.md) ###### [DisplayRSquared](Word.Trendline.DisplayRSquared.md) ###### [Format](Word.Trendline.Format.md) ###### [Forward2](Word.Trendline.Forward2.md) ###### [Index](Word.Trendline.Index.md) ###### [Intercept](Word.Trendline.Intercept.md) ###### [InterceptIsAuto](Word.Trendline.InterceptIsAuto.md) ###### [Name](Word.Trendline.Name.md) ###### [NameIsAuto](Word.Trendline.NameIsAuto.md) ###### [Order](Word.Trendline.Order.md) ###### [Parent](Word.trendLine.Parent.md) ###### [Period](Word.Trendline.Period.md) ###### [Type](Word.Trendline.Type.md) #### [Trendlines object](Word.trendLines.md) ##### Methods ###### [Add](Word.Trendlines.Add.md) ###### [Item](Word.trendLines.Item.md) ##### Properties ###### [Application](Word.trendLines.Application.md) ###### [Count](Word.trendLines.Count.md) ###### [Creator](Word.trendLines.Creator.md) ###### [Parent](Word.trendLines.Parent.md) #### [TwoInitialCapsException object](Word.TwoInitialCapsException.md) ##### Methods ###### [Delete](Word.TwoInitialCapsException.Delete.md) ##### Properties ###### [Application](Word.TwoInitialCapsException.Application.md) ###### [Creator](Word.TwoInitialCapsException.Creator.md) ###### [Index](Word.TwoInitialCapsException.Index.md) ###### [Name](Word.TwoInitialCapsException.Name.md) ###### [Parent](Word.TwoInitialCapsException.Parent.md) #### [TwoInitialCapsExceptions object](Word.twoinitialcapsexceptions.md) ##### Methods ###### [Add](Word.TwoInitialCapsExceptions.Add.md) ###### [Item](Word.TwoInitialCapsExceptions.Item.md) ##### Properties ###### [Application](Word.TwoInitialCapsExceptions.Application.md) ###### [Count](Word.TwoInitialCapsExceptions.Count.md) ###### [Creator](Word.TwoInitialCapsExceptions.Creator.md) ###### [Parent](Word.TwoInitialCapsExceptions.Parent.md) #### [UndoRecord object](Word.UndoRecord.md) ##### Methods ###### [EndCustomRecord](Word.UndoRecord.EndCustomRecord.md) ###### [StartCustomRecord](Word.UndoRecord.StartCustomRecord.md) ##### Properties ###### [Application](Word.UndoRecord.Application.md) ###### [Creator](Word.UndoRecord.Creator.md) ###### [CustomRecordLevel](Word.UndoRecord.CustomRecordLevel.md) ###### [CustomRecordName](Word.UndoRecord.CustomRecordName.md) ###### [IsRecordingCustomRecord](Word.UndoRecord.IsRecordingCustomRecord.md) ###### [Parent](Word.UndoRecord.Parent.md) #### [UpBars object](Word.UpBars.md) ##### Methods ###### [Delete](Word.UpBars.Delete.md) ###### [Select](Word.UpBars.Select.md) ##### Properties ###### [Application](Word.UpBars.Application.md) ###### [Border](Word.UpBars.Border.md) ###### [Creator](Word.UpBars.Creator.md) ###### [Fill](Word.UpBars.Fill.md) ###### [Format](Word.UpBars.Format.md) ###### [Interior](Word.UpBars.Interior.md) ###### [Name](Word.UpBars.Name.md) ###### [Parent](Word.UpBars.Parent.md) #### [Variable object](Word.Variable.md) ##### Methods ###### [Delete](Word.Variable.Delete.md) ##### Properties ###### [Application](Word.Variable.Application.md) ###### [Creator](Word.Variable.Creator.md) ###### [Index](Word.Variable.Index.md) ###### [Name](Word.Variable.Name.md) ###### [Parent](Word.Variable.Parent.md) ###### [Value](Word.Variable.Value.md) #### [Variables object](Word.variables.md) ##### Methods ###### [Add](Word.Variables.Add.md) ###### [Item](Word.Variables.Item.md) ##### Properties ###### [Application](Word.Variables.Application.md) ###### [Count](Word.Variables.Count.md) ###### [Creator](Word.Variables.Creator.md) ###### [Parent](Word.variables.parent.md) #### [Version object](Word.Version.md) ##### Methods ###### [Delete](Word.Version.Delete.md) ###### [Open](Word.Version.Open.md) ##### Properties ###### [Application](Word.Version.Application.md) ###### [Comment](Word.Version.Comment.md) ###### [Creator](Word.Version.Creator.md) ###### [Date](Word.Version.Date.md) ###### [Index](Word.Version.Index.md) ###### [Parent](Word.Version.Parent.md) ###### [SavedBy](Word.Version.SavedBy.md) #### [View object](Word.View.md) ##### Methods ###### [CollapseAllHeadings](Word.view.collapseallheadings.md) ###### [CollapseOutline](Word.View.CollapseOutline.md) ###### [ExpandAllHeadings](Word.view.expandallheadings.md) ###### [ExpandOutline](Word.View.ExpandOutline.md) ###### [NextHeaderFooter](Word.View.NextHeaderFooter.md) ###### [PreviousHeaderFooter](Word.View.PreviousHeaderFooter.md) ###### [ShowAllHeadings](Word.View.ShowAllHeadings.md) ###### [ShowHeading](Word.View.ShowHeading.md) ##### Properties ###### [Application](Word.View.Application.md) ###### [ColumnWidth](Word.view.columnwidth.md) ###### [ConflictMode](Word.View.ConflictMode.md) ###### [Creator](Word.View.Creator.md) ###### [DisplayBackgrounds](Word.View.DisplayBackgrounds.md) ###### [DisplayPageBoundaries](Word.View.DisplayPageBoundaries.md) ###### [Draft](Word.View.Draft.md) ###### [FieldShading](Word.View.FieldShading.md) ###### [FullScreen](Word.View.FullScreen.md) ###### [Magnifier](Word.View.Magnifier.md) ###### [MailMergeDataView](Word.View.MailMergeDataView.md) ###### [MarkupMode](Word.View.MarkupMode.md) ###### [PageColor](Word.view.pagecolor.md) ###### [PageMovementType](Word.View.PageMovementType.md) ###### [Panning](Word.View.Panning.md) ###### [Parent](Word.View.Parent.md) ###### [ReadingLayout](Word.View.ReadingLayout.md) ###### [ReadingLayoutActualView](Word.View.ReadingLayoutActualView.md) ###### [ReadingLayoutTruncateMargins](Word.View.ReadingLayoutTruncateMargins.md) ###### [RevisionsBalloonShowConnectingLines](Word.View.RevisionsBalloonShowConnectingLines.md) ###### [RevisionsBalloonSide](Word.View.RevisionsBalloonSide.md) ###### [RevisionsBalloonWidth](Word.View.RevisionsBalloonWidth.md) ###### [RevisionsBalloonWidthType](Word.View.RevisionsBalloonWidthType.md) ###### [RevisionsFilter](Word.view.revisionsfilter.md) ###### [SeekView](Word.View.SeekView.md) ###### [ShadeEditableRanges](Word.View.ShadeEditableRanges.md) ###### [ShowAll](Word.View.ShowAll.md) ###### [ShowBookmarks](Word.View.ShowBookmarks.md) ###### [ShowComments](Word.View.ShowComments.md) ###### [ShowCropMarks](Word.View.ShowCropMarks.md) ###### [ShowDrawings](Word.View.ShowDrawings.md) ###### [ShowFieldCodes](Word.View.ShowFieldCodes.md) ###### [ShowFirstLineOnly](Word.View.ShowFirstLineOnly.md) ###### [ShowFormat](Word.View.ShowFormat.md) ###### [ShowFormatChanges](Word.View.ShowFormatChanges.md) ###### [ShowHiddenText](Word.View.ShowHiddenText.md) ###### [ShowHighlight](Word.View.ShowHighlight.md) ###### [ShowHyphens](Word.View.ShowHyphens.md) ###### [ShowInkAnnotations](Word.View.ShowInkAnnotations.md) ###### [ShowInsertionsAndDeletions](Word.View.ShowInsertionsAndDeletions.md) ###### [ShowMainTextLayer](Word.View.ShowMainTextLayer.md) ###### [ShowMarkupAreaHighlight](Word.View.ShowMarkupAreaHighlight.md) ###### [ShowObjectAnchors](Word.View.ShowObjectAnchors.md) ###### [ShowOptionalBreaks](Word.View.ShowOptionalBreaks.md) ###### [ShowOtherAuthors](Word.View.ShowOtherAuthors.md) ###### [ShowParagraphs](Word.View.ShowParagraphs.md) ###### [ShowPicturePlaceHolders](Word.View.ShowPicturePlaceHolders.md) ###### [ShowRevisionsAndComments](Word.View.ShowRevisionsAndComments.md) ###### [ShowSpaces](Word.View.ShowSpaces.md) ###### [ShowTabs](Word.View.ShowTabs.md) ###### [ShowTextBoundaries](Word.View.ShowTextBoundaries.md) ###### [ShowXMLMarkup](Word.View.ShowXMLMarkup.md) ###### [SplitSpecial](Word.View.SplitSpecial.md) ###### [TableGridlines](Word.View.TableGridlines.md) ###### [Type](Word.View.Type.md) ###### [WrapToWindow](Word.View.WrapToWindow.md) ###### [Zoom](Word.View.Zoom.md) #### [Walls object](Word.Walls.md) ##### Methods ###### [ClearFormats](Word.Walls.ClearFormats.md) ###### [Paste](Word.Walls.Paste.md) ###### [Select](Word.Walls.Select.md) ##### Properties ###### [Application](Word.Walls.Application.md) ###### [Creator](Word.Walls.Creator.md) ###### [Format](Word.Walls.Format.md) ###### [Name](Word.Walls.Name.md) ###### [Parent](Word.Walls.Parent.md) ###### [PictureType](Word.Walls.PictureType.md) ###### [PictureUnit](Word.Walls.PictureUnit.md) ###### [Thickness](Word.Walls.Thickness.md) #### [WebOptions object](Word.webOptions.md) ##### Methods ###### [UseDefaultFolderSuffix](Word.WebOptions.UseDefaultFolderSuffix.md) ##### Properties ###### [AllowPNG](Word.WebOptions.AllowPNG.md) ###### [Application](Word.webOptions.Application.md) ###### [BrowserLevel](Word.WebOptions.BrowserLevel.md) ###### [Creator](Word.webOptions.Creator.md) ###### [Encoding](Word.WebOptions.Encoding.md) ###### [FolderSuffix](Word.WebOptions.FolderSuffix.md) ###### [OptimizeForBrowser](Word.WebOptions.OptimizeForBrowser.md) ###### [OrganizeInFolder](Word.WebOptions.OrganizeInFolder.md) ###### [Parent](Word.webOptions.Parent.md) ###### [PixelsPerInch](Word.WebOptions.PixelsPerInch.md) ###### [RelyOnCSS](Word.WebOptions.RelyOnCSS.md) ###### [RelyOnVML](Word.WebOptions.RelyOnVML.md) ###### [ScreenSize](Word.WebOptions.ScreenSize.md) ###### [TargetBrowser](Word.WebOptions.TargetBrowser.md) ###### [UseLongFileNames](Word.WebOptions.UseLongFileNames.md) #### [Window object](Word.Window.md) ##### Methods ###### [Activate](Word.Window.Activate.md) ###### [Close](Word.Window.Close.md) ###### [GetPoint](Word.Window.GetPoint.md) ###### [LargeScroll](Word.Window.LargeScroll.md) ###### [NewWindow](Word.Window.NewWindow.md) ###### [PageScroll](Word.Window.PageScroll.md) ###### [PrintOut](Word.Window.PrintOut.md) ###### [RangeFromPoint](Word.Window.RangeFromPoint.md) ###### [ScrollIntoView](Word.Window.ScrollIntoView.md) ###### [SetFocus](Word.Window.SetFocus.md) ###### [SmallScroll](Word.Window.SmallScroll.md) ###### [ToggleRibbon](Word.Window.ToggleRibbon.md) ##### Properties ###### [Active](Word.Window.Active.md) ###### [ActivePane](Word.Window.ActivePane.md) ###### [Application](Word.Window.Application.md) ###### [Caption](Word.Window.Caption.md) ###### [Creator](Word.Window.Creator.md) ###### [DisplayHorizontalScrollBar](Word.Window.DisplayHorizontalScrollBar.md) ###### [DisplayLeftScrollBar](Word.Window.DisplayLeftScrollBar.md) ###### [DisplayRightRuler](Word.Window.DisplayRightRuler.md) ###### [DisplayRulers](Word.Window.DisplayRulers.md) ###### [DisplayScreenTips](Word.Window.DisplayScreenTips.md) ###### [DisplayVerticalRuler](Word.Window.DisplayVerticalRuler.md) ###### [DisplayVerticalScrollBar](Word.Window.DisplayVerticalScrollBar.md) ###### [Document](Word.Window.Document.md) ###### [DocumentMap](Word.Window.DocumentMap.md) ###### [EnvelopeVisible](Word.Window.EnvelopeVisible.md) ###### [Height](Word.Window.Height.md) ###### [HorizontalPercentScrolled](Word.Window.HorizontalPercentScrolled.md) ###### [HWnd](Word.window.hwnd.md) ###### [IMEMode](Word.Window.IMEMode.md) ###### [Index](Word.Window.Index.md) ###### [Left](Word.Window.Left.md) ###### [Next](Word.Window.Next.md) ###### [Panes](Word.Window.Panes.md) ###### [Parent](Word.Window.Parent.md) ###### [Previous](Word.Window.Previous.md) ###### [Selection](Word.Window.Selection.md) ###### [ShowSourceDocuments](Word.Window.ShowSourceDocuments.md) ###### [Split](Word.Window.Split.md) ###### [SplitVertical](Word.Window.SplitVertical.md) ###### [StyleAreaWidth](Word.Window.StyleAreaWidth.md) ###### [Thumbnails](Word.Window.Thumbnails.md) ###### [Top](Word.Window.Top.md) ###### [Type](Word.Window.Type.md) ###### [UsableHeight](Word.Window.UsableHeight.md) ###### [UsableWidth](Word.Window.UsableWidth.md) ###### [VerticalPercentScrolled](Word.Window.VerticalPercentScrolled.md) ###### [View](Word.Window.View.md) ###### [Visible](Word.Window.Visible.md) ###### [Width](Word.Window.Width.md) ###### [WindowNumber](Word.WindowNumber.md) ###### [WindowState](Word.Window.WindowState.md) #### [Windows object](Word.windows.md) ##### Methods ###### [Add](Word.Windows.Add.md) ###### [Arrange](Word.Windows.Arrange.md) ###### [BreakSideBySide](Word.Windows.BreakSideBySide.md) ###### [CompareSideBySideWith](Word.Windows.CompareSideBySideWith.md) ###### [Item](Word.Windows.Item.md) ###### [ResetPositionsSideBySide](Word.Windows.ResetPositionsSideBySide.md) ##### Properties ###### [Application](Word.Windows.Application.md) ###### [Count](Word.Windows.Count.md) ###### [Creator](Word.Windows.Creator.md) ###### [Parent](Word.Windows.Parent.md) ###### [SyncScrollingSideBySide](Word.SyncScrollingSideBySide.md) #### [Words object](Word.words.md) ##### Methods ###### [Item](Word.Words.Item.md) ##### Properties ###### [Application](Word.Words.Application.md) ###### [Count](Word.Words.Count.md) ###### [Creator](Word.Words.Creator.md) ###### [First](Word.Words.First.md) ###### [Last](Word.Words.Last.md) ###### [Parent](Word.Words.Parent.md) #### [WrapFormat object](Word.WrapFormat.md) ##### Properties ###### [AllowOverlap](Word.WrapFormat.AllowOverlap.md) ###### [Application](Word.WrapFormat.Application.md) ###### [Creator](Word.WrapFormat.Creator.md) ###### [DistanceBottom](Word.WrapFormat.DistanceBottom.md) ###### [DistanceLeft](Word.WrapFormat.DistanceLeft.md) ###### [DistanceRight](Word.WrapFormat.DistanceRight.md) ###### [DistanceTop](Word.WrapFormat.DistanceTop.md) ###### [Parent](Word.WrapFormat.Parent.md) ###### [Side](Word.WrapFormat.Side.md) ###### [Type](Word.WrapFormat.Type.md) #### [XMLMapping object](Word.XMLMapping.md) ##### Methods ###### [Delete](Word.XMLMapping.Delete.md) ###### [SetMapping](Word.XMLMapping.SetMapping.md) ###### [SetMappingByNode](Word.XMLMapping.SetMappingByNode.md) ##### Properties ###### [Application](Word.XMLMapping.Application.md) ###### [Creator](Word.XMLMapping.Creator.md) ###### [CustomXMLNode](Word.XMLMapping.CustomXMLNode.md) ###### [CustomXMLPart](Word.XMLMapping.CustomXMLPart.md) ###### [IsMapped](Word.XMLMapping.IsMapped.md) ###### [Parent](Word.XMLMapping.Parent.md) ###### [PrefixMappings](Word.XMLMapping.PrefixMappings.md) ###### [XPath](Word.XMLMapping.XPath.md) ##### [XMLNamespace object](Word.XMLNamespace.md) ##### Methods ###### [Add](Word.xmlnamespaces.add.md) ###### [AttachToDocument](Word.XMLNamespace.AttachToDocument.md) ###### [Delete](Word.XMLNamespace.Delete.md) ###### [InstallManifest](Word.xmlnamespaces.installmanifest.md) ###### [Item](Word.xmlnamespaces.item.md) ##### Properties ###### [Alias](Word.XMLNamespace.Alias.md) ###### [Application](Word.XMLNamespace.Application.md) ###### [Application](Word.xmlnamespaces.application.md) ###### [Count](Word.xmlnamespaces.count.md) ###### [Creator](Word.XMLNamespace.Creator.md) ###### [Creator](Word.xmlnamespaces.creator.md) ###### [DefaultTransform](Word.XMLNamespace.DefaultTransform.md) ###### [Location](Word.XMLNamespace.Location.md) ###### [Parent](Word.XMLNamespace.Parent.md) ###### [Parent](Word.xmlnamespaces.parent.md) ###### [URI](Word.URI.md) ###### [XSLTransforms](Word.XMLNamespace.XSLTransforms.md) #### [XMLNode object](Word.XMLNode.md) ##### Methods ###### [Copy](Word.XMLNode.Copy.md) ###### [Cut](Word.XMLNode.Cut.md) ###### [Delete](Word.XMLNode.Delete.md) ###### [RemoveChild](Word.XMLNode.RemoveChild.md) ###### [SelectNodes](Word.XMLNode.SelectNodes.md) ###### [SelectSingleNode](Word.XMLNode.SelectSingleNode.md) ###### [SetValidationError](Word.XMLNode.SetValidationError.md) ###### [Validate](Word.XMLNode.Validate.md) ##### Properties ###### [Application](Word.XMLNode.Application.md) ###### [Attributes](Word.XMLNode.Attributes.md) ###### [BaseName](Word.XMLNode.BaseName.md) ###### [ChildNodes](Word.XMLNode.ChildNodes.md) ###### [Creator](Word.XMLNode.Creator.md) ###### [FirstChild](Word.XMLNode.FirstChild.md) ###### [HasChildNodes](Word.XMLNode.HasChildNodes.md) ###### [LastChild](Word.XMLNode.LastChild.md) ###### [Level](Word.XMLNode.Level.md) ###### [NamespaceURI](Word.XMLNode.NamespaceURI.md) ###### [NextSibling](Word.XMLNode.NextSibling.md) ###### [NodeType](Word.XMLNode.NodeType.md) ###### [NodeValue](Word.XMLNode.NodeValue.md) ###### [OwnerDocument](Word.XMLNode.OwnerDocument.md) ###### [Parent](Word.XMLNode.Parent.md) ###### [ParentNode](Word.XMLNode.ParentNode.md) ###### [PlaceholderText](Word.XMLNode.PlaceholderText.md) ###### [PreviousSibling](Word.XMLNode.PreviousSibling.md) ###### [Range](Word.XMLNode.Range.md) ###### [Text](Word.XMLNode.Text.md) ###### [ValidationErrorText](Word.XMLNode.ValidationErrorText.md) ###### [ValidationStatus](Word.XMLNode.ValidationStatus.md) ###### [WordOpenXML](Word.XMLNode.WordOpenXML.md) ###### [XML](Word.XML.md) #### [XMLNodes object](Word.XMLNodes.md) ##### Methods ###### [Item](Word.XMLNodes.Item.md) ##### Properties ###### [Application](Word.XMLNodes.Application.md) ###### [Count](Word.XMLNodes.Count.md) ###### [Creator](Word.XMLNodes.Creator.md) ###### [Parent](Word.XMLNodes.Parent.md) #### [XMLSchemaReference object](Word.XMLSchemaReference.md) ##### Methods ###### [Delete](Word.XMLSchemaReference.Delete.md) ###### [Reload](Word.XMLSchemaReference.Reload.md) ##### Properties ###### [Application](Word.XMLSchemaReference.Application.md) ###### [Creator](Word.XMLSchemaReference.Creator.md) ###### [Location](Word.XMLSchemaReference.Location.md) ###### [NamespaceURI](Word.XMLSchemaReference.NamespaceURI.md) ###### [Parent](Word.XMLSchemaReference.Parent.md) #### [XMLSchemaReferences object](Word.XMLSchemaReferences.md) ##### Methods ###### [Add](Word.XMLSchemaReferences.Add.md) ###### [Item](Word.XMLSchemaReferences.Item.md) ###### [Validate](Word.XMLSchemaReferences.Validate.md) ##### Properties ###### [Application](Word.XMLSchemaReferences.Application.md) ###### [Count](Word.XMLSchemaReferences.Count.md) ###### [Creator](Word.XMLSchemaReferences.Creator.md) ###### [HideValidationErrors](Word.XMLSchemaReferences.HideValidationErrors.md) ###### [IgnoreMixedContent](Word.XMLSchemaReferences.IgnoreMixedContent.md) ###### [Parent](Word.XMLSchemaReferences.Parent.md) ###### [ShowPlaceholderText](Word.XMLSchemaReferences.ShowPlaceholderText.md) #### [XSLTransform object](Word.XSLTransform.md) ##### Methods ###### [Add](Word.xsltransforms.add.md) ###### [Delete](Word.XSLTransform.Delete.md) ###### [Item](Word.xsltransforms.item.md) ##### Properties ###### [Alias](Word.XSLTransform.Alias.md) ###### [Application](Word.XSLTransform.Application.md) ###### [Application](Word.xsltransforms.application.md) ###### [Count](Word.xsltransforms.count.md) ###### [Creator](Word.XSLTransform.Creator.md) ###### [Creator](Word.xsltransforms.creator.md) ###### [ID](Word.XSLTransform.ID.md) ###### [Location](Word.XSLTransform.Location.md) ###### [Parent](Word.XSLTransform.Parent.md) ###### [Parent](Word.xsltransforms.parent.md) #### [Zoom object](Word.Zoom.md) ##### Properties ###### [Application](Word.Zoom.Application.md) ###### [Creator](Word.Zoom.Creator.md) ###### [PageColumns](Word.Zoom.PageColumns.md) ###### [PageFit](Word.Zoom.PageFit.md) ###### [PageRows](Word.Zoom.PageRows.md) ###### [Parent](Word.Zoom.Parent.md) ###### [Percentage](Word.Zoom.Percentage.md) ##### [Zooms object](Word.zooms.md) ##### Methods ###### [Item](Word.Zooms.Item.md) ##### Properties ###### [Application](Word.Zooms.Application.md) ###### [Creator](Word.Zooms.Creator.md) ###### [Parent](Word.Zooms.Parent.md) #### [Enumerations](Word(enumerations).md) ##### [WdAlertLevel](Word.WdAlertLevel.md) ##### [WdAlignmentTabAlignment](Word.WdAlignmentTabAlignment.md) ##### [WdAlignmentTabRelative](Word.WdAlignmentTabRelative.md) ##### [WdApplyQuickStyleSets](Word.WdApplyQuickStyleSets.md) ##### [WdArabicNumeral](Word.WdArabicNumeral.md) ##### [WdAraSpeller](Word.WdAraSpeller.md) ##### [WdArrangeStyle](Word.WdArrangeStyle.md) ##### [WdAutoFitBehavior](Word.WdAutoFitBehavior.md) ##### [WdAutoMacros](Word.WdAutoMacros.md) ##### [WdAutoVersions](Word.WdAutoVersions.md) ##### [WdBaselineAlignment](Word.WdBaselineAlignment.md) ##### [WdBookmarkSortBy](Word.WdBookmarkSortBy.md) ##### [WdBorderDistanceFrom](Word.WdBorderDistanceFrom.md) ##### [WdBorderType](Word.WdBorderType.md) ##### [WdBreakType](Word.WdBreakType.md) ##### [WdBrowserLevel](Word.WdBrowserLevel.md) ##### [WdBrowseTarget](Word.WdBrowseTarget.md) ##### [WdBuildingBlockTypes](Word.WdBuildingBlockTypes.md) ##### [WdBuiltInProperty](Word.WdBuiltInProperty.md) ##### [WdBuiltinStyle](Word.WdBuiltinStyle.md) ##### [WdCalendarType](Word.WdCalendarType.md) ##### [WdCalendarTypeBi](Word.WdCalendarTypeBi.md) ##### [WdCaptionLabelID](Word.WdCaptionLabelID.md) ##### [WdCaptionNumberStyle](Word.WdCaptionNumberStyle.md) ##### [WdCaptionPosition](Word.WdCaptionPosition.md) ##### [WdCellColor](Word.WdCellColor.md) ##### [WdCellVerticalAlignment](Word.WdCellVerticalAlignment.md) ##### [WdCharacterCase](Word.WdCharacterCase.md) ##### [WdCharacterWidth](Word.WdCharacterWidth.md) ##### [WdCheckInVersionType](Word.WdCheckInVersionType.md) ##### [WdChevronConvertRule](Word.WdChevronConvertRule.md) ##### [WdCollapseDirection](Word.WdCollapseDirection.md) ##### [WdColor](Word.WdColor.md) ##### [WdColorIndex](Word.WdColorIndex.md) ##### [WdColumnWidth](Word.wdcolumnwidth.md) ##### [WdCompareDestination](Word.WdCompareDestination.md) ##### [WdCompareTarget](Word.WdCompareTarget.md) ##### [WdCompatibility](Word.WdCompatibility.md) ##### [WdCompatibilityMode](Word.WdCompatibilityMode.md) ##### [WdConditionCode](Word.WdConditionCode.md) ##### [WdConstants](Word.WdConstants.md) ##### [WdContentControlAppearance](Word.wdcontentcontrolappearance.md) ##### [WdContentControlDateStorageFormat](Word.WdContentControlDateStorageFormat.md) ##### [WdContentControlLevel](Word.wdcontentcontrollevel.md) ##### [WdContentControlType](Word.WdContentControlType.md) ##### [WdContinue](Word.WdContinue.md) ##### [WdCountry](Word.WdCountry.md) ##### [WdCursorMovement](Word.WdCursorMovement.md) ##### [WdCursorType](Word.WdCursorType.md) ##### [WdCustomLabelPageSize](Word.WdCustomLabelPageSize.md) ##### [WdDateLanguage](Word.WdDateLanguage.md) ##### [WdDefaultFilePath](Word.WdDefaultFilePath.md) ##### [WdDefaultListBehavior](Word.WdDefaultListBehavior.md) ##### [WdDefaultTableBehavior](Word.WdDefaultTableBehavior.md) ##### [WdDeleteCells](Word.WdDeleteCells.md) ##### [WdDeletedTextMark](Word.WdDeletedTextMark.md) ##### [WdDiacriticColor](Word.WdDiacriticColor.md) ##### [WdDictionaryType](Word.WdDictionaryType.md) ##### [WdDisableFeaturesIntroducedAfter](Word.WdDisableFeaturesIntroducedAfter.md) ##### [WdDocPartInsertOptions](Word.WdDocPartInsertOptions.md) ##### [WdDocumentDirection](Word.WdDocumentDirection.md) ##### [WdDocumentKind](Word.WdDocumentKind.md) ##### [WdDocumentMedium](Word.WdDocumentMedium.md) ##### [WdDocumentType](Word.WdDocumentType.md) ##### [WdDocumentViewDirection](Word.WdDocumentViewDirection.md) ##### [WdDropPosition](Word.WdDropPosition.md) ##### [WdEditionOption](Word.WdEditionOption.md) ##### [WdEditionType](Word.WdEditionType.md) ##### [WdEditorType](Word.WdEditorType.md) ##### [WdEmailHTMLFidelity](Word.WdEmailHTMLFidelity.md) ##### [WdEmphasisMark](Word.WdEmphasisMark.md) ##### [WdEnableCancelKey](Word.WdEnableCancelKey.md) ##### [WdEncloseStyle](Word.WdEncloseStyle.md) ##### [WdEnclosureType](Word.WdEnclosureType.md) ##### [WdEndnoteLocation](Word.WdEndnoteLocation.md) ##### [WdEnvelopeOrientation](Word.WdEnvelopeOrientation.md) ##### [WdExportCreateBookmarks](Word.WdExportCreateBookmarks.md) ##### [WdExportFormat](Word.WdExportFormat.md) ##### [WdExportItem](Word.WdExportItem.md) ##### [WdExportOptimizeFor](Word.WdExportOptimizeFor.md) ##### [WdExportRange](Word.WdExportRange.md) ##### [WdFarEastLineBreakLanguageID](Word.WdFarEastLineBreakLanguageID.md) ##### [WdFarEastLineBreakLevel](Word.WdFarEastLineBreakLevel.md) ##### [WdFieldKind](Word.WdFieldKind.md) ##### [WdFieldShading](Word.WdFieldShading.md) ##### [WdFieldType](Word.WdFieldType.md) ##### [WdFindMatch](Word.WdFindMatch.md) ##### [WdFindWrap](Word.WdFindWrap.md) ##### [WdFlowDirection](Word.WdFlowDirection.md) ##### [WdFontBias](Word.WdFontBias.md) ##### [WdFootnoteLocation](Word.WdFootnoteLocation.md) ##### [WdFramePosition](Word.WdFramePosition.md) ##### [WdFramesetNewFrameLocation](Word.WdFramesetNewFrameLocation.md) ##### [WdFramesetSizeType](Word.WdFramesetSizeType.md) ##### [WdFramesetType](Word.WdFramesetType.md) ##### [WdFrameSizeRule](Word.WdFrameSizeRule.md) ##### [WdFrenchSpeller](Word.WdFrenchSpeller.md) ##### [WdGoToDirection](Word.WdGoToDirection.md) ##### [WdGoToItem](Word.WdGoToItem.md) ##### [WdGranularity](Word.WdGranularity.md) ##### [WdGutterStyle](Word.WdGutterStyle.md) ##### [WdGutterStyleOld](Word.WdGutterStyleOld.md) ##### [WdHeaderFooterIndex](Word.WdHeaderFooterIndex.md) ##### [WdHeadingSeparator](Word.WdHeadingSeparator.md) ##### [WdHebSpellStart](Word.WdHebSpellStart.md) ##### [WdHelpType](Word.WdHelpType.md) ##### [WdHighAnsiText](Word.WdHighAnsiText.md) ##### [WdHorizontalInVerticalType](Word.WdHorizontalInVerticalType.md) ##### [WdHorizontalLineAlignment](Word.WdHorizontalLineAlignment.md) ##### [WdHorizontalLineWidthType](Word.WdHorizontalLineWidthType.md) ##### [WdIMEMode](Word.WdIMEMode.md) ##### [WdIndexFilter](Word.WdIndexFilter.md) ##### [WdIndexFormat](Word.WdIndexFormat.md) ##### [WdIndexSortBy](Word.WdIndexSortBy.md) ##### [WdIndexType](Word.WdIndexType.md) ##### [WdInformation](Word.WdInformation.md) ##### [WdInlineShapeType](Word.WdInlineShapeType.md) ##### [WdInsertCells](Word.WdInsertCells.md) ##### [WdInsertedTextMark](Word.WdInsertedTextMark.md) ##### [WdInternationalIndex](Word.WdInternationalIndex.md) ##### [WdJustificationMode](Word.WdJustificationMode.md) ##### [WdKana](Word.WdKana.md) ##### [WdKey](Word.WdKey.md) ##### [WdKeyCategory](Word.WdKeyCategory.md) ##### [WdLanguageID](Word.WdLanguageID.md) ##### [WdLayoutMode](Word.WdLayoutMode.md) ##### [WdLetterheadLocation](Word.WdLetterheadLocation.md) ##### [WdLetterStyle](Word.WdLetterStyle.md) ##### [WdLigatures](Word.WdLigatures.md) ##### [WdLineEndingType](Word.WdLineEndingType.md) ##### [WdLineSpacing](Word.WdLineSpacing.md) ##### [WdLineStyle](Word.WdLineStyle.md) ##### [WdLineType](Word.WdLineType.md) ##### [WdLineWidth](Word.WdLineWidth.md) ##### [WdLinkType](Word.WdLinkType.md) ##### [WdListApplyTo](Word.WdListApplyTo.md) ##### [WdListGalleryType](Word.WdListGalleryType.md) ##### [WdListLevelAlignment](Word.WdListLevelAlignment.md) ##### [WdListNumberStyle](Word.WdListNumberStyle.md) ##### [WdListType](Word.WdListType.md) ##### [WdLockType](Word.WdLockType.md) ##### [WdMailerPriority](Word.WdMailerPriority.md) ##### [WdMailMergeActiveRecord](Word.WdMailMergeActiveRecord.md) ##### [WdMailMergeComparison](Word.WdMailMergeComparison.md) ##### [WdMailMergeDataSource](Word.WdMailMergeDataSource.md) ##### [WdMailMergeDefaultRecord](Word.WdMailMergeDefaultRecord.md) ##### [WdMailMergeDestination](Word.WdMailMergeDestination.md) ##### [WdMailMergeMailFormat](Word.WdMailMergeMailFormat.md) ##### [WdMailMergeMainDocType](Word.WdMailMergeMainDocType.md) ##### [WdMailMergeState](Word.WdMailMergeState.md) ##### [WdMailSystem](Word.WdMailSystem.md) ##### [WdMappedDataFields](Word.WdMappedDataFields.md) ##### [WdMeasurementUnits](Word.WdMeasurementUnits.md) ##### [WdMergeFormatFrom](Word.WdMergeFormatFrom.md) ##### [WdMergeSubType](Word.WdMergeSubType.md) ##### [WdMergeTarget](Word.WdMergeTarget.md) ##### [WdMonthNames](Word.WdMonthNames.md) ##### [WdMoveFromTextMark](Word.WdMoveFromTextMark.md) ##### [WdMovementType](Word.WdMovementType.md) ##### [WdMoveToTextMark](Word.WdMoveToTextMark.md) ##### [WdMultipleWordConversionsMode](Word.WdMultipleWordConversionsMode.md) ##### [WdNewDocumentType](Word.WdNewDocumentType.md) ##### [WdNoteNumberStyle](Word.WdNoteNumberStyle.md) ##### [WdNumberForm](Word.WdNumberForm.md) ##### [WdNumberingRule](Word.WdNumberingRule.md) ##### [WdNumberSpacing](Word.WdNumberSpacing.md) ##### [WdNumberStyleWordBasicBiDi](Word.WdNumberStyleWordBasicBiDi.md) ##### [WdNumberType](Word.WdNumberType.md) ##### [WdOLEPlacement](Word.WdOLEPlacement.md) ##### [WdOLEType](Word.WdOLEType.md) ##### [WdOLEVerb](Word.WdOLEVerb.md) ##### [WdOMathBreakBin](Word.WdOMathBreakBin.md) ##### [WdOMathBreakSub](Word.WdOMathBreakSub.md) ##### [WdOMathFracType](Word.WdOMathFracType.md) ##### [WdOMathFunctionType](Word.WdOMathFunctionType.md) ##### [WdOMathHorizAlignType](Word.WdOMathHorizAlignType.md) ##### [WdOMathJc](Word.WdOMathJc.md) ##### [WdOMathShapeType](Word.WdOMathShapeType.md) ##### [WdOMathSpacingRule](Word.WdOMathSpacingRule.md) ##### [WdOMathType](Word.WdOMathType.md) ##### [WdOMathVertAlignType](Word.WdOMathVertAlignType.md) ##### [WdOpenFormat](Word.WdOpenFormat.md) ##### [WdOrganizerObject](Word.WdOrganizerObject.md) ##### [WdOrientation](Word.WdOrientation.md) ##### [WdOriginalFormat](Word.WdOriginalFormat.md) ##### [WdOutlineLevel](Word.WdOutlineLevel.md) ##### [WdPageBorderArt](Word.WdPageBorderArt.md) ##### [WdPageColor](Word.wdpagecolor.md) ##### [WdPageFit](Word.WdPageFit.md) ##### [WdPageMovementType](Word.WdPageMovementType.md) ##### [WdPageNumberAlignment](Word.WdPageNumberAlignment.md) ##### [WdPageNumberStyle](Word.WdPageNumberStyle.md) ##### [WdPaperSize](Word.WdPaperSize.md) ##### [WdPaperTray](Word.WdPaperTray.md) ##### [WdParagraphAlignment](Word.WdParagraphAlignment.md) ##### [WdPartOfSpeech](Word.WdPartOfSpeech.md) ##### [WdPasteDataType](Word.WdPasteDataType.md) ##### [WdPasteOptions](Word.WdPasteOptions.md) ##### [WdPhoneticGuideAlignmentType](Word.WdPhoneticGuideAlignmentType.md) ##### [WdPictureLinkType](Word.WdPictureLinkType.md) ##### [WdPortugueseReform](Word.WdPortugueseReform.md) ##### [WdPreferredWidthType](Word.WdPreferredWidthType.md) ##### [WdPrintOutItem](Word.WdPrintOutItem.md) ##### [WdPrintOutPages](Word.WdPrintOutPages.md) ##### [WdPrintOutRange](Word.WdPrintOutRange.md) ##### [WdProofreadingErrorType](Word.WdProofreadingErrorType.md) ##### [WdProtectedViewCloseReason](Word.WdProtectedViewCloseReason.md) ##### [WdProtectionType](Word.WdProtectionType.md) ##### [WdReadingLayoutMargin](Word.WdReadingLayoutMargin.md) ##### [WdReadingOrder](Word.WdReadingOrder.md) ##### [WdRecoveryType](Word.WdRecoveryType.md) ##### [WdRectangleType](Word.WdRectangleType.md) ##### [WdReferenceKind](Word.WdReferenceKind.md) ##### [WdReferenceType](Word.WdReferenceType.md) ##### [WdRelativeHorizontalPosition](Word.WdRelativeHorizontalPosition.md) ##### [WdRelativeHorizontalSize](Word.WdRelativeHorizontalSize.md) ##### [WdRelativeVerticalPosition](Word.WdRelativeVerticalPosition.md) ##### [WdRelativeVerticalSize](Word.WdRelativeVerticalSize.md) ##### [WdRelocate](Word.WdRelocate.md) ##### [WdRemoveDocInfoType](Word.WdRemoveDocInfoType.md) ##### [WdReplace](Word.WdReplace.md) ##### [WdRevisedLinesMark](Word.WdRevisedLinesMark.md) ##### [WdRevisedPropertiesMark](Word.WdRevisedPropertiesMark.md) ##### [WdRevisionsBalloonMargin](Word.WdRevisionsBalloonMargin.md) ##### [WdRevisionsBalloonPrintOrientation](Word.WdRevisionsBalloonPrintOrientation.md) ##### [WdRevisionsBalloonWidthType](Word.WdRevisionsBalloonWidthType.md) ##### [WdRevisionsMarkup](Word.wdrevisionsmarkup.md) ##### [WdRevisionsMode](Word.WdRevisionsMode.md) ##### [WdRevisionsView](Word.WdRevisionsView.md) ##### [WdRevisionsWrap](Word.WdRevisionsWrap.md) ##### [WdRevisionType](Word.WdRevisionType.md) ##### [WdRowAlignment](Word.WdRowAlignment.md) ##### [WdRowHeightRule](Word.WdRowHeightRule.md) ##### [WdRulerStyle](Word.WdRulerStyle.md) ##### [WdSalutationGender](Word.WdSalutationGender.md) ##### [WdSalutationType](Word.WdSalutationType.md) ##### [WdSaveFormat](Word.WdSaveFormat.md) ##### [WdSaveOptions](Word.WdSaveOptions.md) ##### [WdScrollbarType](Word.WdScrollbarType.md) ##### [WdSectionDirection](Word.WdSectionDirection.md) ##### [WdSectionStart](Word.WdSectionStart.md) ##### [WdSeekView](Word.WdSeekView.md) ##### [WdSelectionFlags](Word.WdSelectionFlags.md) ##### [WdSelectionType](Word.WdSelectionType.md) ##### [WdSeparatorType](Word.WdSeparatorType.md) ##### [WdShapePosition](Word.WdShapePosition.md) ##### [WdShapePositionRelative](Word.WdShapePositionRelative.md) ##### [WdShapeSizeRelative](Word.WdShapeSizeRelative.md) ##### [WdShowFilter](Word.WdShowFilter.md) ##### [WdShowSourceDocuments](Word.WdShowSourceDocuments.md) ##### [WdSmartTagControlType](Word.WdSmartTagControlType.md) ##### [WdSortFieldType](Word.WdSortFieldType.md) ##### [WdSortOrder](Word.WdSortOrder.md) ##### [WdSortSeparator](Word.WdSortSeparator.md) ##### [WdSpanishSpeller](Word.WdSpanishSpeller.md) ##### [WdSpecialPane](Word.WdSpecialPane.md) ##### [WdSpellingErrorType](Word.WdSpellingErrorType.md) ##### [WdSpellingWordType](Word.WdSpellingWordType.md) ##### [WdStatistic](Word.WdStatistic.md) ##### [WdStoryType](Word.WdStoryType.md) ##### [WdStyleSheetLinkType](Word.WdStyleSheetLinkType.md) ##### [WdStyleSheetPrecedence](Word.WdStyleSheetPrecedence.md) ##### [WdStyleSort](Word.WdStyleSort.md) ##### [WdStyleType](Word.WdStyleType.md) ##### [WdStylisticSet](Word.WdStylisticSet.md) ##### [WdSubscriberFormats](Word.WdSubscriberFormats.md) ##### [WdTabAlignment](Word.WdTabAlignment.md) ##### [WdTabLeader](Word.WdTabLeader.md) ##### [WdTableDirection](Word.WdTableDirection.md) ##### [WdTableFieldSeparator](Word.WdTableFieldSeparator.md) ##### [WdTableFormat](Word.WdTableFormat.md) ##### [WdTableFormatApply](Word.WdTableFormatApply.md) ##### [WdTablePosition](Word.WdTablePosition.md) ##### [WdTaskPanes](Word.WdTaskPanes.md) ##### [WdTCSCConverterDirection](Word.WdTCSCConverterDirection.md) ##### [WdTemplateType](Word.WdTemplateType.md) ##### [WdTextboxTightWrap](Word.WdTextboxTightWrap.md) ##### [WdTextFormFieldType](Word.WdTextFormFieldType.md) ##### [WdTextOrientation](Word.WdTextOrientation.md) ##### [WdTextureIndex](Word.WdTextureIndex.md) ##### [WdThemeColorIndex](Word.WdThemeColorIndex.md) ##### [WdToaFormat](Word.WdToaFormat.md) ##### [WdTocFormat](Word.WdTocFormat.md) ##### [WdTofFormat](Word.WdTofFormat.md) ##### [WdTrailingCharacter](Word.WdTrailingCharacter.md) ##### [WdTwoLinesInOneType](Word.WdTwoLinesInOneType.md) ##### [WdUnderline](Word.WdUnderline.md) ##### [WdUnits](Word.WdUnits.md) ##### [WdUpdateStyleListBehavior](Word.WdUpdateStyleListBehavior.md) ##### [WdUseFormattingFrom](Word.WdUseFormattingFrom.md) ##### [WdVerticalAlignment](Word.WdVerticalAlignment.md) ##### [WdViewType](Word.WdViewType.md) ##### [WdVisualSelection](Word.WdVisualSelection.md) ##### [WdWindowState](Word.WdWindowState.md) ##### [WdWindowType](Word.WdWindowType.md) ##### [WdWordDialog](Word.WdWordDialog.md) ##### [WdWordDialogTab](Word.WdWordDialogTab.md) ##### [WdWrapSideType](Word.WdWrapSideType.md) ##### [WdWrapType](Word.WdWrapType.md) ##### [WdWrapTypeMerged](Word.WdWrapTypeMerged.md) ##### [XlAxisCrosses](Word.xlaxiscrosses.md) ##### [XlAxisGroup](Word.xlaxisgroup.md) ##### [XlAxisType](Word.xlaxistype.md) ##### [XlBackground](Word.xlbackground.md) ##### [XlBarShape](Word.xlbarshape.md) ##### [XlBinsType](Word.xlbinstype.md) ##### [XlBorderWeight](Word.xlborderweight.md) ##### [XlCategoryLabelLevel](Word.xlcategorylabellevel.md) ##### [XlCategoryType](Word.xlcategorytype.md) ##### [XlChartElementPosition](Word.xlchartelementposition.md) ##### [XlChartGallery](Word.xlchartgallery.md) ##### [XlChartItem](Word.xlchartitem.md) ##### [XlChartPicturePlacement](Word.xlchartpictureplacement.md) ##### [XlChartPictureType](Word.xlchartpicturetype.md) ##### [XlChartSplitType](Word.xlchartsplittype.md) ##### [XlColorIndex](Word.xlcolorindex.md) ##### [XlConstants](Word.XlConstants.md) ##### [XlCopyPictureFormat](Word.xlcopypictureformat.md) ##### [XlDataLabelPosition](Word.xldatalabelposition.md) ##### [XlDataLabelSeparator](Word.xldatalabelseparator.md) ##### [XlDataLabelsType](Word.xldatalabelstype.md) ##### [XlDisplayBlanksAs](Word.xldisplayblanksas.md) ##### [XlDisplayUnit](Word.xldisplayunit.md) ##### [XlEndStyleCap](Word.xlendstylecap.md) ##### [XlErrorBarDirection](Word.xlerrorbardirection.md) ##### [XlErrorBarInclude](Word.xlerrorbarinclude.md) ##### [XlErrorBarType](Word.xlerrorbartype.md) ##### [XlHAlign](Word.xlhalign.md) ##### [XlLegendPosition](Word.xllegendposition.md) ##### [XlLineStyle](Word.xllinestyle.md) ##### [XlMarkerStyle](Word.xlmarkerstyle.md) ##### [XlOrientation](Word.xlorientation.md) ##### [XlParentDataLabelOptions](Word.xlparentdatalabeloptions.md) ##### [XlPattern](Word.xlpattern.md) ##### [XlPictureAppearance](Word.xlpictureappearance.md) ##### [XlPieSliceIndex](Word.xlpiesliceindex.md) ##### [XlPieSliceLocation](Word.xlpieslicelocation.md) ##### [XlPivotFieldOrientation](Word.xlpivotfieldorientation.md) ##### [XlReadingOrder](Word.XlReadingOrder.md) ##### [XlRgbColor](Word.xlrgbcolor.md) ##### [XlRowCol](Word.xlrowcol.md) ##### [XlScaleType](Word.xlscaletype.md) ##### [XlSeriesNameLevel](Word.xlseriesnamelevel.md) ##### [XlSizeRepresents](Word.xlsizerepresents.md) ##### [XlTickLabelOrientation](Word.xlticklabelorientation.md) ##### [XlTickLabelPosition](Word.xlticklabelposition.md) ##### [XlTickMark](Word.xltickmark.md) ##### [XlTimeUnit](Word.xltimeunit.md) ##### [XlTrendlineType](Word.xltrendlinetype.md) ##### [XlUnderlineStyle](Word.xlunderlinestyle.md) ##### [XlVAlign](Word.xlvalign.md) ## Language reference ### [Overview](overview/Language-Reference.md) ### Concepts #### Visual Basic ##### [Overview](../Language/Reference/User-Interface-Help/visual-basic-conceptual-topics.md) ##### [64-bit Visual Basic for Applications overview](../Language/Concepts/Getting-Started/64-bit-visual-basic-for-applications-overview.md) ##### [Avoid naming conflicts](../Language/Concepts/Getting-Started/avoiding-naming-conflicts.md) ##### [Call procedures with the same name](../Language/Concepts/Getting-Started/calling-procedures-with-the-same-name.md) ##### [Call property procedures](../Language/Concepts/Getting-Started/calling-property-procedures.md) ##### [Call Sub and Function procedures](../Language/Concepts/Getting-Started/calling-sub-and-function-procedures.md) ##### [Compiler constants](../Language/Concepts/Getting-Started/compiler-constants.md) ##### [Create object variables](../Language/Concepts/Getting-Started/creating-object-variables.md) ##### [Create recursive procedures](../Language/Concepts/Getting-Started/creating-recursive-procedures.md) ##### [Declare arrays](../Language/Concepts/Getting-Started/declaring-arrays.md) ##### [Declare constants](../Language/Concepts/Getting-Started/declaring-constants.md) ##### [Declare variables](../Language/Concepts/Getting-Started/declaring-variables.md) ##### [Document conventions](../Language/Concepts/Getting-Started/document-conventions-visual-basic-for-applications.md) ##### [Execute code when setting properties](../Language/Concepts/Getting-Started/executing-code-when-setting-properties.md) ##### [Loop through code](../Language/Concepts/Getting-Started/looping-through-code.md) ##### [Make faster For...Next loops](../Language/Concepts/Getting-Started/making-faster-fornext-loops.md) ##### [Pass arguments efficiently](../Language/Concepts/Getting-Started/passing-arguments-efficiently.md) ##### [Return strings from functions](../Language/Concepts/Getting-Started/returning-strings-from-functions.md) ##### [Understanding automation](../Language/Concepts/Getting-Started/understanding-automation.md) ##### [Understanding conditional compilation](../Language/Concepts/Getting-Started/understanding-conditional-compilation.md) ##### [Understanding named arguments and optional arguments](../Language/Concepts/Getting-Started/understanding-named-arguments-and-optional-arguments.md) ##### [Understanding objects, methods, properties, and events](../Language/Concepts/Getting-Started/understanding-objects-properties-methods-and-events.md) ##### [Understanding parameter arrays](../Language/Concepts/Getting-Started/understanding-parameter-arrays.md) ##### [Understanding scope and visibility](../Language/Concepts/Getting-Started/understanding-scope-and-visibility.md) ##### [Understanding the lifetime of variables](../Language/Concepts/Getting-Started/understanding-the-lifetime-of-variables.md) ##### [Understanding variants](../Language/Concepts/Getting-Started/understanding-variants.md) ##### [Understanding Visual Basic syntax](../Language/Concepts/Getting-Started/understanding-visual-basic-syntax.md) ##### [Use arrays](../Language/Concepts/Getting-Started/using-arrays.md) ##### [Use constants](../Language/Concepts/Getting-Started/using-constants.md) ##### [Use data types efficiently](../Language/Concepts/Getting-Started/using-data-types-efficiently.md) ##### [Use Do...Loop statements](../Language/Concepts/Getting-Started/using-doloop-statements.md) ##### [Use For Each...Next statements](../Language/Concepts/Getting-Started/using-for-eachnext-statements.md) ##### [Use For...Next statements](../Language/Concepts/Getting-Started/using-fornext-statements.md) ##### [Use If...Then...Else statements](../Language/Concepts/Getting-Started/using-ifthenelse-statements.md) ##### [Use Parentheses in code](../Language/Concepts/Getting-Started/using-parentheses-in-code.md) ##### [Use Select Case statements](../Language/Concepts/Getting-Started/using-select-case-statements.md) ##### [Use the Add-In Manager](../Language/Concepts/Getting-Started/using-the-add-in-manager.md) ##### [Use With statements](../Language/Concepts/Getting-Started/using-with-statements.md) ##### [VarType constants](../Language/Concepts/Getting-Started/vartype-constants.md) ##### [Visual Basic naming rules](../Language/Concepts/Getting-Started/visual-basic-naming-rules.md) ##### [Work across applications](../Language/Concepts/Getting-Started/working-across-applications.md) ##### [Write a Function procedure](../Language/Concepts/Getting-Started/writing-a-function-procedure.md) ##### [Write a property procedure](../Language/Concepts/Getting-Started/writing-a-property-procedure.md) ##### [Write a Sub procedure](../Language/Concepts/Getting-Started/writing-a-sub-procedure.md) ##### [Write assignment statements](../Language/Concepts/Getting-Started/writing-assignment-statements.md) ##### [Write data to files](../Language/Concepts/Getting-Started/writing-data-to-files.md) ##### [Write declaration statements](../Language/Concepts/Getting-Started/writing-declaration-statements.md) ##### [Write executable statements](../Language/Concepts/Getting-Started/writing-executable-statements.md) ##### [Write Visual Basic statements](../Language/Concepts/Getting-Started/writing-visual-basic-statements.md) #### Microsoft Forms ##### [Overview](../Language/Reference/User-Interface-Help/concepts-microsoft-forms.md) ##### [Active controls and selected controls](../Language/Concepts/Forms/active-controls-and-selected-controls.md) ##### [Add a control to a form](../Language/Concepts/Forms/add-a-control-to-a-form.md) ##### [Add a control to the Toolbox](../Language/Concepts/Forms/add-a-control-to-the-toolbox.md) ##### [Add a customized control to the Toolbox](../Language/Concepts/Forms/add-a-customized-control-to-the-toolbox.md) ##### [Add items to a list using the list or column property](../Language/Reference/User-Interface-Help/add-items-to-a-list-using-the-list-or-column-property.md) ##### [Adjust horizontal and vertical spacing between controls](../Language/Concepts/Forms/adjust-horizontal-and-vertical-spacing-between-controls.md) ##### [Align a picture on a control](../Language/Concepts/Forms/ways-to-align-a-picture-on-a-control.md) ##### [Align controls](../Language/Concepts/Forms/align-controls.md) ##### [Align text in a control](../Language/Concepts/Forms/align-text-in-a-control.md) ##### [Arrange buttons](../Language/Concepts/Forms/arrange-buttons.md) ##### [Assign a bitmap to a control](../Language/Concepts/Forms/assign-a-bitmap-to-a-control.md) ##### [Assign a caption](../Language/Concepts/Forms/assign-a-caption.md) ##### [Assign a control tip to a control](../Language/Concepts/Forms/assign-a-control-tip-to-a-control.md) ##### [Assign a control tip to a page or tab](../Language/Concepts/Forms/assign-a-control-tip-to-a-page-or-tab.md) ##### [Assign a custom Help topic to a control](../Language/Concepts/Forms/assign-a-custom-help-topic-to-a-control.md) ##### [Assign an accelerator key for a page or tab](../Language/Concepts/Forms/assign-an-accelerator-key-for-a-page-or-tab.md) ##### [Assign an accelerator key](../Language/Concepts/Forms/assign-an-accelerator-key.md) ##### [Break up a control group](../Language/Concepts/Forms/break-up-a-control-group.md) ##### [ByVal references in Microsoft Forms](../Language/Concepts/Forms/byval-references-in-microsoft-forms.md) ##### [Center controls in a form](../Language/Concepts/Forms/center-controls-in-a-form.md) ##### [Change the appearance of a control](../Language/Concepts/Forms/ways-to-change-the-appearance-of-a-control.md) ##### [Change the location of the form](../Language/Concepts/Forms/change-the-location-of-the-form.md) ##### [Change the name of a Toolbox page](../Language/Concepts/Forms/change-the-name-of-a-toolbox-page.md) ##### [Change the order of pages in a MultiPage or TabStrip](../Language/Concepts/Forms/change-the-order-of-pages-in-a-multipage-or-tabstrip.md) ##### [Change the order of Toolbox pages](../Language/Concepts/Forms/change-the-order-of-toolbox-pages.md) ##### [Change the size of the form](../Language/Concepts/Forms/change-the-size-of-the-form.md) ##### [Change the size of the Toolbox](../Language/Concepts/Forms/change-the-size-of-the-toolbox.md) ##### [Create a control group](../Language/Concepts/Forms/create-a-control-group.md) ##### [Create a list box with option buttons or check boxes](../Language/Concepts/Forms/create-a-list-box-with-option-buttons-or-check-boxes.md) ##### [Create a new Toolbox page](../Language/Concepts/Forms/create-a-new-toolbox-page.md) ##### [Create a standard list box](../Language/Concepts/Forms/create-a-standard-list-box.md) ##### [Create a transparent control](../Language/Concepts/Forms/create-a-transparent-control.md) ##### [Create an option group](../Language/Concepts/Forms/ways-to-create-an-option-group.md) ##### [Create an option group using the GroupName property](../Language/Concepts/Forms/create-an-option-group-using-the-groupname-property.md) ##### [Create forms and dialog boxes with right-to-left extensions](../Language/Concepts/Forms/creating-forms-and-dialog-boxes-with-right-to-left-extensions.md) ##### [Custom Help files](../Language/Concepts/Forms/custom-help-files.md) ##### [Customize a Toolbox icon](../Language/Concepts/Forms/customize-a-toolbox-icon.md) ##### [Customize a ToolTip in the Toolbox](../Language/Concepts/Forms/customize-a-tooltip-in-the-toolbox.md) ##### [Delete a bitmap from a control](../Language/Concepts/Forms/delete-a-bitmap-from-a-control.md) ##### [Delete a Toolbox page](../Language/Concepts/Forms/delete-a-toolbox-page.md) ##### [Delete an item from the Toolbox](../Language/Concepts/Forms/delete-an-item-from-the-toolbox.md) ##### [Display a group's shortcut menu](../Language/Concepts/Forms/display-a-group-s-shortcut-menu.md) ##### [Display or hide the Toolbox](../Language/Concepts/Forms/display-or-hide-the-toolbox.md) ##### [Display the shortcut menu for a MultiPage or Page](../Language/Concepts/Forms/display-the-shortcut-menu-for-a-multipage-or-page.md) ##### [Display the shortcut menu for a TabStrip or Tab](../Language/Concepts/Forms/display-the-shortcut-menu-for-a-tabstrip-or-tab.md) ##### [Import or export a Toolbox page](../Language/Concepts/Forms/import-or-export-a-toolbox-page.md) ##### [ListBox styles](../Language/Concepts/Forms/listbox-styles.md) ##### [Make a control that automatically adjusts to the size of its data](../Language/Concepts/Forms/make-a-control-that-automatically-adjusts-to-the-size-of-its-data.md) ##### [Make controls the same size](../Language/Concepts/Forms/make-controls-the-same-size.md) ##### [Match entries in a list](../Language/Concepts/Forms/ways-to-match-entries-in-a-list.md) ##### [Move an item to another Toolbox page](../Language/Concepts/Forms/move-an-item-to-another-toolbox-page.md) ##### [Protect sensitive information](../Language/Concepts/Forms/ways-to-protect-sensitive-information.md) ##### [Put data in a list box or combo box](../Language/Concepts/Forms/ways-to-put-data-in-a-listbox-or-combobox.md) ##### [Select a control within a group](../Language/Concepts/Forms/select-a-control-within-a-group.md) ##### [Select a grid size](../Language/Concepts/Forms/select-a-grid-size.md) ##### [Set the tab order using the tab order dialog box](../Language/Concepts/Forms/set-the-tab-order-using-the-tab-order-dialog-box.md) ##### [Set the tab order using the TabIndex property](../Language/Concepts/Forms/set-the-tab-order-using-the-tabindex-property.md) ##### [Set the ToolTip for a Toolbox page](../Language/Concepts/Forms/set-the-tooltip-for-a-toolbox-page.md) ##### [Should I use a MultiPage or a TabStrip?](../Language/Concepts/Forms/should-i-use-a-multipage-or-a-tabstrip.md) ##### [Show or hide the grid](../Language/Concepts/Forms/show-or-hide-the-grid.md) ##### [Show or hide ToolTips](../Language/Concepts/Forms/show-or-hide-tooltips.md) ##### [Size all the controls in a group](../Language/Concepts/Forms/size-all-the-controls-in-a-group.md) ##### [Size to fit](../Language/Concepts/Forms/size-to-fit.md) ##### [Size to grid](../Language/Concepts/Forms/size-to-grid.md) ##### [Things you can do with a multicolumn list box or combo box](../Language/Concepts/Forms/things-you-can-do-with-a-multicolumn-listbox-or-combobox.md) ##### [Things you can do with a picture on an Image control](../Language/Concepts/Forms/things-you-can-do-with-a-picture-on-an-image-control.md) ##### [Things you can do with control groups](../Language/Concepts/Forms/things-you-can-do-with-control-groups.md) ##### [Tips on selecting multiple controls](../Language/Concepts/Forms/tips-on-selecting-multiple-controls.md) ##### [Tips on setting the dominant control](../Language/Concepts/Forms/tips-on-setting-the-dominant-control.md) ##### [Tips on using text boxes](../Language/Concepts/Forms/tips-on-using-text-boxes.md) ##### [Transparency in Microsoft Forms](../Language/Concepts/Forms/transparency-in-microsoft-forms.md) ##### [Undo and Redo in Microsoft Forms](../Language/Concepts/Forms/undo-and-redo-in-microsoft-forms.md) ##### [Use z-order to layer controls](../Language/Concepts/Forms/use-z-order-to-layer-controls.md) ##### [What is a caption?](../Language/Concepts/Forms/what-is-a-caption.md) ##### [What is a control tip?](../Language/Concepts/Forms/what-is-a-control-tip.md) ##### [What is a MultiPage?](../Language/Concepts/Forms/what-is-a-multipage.md) ##### [What is a shortcut menu?](../Language/Concepts/Forms/what-is-a-shortcut-menu.md) ##### [What is a TabStrip?](../Language/Concepts/Forms/what-is-a-tabstrip.md) ##### [What is a ToolTip?](../Language/Concepts/Forms/what-is-a-tooltip.md) ##### [What is the difference between the DataObject and the Clipboard?](../Language/Concepts/Forms/what-is-the-difference-between-the-dataobject-and-the-clipboard.md) ##### [What is the Toolbox?](../Language/Concepts/Forms/what-is-the-toolbox.md) ### How-to topics #### [Overview](../Language/Reference/User-Interface-Help/visual-basic-how-to-topics.md) #### [Add a watch expression](../Language/Concepts/Forms/add-a-watch-expression.md) #### [Check or add an Object Library Reference](../Language/How-to/check-or-add-an-object-library-reference.md) #### [Continue code execution](../Language/How-to/continue-code-execution.md) #### [Copy example code from Help](../Language/How-to/copy-example-code-from-help.md) #### [Create a procedure](../Language/How-to/create-a-procedure.md) #### [Delete a watch expression](../Language/How-to/delete-a-watch-expression.md) #### [Edit a watch expression](../Language/How-to/edit-a-watch-expression.md) #### [Enter a declaration in code](../Language/How-to/enter-a-declaration-in-code.md) #### [Execute a specific statement](../Language/How-to/execute-a-specific-statement.md) #### [Find a procedure](../Language/How-to/find-a-procedure.md) #### [Find a variable definition](../Language/How-to/find-a-variable-definition.md) #### [Import a text file into code](../Language/How-to/import-a-text-file-into-code.md) #### [Replace text in code](../Language/How-to/replace-text-in-code.md) #### [Restart execution](../Language/How-to/restart-execution.md) #### [Search for text in code](../Language/How-to/search-for-text-in-code.md) #### [Set and clear a breakpoint](../Language/How-to/set-and-clear-a-breakpoint.md) #### [Set project properties](../Language/How-to/set-project-properties.md) #### [Set reference to a type library](../Language/How-to/set-reference-to-a-type-library.md) #### [Set Visual Basic environment options](../Language/How-to/set-visual-basic-environment-options.md) #### [Split the Code window](../Language/How-to/split-the-code-window.md) #### [Start code execution](../Language/How-to/start-code-execution.md) #### [Stop code execution](../Language/How-to/stop-code-execution.md) #### [Trace code execution](../Language/How-to/trace-code-execution.md) #### [Turn syntax checking on or off](../Language/How-to/turn-syntax-checking-on-or-off.md) #### [Use Quick Watch](../Language/How-to/use-quick-watch.md) #### [Use the Immediate window](../Language/Reference/User-Interface-Help/use-the-immediate-window.md) #### [Use the Object Browser](../Language/Reference/User-Interface-Help/use-the-object-browser.md) #### [Use the Project Explorer](../Language/Reference/User-Interface-Help/use-the-project-explorer.md) #### [Use the Properties window](../Language/Reference/User-Interface-Help/use-the-properties-window.md) ### Reference #### [Overview](../Language/Reference/User-Interface-Help/visual-basic-language-reference.md) #### Character sets ##### [Overview](../Language/Reference/character-sets.md) ##### [Character set (0 - 127)](../Language/Reference/User-Interface-Help/character-set-0127.md) ##### [Character set (128 - 255)](../Language/Reference/User-Interface-Help/character-set-128255.md) #### Constants ##### [Overview](../Language/Reference/constants-visual-basic-for-applications.md) ##### [Calendar](../Language/Reference/User-Interface-Help/calendar-constants.md) ##### [CallType](../Language/Reference/User-Interface-Help/calltype-constants.md) ##### [Color](../Language/Reference/User-Interface-Help/color-constants.md) ##### [Comparison](../Language/Reference/User-Interface-Help/comparison-constants.md) ##### [Date](../Language/Reference/User-Interface-Help/date-constants.md) ##### [Date Format](../Language/Reference/User-Interface-Help/date-format-constants.md) ##### [Dir, GetAttr, and SetAttr](../Language/Reference/User-Interface-Help/dir-getattr-and-setattr-constants.md) ##### [DriveType](../Language/Reference/User-Interface-Help/drivetype-constants.md) ##### [File Attribute](../Language/Reference/User-Interface-Help/file-attribute-constants.md) ##### [File Input/Output](../Language/Reference/User-Interface-Help/file-input-output-constants.md) ##### [Form](../Language/Reference/User-Interface-Help/form-constants.md) ##### [IMEStatus](../Language/Reference/User-Interface-Help/imestatus-constants.md) ##### [Keycode](../Language/Reference/User-Interface-Help/keycode-constants.md) ##### [Miscellaneous](../Language/Reference/User-Interface-Help/miscellaneous-constants.md) ##### [MsgBox](../Language/Reference/User-Interface-Help/msgbox-constants.md) ##### [QueryClose](../Language/Reference/User-Interface-Help/queryclose-constants.md) ##### [Shell](../Language/Reference/User-Interface-Help/shell-constants.md) ##### [SpecialFolder](../Language/Reference/User-Interface-Help/specialfolder-constants.md) ##### [StrConv](../Language/Reference/User-Interface-Help/strconv-constants.md) ##### [System Color](../Language/Reference/User-Interface-Help/system-color-constants.md) ##### [Tristate](../Language/Reference/User-Interface-Help/tristate-constants.md) #### Data types ##### [Overview](../Language/Reference/User-Interface-Help/data-type-summary.md) ##### [Type conversion functions](../Language/Concepts/Getting-Started/type-conversion-functions.md) ##### [Boolean](../Language/Reference/User-Interface-Help/boolean-data-type.md) ##### [Byte](../Language/Reference/User-Interface-Help/byte-data-type.md) ##### [Currency](../Language/Reference/User-Interface-Help/currency-data-type.md) ##### [Date](../Language/Reference/User-Interface-Help/date-data-type.md) ##### [Decimal](../Language/Reference/User-Interface-Help/decimal-data-type.md) ##### [Double](../Language/Reference/User-Interface-Help/double-data-type.md) ##### [Integer](../Language/Reference/User-Interface-Help/integer-data-type.md) ##### [Long](../Language/Reference/User-Interface-Help/long-data-type.md) ##### [LongLong](../Language/Reference/User-Interface-Help/longlong-data-type.md) ##### [LongPtr](../Language/Reference/User-Interface-Help/longptr-data-type.md) ##### [Object](../Language/Reference/User-Interface-Help/object-data-type.md) ##### [Single](../Language/Reference/User-Interface-Help/single-data-type.md) ##### [String](../Language/Reference/User-Interface-Help/string-data-type.md) ##### [User-defined](../Language/How-to/user-defined-data-type.md) ##### [Variant](../Language/Reference/User-Interface-Help/variant-data-type.md) #### Directives ##### [Overview](../Language/Reference/directives.md) ##### [#Const directive](../Language/Reference/User-Interface-Help/const-directive.md) ##### [#If...Then...#Else directive](../Language/Reference/User-Interface-Help/ifthenelse-directive.md) #### Events ##### [Overview](../Language/Reference/events-visual-basic-for-applications.md) ##### [Activate, Deactivate](../Language/Reference/User-Interface-Help/activate-deactivate-events.md) ##### [Initialize](../Language/Reference/User-Interface-Help/initialize-event.md) ##### [QueryClose](../Language/Reference/User-Interface-Help/queryclose-event.md) ##### [Resize](../Language/Reference/User-Interface-Help/resize-event.md) ##### [Terminate](../Language/Reference/User-Interface-Help/terminate-event-visual-basic-for-applications.md) #### Functions ##### [Overview](../Language/Reference/functions-visual-basic-for-applications.md) ##### [Array](../Language/Reference/User-Interface-Help/array-function.md) ##### [CallByName](../Language/Reference/User-Interface-Help/callbyname-function.md) ##### [Choose](../Language/Reference/User-Interface-Help/choose-function.md) ##### [Command](../Language/Reference/User-Interface-Help/command-function.md) ##### Conversion functions ###### [Overview](../Language/Reference/User-Interface-Help/conversion-functions.md) ###### [Asc](../Language/Reference/User-Interface-Help/asc-function.md) ###### [Chr](../Language/Reference/User-Interface-Help/chr-function.md) ###### [CVErr](../Language/Reference/User-Interface-Help/cverr-function.md) ###### [Format](../Language/Reference/User-Interface-Help/format-function-visual-basic-for-applications.md) ###### [Hex](../Language/Reference/User-Interface-Help/hex-function.md) ###### [Oct](../Language/Reference/User-Interface-Help/oct-function.md) ###### [Str](../Language/Reference/User-Interface-Help/str-function.md) ###### [Val](../Language/Reference/User-Interface-Help/val-function.md) ##### [CreateObject](../Language/Reference/User-Interface-Help/createobject-function.md) ##### [CurDir](../Language/Reference/User-Interface-Help/curdir-function.md) ##### [Date](../Language/Reference/User-Interface-Help/date-function.md) ##### [DateAdd](../Language/Reference/User-Interface-Help/dateadd-function.md) ##### [DateDiff](../Language/Reference/User-Interface-Help/datediff-function.md) ##### [DatePart](../Language/Reference/User-Interface-Help/datepart-function.md) ##### [DateSerial](../Language/Reference/User-Interface-Help/dateserial-function.md) ##### [DateValue](../Language/Reference/User-Interface-Help/datevalue-function.md) ##### [Day](../Language/Reference/User-Interface-Help/day-function.md) ##### [DDB](../Language/Reference/User-Interface-Help/ddb-function.md) ##### [Dir](../Language/Reference/User-Interface-Help/dir-function.md) ##### [DoEvents](../Language/Reference/User-Interface-Help/doevents-function.md) ##### [Environ](../Language/Reference/User-Interface-Help/environ-function.md) ##### [EOF](../Language/Reference/User-Interface-Help/eof-function.md) ##### [Error](../Language/Reference/User-Interface-Help/error-function.md) ##### [FileAttr](../Language/Reference/User-Interface-Help/fileattr-function.md) ##### [FileDateTime](../Language/Reference/User-Interface-Help/filedatetime-function.md) ##### [FileLen](../Language/Reference/User-Interface-Help/filelen-function.md) ##### [Filter](../Language/Reference/User-Interface-Help/filter-function.md) ##### [FormatCurrency](../Language/Reference/User-Interface-Help/formatcurrency-function.md) ##### [FormatDateTime](../Language/Reference/User-Interface-Help/formatdatetime-function.md) ##### [FormatNumber](../Language/Reference/User-Interface-Help/formatnumber-function.md) ##### [FormatPercent](../Language/Reference/User-Interface-Help/formatpercent-function.md) ##### [FreeFile](../Language/Reference/User-Interface-Help/freefile-function.md) ##### [FV](../Language/Reference/User-Interface-Help/fv-function.md) ##### [GetAllSettings](../Language/Reference/User-Interface-Help/getallsettings-function.md) ##### [GetAttr](../Language/Reference/User-Interface-Help/getattr-function.md) ##### [GetObject](../Language/Reference/User-Interface-Help/getobject-function.md) ##### [GetSetting](../Language/Reference/User-Interface-Help/getsetting-function.md) ##### [Hour](../Language/Reference/User-Interface-Help/hour-function.md) ##### [IIf](../Language/Reference/User-Interface-Help/iif-function.md) ##### [IMEStatus](../Language/Reference/User-Interface-Help/imestatus-function.md) ##### [Input](../Language/Reference/User-Interface-Help/input-function.md) ##### [InputBox](../Language/Reference/User-Interface-Help/inputbox-function.md) ##### [InStr](../Language/Reference/User-Interface-Help/instr-function.md) ##### [InStrRev](../Language/Reference/User-Interface-Help/instrrev-function.md) ##### [IPmt](../Language/Reference/User-Interface-Help/ipmt-function.md) ##### [IRR](../Language/Reference/User-Interface-Help/irr-function.md) ##### [IsArray](../Language/Reference/User-Interface-Help/isarray-function.md) ##### [IsDate](../Language/Reference/User-Interface-Help/isdate-function.md) ##### [IsEmpty](../Language/Reference/User-Interface-Help/isempty-function.md) ##### [IsError](../Language/Reference/User-Interface-Help/iserror-function.md) ##### [IsMissing](../Language/Reference/User-Interface-Help/ismissing-function.md) ##### [IsNull](../Language/Reference/User-Interface-Help/isnull-function.md) ##### [IsNumeric](../Language/Reference/User-Interface-Help/isnumeric-function.md) ##### [IsObject](../Language/Reference/User-Interface-Help/isobject-function.md) ##### [Join](../Language/Reference/User-Interface-Help/join-function.md) ##### [LBound](../Language/Reference/User-Interface-Help/lbound-function.md) ##### [LCase](../Language/Reference/User-Interface-Help/lcase-function.md) ##### [Left](../Language/Reference/User-Interface-Help/left-function.md) ##### [Len](../Language/Reference/User-Interface-Help/len-function.md) ##### [Loc](../Language/Reference/User-Interface-Help/loc-function.md) ##### [LOF](../Language/Reference/User-Interface-Help/lof-function.md) ##### [LTrim, RTrim, and Trim](../Language/Reference/User-Interface-Help/ltrim-rtrim-and-trim-functions.md) ##### [MacID](../Language/Reference/User-Interface-Help/macid-function.md) ##### [MacScript](../Language/Reference/User-Interface-Help/macscript-function.md) ##### Math functions ###### [Overview](../Language/Reference/User-Interface-Help/math-functions.md) ###### [Abs](../Language/Reference/User-Interface-Help/abs-function.md) ###### [Atn](../Language/Reference/User-Interface-Help/atn-function.md) ###### [Cos](../Language/Reference/User-Interface-Help/cos-function.md) ###### [Derived math](../Language/Reference/User-Interface-Help/derived-math-functions.md) ###### [Exp](../Language/Reference/User-Interface-Help/exp-function.md) ###### [Int, Fix](../Language/Reference/User-Interface-Help/int-fix-functions.md) ###### [Log](../Language/Reference/User-Interface-Help/log-function.md) ###### [Rnd](../Language/Reference/User-Interface-Help/rnd-function.md) ###### [Sgn](../Language/Reference/User-Interface-Help/sgn-function.md) ###### [Sin](../Language/Reference/User-Interface-Help/sin-function.md) ###### [Sqr](../Language/Reference/User-Interface-Help/sqr-function.md) ###### [Tan](../Language/Reference/User-Interface-Help/tan-function.md) ##### [Mid](../Language/Reference/User-Interface-Help/mid-function.md) ##### [Minute](../Language/Reference/User-Interface-Help/minute-function.md) ##### [MIRR](../Language/Reference/User-Interface-Help/mirr-function.md) ##### [Month](../Language/Reference/User-Interface-Help/month-function.md) ##### [MonthName](../Language/Reference/User-Interface-Help/monthname-function.md) ##### [MsgBox](../Language/Reference/User-Interface-Help/msgbox-function.md) ##### [Now](../Language/Reference/User-Interface-Help/now-function.md) ##### [NPer](../Language/Reference/User-Interface-Help/nper-function.md) ##### [NPV](../Language/Reference/User-Interface-Help/npv-function.md) ##### [Partition](../Language/Reference/User-Interface-Help/partition-function.md) ##### [Pmt](../Language/Reference/User-Interface-Help/pmt-function.md) ##### [PPmt](../Language/Reference/User-Interface-Help/ppmt-function.md) ##### [PV](../Language/Reference/User-Interface-Help/pv-function.md) ##### [QBColor](../Language/Reference/User-Interface-Help/qbcolor-function.md) ##### [Rate](../Language/Reference/User-Interface-Help/rate-function.md) ##### [Replace](../Language/Reference/User-Interface-Help/replace-function.md) ##### [RGB](../Language/Reference/User-Interface-Help/rgb-function.md) ##### [Right](../Language/Reference/User-Interface-Help/right-function.md) ##### [Round](../Language/Reference/User-Interface-Help/round-function.md) ##### [Second](../Language/Reference/User-Interface-Help/second-function.md) ##### [Seek](../Language/Reference/User-Interface-Help/seek-function.md) ##### [Shell](../Language/Reference/User-Interface-Help/shell-function.md) ##### [SLN](../Language/Reference/User-Interface-Help/sln-function.md) ##### [Space](../Language/Reference/User-Interface-Help/space-function.md) ##### [Spc](../Language/Reference/User-Interface-Help/spc-function.md) ##### [Split](../Language/Reference/User-Interface-Help/split-function.md) ##### [StrComp](../Language/Reference/User-Interface-Help/strcomp-function.md) ##### [StrConv](../Language/Reference/User-Interface-Help/strconv-function.md) ##### [String](../Language/Reference/User-Interface-Help/string-function.md) ##### [StrReverse](../Language/Reference/User-Interface-Help/strreverse-function.md) ##### [Switch](../Language/Reference/User-Interface-Help/switch-function.md) ##### [SYD](../Language/Reference/User-Interface-Help/syd-function.md) ##### [Tab](../Language/Reference/User-Interface-Help/tab-function.md) ##### [Time](../Language/Reference/User-Interface-Help/time-function.md) ##### [Timer](../Language/Reference/User-Interface-Help/timer-function.md) ##### [TimeSerial](../Language/Reference/User-Interface-Help/timeserial-function.md) ##### [TimeValue](../Language/Reference/User-Interface-Help/timevalue-function.md) ##### [TypeName](../Language/Reference/User-Interface-Help/typename-function.md) ##### [UBound](../Language/Reference/User-Interface-Help/ubound-function.md) ##### [UCase](../Language/Reference/User-Interface-Help/ucase-function.md) ##### [VarType](../Language/Reference/User-Interface-Help/vartype-function.md) ##### [Weekday](../Language/Reference/User-Interface-Help/weekday-function.md) ##### [WeekdayName](../Language/Reference/User-Interface-Help/weekdayname-function.md) ##### [Year](../Language/Reference/User-Interface-Help/year-function.md) #### Keywords ##### [Keywords by task](../Language/Reference/User-Interface-Help/keywords-by-task.md) ##### Keyword contexts ###### [Overview](../Language/Reference/keywords-visual-basic-for-applications.md) ###### [Friend](../Language/Reference/User-Interface-Help/friend-keyword.md) ###### [Me](../Language/Reference/User-Interface-Help/me-keyword.md) ###### [Nothing](../Language/Reference/User-Interface-Help/nothing-keyword.md) ###### [PtrSafe](../Language/Reference/User-Interface-Help/ptrsafe-keyword.md) ##### [Arrays](../Language/Reference/User-Interface-Help/arrays-keyword-summary.md) ##### [Control flow](../Language/Reference/User-Interface-Help/control-flow-keyword-summary.md) ##### [Conversion](../Language/Reference/User-Interface-Help/conversion-keyword-summary.md) ##### [Dates and times](../Language/Reference/User-Interface-Help/dates-and-times-keyword-summary.md) ##### [Directories and files](../Language/Reference/User-Interface-Help/directories-and-files-keyword-summary.md) ##### [Errors](../Language/Reference/User-Interface-Help/errors-keyword-summary.md) ##### [Financial](../Language/Reference/User-Interface-Help/financial-keyword-summary.md) ##### [Input and output](../Language/Reference/User-Interface-Help/input-and-output-keyword-summary.md) ##### [Math](../Language/Reference/User-Interface-Help/math-keyword-summary.md) ##### [Miscellaneous](../Language/Reference/User-Interface-Help/miscellaneous-keyword-summary.md) ##### [Registry](../Language/Reference/User-Interface-Help/registry-keyword-summary.md) ##### [String manipulation](../Language/Reference/User-Interface-Help/string-manipulation-keyword-summary.md) ##### [Variables and constants](../Language/Reference/User-Interface-Help/variables-and-constants-keyword-summary.md) #### Microsoft Forms ##### [Overview](../language/reference/user-interface-help/reference-microsoft-forms.md) ##### Collections, controls, and objects ###### [Overview](../Language/Reference/User-Interface-Help/objects-microsoft-forms.md) ###### [CheckBox control](../Language/Reference/User-Interface-Help/checkbox-control.md) ###### [ComboBox control](../Language/Reference/User-Interface-Help/combobox-control.md) ###### [CommandButton control](../Language/Reference/User-Interface-Help/commandbutton-control.md) ###### [Controls collection](../Language/Reference/User-Interface-Help/controls-collection-microsoft-forms.md) ###### [DataObject object](../Language/Reference/User-Interface-Help/dataobject-object.md) ###### [Font object](../Language/Reference/User-Interface-Help/font-object-microsoft-forms.md) ###### [Frame control](../Language/Reference/User-Interface-Help/frame-control.md) ###### [Image control](../Language/Reference/User-Interface-Help/image-control.md) ###### [Label control](../Language/Reference/User-Interface-Help/label-control.md) ###### [ListBox control](../Language/Reference/User-Interface-Help/listbox-control.md) ###### [MultiPage control](../Language/Reference/User-Interface-Help/multipage-control.md) ###### [OptionButton control](../Language/Reference/User-Interface-Help/optionbutton-control.md) ###### [Page object](../Language/Reference/User-Interface-Help/page-object.md) ###### [Pages collection](../Language/Reference/User-Interface-Help/pages-collection-microsoft-forms.md) ###### [ScrollBar control](../Language/Reference/User-Interface-Help/scrollbar-control.md) ###### [SpinButton control](../Language/Reference/User-Interface-Help/spinbutton-control.md) ###### [Tab object](../Language/Reference/User-Interface-Help/tab-object.md) ###### [Tabs collection](../Language/Reference/User-Interface-Help/tabs-collection-microsoft-forms.md) ###### [TabStrip control](../Language/Reference/User-Interface-Help/tabstrip-control.md) ###### [TextBox control](../Language/Reference/User-Interface-Help/textbox-control.md) ###### [ToggleButton control](../Language/Reference/User-Interface-Help/togglebutton-control.md) ##### Dialog boxes ###### [Overview](../Language/Reference/User-Interface-Help/dialog-boxes-microsoft-forms.md) ###### [Additional Controls dialog box](../Language/Reference/User-Interface-Help/the-additional-controls-dialog-box-microsoft-forms.md) ###### [Customize Control dialog box](../Language/Reference/User-Interface-Help/the-customize-control-dialog-box-microsoft-forms.md) ###### [Page Order/Tab Order dialog box](../Language/Reference/User-Interface-Help/the-page-order-tab-order-dialog-box-microsoft-forms.md) ###### [Rename dialog box](../Language/Reference/User-Interface-Help/the-rename-dialog-box-microsoft-forms.md) ##### Events ###### [Overview](../Language/Reference/User-Interface-Help/events-microsoft-forms.md) ###### [AddControl](../Language/Reference/User-Interface-Help/addcontrol-event.md) ###### [AfterUpdate](../Language/Reference/User-Interface-Help/afterupdate-event.md) ###### [BeforeDragOver](../Language/Reference/User-Interface-Help/beforedragover-event.md) ###### [BeforeDropOrPaste](../Language/Reference/User-Interface-Help/beforedroporpaste-event.md) ###### [BeforeUpdate](../Language/Reference/User-Interface-Help/beforeupdate-event.md) ###### [Change](../Language/Reference/User-Interface-Help/change-event.md) ###### [Click](../Language/Reference/User-Interface-Help/click-event.md) ###### [DblClick](../Language/Reference/User-Interface-Help/dblclick-event.md) ###### [DropButtonClick](../Language/Reference/User-Interface-Help/dropbuttonclick-event.md) ###### [Enter, Exit](../Language/Reference/User-Interface-Help/enter-exit-events.md) ###### [Error](../Language/Reference/User-Interface-Help/error-event.md) ###### [KeyDown, KeyUp](../Language/Reference/User-Interface-Help/keydown-keyup-events.md) ###### [KeyPress](../Language/Reference/User-Interface-Help/keypress-event.md) ###### [Layout](../Language/Reference/User-Interface-Help/layout-event.md) ###### [MouseDown, MouseUp](../Language/Reference/User-Interface-Help/mousedown-mouseup-events.md) ###### [MouseMove](../Language/Reference/User-Interface-Help/mousemove-event.md) ###### [RemoveControl](../Language/Reference/User-Interface-Help/removecontrol-event.md) ###### [Scroll](../Language/Reference/User-Interface-Help/scroll-event.md) ###### [SpinDown, SpinUp](../Language/Reference/User-Interface-Help/spindown-spinup-events.md) ###### [Zoom](../Language/Reference/User-Interface-Help/zoom-event.md) ##### Examples ###### [Overview](../Language/Reference/User-Interface-Help/examples-microsoft-forms.md) ###### [Add, cut, paste methods, page object, MultiPage control example](../Language/Reference/User-Interface-Help/add-cut-paste-methods-page-object-multipage-control-example.md) ###### [AddControl event, Add method example](../Language/Reference/User-Interface-Help/addcontrol-event-add-method-example.md) ###### [Alignment property example](../Language/Reference/User-Interface-Help/alignment-property-example.md) ###### [AutoSize, MultiLine, WordWrap, ScrollBars properties, TextBox control example](../Language/Reference/User-Interface-Help/autosize-multiline-wordwrap-scrollbars-properties-textbox-control-example.md) ###### [BackColor, BackStyle, BorderColor, BorderStyle, ForeColor, SpecialEffect properties example](../Language/Reference/User-Interface-Help/backcolor-backstyle-bordercolor-borderstyle-forecolor-specialeffect-properties-e.md) ###### [CanUndo, CanRedo properties, UndoAction, RedoAction methods example](../Language/Reference/User-Interface-Help/canundo-canredo-properties-undoaction-redoaction-methods-example.md) ###### [CheckBox control, Enabled, Locked properties example](../Language/Reference/User-Interface-Help/checkbox-control-enabled-locked-properties-example.md) ###### [Click event, CommandButton control, Accelerator, Caption properties example](../Language/Reference/User-Interface-Help/click-event-commandbutton-control-accelerator-caption-properties-example.md) ###### [ComboBox control, AddItem method, Picture, PicturePosition properties example](../Language/Reference/User-Interface-Help/combobox-control-additem-method-picture-pictureposition-properties-example.md) ###### [Controls collection, Move method example](../Language/Reference/User-Interface-Help/controls-collection-move-method-example.md) ###### [Copy, GetFromClipboard, GetText methods, DataObject object example](../Language/Reference/User-Interface-Help/copy-getfromclipboard-gettext-methods-dataobject-object-example.md) ###### [Count property example](../Language/Reference/User-Interface-Help/count-property-example.md) ###### [Cut, Paste methods, TextBox control example](../Language/Reference/User-Interface-Help/cut-paste-methods-textbox-control-example.md) ###### [Cycle property example](../Language/Reference/User-Interface-Help/cycle-property-example.md) ###### [DblClick event, CanPaste property, Paste, Copy methods example](../Language/Reference/User-Interface-Help/dblclick-event-canpaste-property-paste-copy-methods-example.md) ###### [DragBehavior, EnterFieldBehavior properties example](../Language/Reference/User-Interface-Help/dragbehavior-enterfieldbehavior-properties-example.md) ###### [DropDown method example](../Language/Reference/User-Interface-Help/dropdown-method-example.md) ###### [Enabled, EnterFieldBehavior, SelLength, SelStart, SelText properties example](../Language/Reference/User-Interface-Help/enabled-enterfieldbehavior-sellength-selstart-seltext-properties-example.md) ###### [Enter, Exit events, ActiveControl property example](../Language/Reference/User-Interface-Help/enter-exit-events-activecontrol-property-example.md) ###### [EnterKeyBehavior, MultiLine property example](../Language/Reference/User-Interface-Help/enterkeybehavior-multiline-property-example.md) ###### [Font object, Bold, Italic, Size, StrikeThrough, Underline, Weight properties example](../Language/Reference/User-Interface-Help/font-object-bold-italic-size-strikethrough-underline-weight-properties-example.md) ###### [GetFormat, GetText, SetText methods example](../Language/Reference/User-Interface-Help/getformat-gettext-settext-methods-example.md) ###### [GroupName property example](../Language/Reference/User-Interface-Help/groupname-property-example.md) ###### [Height, Width, Left, Top, ClientHeight, ClientWidth, ClientLeft, ClientTop Properties, TabStrip, Image control example](../Language/Reference/User-Interface-Help/height-width-left-top-clientheight-clientwidth-clientleft-clienttop-properties-t.md) ###### [Index property example](../Language/Reference/User-Interface-Help/index-property-example.md) ###### [InsideHeight, InsideWidth properties example](../Language/Reference/User-Interface-Help/insideheight-insidewidth-properties-example.md) ###### [Item method, OptionButton control example](../Language/Reference/User-Interface-Help/item-method-optionbutton-control-example.md) ###### [KeyDown event, TextBox control, CurLine, CurTargetX, CurX, Text properties example](../Language/Reference/User-Interface-Help/keydown-event-textbox-control-curline-curtargetx-curx-text-properties-example.md) ###### [KeyPress event example](../Language/Reference/User-Interface-Help/keypress-event-example.md) ###### [LargeChange, SmallChange properties example](../Language/Reference/User-Interface-Help/largechange-smallchange-properties-example.md) ###### [Layout event, LayoutEffect property, Move method example](../Language/Reference/User-Interface-Help/layout-event-layouteffect-property-move-method-example.md) ###### [Layout event, OldLeft, OldTop, OldHeight, OldWidth properties example](../Language/Reference/User-Interface-Help/layout-event-oldleft-oldtop-oldheight-oldwidth-properties-example.md) ###### [ListBox control, AddItem, RemoveItem methods, ListIndex, ListCount properties example](../Language/Reference/User-Interface-Help/listbox-control-additem-removeitem-methods-listindex-listcount-properties-exampl.md) ###### [ListBox control, BoundColumn property example](../Language/Reference/User-Interface-Help/listbox-control-boundcolumn-property-example.md) ###### [ListBox control, BoundColumn, ControlSource, RowSource properties example](../Language/Reference/User-Interface-Help/listbox-control-boundcolumn-controlsource-rowsource-properties-example.md) ###### [ListBox control, Column, ColumnCount, List properties example](../Language/Reference/User-Interface-Help/listbox-control-column-columncount-list-properties-example.md) ###### [ListBox control, ColumnCount, ColumnWidths properties example](../Language/Reference/User-Interface-Help/listbox-control-columncount-columnwidths-properties-example.md) ###### [ListBox control, DataObject object, MouseMove event, StartDrag, SetText methods example](../Language/Reference/User-Interface-Help/listbox-control-dataobject-object-mousemove-event-startdrag-settext-methods-exam.md) ###### [ListBox control, List property example](../Language/Reference/User-Interface-Help/listbox-control-list-property-example.md) ###### [ListRows property example](../Language/Reference/User-Interface-Help/listrows-property-example.md) ###### [ListStyle, MultiSelect properties example](../Language/Reference/User-Interface-Help/liststyle-multiselect-properties-example.md) ###### [ListWidth property example](../Language/Reference/User-Interface-Help/listwidth-property-example.md) ###### [Locked, DropButtonStyle, ShowDropButtonWhen properties example](../Language/Reference/User-Interface-Help/locked-dropbuttonstyle-showdropbuttonwhen-properties-example.md) ###### [MatchEntry property, OptionButton control example](../Language/Reference/User-Interface-Help/matchentry-property-optionbutton-control-example.md) ###### [MatchFound, MatchRequired properties, Change event, CheckBox control example](../Language/Reference/User-Interface-Help/matchfound-matchrequired-properties-change-event-checkbox-control-example.md) ###### [Max, Min, MaxLength properties example](../Language/Reference/User-Interface-Help/max-min-maxlength-properties-example.md) ###### [Max, Min, Zoom properties, Frame, ScrollBar controls example](../Language/Reference/User-Interface-Help/max-min-zoom-properties-frame-scrollbar-controls-example.md) ###### [MouseIcon, MousePointer properties example](../Language/Reference/User-Interface-Help/mouseicon-mousepointer-properties-example.md) ###### [Move method example](../Language/Reference/User-Interface-Help/move-method-example.md) ###### [MultiSelect, Selected properties example](../Language/Reference/User-Interface-Help/multiselect-selected-properties-example.md) ###### [Name property example](../Language/Reference/User-Interface-Help/name-property-example.md) ###### [Object property example](../Language/Reference/User-Interface-Help/object-property-example.md) ###### [Page object, CommandButton, MultiPage controls, ControlTipText property example](../Language/Reference/User-Interface-Help/page-object-commandbutton-multipage-controls-controltiptext-property-example.md) ###### [Page object, MultiPage control, Add, Clear, Remove methods example](../Language/Reference/User-Interface-Help/page-object-multipage-control-add-clear-remove-methods-example.md) ###### [Page object, Pages collection, MultiPage control, SelectedItem property example](../Language/Reference/User-Interface-Help/page-object-pages-collection-multipage-control-selecteditem-property-example.md) ###### [Parent property example](../Language/Reference/User-Interface-Help/parent-property-example.md) ###### [Paste, PutInClipboard, SetText methods example](../Language/Reference/User-Interface-Help/paste-putinclipboard-settext-methods-example.md) ###### [PictureAlignment property example](../Language/Reference/User-Interface-Help/picturealignment-property-example.md) ###### [PictureSizeMode property example](../Language/Reference/User-Interface-Help/picturesizemode-property-example.md) ###### [ScrollBar control, Scroll event example](../Language/Reference/User-Interface-Help/scrollbar-control-scroll-event-example.md) ###### [ScrollBars, KeepScrollBarsVisible properties example](../Language/Reference/User-Interface-Help/scrollbars-keepscrollbarsvisible-properties-example.md) ###### [ScrollHeight, ScrollLeft, ScrollTop, ScrollWidth properties example](../Language/Reference/User-Interface-Help/scrollheight-scrollleft-scrolltop-scrollwidth-properties-example.md) ###### [SelectedItem property, TabStrip control, Tab object, Tabs collection example](../Language/Reference/User-Interface-Help/selecteditem-property-tabstrip-control-tab-object-tabs-collection-example.md) ###### [SetFocus method, LineCount, TextLength properties example](../Language/Reference/User-Interface-Help/setfocus-method-linecount-textlength-properties-example.md) ###### [SpinDown, SpinUp events, Delay property example](../Language/Reference/User-Interface-Help/spindown-spinup-events-delay-property-example.md) ###### [Style property example](../Language/Reference/User-Interface-Help/style-property-example.md) ###### [Style property, Label control example](../Language/Reference/User-Interface-Help/style-property-label-control-example.md) ###### [TabFixedHeight, TabFixedWidth properties example](../Language/Reference/User-Interface-Help/tabfixedheight-tabfixedwidth-properties-example.md) ###### [TabIndex property example](../Language/Reference/User-Interface-Help/tabindex-property-example.md) ###### [TabStop property example](../Language/Reference/User-Interface-Help/tabstop-property-example.md) ###### [Tag property example](../Language/Reference/User-Interface-Help/tag-property-example.md) ###### [TakeFocusOnClick property example](../Language/Reference/User-Interface-Help/takefocusonclick-property-example.md) ###### [TextBox control, AutoSize, Text properties example](../Language/Reference/User-Interface-Help/textbox-control-autosize-text-properties-example.md) ###### [TextBox control, SetFocus method, EnterFieldBehavior, HideSelection, MultiLine, Value properties example](../Language/Reference/User-Interface-Help/textbox-control-setfocus-method-enterfieldbehavior-hideselection-multiline-value.md) ###### [TextColumn property example](../Language/Reference/User-Interface-Help/textcolumn-property-example.md) ###### [TopIndex property example](../Language/Reference/User-Interface-Help/topindex-property-example.md) ###### [TripleState property, ToggleButton control example](../Language/Reference/User-Interface-Help/triplestate-property-togglebutton-control-example.md) ###### [Value property example](../Language/Reference/User-Interface-Help/value-property-example.md) ###### [Zoom event, Zoom property, Label control example](../Language/Reference/User-Interface-Help/zoom-event-zoom-property-label-control-example.md) ###### [ZOrder method, TextBox control example](../Language/Reference/User-Interface-Help/zorder-method-textbox-control-example.md) ##### Methods ###### [Overview](../Language/Reference/User-Interface-Help/methods-microsoft-forms.md) ###### [Add](../Language/Reference/User-Interface-Help/add-method-microsoft-forms.md) ###### [AddItem](../Language/Reference/User-Interface-Help/additem-method.md) ###### [Clear](../Language/Reference/User-Interface-Help/clear-method-microsoft-forms.md) ###### [Copy](../Language/Reference/User-Interface-Help/copy-method-microsoft-forms.md) ###### [Cut](../Language/Reference/User-Interface-Help/cut-method-microsoft-forms.md) ###### [DropDown](../Language/Reference/User-Interface-Help/dropdown-method.md) ###### [GetFormat](../Language/Reference/User-Interface-Help/getformat-method.md) ###### [GetFromClipboard](../Language/Reference/User-Interface-Help/getfromclipboard-method.md) ###### [GetText](../Language/Reference/User-Interface-Help/gettext-method-microsoft-forms.md) ###### [Item](../Language/Reference/User-Interface-Help/item-method-microsoft-forms.md) ###### [Move](../Language/Reference/User-Interface-Help/move-method.md) ###### [Paste](../Language/Reference/User-Interface-Help/paste-method-microsoft-forms.md) ###### [PutInClipboard](../Language/Reference/User-Interface-Help/putinclipboard-method.md) ###### [RedoAction](../Language/Reference/User-Interface-Help/redoaction-method.md) ###### [Remove](../Language/Reference/User-Interface-Help/remove-method.md) ###### [RemoveItem](../Language/Reference/User-Interface-Help/removeitem-method.md) ###### [Repaint](../Language/Reference/User-Interface-Help/repaint-method.md) ###### [Scroll](../Language/Reference/User-Interface-Help/scroll-method.md) ###### [SetDefaultTabOrder](../Language/Reference/User-Interface-Help/setdefaulttaborder-method.md) ###### [SetFocus](../Language/Reference/User-Interface-Help/setfocus-method.md) ###### [SetText](../Language/Reference/User-Interface-Help/settext-method.md) ###### [StartDrag](../Language/Reference/User-Interface-Help/startdrag-method.md) ###### [UndoAction](../Language/Reference/User-Interface-Help/undoaction-method.md) ###### [ZOrder](../Language/Reference/User-Interface-Help/zorder-method.md) ##### Properties ###### [Overview](../Language/Reference/User-Interface-Help/properties-microsoft-forms.md) ###### [Accelerator](../Language/Reference/User-Interface-Help/accelerator-property.md) ###### [ActiveControl](../Language/Reference/User-Interface-Help/activecontrol-property.md) ###### [Alignment](../Language/Reference/User-Interface-Help/alignment-property.md) ###### [AutoSize](../Language/Reference/User-Interface-Help/autosize-property.md) ###### [AutoTab](../Language/Reference/User-Interface-Help/autotab-property.md) ###### [AutoWordSelect](../Language/Reference/User-Interface-Help/autowordselect-property.md) ###### [BackColor](../Language/Reference/User-Interface-Help/backcolor-property-microsoft-forms.md) ###### [BackStyle](../Language/Reference/User-Interface-Help/backstyle-property-microsoft-forms.md) ###### [Bold, Italic, Size, StrikeThrough, Underline, Weight](../Language/Reference/User-Interface-Help/bold-italic-size-strikethrough-underline-weight-properties.md) ###### [BorderColor](../Language/Reference/User-Interface-Help/bordercolor-property.md) ###### [BorderStyle](../Language/Reference/User-Interface-Help/borderstyle-property.md) ###### [BoundColumn](../Language/Reference/User-Interface-Help/boundcolumn-property.md) ###### [BoundValue](../Language/Reference/User-Interface-Help/boundvalue-property.md) ###### [Cancel](../Language/Reference/User-Interface-Help/cancel-property-microsoft-forms.md) ###### [CanPaste](../Language/Reference/User-Interface-Help/canpaste-property.md) ###### [CanRedo](../Language/Reference/User-Interface-Help/canredo-property.md) ###### [CanUndo](../Language/Reference/User-Interface-Help/canundo-property.md) ###### [Caption](../Language/Reference/User-Interface-Help/caption-propert-microsoft-forms.md) ###### [ClientHeight, ClientLeft, ClientTop, ClientWidth](../Language/Reference/User-Interface-Help/clientheight-clientleft-clienttop-clientwidth-properties.md) ###### [Column](../Language/Reference/User-Interface-Help/column-property.md) ###### [ColumnCount](../Language/Reference/User-Interface-Help/columncount-property.md) ###### [ColumnHeads](../Language/Reference/User-Interface-Help/columnheads-property.md) ###### [ColumnWidths](../Language/Reference/User-Interface-Help/columnwidths-property.md) ###### [ControlSource](../Language/Reference/User-Interface-Help/controlsource-property.md) ###### [ControlTipText](../Language/Reference/User-Interface-Help/controltiptext-property.md) ###### [Count](../Language/Reference/User-Interface-Help/count-property-microsoft-forms.md) ###### [CurLine](../Language/Reference/User-Interface-Help/curline-property.md) ###### [CurTargetX](../Language/Reference/User-Interface-Help/curtargetx-property.md) ###### [CurX](../Language/Reference/User-Interface-Help/curx-property.md) ###### [Cycle](../Language/Reference/User-Interface-Help/cycle-property.md) ###### [Default](../Language/Reference/User-Interface-Help/default-propertyd-microsoft-forms.md) ###### [Delay](../Language/Reference/User-Interface-Help/delay-property.md) ###### [DragBehavior](../Language/Reference/User-Interface-Help/dragbehavior-property.md) ###### [DrawBuffer](../Language/Reference/User-Interface-Help/drawbuffer-property.md) ###### [DropButtonStyle](../Language/Reference/User-Interface-Help/dropbuttonstyle-property.md) ###### [Enabled](../Language/Reference/User-Interface-Help/enabled-property-microsoft-forms.md) ###### [EnterFieldBehavior](../Language/Reference/User-Interface-Help/enterfieldbehavior-property.md) ###### [EnterKeyBehavior](../Language/Reference/User-Interface-Help/enterkeybehavior-property.md) ###### [ForeColor](../Language/Reference/User-Interface-Help/forecolor-property-microsoft-forms.md) ###### [GroupName](../Language/Reference/User-Interface-Help/groupname-property.md) ###### [Height, Width](../Language/Reference/User-Interface-Help/height-width-properties.md) ###### [HelpContextID](../Language/Reference/User-Interface-Help/helpcontextid-property.md) ###### [HideSelection](../Language/Reference/User-Interface-Help/hideselection-property.md) ###### [IMEMode](../Language/Reference/User-Interface-Help/imemode-property.md) ###### [Index](../Language/Reference/User-Interface-Help/index-property-microsoft-forms.md) ###### [InsideHeight, InsideWidth](../Language/Reference/User-Interface-Help/insideheight-insidewidth-properties.md) ###### [IntegralHeight](../Language/Reference/User-Interface-Help/integralheight-property.md) ###### [KeepScrollBarsVisible](../Language/Reference/User-Interface-Help/keepscrollbarsvisible-property.md) ###### [LargeChange](../Language/Reference/User-Interface-Help/largechange-property.md) ###### [LayoutEffect](../Language/Reference/User-Interface-Help/layouteffect-property.md) ###### [Left, Top](../Language/Reference/User-Interface-Help/left-top-properties.md) ###### [LineCount](../Language/Reference/User-Interface-Help/linecount-property.md) ###### [List](../Language/Reference/User-Interface-Help/list-property-microsoft-forms.md) ###### [ListCount](../Language/Reference/User-Interface-Help/listcount-property.md) ###### [ListIndex](../Language/Reference/User-Interface-Help/listindex-property.md) ###### [ListRows](../Language/Reference/User-Interface-Help/listrows-property.md) ###### [ListStyle](../Language/Reference/User-Interface-Help/liststyle-property.md) ###### [ListWidth](../Language/Reference/User-Interface-Help/listwidth-property.md) ###### [Locked](../Language/Reference/User-Interface-Help/locked-property.md) ###### [MatchEntry](../Language/Reference/User-Interface-Help/matchentry-property.md) ###### [MatchFound](../Language/Reference/User-Interface-Help/matchfound-property.md) ###### [MatchRequired](../Language/Reference/User-Interface-Help/matchrequired-property.md) ###### [Max, Min](../Language/Reference/User-Interface-Help/max-min-properties.md) ###### [MaxLength](../Language/Reference/User-Interface-Help/maxlength-property.md) ###### [MouseIcon](../Language/Reference/User-Interface-Help/mouseicon-property.md) ###### [MousePointer](../Language/Reference/User-Interface-Help/mousepointer-property.md) ###### [MultiLine](../Language/Reference/User-Interface-Help/multiline-property.md) ###### [MultiRow](../Language/Reference/User-Interface-Help/multirow-property.md) ###### [MultiSelect](../Language/Reference/User-Interface-Help/multiselect-property-microsoft-forms.md) ###### [Name](../Language/Reference/User-Interface-Help/name-propertye-microsoft-forms.md) ###### [Object](../Language/Reference/User-Interface-Help/object-property.md) ###### [OldHeight, OldWidth](../Language/Reference/User-Interface-Help/oldheight-oldwidth-properties.md) ###### [OldLeft, OldTop](../Language/Reference/User-Interface-Help/oldleft-oldtop-properties.md) ###### [Orientation](../Language/Reference/User-Interface-Help/orientation-property-microsoft-forms.md) ###### [Parent](../Language/Reference/User-Interface-Help/parent-propertya-microsoft-forms.md) ###### [PasswordChar](../Language/Concepts/Forms/passwordchar-property.md) ###### [Picture](../Language/Reference/User-Interface-Help/picture-property.md) ###### [PictureAlignment](../Language/Reference/User-Interface-Help/picturealignment-property.md) ###### [PicturePosition](../Language/Reference/User-Interface-Help/pictureposition-property.md) ###### [PictureSizeMode](../Language/Reference/User-Interface-Help/picturesizemode-property.md) ###### [PictureTiling](../Language/Reference/User-Interface-Help/picturetiling-property.md) ###### [ProportionalThumb](../Language/Reference/User-Interface-Help/proportionalthumb-property.md) ###### [RightToLeft](../Language/Reference/User-Interface-Help/righttoleft-property-microsoft-forms.md) ###### [RowSource](../Language/Reference/User-Interface-Help/rowsource-property.md) ###### [ScrollBars](../Language/Reference/User-Interface-Help/scrollbars-property.md) ###### [ScrollHeight, ScrollWidth](../Language/Reference/User-Interface-Help/scrollheight-scrollwidth-properties.md) ###### [ScrollLeft, ScrollTop](../Language/Reference/User-Interface-Help/scrollleft-scrolltop-properties.md) ###### [Selected](../Language/Reference/User-Interface-Help/selected-property.md) ###### [SelectedItem](../Language/Reference/User-Interface-Help/selecteditem-property.md) ###### [SelectionMargin](../Language/Reference/User-Interface-Help/selectionmargin-property.md) ###### [SelLength](../Language/Reference/User-Interface-Help/sellength-property.md) ###### [SelStart](../Language/Reference/User-Interface-Help/selstart-property.md) ###### [SelText](../Language/Reference/User-Interface-Help/seltext-property.md) ###### [ShowDropButtonWhen](../Language/Reference/User-Interface-Help/showdropbuttonwhen-property.md) ###### [SmallChange](../Language/Reference/User-Interface-Help/smallchange-property.md) ###### [SpecialEffect](../Language/Reference/User-Interface-Help/specialeffect-property.md) ###### [Style](../Language/Reference/User-Interface-Help/style-property.md) ###### [TabFixedHeight, TabFixedWidth](../Language/Reference/User-Interface-Help/tabfixedheight-tabfixedwidth-properties.md) ###### [TabIndex](../Language/Reference/User-Interface-Help/tabindex-property.md) ###### [TabKeyBehavior](../Language/Reference/User-Interface-Help/tabkeybehavior-property.md) ###### [TabOrientation](../Language/Reference/User-Interface-Help/taborientation-property.md) ###### [TabStop](../Language/Reference/User-Interface-Help/tabstop-property-vbe-dev.md) ###### [Tag](../Language/Reference/User-Interface-Help/tag-property.md) ###### [TakeFocusOnClick](../Language/Reference/User-Interface-Help/takefocusonclick-property.md) ###### [Text](../Language/Reference/User-Interface-Help/text-property-microsoft-forms.md) ###### [TextAlign](../Language/Reference/User-Interface-Help/textalign-property.md) ###### [TextColumn](../Language/Reference/User-Interface-Help/textcolumn-property.md) ###### [TextLength](../Language/Reference/User-Interface-Help/textlength-property.md) ###### [TopIndex](../Language/Reference/User-Interface-Help/topindex-property.md) ###### [TransitionEffect](../Language/Reference/User-Interface-Help/transitioneffect-property.md) ###### [TransitionPeriod](../Language/Reference/User-Interface-Help/transitionperiod-property.md) ###### [TripleState](../Language/Reference/User-Interface-Help/triplestate-property.md) ###### [Value](../Language/Reference/User-Interface-Help/value-property-microsoft-forms.md) ###### [VerticalScrollbarSide](../Language/Reference/User-Interface-Help/verticalscrollbarside-property.md) ###### [Visible](../Language/Reference/User-Interface-Help/visible-property-microsoft-forms.md) ###### [WordWrap](../Language/Reference/User-Interface-Help/wordwrap-property.md) ###### [Zoom](../Language/Reference/User-Interface-Help/zoom-property.md) #### Objects ##### [Overview](../Language/Reference/objects-visual-basic-for-applications.md) ##### [Collection object](../Language/Reference/User-Interface-Help/collection-object.md) ###### [Add method](../Language/Reference/User-Interface-Help/add-method-visual-basic-for-applications.md) ###### [Item method](../Language/Reference/User-Interface-Help/item-method-visual-basic-for-applications.md) ###### [Remove method](../Language/Reference/User-Interface-Help/remove-method-visual-basic-for-applications.md) ###### [Count property](../Language/Reference/User-Interface-Help/count-property-visual-basic-for-applications.md) ##### [Debug object](../Language/Reference/User-Interface-Help/debug-object.md) ###### [Assert method](../Language/Reference/User-Interface-Help/assert-method.md) ###### [Print method](../Language/Reference/User-Interface-Help/print-method.md) ##### [Dictionary object](../Language/Reference/User-Interface-Help/dictionary-object.md) ###### Methods ####### [Add](../Language/Reference/User-Interface-Help/add-method-dictionary.md) ####### [Exists](../Language/Reference/User-Interface-Help/exists-method.md) ####### [Items](../Language/Reference/User-Interface-Help/items-method.md) ####### [Keys](../Language/Reference/User-Interface-Help/keys-method.md) ####### [Remove](../Language/Reference/User-Interface-Help/remove-method-dictionary-object.md) ####### [RemoveAll](../Language/Reference/User-Interface-Help/removeall-method.md) ###### Properties ####### [CompareMode](../Language/Reference/User-Interface-Help/comparemode-property.md) ####### [Count](../Language/Reference/User-Interface-Help/count-property-dictionary-object.md) ####### [Item](../Language/Reference/User-Interface-Help/item-property-dictionary-object.md) ####### [Key](../Language/Reference/User-Interface-Help/key-property.md) ##### [Drive object](../Language/Reference/User-Interface-Help/drive-object.md) ###### [Drives collection](../Language/Reference/User-Interface-Help/drives-collection.md) ###### Properties ####### [AvailableSpace](../Language/Reference/User-Interface-Help/availablespace-property.md) ####### [DriveLetter](../Language/Reference/User-Interface-Help/driveletter-property.md) ####### [DriveType](../Language/Reference/User-Interface-Help/drivetype-property.md) ####### [FileSystem](../Language/Reference/User-Interface-Help/filesystem-property.md) ####### [FreeSpace](../Language/Reference/User-Interface-Help/freespace-property.md) ####### [IsReady](../Language/Reference/User-Interface-Help/isready-property.md) ####### [RootFolder](../Language/Reference/User-Interface-Help/rootfolder-property.md) ####### [SerialNumber](../Language/Reference/User-Interface-Help/serialnumber-property.md) ####### [ShareName](../Language/Reference/User-Interface-Help/sharename-property.md) ####### [TotalSize](../Language/Reference/User-Interface-Help/totalsize-property.md) ####### [VolumeName](../Language/Reference/User-Interface-Help/volumename-property.md) ##### [Err object](../Language/Reference/User-Interface-Help/err-object.md) ###### Methods ####### [Clear](../Language/Reference/User-Interface-Help/clear-method-visual-basic-for-applications.md) ####### [Raise](../Language/Reference/User-Interface-Help/raise-method.md) ###### Properties ####### [Description](../Language/Reference/User-Interface-Help/description-property-visual-basic-for-applications.md) ####### [HelpContext](../Language/Reference/User-Interface-Help/helpcontext-property-visual-basic-for-applications.md) ####### [HelpFile](../Language/Reference/User-Interface-Help/helpfile-property.md) ####### [Number](../Language/Reference/User-Interface-Help/number-property-visual-basic-for-applications.md) ####### [Source](../Language/Reference/User-Interface-Help/source-property-visual-basic-for-applications.md) ##### [File object](../Language/Reference/User-Interface-Help/file-object.md) ###### [Files collection](../Language/Reference/User-Interface-Help/files-collection.md) ###### Methods ####### [Copy](../Language/Reference/User-Interface-Help/copy-method-visual-basic-for-applications.md) ####### [Delete](../Language/Reference/User-Interface-Help/delete-method-visual-basic-for-applications.md) ####### [Move](../Language/Reference/User-Interface-Help/move-method-filesystemobject-object.md) ####### [OpenAsTextStream](../Language/Reference/User-Interface-Help/openastextstream-method.md) ###### Properties ####### [Attributes](../Language/Reference/User-Interface-Help/attributes-property.md) ####### [DateCreated](../Language/Reference/User-Interface-Help/datecreated-property.md) ####### [DateLastAccessed](../Language/Reference/User-Interface-Help/datelastaccessed-property.md) ####### [DateLastModified](../Language/Reference/User-Interface-Help/datelastmodified-property.md) ####### [Drive](../Language/Reference/User-Interface-Help/drive-property.md) ####### [Name](../Language/Reference/User-Interface-Help/name-property-filesystemobject-object.md) ####### [ParentFolder](../Language/Reference/User-Interface-Help/parentfolder-property.md) ####### [Path](../Language/Reference/User-Interface-Help/path-property-filesystemobject-object.md) ####### [ShortName](../Language/Reference/User-Interface-Help/shortname-property.md) ####### [ShortPath](../Language/Reference/User-Interface-Help/shortpath-property.md) ####### [Size](../Language/Reference/User-Interface-Help/size-property-filesystemobject-object.md) ####### [Type](../Language/Reference/User-Interface-Help/type-property-filesystemobject-object.md) ##### [FileSystemObject object](../Language/Reference/User-Interface-Help/filesystemobject-object.md) ###### Methods ####### [BuildPath](../Language/Reference/User-Interface-Help/buildpath-method.md) ####### [CopyFile](../Language/Reference/User-Interface-Help/copyfile-method.md) ####### [CopyFolder](../Language/Reference/User-Interface-Help/copyfolder-method.md) ####### [CreateFolder](../Language/Reference/User-Interface-Help/createfolder-method.md) ####### [CreateTextFile](../Language/Reference/User-Interface-Help/createtextfile-method.md) ####### [DeleteFile](../Language/Reference/User-Interface-Help/deletefile-method.md) ####### [DeleteFolder](../Language/Reference/User-Interface-Help/deletefolder-method.md) ####### [DriveExists](../Language/Reference/User-Interface-Help/driveexists-method.md) ####### [FileExists](../Language/Reference/User-Interface-Help/fileexists-method.md) ####### [FolderExists](../Language/Reference/User-Interface-Help/folderexists-method.md) ####### [GetAbsolutePathName](../Language/Reference/User-Interface-Help/getabsolutepathname-method.md) ####### [GetBaseName](../Language/Reference/User-Interface-Help/getbasename-method.md) ####### [GetDrive](../Language/Reference/User-Interface-Help/getdrive-method.md) ####### [GetDriveName](../Language/Reference/User-Interface-Help/getdrivename-method.md) ####### [GetExtensionName](../Language/Reference/User-Interface-Help/getextensionname-method.md) ####### [GetFile](../Language/Reference/User-Interface-Help/getfile-method.md) ####### [GetFileName](../Language/Reference/User-Interface-Help/getfilename-method-visual-basic-for-applications.md) ####### [GetFolder](../Language/Reference/User-Interface-Help/getfolder-method.md) ####### [GetParentFolderName](../Language/Reference/User-Interface-Help/getparentfoldername-method.md) ####### [GetSpecialFolder](../Language/Reference/User-Interface-Help/getspecialfolder-method.md) ####### [GetTempName](../Language/Reference/User-Interface-Help/gettempname-method.md) ####### [MoveFile](../Language/Reference/User-Interface-Help/movefile-method.md) ####### [MoveFolder](../Language/Reference/User-Interface-Help/movefolder-method.md) ####### [OpenTextFile](../Language/Reference/User-Interface-Help/opentextfile-method.md) ###### Properties ####### [Drives](../Language/Reference/User-Interface-Help/drives-property.md) ##### [Folder object](../Language/Reference/User-Interface-Help/folder-object.md) ###### [Folders collection](../Language/Reference/User-Interface-Help/folders-collection.md) ###### [AddFolders method](../Language/Reference/User-Interface-Help/addfolders-method.md) ###### [Files property](../Language/Reference/User-Interface-Help/files-property.md) ###### [IsRootFolder property](../Language/Reference/User-Interface-Help/isrootfolder-property.md) ###### [SubFolders property](../Language/Reference/User-Interface-Help/subfolders-property.md) ##### [TextStream object](../Language/Reference/User-Interface-Help/textstream-object.md) ###### Methods ####### [Close](../Language/Reference/User-Interface-Help/close-method-textstream-object.md) ####### [Read](../Language/Reference/User-Interface-Help/read-method.md) ####### [ReadAll](../Language/Reference/User-Interface-Help/readall-method.md) ####### [ReadLine](../Language/Reference/User-Interface-Help/readline-method.md) ####### [Skip](../Language/Reference/User-Interface-Help/skip-method.md) ####### [SkipLine](../Language/Reference/User-Interface-Help/skipline-method.md) ####### [Write](../Language/Reference/User-Interface-Help/write-method.md) ####### [WriteBlankLines](../Language/Reference/User-Interface-Help/writeblanklines-method.md) ####### [WriteLine](../Language/Reference/User-Interface-Help/writeline-method.md) ###### Properties ####### [AtEndOfLine](../Language/Reference/User-Interface-Help/atendofline-property.md) ####### [AtEndOfStream](../Language/Reference/User-Interface-Help/atendofstream-property.md) ####### [Column](../Language/Reference/User-Interface-Help/column-property-visual-basic-for-applications.md) ####### [Line](../Language/Reference/User-Interface-Help/line-property.md) ##### [UserForm object](../Language/Reference/User-Interface-Help/userform-object.md) ###### Methods ####### [Hide](../Language/Reference/User-Interface-Help/hide-method.md) ####### [PrintForm](../Language/Reference/User-Interface-Help/printform-method.md) ####### [Show](../Language/Reference/User-Interface-Help/show-method.md) ####### [WhatsThisMode](../Language/Reference/User-Interface-Help/whatsthismode-method.md) ###### Properties ####### [Calendar](../Language/Reference/User-Interface-Help/calendar-property.md) ####### [LastDLLError](../Language/Reference/User-Interface-Help/lastdllerror-property.md) ####### [RightToLeft](../Language/Reference/User-Interface-Help/righttoleft-property.md) ####### [ShowModal](../Language/Reference/User-Interface-Help/showmodal-property.md) ####### [StartUpPosition](../Language/Reference/User-Interface-Help/startupposition-property.md) ####### [WhatsThisButton](../Language/Reference/User-Interface-Help/whatsthisbutton-property.md) ####### [WhatsThisHelp](../Language/Reference/User-Interface-Help/whatsthishelp-property.md) #### Operators ##### [Overview](../Language/Reference/User-Interface-Help/operator-summary.md) ##### [Operator precedence](../Language/Reference/User-Interface-Help/operator-precedence.md) ##### [Comparison operators](../Language/Reference/User-Interface-Help/comparison-operators.md) ##### [* operator](../Language/Reference/User-Interface-Help/operator.md) ##### [^ operator](../Language/Reference/User-Interface-Help/caret-operator.md) ##### [+ operator](../Language/Reference/User-Interface-Help/plus-operator.md) ##### [& operator](../Language/Reference/User-Interface-Help/ampersand-operator.md) ##### [= operator](../Language/Reference/User-Interface-Help/equals-operator.md) ##### [- operator](../Language/Reference/User-Interface-Help/minus-operator.md) ##### [/ operator](../Language/Reference/User-Interface-Help/forwardslash-operator.md) ##### [\ operator](../Language/Reference/User-Interface-Help/backslash-operator.md) ##### [AddressOf operator](../Language/Reference/User-Interface-Help/addressof-operator.md) ##### [And operator](../Language/Reference/User-Interface-Help/and-operator.md) ##### [Eqv operator](../Language/Reference/User-Interface-Help/eqv-operator.md) ##### [Imp operator](../Language/Reference/User-Interface-Help/imp-operator.md) ##### [Is operator](../Language/Reference/User-Interface-Help/is-operator.md) ##### [Like operator](../Language/Reference/User-Interface-Help/like-operator.md) ##### [Mod operator](../Language/Reference/User-Interface-Help/mod-operator.md) ##### [Not operator](../Language/Reference/User-Interface-Help/not-operator.md) ##### [Or operator](../Language/Reference/User-Interface-Help/or-operator.md) ##### [Xor operator](../Language/Reference/User-Interface-Help/xor-operator.md) #### Statements ##### [Overview](../Language/Reference/statements.md) ##### [AppActivate](../Language/Reference/User-Interface-Help/appactivate-statement.md) ##### [Beep](../Language/Reference/User-Interface-Help/beep-statement.md) ##### [Call](../Language/Reference/User-Interface-Help/call-statement.md) ##### [ChDir](../Language/Reference/User-Interface-Help/chdir-statement.md) ##### [ChDrive](../Language/Reference/User-Interface-Help/chdrive-statement.md) ##### [Close](../Language/Reference/User-Interface-Help/close-statement.md) ##### [Const](../Language/Reference/User-Interface-Help/const-statement.md) ##### [Date](../Language/Reference/User-Interface-Help/date-statement.md) ##### [Declare](../Language/Reference/User-Interface-Help/declare-statement.md) ##### [Deftype](../Language/Concepts/Getting-Started/deftype-statements.md) ##### [DeleteSetting](../Language/Reference/User-Interface-Help/deletesetting-statement.md) ##### [Dim](../Language/Reference/User-Interface-Help/dim-statement.md) ##### [Do...Loop](../Language/Reference/User-Interface-Help/doloop-statement.md) ##### [End](../Language/Reference/User-Interface-Help/end-statement.md) ##### [Enum](../Language/Reference/User-Interface-Help/enum-statement.md) ##### [Erase](../Language/Reference/User-Interface-Help/erase-statement.md) ##### [Error](../Language/Reference/User-Interface-Help/error-statement.md) ##### [Event](../Language/Reference/User-Interface-Help/event-statement.md) ##### [Exit](../Language/Reference/User-Interface-Help/exit-statement.md) ##### [FileCopy](../Language/Reference/User-Interface-Help/filecopy-statement.md) ##### [For Each...Next](../Language/Reference/User-Interface-Help/for-eachnext-statement.md) ##### [For...Next](../Language/Reference/User-Interface-Help/fornext-statement.md) ##### [Function](../Language/Reference/User-Interface-Help/function-statement.md) ##### [Get](../Language/Reference/User-Interface-Help/get-statement.md) ##### [GoSub...Return](../Language/Reference/User-Interface-Help/gosubreturn-statement.md) ##### [GoTo](../Language/Reference/User-Interface-Help/goto-statement.md) ##### [If...Then...Else](../Language/Reference/User-Interface-Help/ifthenelse-statement.md) ##### [Implements](../Language/Reference/User-Interface-Help/implements-statement.md) ##### [Input #](../Language/Reference/User-Interface-Help/inputstatement.md) ##### [Kill](../Language/Reference/User-Interface-Help/kill-statement.md) ##### [Let](../Language/Reference/User-Interface-Help/let-statement.md) ##### [Line Input #](../Language/Reference/User-Interface-Help/line-inputstatement.md) ##### [Load](../Language/Reference/User-Interface-Help/load-statement.md) ##### [Lock, Unlock](../Language/Reference/User-Interface-Help/lock-unlock-statements.md) ##### [LSet](../Language/Reference/User-Interface-Help/lset-statement.md) ##### [Mid](../Language/Reference/User-Interface-Help/mid-statement.md) ##### [MkDir](../Language/Reference/User-Interface-Help/mkdir-statement.md) ##### [Name](../Language/Reference/User-Interface-Help/name-statement.md) ##### [On Error](../Language/Reference/User-Interface-Help/on-error-statement.md) ##### [On...GoSub, On...GoTo](../Language/Reference/User-Interface-Help/ongosub-ongoto-statements.md) ##### [Open](../Language/Reference/User-Interface-Help/open-statement.md) ##### [Option Base](../Language/Reference/User-Interface-Help/option-base-statement.md) ##### [Option Compare](../Language/Reference/User-Interface-Help/option-compare-statement.md) ##### [Option Explicit](../Language/Reference/User-Interface-Help/option-explicit-statement.md) ##### [Option Private](../Language/Reference/User-Interface-Help/option-private-statement.md) ##### [Print #](../Language/Reference/User-Interface-Help/printstatement.md) ##### [Private](../Language/Reference/User-Interface-Help/private-statement.md) ##### [Property Get](../Language/Reference/User-Interface-Help/property-get-statement.md) ##### [Property Let](../Language/Reference/User-Interface-Help/property-let-statement.md) ##### [Property Set](../Language/Reference/User-Interface-Help/property-set-statement.md) ##### [Public](../Language/Reference/User-Interface-Help/public-statement.md) ##### [Put](../Language/Reference/User-Interface-Help/put-statement.md) ##### [RaiseEvent](../Language/Reference/User-Interface-Help/raiseevent-statement.md) ##### [Randomize](../Language/Reference/User-Interface-Help/randomize-statement.md) ##### [ReDim](../Language/Reference/User-Interface-Help/redim-statement.md) ##### [Rem](../Language/Reference/User-Interface-Help/rem-statement.md) ##### [Reset](../Language/Reference/User-Interface-Help/reset-statement.md) ##### [Resume](../Language/Reference/User-Interface-Help/resume-statement.md) ##### [RmDir](../Language/Reference/User-Interface-Help/rmdir-statement.md) ##### [RSet](../Language/Reference/User-Interface-Help/rset-statement.md) ##### [SaveSetting](../Language/Reference/User-Interface-Help/savesetting-statement.md) ##### [Seek](../Language/Reference/User-Interface-Help/seek-statement.md) ##### [Select Case](../Language/Reference/User-Interface-Help/select-case-statement.md) ##### [SendKeys](../Language/Reference/User-Interface-Help/sendkeys-statement.md) ##### [Set](../Language/Reference/User-Interface-Help/set-statement.md) ##### [SetAttr](../Language/Reference/User-Interface-Help/setattr-statement.md) ##### [Static](../Language/Reference/User-Interface-Help/static-statement.md) ##### [Stop](../Language/Reference/User-Interface-Help/stop-statement.md) ##### [Sub](../Language/Reference/User-Interface-Help/sub-statement.md) ##### [Time](../Language/Reference/User-Interface-Help/time-statement.md) ##### [Type](../Language/Reference/User-Interface-Help/type-statement.md) ##### [Unload](../Language/Reference/User-Interface-Help/unload-statement.md) ##### [While...Wend](../Language/Reference/User-Interface-Help/whilewend-statement.md) ##### [Width #](../Language/Reference/User-Interface-Help/widthstatement.md) ##### [With](../Language/Reference/User-Interface-Help/with-statement.md) ##### [Write #](../Language/Reference/User-Interface-Help/writestatement.md) #### Visual Basic Add-in Model ##### [Overview](../Language/Reference/User-Interface-Help/visual-basic-add-in-model-reference.md) ##### [Collections](../Language/Reference/Visual-Basic-Add-in-Model/collections-visual-basic-add-in-model.md) ##### [Events](../Language/Reference/Visual-Basic-Add-in-Model/events-visual-basic-add-in-model.md) ##### [Objects](../Language/Reference/Visual-Basic-Add-in-Model/objects-visual-basic-add-in-model.md) ##### [Properties](../Language/Reference/Visual-Basic-Add-in-Model/properties-visual-basic-add-in-model.md) ##### Methods ###### [Overview](../Language/Reference/Visual-Basic-Add-in-Model/methods-visual-basic-add-in-model.md) ###### [Add](../Language/Reference/User-Interface-Help/add-method-vba-add-in-object-model.md) ###### [AddCustom](../Language/Reference/User-Interface-Help/addcustom-method.md) ###### [AddFromFile](../Language/Reference/User-Interface-Help/addfromfile-method-vba-add-in-object-model.md) ###### [AddFromGuid](../Language/Reference/User-Interface-Help/addfromguid-method-vba-add-in-object-model.md) ###### [AddFromString](../Language/Reference/User-Interface-Help/addfromstring-method-vba-add-in-object-model.md) ###### [Close](../Language/Reference/User-Interface-Help/close-method-vba-add-in-object-model.md) ###### [CreateEventProc](../Language/Reference/User-Interface-Help/createeventproc-method-vba-add-in-object-model.md) ###### [CreateToolWindow](../Language/Reference/User-Interface-Help/createtoolwindow-method.md) ###### [DeleteLines](../Language/Reference/User-Interface-Help/deletelines-method-vba-add-in-object-model.md) ###### [DesignerWindow](../Language/Reference/User-Interface-Help/designerwindow-method.md) ###### [Export](../Language/Reference/User-Interface-Help/export-method-vba-add-in-object-model.md) ###### [Find](../Language/Reference/User-Interface-Help/find-method-vba-add-in-object-model.md) ###### [GetSelection](../Language/Reference/User-Interface-Help/getselection-method-vba-add-in-object-model.md) ###### [Import](../Language/Reference/User-Interface-Help/import-method-vba-add-in-object-model.md) ###### [InsertFile](../Language/Reference/User-Interface-Help/insertfile-method.md) ###### [InsertLines](../Language/Reference/User-Interface-Help/insertlines-method-vba-add-in-object-model.md) ###### [Item](../Language/Reference/User-Interface-Help/item-method-vba-add-in-object-model.md) ###### [MakeCompiledFile](../Language/Reference/User-Interface-Help/makecompiledfile-method.md) ###### [Remove](../Language/Reference/User-Interface-Help/remove-method-vba-add-in-object-model.md) ###### [ReplaceLine](../Language/Reference/User-Interface-Help/replaceline-method-vba-add-in-object-model.md) ###### [SaveAs](../Language/Reference/User-Interface-Help/saveas-method-vba-add-in-object-model.md) ###### [SetFocus](../Language/Reference/User-Interface-Help/setfocus-method-vba-add-in-object-model.md) ###### [SetSelection](../Language/Reference/User-Interface-Help/setselection-method-vba-add-in-object-model.md) ###### [Show](../Language/Reference/User-Interface-Help/show-method-vba-add-in-object-model.md) ###### [Update](../Language/Reference/User-Interface-Help/update-method-vba-add-in-object-model.md) ### User Interface Help #### [Overview](../language/reference/user-interface-help/visual-basic-user-interface-help.md) #### Dialog boxes ##### [Overview](../Language/Reference/dialog-boxes.md) ##### [Add Procedure dialog box](../Language/Reference/User-Interface-Help/add-procedure-dialog-box.md) ##### [Add Watch dialog box](../Language/Reference/User-Interface-Help/add-watch-dialog-box.md) ##### [Add-In Manager dialog box](../Language/Reference/User-Interface-Help/add-in-manager-dialog-box.md) ##### [Additional Controls dialog box](../Language/Reference/User-Interface-Help/additional-controls-dialog-box.md) ##### [Button Editor dialog box](../Language/Reference/User-Interface-Help/button-editor-dialog-box.md) ##### [Call Stack dialog box](../Language/Reference/User-Interface-Help/call-stack-dialog-box.md) ##### [Components dialog box](../Language/Reference/User-Interface-Help/components-dialog-box.md) ##### [Customize Control dialog box](../Language/Reference/User-Interface-Help/customize-control-dialog-box.md) ##### [Customize dialog box](../Language/Reference/User-Interface-Help/customize-dialog-box.md) ##### [Digital Signature dialog box](../Language/Reference/User-Interface-Help/digital-signature-dialog-box.md) ##### [Edit Watch dialog box](../Language/Reference/User-Interface-Help/edit-watch-dialog-box.md) ##### [Export File dialog box](../Language/Reference/User-Interface-Help/export-file-dialog-box.md) ##### [Find dialog box](../Language/Reference/User-Interface-Help/find-dialog-box.md) ##### [Font dialog box](../Language/Reference/User-Interface-Help/font-dialog-box.md) ##### [Import File dialog box](../Language/Reference/User-Interface-Help/import-file-dialog-box.md) ##### [Insert File dialog box](../Language/Reference/User-Interface-Help/insert-file-dialog-box.md) ##### [Load Picture, Load Icon dialog boxes](../Language/Reference/User-Interface-Help/load-picture-load-icon-dialog-boxes.md) ##### [Macros dialog box](../Language/Reference/User-Interface-Help/macros-dialog-box.md) ##### [Member Options dialog box](../Language/Reference/User-Interface-Help/member-options-dialog-box.md) ##### [New Project dialog box](../Language/Reference/User-Interface-Help/new-project-dialog-box.md) ##### [New Toolbar dialog box](../Language/Reference/User-Interface-Help/new-toolbar-dialog-box.md) ##### [Open Project dialog box](../Language/Reference/User-Interface-Help/open-project-dialog-box.md) ##### [Options dialog box](../Language/Reference/User-Interface-Help/options-dialog-box.md) ##### [Page Order dialog box](../Language/Reference/User-Interface-Help/page-order-dialog-box.md) ##### [Print, Print Setup dialog boxes](../Language/Reference/User-Interface-Help/print-setup-dialog-box.md) ##### [Project Properties dialog box](../Language/Reference/User-Interface-Help/project-properties-dialog-box.md) ##### [Quick Watch dialog box](../Language/Reference/User-Interface-Help/quick-watch-dialog-box.md) ##### [References dialog box](../Language/Reference/User-Interface-Help/references-dialog-box.md) ##### [Rename Toolbar dialog box](../Language/Reference/User-Interface-Help/rename-toolbar-dialog-box.md) ##### [Replace dialog box](../Language/Reference/User-Interface-Help/replace-dialog-box.md) ##### [Security dialog box](../Language/Reference/User-Interface-Help/security-dialog-box.md) ##### [Select Certificate dialog box](../Language/Reference/User-Interface-Help/select-certificate-dialog-box.md) ##### [Tab Order dialog box](../Language/Reference/User-Interface-Help/tab-order-dialog-box.md) #### Menus and commands ##### [Overview](../Language/Reference/menus-commands.md) ##### [Add-Ins menu](../Language/Reference/User-Interface-Help/add-ins-menu.md) ##### [Debug menu](../Language/Reference/User-Interface-Help/debug-menu.md) ##### [Edit menu](../Language/Reference/User-Interface-Help/edit-menu.md) ##### [File menu](../Language/Reference/User-Interface-Help/file-menu.md) ##### [Format menu](../Language/Reference/User-Interface-Help/format-menu.md) ##### [Help menu](../Language/Reference/User-Interface-Help/help-menu.md) ##### [Insert menu](../Language/Reference/User-Interface-Help/insert-menu.md) ##### [Run menu](../Language/Reference/User-Interface-Help/run-menu.md) ##### [Shortcut menu](../Language/Reference/User-Interface-Help/shortcut-menu.md) ##### [Tools menu](../Language/Reference/User-Interface-Help/tools-menu.md) ##### [View menu](../Language/Reference/User-Interface-Help/view-menu.md) ##### [Window menu](../Language/Reference/User-Interface-Help/window-menu-commands.md) #### Toolbars ##### [Overview](../Language/Reference/toolbars.md) ##### [Debug toolbar](../Language/Reference/User-Interface-Help/debug-toolbar.md) ##### [Editor toolbar](../Language/Reference/User-Interface-Help/editor-toolbar.md) ##### [Standard toolbar](../Language/Reference/User-Interface-Help/standard-toolbar.md) ##### [Toolbox](../Language/Reference/User-Interface-Help/toolbox.md) ##### [UserForm toolbar](../Language/Reference/User-Interface-Help/userform-command-bar.md) #### Window elements ##### [Overview](../Language/Reference/window-elements.md) ##### Code window ###### [Overview](../Language/Reference/User-Interface-Help/code-window.md) ###### [Code window editing keys](../Language/Reference/User-Interface-Help/code-editing-keys.md) ###### [Code window general use keys](../Language/Reference/User-Interface-Help/code-window-general-use-keys.md) ###### [Code window menu shortcut keys](../Language/Reference/User-Interface-Help/menu-shortcut-keys-available-in-the-code-window.md) ###### [Code window navigation keys](../Language/Reference/User-Interface-Help/code-window-navigation-keys.md) ###### [Code window and Object Browser icons](../Language/Reference/User-Interface-Help/icons-used-in-the-object-browser-and-code-windows.md) ##### [Data Tips window](../Language/Reference/User-Interface-Help/data-tips-window.md) ##### [Immediate window](../Language/Reference/User-Interface-Help/immediate-window.md) ##### [Locals window](../Language/Reference/User-Interface-Help/locals-window.md) ##### [Object Browser](../Language/Reference/User-Interface-Help/object-browser.md) ##### [Project Explorer](../Language/Reference/User-Interface-Help/project-explorer.md) ##### [Properties window](../Language/Reference/User-Interface-Help/properties-window.md) ##### [UserForm window](../Language/Reference/User-Interface-Help/userform-window.md) ##### [Watch window](../Language/Reference/User-Interface-Help/watch-window.md) ##### [Global keys](../Language/Reference/User-Interface-Help/global-keys.md) #### Error messages ##### [Overview](../language/reference/error-messages.md) ##### [A compatible ActiveX component must be a Visual Basic executable or a DLL](../Language/Reference/User-Interface-Help/a-compatible-activex-component-must-be-a-visual-basic-executable-or-a-dll.md) ##### [A form can't be moved or sized while minimized or maximized](../Language/Reference/User-Interface-Help/a-form-can-t-be-moved-or-sized-while-minimized-or-maximized.md) ##### [A module is not a valid type](../Language/Reference/User-Interface-Help/a-module-is-not-a-valid-type.md) ##### [A procedure of that name already exists](../Language/Reference/User-Interface-Help/a-procedure-of-that-name-already-exists.md) ##### [A procedure with a ParamArray argument cannot be called with named arguments](../Language/Reference/User-Interface-Help/a-procedure-with-a-paramarray-argument-cannot-be-called-with-named-arguments.md) ##### [A property or method call cannot include a reference to a private object (Error 98)](../Language/Reference/User-Interface-Help/a-property-or-method-call-cannot-include-a-reference-to-a-private-object-either.md) ##### [ActiveX component can't create object or return reference to this object (Error 429)](../Language/Reference/User-Interface-Help/activex-component-can-t-create-object-or-return-reference-to-this-object-error-4.md) ##### [ActiveX component did not run correctly (Error 338)](../Language/Reference/User-Interface-Help/activex-component-did-not-run-correctly-error-338.md) ##### [ActiveX component not correctly registered (Error 336)](../Language/Reference/User-Interface-Help/activex-component-not-correctly-registered-error-336.md) ##### [ActiveX control 'item' not found (Error 363)](../Language/Reference/User-Interface-Help/activex-control-item-not-found-error-363.md) ##### [Add-in can't reference project](../Language/Reference/User-Interface-Help/add-in-can-t-reference-project.md) ##### [Ambiguous name detected](../Language/Reference/User-Interface-Help/ambiguous-name-detected.md) ##### [Ambiguous selection](../Language/Reference/ambiguous-selection.md) ##### [Application-defined or object-defined error](../Language/Reference/User-Interface-Help/application-defined-or-object-defined-error.md) ##### [Argument not optional (Error 449)](../Language/Reference/User-Interface-Help/argument-not-optional-error-449.md) ##### [Argument required for property Let or property Set](../Language/Reference/User-Interface-Help/argument-required-for-property-let-or-property-set.md) ##### [Array already dimensioned](../Language/Reference/User-Interface-Help/array-already-dimensioned.md) ##### [Array argument must be ByRef](../Language/Reference/User-Interface-Help/array-argument-must-be-byref.md) ##### [Assignment to constant not permitted](../Language/Reference/User-Interface-Help/assignment-to-constant-not-permitted.md) ##### [Automation error (Error 440)](../Language/Reference/User-Interface-Help/automation-error-error-440.md) ##### [Automation object doesn't have a default value (Error 443)](../Language/Reference/User-Interface-Help/automation-object-doesn-t-have-a-default-value-error-443.md) ##### [Bad DLL calling convention (Error 49)](../Language/Reference/User-Interface-Help/bad-dll-calling-convention-error-49.md) ##### [Bad file mode (Error 54)](../Language/Reference/User-Interface-Help/bad-file-mode-error-54.md) ##### [Bad file name or number (Error 52)](../Language/Reference/User-Interface-Help/bad-file-name-or-number-error-52.md) ##### [Bad interface for Implements: interface contains data fields](../Language/Reference/User-Interface-Help/bad-interface-for-implements-interface-contains-data-fields.md) ##### [Bad interface for Implements: interface is derived from another pure interface with non-restricted methods](../Language/Reference/User-Interface-Help/bad-interface-for-implements-interface-is-derived-from-another-pure-interface-wi.md) ##### [Bad interface for Implements: interface is not derived from Iunknown](../Language/Reference/User-Interface-Help/bad-interface-for-implements-interface-is-not-derived-from-iunknown.md) ##### [Bad interface for Implements: method does not return HRESULT](../Language/Reference/User-Interface-Help/bad-interface-for-implements-method-does-not-return-hresult.md) ##### [Bad interface for Implements: method has out-only or LCID parameter](../Language/Reference/User-Interface-Help/bad-interface-for-implements-method-has-out-only-or-lcid-parameter.md) ##### [Bad interface for Implements: method has parameter with too many levels of indirection](../Language/Reference/User-Interface-Help/bad-interface-for-implements-method-has-parameter-with-too-many-levels-of-indire.md) ##### [Bad interface for Implements: method has underscore in name](../Language/Reference/User-Interface-Help/bad-interface-for-implements-method-has-underscore-in-name.md) ##### [Bad interface for Implements: methods uses type that is not supported by Visual Basic](../Language/Reference/User-Interface-Help/bad-interface-for-implements-methods-uses-type-that-is-not-supported-by-visual-b.md) ##### [Bad record length (Error 59)](../Language/Reference/User-Interface-Help/bad-record-length-error-59.md) ##### [Bad record number (Error 63)](../Language/Reference/User-Interface-Help/bad-record-number-error-63.md) ##### [Beginning of search scope has been reached; do you want to continue from the end?](../Language/Reference/User-Interface-Help/beginning-of-search-scope-has-been-reached-do-you-want-to-continue-from-the-end.md) ##### [Block If without End If](../Language/Reference/User-Interface-Help/block-if-without-end-if.md) ##### [Breakpoint not allowed on this line](../Language/Reference/User-Interface-Help/breakpoint-not-allowed-on-this-line.md) ##### [ByRef argument type mismatch](../Language/Reference/User-Interface-Help/byref-argument-type-mismatch.md) ##### [Calling convention not supported by Visual Basic](../Language/Reference/User-Interface-Help/calling-convention-not-supported-by-visual-basic.md) ##### [Cannot define a KWID_tkPUBLIC user-defined type within a private object module](../Language/Reference/User-Interface-Help/cannot-define-a-kwid_tkpublic-user-defined-type-within-a-private-object-module.md) ##### [Cannot display specified name because it is hidden](../Language/Reference/User-Interface-Help/cannot-display-specified-name-because-it-is-hidden.md) ##### [Cannot handle events for the object specified](../Language/Reference/User-Interface-Help/cannot-handle-events-for-the-object-specified.md) ##### [Cannot jump to specified type because it is in the specified library, which is not currently referenced](../Language/Reference/User-Interface-Help/cannot-jump-to-specified-type-because-it-is-in-the-specified-library-which-is-no.md) ##### [Can't add a reference to the specified file](../Language/Reference/User-Interface-Help/can-t-add-a-reference-to-the-specified-file.md) ##### [Can't assign or coerce array of fixed-length string or user-defined type to variant](../Language/Reference/User-Interface-Help/can-t-assign-or-coerce-array-of-fixed-length-string-or-user-defined-type-to-vari.md) ##### [Can't assign to an array](../Language/Reference/User-Interface-Help/can-t-assign-to-an-array.md) ##### [Can't call Friend procedure on an object that isn't an instance of the defining class (Error 97)](../Language/Reference/User-Interface-Help/can-t-call-friend-procedure-on-an-object-that-isn-t-an-instance-of-the-defining.md) ##### [Can't change data types of array elements](../Language/Reference/User-Interface-Help/can-t-change-data-types-of-array-elements.md) ##### [Can't create AutoRedraw image (Error 480)](../Language/Reference/User-Interface-Help/can-t-create-autoredraw-image-error-480.md) ##### [Can't create necessary temporary file (Error 322)](../Language/Reference/User-Interface-Help/can-t-create-necessary-temporary-file-error-322.md) ##### [Can't display hidden procedure](../Language/Reference/User-Interface-Help/can-t-display-hidden-procedure.md) ##### [Can't display system information](../Language/Reference/User-Interface-Help/can-t-display-system-information.md) ##### [Can't edit module](../Language/Reference/User-Interface-Help/can-t-edit-module.md) ##### [Can't empty Clipboard (Error 520)](../Language/Reference/User-Interface-Help/can-t-empty-clipboard-error-520.md) ##### [Can't enter break mode at this time](../Language/Reference/User-Interface-Help/can-t-enter-break-mode-at-this-time.md) ##### [Can't execute code in break mode](../Language/Reference/User-Interface-Help/can-t-execute-code-in-break-mode.md) ##### [Can't execute immediate statements in design mode](../Language/Reference/User-Interface-Help/can-t-execute-immediate-statements-in-design-mode.md) ##### [Can't exit design mode because control can't be created](../Language/Reference/User-Interface-Help/can-t-exit-design-mode-because-control-can-t-be-created.md) ##### [Can't find DLL entry point in specified DLL](../Language/Reference/User-Interface-Help/can-t-find-dll-entry-point-in-specified-dll.md) ##### [Can't find project or library](../Language/Reference/User-Interface-Help/can-t-find-project-or-library.md) ##### [Can't find Windows Help .exe file](../Language/Reference/User-Interface-Help/can-t-find-windows-help-exe-file.md) ##### [Can't Get or Put user-defined type containing object reference](../Language/Reference/User-Interface-Help/can-t-get-or-put-user-defined-type-containing-object-reference.md) ##### [Can't have paramarrays with optional arguments](../Language/Reference/User-Interface-Help/can-t-have-paramarrays-with-optional-arguments.md) ##### [Can't load module; invalid format](../Language/Reference/User-Interface-Help/can-t-load-module-invalid-format.md) ##### [Can't load or unload this object (Error 361)](../Language/Reference/User-Interface-Help/can-t-load-or-unload-this-object-error-361.md) ##### [Can't make an assignment to a read-only property](../Language/Reference/User-Interface-Help/can-t-make-an-assignment-to-a-read-only-property.md) ##### [Can't open Clipboard (Error 521)](../Language/Reference/User-Interface-Help/can-t-open-clipboard-error-521.md) ##### [Can't perform operation because the project is protected](../Language/Reference/User-Interface-Help/can-t-perform-operation-because-the-project-is-protected.md) ##### [Can't perform requested operation (Error 17)](../Language/Reference/User-Interface-Help/can-t-perform-requested-operation-error-17.md) ##### [Can't perform requested operation since the module is hidden](../Language/Reference/User-Interface-Help/can-t-perform-requested-operation-since-the-module-is-hidden.md) ##### [Can't place conditional breakpoint on an array](../Language/Reference/User-Interface-Help/can-t-place-conditional-breakpoint-on-an-array.md) ##### [Can't print form image to this type of printer (Error 486)](../Language/Reference/User-Interface-Help/can-t-print-form-image-to-this-type-of-printer-error-486.md) ##### [Can't print minimized form image](../Language/Reference/User-Interface-Help/can-t-print-minimized-form-image.md) ##### [Can't quit at this time](../Language/Reference/User-Interface-Help/can-t-quit-at-this-time.md) ##### [Can't record into running module](../Language/Reference/User-Interface-Help/can-t-record-into-running-module.md) ##### [Can't ReDim, Erase, or assign to variant that contains array whose element is with object](../Language/Reference/User-Interface-Help/can-t-redim-erase-or-assign-to-variant-that-contains-array-whose-element-is-with.md) ##### [Can't remove control or reference; in use](../Language/Reference/User-Interface-Help/can-t-remove-control-or-reference-in-use.md) ##### [Can't remove default reference](../Language/Reference/User-Interface-Help/can-t-remove-default-reference.md) ##### [Can't rename with different drive (Error 74)](../Language/Reference/User-Interface-Help/can-t-rename-with-different-drive-error-74.md) ##### [Can't save file to TEMP directory (Error 735)](../Language/Reference/User-Interface-Help/can-t-save-file-to-temp-directory-error-735.md) ##### [Can't set the project name at this time](../Language/Reference/User-Interface-Help/can-t-set-the-project-name-at-this-time.md) ##### [Can't show non-modal form when modal form is displayed](../Language/Reference/User-Interface-Help/can-t-show-non-modal-form-when-modal-form-is-displayed.md) ##### [Can't sink this object's events because it's already firing events to the maximum number of supported event recipients (Error 96)](../Language/Reference/User-Interface-Help/can-t-sink-this-object-s-events-because-it-s-already-firing-events-to-the-maximu.md) ##### [Can't start new recording until current session is ended](../Language/Reference/User-Interface-Help/can-t-start-new-recording-until-current-session-is-ended.md) ##### [Can't use character device names in file names: 'item' (Error 320)](../Language/Reference/User-Interface-Help/can-t-use-character-device-names-in-file-namesitemerror-320.md) ##### [Case Else outside Select Case](../Language/Reference/User-Interface-Help/case-else-outside-select-case.md) ##### [Case without Select Case](../Language/Reference/User-Interface-Help/case-without-select-case.md) ##### [Circular dependencies between modules](../Language/Reference/User-Interface-Help/circular-dependencies-between-modules.md) ##### [Class doesn't support Automation (Error 430)](../Language/Reference/User-Interface-Help/class-doesn-t-support-automation-error-430.md) ##### [Class is not set (Error 31018)](../Language/Reference/User-Interface-Help/class-is-not-set-error-31018.md) ##### [Class not registered on local machine (Error 463)](../Language/Reference/User-Interface-Help/class-not-registered-on-local-machine-error-463.md) ##### [Class not registered. 'item 1'](../Language/Reference/User-Interface-Help/class-not-registereditem-1.md) ##### [Code execution has been interrupted](../Language/Reference/User-Interface-Help/code-execution-has-been-interrupted.md) ##### [Code resource lock error (Error 455)](../Language/Reference/User-Interface-Help/code-resource-lock-error-error-455.md) ##### [Code resource not found (Error 454)](../Language/Reference/User-Interface-Help/code-resource-not-found-error-454.md) ##### [Compile error in hidden module:](../Language/Reference/User-Interface-Help/compile-error-in-hidden-modulemodule-name.md) ##### [Component could not successfully create requested object](../Language/Reference/User-Interface-Help/component-could-not-successfully-create-requested-object.md) ##### [Component 'item' or one of its dependencies not correctly registered: a file is missing or invalid](../Language/Reference/User-Interface-Help/component-item-or-one-of-its-dependencies-not-correctly-registered-a-file-is-mis.md) ##### [Component not correctly registered](../Language/Reference/User-Interface-Help/component-not-correctly-registered.md) ##### [Component not found in registered location](../Language/Reference/User-Interface-Help/component-not-found-in-registered-location.md) ##### [Conflicting attributes were found in 'item'. The defaults will be used](../Language/Reference/User-Interface-Help/conflicting-attributes-were-found-in-itemthe-defaults-will-be-used.md) ##### [Conflicting names were found in 'item1'. The name 'item2' will be used](../Language/Reference/User-Interface-Help/conflicting-names-were-found-in-item1the-name-item2-will-be-used.md) ##### [Connection to type library or object library for remote process has been lost (Error 442)](../Language/Reference/User-Interface-Help/connection-to-type-library-or-object-library-for-remote-process-has-been-lost-er.md) ##### [Constant expression required](../Language/Reference/User-Interface-Help/constant-expression-required.md) ##### [Constants, fixed-length strings, arrays, user-defined types, and Declare statements not allowed as Public members of an object module](../Language/Reference/User-Interface-Help/constants-fixed-length-strings-arrays-user-defined-types-and-declare-statements.md) ##### [Could not access system registry (Error 335)](../Language/Reference/User-Interface-Help/could-not-access-system-registry-error-335.md) ##### [Could not create reference: 'item'](../Language/Reference/User-Interface-Help/could-not-create-referenceitem.md) ##### [Could not execute specified program](../Language/Reference/User-Interface-Help/could-not-execute-specified-program.md) ##### [Could not start Internet Explorer](../Language/Reference/User-Interface-Help/could-not-start-internet-explorer.md) ##### [Current module does not support Print method](../Language/Reference/User-Interface-Help/current-module-does-not-support-print-method.md) ##### [Cyclic reference of projects not allowed](../Language/Reference/User-Interface-Help/cyclic-reference-of-projects-not-allowed.md) ##### [Data types displayed in Locals Window](../Language/Reference/User-Interface-Help/data-types-displayed-in-locals-window.md) ##### [Data value named not found (Error 327)](../Language/Reference/User-Interface-Help/data-value-named-not-found-error-327.md) ##### [Definitions of property procedures for the same property are inconsistent](../Language/Reference/User-Interface-Help/definitions-of-property-procedures-for-the-same-property-are-inconsistent.md) ##### [Deftype statements must precede declarations](../Language/Reference/User-Interface-Help/deftype-statements-must-precede-declarations.md) ##### [Destination label too far away; loop, Select Case, or block if too large](../Language/Reference/User-Interface-Help/destination-label-too-far-away-loop-select-case-or-block-if-too-large.md) ##### [Device I/O error (Error 57)](../Language/Reference/User-Interface-Help/device-i-o-error-error-57.md) ##### [Device unavailable (Error 68)](../Language/Reference/User-Interface-Help/device-unavailable-error-68.md) ##### [Disk full (Error 61)](../Language/Reference/User-Interface-Help/disk-full-error-61.md) ##### [Disk not ready (Error 71)](../Language/Reference/User-Interface-Help/disk-not-ready-error-71.md) ##### [Display more load errors?](../Language/Reference/User-Interface-Help/display-more-load-errors.md) ##### [Division by zero (Error 11)](../Language/Reference/User-Interface-Help/division-by-zero-error-11.md) ##### [Do without Loop](../Language/Reference/User-Interface-Help/do-without-loop.md) ##### [Do you want to export specified object before removing it?](../Language/Reference/User-Interface-Help/do-you-want-to-export-specified-object-before-removing-it.md) ##### [Duplicate declaration in current scope](../Language/Reference/User-Interface-Help/duplicate-declaration-in-current-scope.md) ##### [Duplicate definition](../Language/Reference/User-Interface-Help/duplicate-definition.md) ##### [Duplicate Deftype statement](../Language/Reference/User-Interface-Help/duplicate-deftype-statement.md) ##### [Duplicate Option statement](../Language/Reference/User-Interface-Help/duplicate-option-statement.md) ##### [Duplicate procedure name](../Language/Reference/User-Interface-Help/duplicate-procedure-name.md) ##### [Duplicate resources with same type and name](../Language/Reference/User-Interface-Help/duplicate-resources-with-same-type-and-name.md) ##### [Edit can't be undone--proceed anyway?](../Language/Reference/User-Interface-Help/edit-can-t-be-undone-proceed-anyway.md) ##### [Else clause must be preceded by a matching If](../Language/Reference/User-Interface-Help/else-clause-must-be-preceded-by-a-matching-if.md) ##### [Else If, Else, or End If must be preceded by a matching If](../Language/Reference/User-Interface-Help/else-ifelse-or-end-if-must-be-preceded-by-a-matching-if.md) ##### [Else without If](../Language/Reference/User-Interface-Help/else-without-if.md) ##### [ElseIf must be preceded by a matching If or ElseIf and followed by an ElseIf, Else, or EndIf](../Language/Reference/User-Interface-Help/elseif-must-be-preceded-by-a-matching-if-or-elseif-and-followed-by-an-elseifelse.md) ##### [Empty Enum type not allowed](../Language/Reference/User-Interface-Help/empty-enum-type-not-allowed.md) ##### [Empty watch expression](../Language/Reference/User-Interface-Help/empty-watch-expression.md) ##### [End If without block If](../Language/Reference/User-Interface-Help/end-if-without-block-if.md) ##### [End of search scope has been reached; do you want to continue from the beginning?](../Language/Reference/User-Interface-Help/end-of-search-scope-has-been-reached-do-you-want-to-continue-from-the-beginning.md) ##### [End Select without Select Case](../Language/Reference/User-Interface-Help/end-select-without-select-case.md) ##### [End with without with](../Language/Reference/User-Interface-Help/end-with-without-with.md) ##### [Enum types defined in standard modules or private classes cannot be used in public object modules as parameters or return types for public procedures, as public data members, or as fields of public user defined types](../Language/Reference/User-Interface-Help/enum-types-defined-in-standard-modules-or-private-classes-cannot-be-used-in-publ.md) ##### [Error accessing the system registry](../Language/Reference/User-Interface-Help/error-accessing-the-system-registry.md) ##### [Error in loading DLL (Error 48)](../Language/Reference/User-Interface-Help/error-in-loading-dll-error-48.md) ##### [Error loading from file (Error 31037)](../Language/Reference/User-Interface-Help/error-loading-from-file-error-31037.md) ##### [Error loading 'item'. A control could not be loaded due to load error. Continue?](../Language/Reference/User-Interface-Help/error-loading-itema-control-could-not-be-loaded-due-to-load-error-continue.md) ##### [Error loading 'item'. An error was encountered loading a property. Continue?](../Language/Reference/User-Interface-Help/error-loading-iteman-error-was-encountered-loading-a-property-continue.md) ##### [Error saving to file (Error 31036)](../Language/Reference/User-Interface-Help/error-saving-to-file-error-31036.md) ##### [Errors during load. Refer to 'item' for details](../Language/Reference/User-Interface-Help/errors-during-load-refer-to-item-for-details.md) ##### [Errors occurred during load](../Language/Reference/User-Interface-Help/errors-occurred-during-load.md) ##### [Event handler is invalid](../Language/Reference/User-Interface-Help/event-handler-is-invalid.md) ##### [Event not found](../Language/Reference/User-Interface-Help/event-not-found.md) ##### [Exit Do not within Do...Loop](../Language/Reference/User-Interface-Help/exit-do-not-within-doloop.md) ##### [Exit For not within For...Next](../Language/Reference/User-Interface-Help/exit-for-not-within-fornext.md) ##### [Exit function not allowed in sub or property](../Language/Reference/User-Interface-Help/exit-function-not-allowed-in-sub-or-property.md) ##### [Exit property not allowed in function or sub](../Language/Reference/User-Interface-Help/exit-property-not-allowed-in-function-or-sub.md) ##### [Exit Sub not allowed in function or property](../Language/Reference/User-Interface-Help/exit-sub-not-allowed-in-function-or-property.md) ##### [Expected array](../Language/Reference/User-Interface-Help/expected-array.md) ##### [Expected End function](../Language/Reference/User-Interface-Help/expected-end-function.md) ##### [Expected End property](../Language/Reference/User-Interface-Help/expected-end-property.md) ##### [Expected End Sub](../Language/Reference/User-Interface-Help/expected-end-sub.md) ##### [Expected End With](../Language/Reference/User-Interface-Help/expected-end-with.md) ##### [Expected function or variable](../Language/Reference/User-Interface-Help/expected-function-or-variable.md) ##### [Expected procedure, not module](../Language/Reference/User-Interface-Help/expected-procedure-not-module.md) ##### [Expected procedure, not project or library](../Language/Reference/User-Interface-Help/expected-procedure-not-project-or-library.md) ##### [Expected procedure, not user-defined type](../Language/Reference/User-Interface-Help/expected-procedure-not-user-defined-type.md) ##### [Expected procedure, not variable](../Language/Reference/User-Interface-Help/expected-procedure-not-variable.md) ##### [Expected sub, function, or property](../Language/Reference/User-Interface-Help/expected-sub-function-or-property.md) ##### [Expected user-defined type, not project](../Language/Reference/User-Interface-Help/expected-user-defined-type-not-project.md) ##### [Expected variable or procedure, not Enum type](../Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-enum-type.md) ##### [Expected variable or procedure, not module](../Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-module.md) ##### [Expected variable or procedure, not project](../Language/Reference/User-Interface-Help/expected-variable-or-procedure-not-project.md) ##### [Expected: error](../Language/Reference/User-Interface-Help/expectedvarious.md) ##### [Expression too complex (Error 16)](../Language/Reference/User-Interface-Help/expression-too-complex-error-16.md) ##### [External name not defined](../Language/Reference/User-Interface-Help/external-name-not-defined.md) ##### [Failed to activate control 'item 1'. This control may be incompatible with your application. Make sure you are using the version of the control that was provided with your application](../Language/Reference/User-Interface-Help/failed-to-activate-control-item-1this-control-may-be-incompatible-with-your-appl.md) ##### [Failed to load control 'item1' from 'item2'. your version of 'item2' may be outdated. Make sure you are using the version of the control that was provided with your application](../Language/Reference/User-Interface-Help/failed-to-load-control-item1-from-item2your-version-of-item2-may-be-outdated-mak.md) ##### [File already exists (Error 58)](../Language/Reference/User-Interface-Help/file-already-exists-error-58.md) ##### [File already open (Error 55)](../Language/Reference/User-Interface-Help/file-already-open-error-55.md) ##### [File format no longer supported](../Language/Reference/User-Interface-Help/file-format-no-longer-supported.md) ##### [File is read-only](../Language/Reference/User-Interface-Help/file-is-read-only.md) ##### [File not found (Error 53)](../Language/Reference/User-Interface-Help/file-not-found-error-53.md) ##### [File specified was not found](../Language/Reference/User-Interface-Help/file-specified-was-not-found.md) ##### [Filename or class name not found during Automation operation (Error 432)](../Language/Reference/User-Interface-Help/filename-or-class-name-not-found-during-automation-operation-error-432.md) ##### [Fixed or static data can't be larger than 64K](../Language/Reference/User-Interface-Help/fixed-or-static-data-can-t-be-larger-than-64k.md) ##### [Fixed-length strings and use of the 'new' qualifier are not allowed for fields in a public user defined type defined in an object module](../Language/Reference/User-Interface-Help/fixed-length-strings-and-use-of-the-new-qualifier-are-not-allowed-for-fields-in.md) ##### [Fixed-length strings not allowed as the type of a public member of an object module; private object modules not allowed as the type of a public member of a public object module](../Language/Reference/User-Interface-Help/fixed-length-strings-not-allowed-as-the-type-of-a-public-member-of-an-object-mod.md) ##### [For control variable already in use](../Language/Reference/User-Interface-Help/for-control-variable-already-in-use.md) ##### [For Each can only iterate over a collection object or an array](../Language/Reference/User-Interface-Help/for-each-can-only-iterate-over-a-collection-object-or-an-array.md) ##### [For Each control variable must be variant or object](../Language/Reference/User-Interface-Help/for-each-control-variable-must-be-variant-or-object.md) ##### [For Each control variable on arrays must be variant](../Language/Reference/User-Interface-Help/for-each-control-variable-on-arrays-must-be-variant.md) ##### [For Each may not be used on array of user-defined type or fixed-length strings](../Language/Reference/User-Interface-Help/for-each-may-not-be-used-on-array-of-user-defined-type-or-fixed-length-strings.md) ##### [For loop not initialized (Error 92)](../Language/Reference/User-Interface-Help/for-loop-not-initialized-error-92.md) ##### [For without Next](../Language/Reference/User-Interface-Help/for-without-next.md) ##### [Form already displayed; can't show modally (Error 400)](../Language/Reference/User-Interface-Help/form-already-displayed-can-t-show-modally-error-400.md) ##### [Form not found (Error 424)](../Language/Reference/User-Interface-Help/form-not-found-error-424.md) ##### [Forward reference to user-defined type](../Language/Reference/User-Interface-Help/forward-reference-to-user-defined-type.md) ##### [Function call on left-hand side of assignment must return variant or object](../Language/Reference/User-Interface-Help/function-call-on-left-hand-side-of-assignment-must-return-variant-or-object.md) ##### [Function marked as restricted or uses a type not supported in Visual Basic](../Language/Reference/User-Interface-Help/function-marked-as-restricted-or-uses-a-type-not-supported-in-visual-basic.md) ##### [Identifier too long](../Language/Reference/User-Interface-Help/identifier-too-long.md) ##### [Identifier under cursor isn't a procedure name](../Language/Reference/User-Interface-Help/identifier-under-cursor-isn-t-a-procedure-name.md) ##### [Illegal parameter. Can't write arrays (Error 328)](../Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-arrays-error-328.md) ##### [Illegal parameter. Can't write object because it does not support persistence](../Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-object-because-it-does-not-support-persistence.md) ##### [Illegal parameter. Can't write user-defined type](../Language/Reference/User-Interface-Help/illegal-parameter-can-t-write-user-defined-type.md) ##### [Incorrect DLL version](../Language/Reference/User-Interface-Help/incorrect-dll-version.md) ##### [Incorrect OLE version](../Language/Reference/User-Interface-Help/incorrect-ole-version.md) ##### [Input past end of file (Error 62)](../Language/Reference/User-Interface-Help/input-past-end-of-file-error-62.md) ##### [Insufficient Immediate window memory to create variable](../Language/Reference/User-Interface-Help/insufficient-immediate-window-memory-to-create-variable.md) ##### [Insufficient memory to save Undo information](../Language/Reference/User-Interface-Help/insufficient-memory-to-save-undo-information.md) ##### [Insufficient project information to load project on platform or with version now being used](../Language/Reference/User-Interface-Help/insufficient-project-information-to-load-project-on-platform-or-with-version-now.md) ##### [Interface not valid for Implements](../Language/Reference/User-Interface-Help/interface-not-valid-for-implements.md) ##### [Internal error (Error 51)](../Language/Reference/User-Interface-Help/internal-error-error-51.md) ##### [Invalid Access mode](../Language/Reference/User-Interface-Help/invalid-access-mode.md) ##### [Invalid attribute in sub, function, or property](../Language/Reference/User-Interface-Help/invalid-attribute-in-sub-function-or-property.md) ##### [Invalid Base address](../Language/Reference/User-Interface-Help/invalid-base-address.md) ##### [Invalid character](../Language/Reference/User-Interface-Help/invalid-character.md) ##### [Invalid Clipboard format (Error 460) [1 of 2]](../Language/Reference/User-Interface-Help/invalid-clipboard-format-error-4601-of-2.md) ##### [Invalid Clipboard format (Error 460) [2 of 2]](../Language/Reference/User-Interface-Help/invalid-clipboard-format-error-4602-of-2.md) ##### [Invalid data format](../Language/Reference/User-Interface-Help/invalid-data-format.md) ##### [Invalid data type for constant](../Language/Reference/User-Interface-Help/invalid-data-type-for-constant.md) ##### [Invalid event name](../Language/Reference/User-Interface-Help/invalid-event-name.md) ##### [Invalid file format (Error 321) [1 of 2]](../Language/Reference/User-Interface-Help/invalid-file-format-error-3211-of-2.md) ##### [Invalid file format (Error 321) [2 of 2]](../Language/Reference/User-Interface-Help/invalid-file-format-error-3212-of-2.md) ##### [Invalid format in resource file (Error 325)](../Language/Reference/User-Interface-Help/invalid-format-in-resource-file-error-325.md) ##### [Invalid in Immediate window](../Language/Reference/User-Interface-Help/invalid-in-immediate-window.md) ##### [Invalid inside Enum](../Language/Reference/User-Interface-Help/invalid-inside-enum.md) ##### [Invalid inside procedure](../Language/Reference/User-Interface-Help/invalid-inside-procedure.md) ##### [Invalid length for fixed-length string](../Language/Reference/User-Interface-Help/invalid-length-for-fixed-length-string.md) ##### [Invalid Next control variable reference](../Language/Reference/User-Interface-Help/invalid-next-control-variable-reference.md) ##### [Invalid object use (Error 425)](../Language/Reference/User-Interface-Help/invalid-object-use-error-425.md) ##### [Invalid optional parameter type](../Language/Reference/User-Interface-Help/invalid-optional-parameter-type.md) ##### [Invalid or unqualified reference](../Language/Reference/User-Interface-Help/invalid-or-unqualified-reference.md) ##### [Invalid ordinal (Error 452)](../Language/Reference/User-Interface-Help/invalid-ordinal-error-452.md) ##### [Invalid outside Enum](../Language/Reference/User-Interface-Help/invalid-outside-enum.md) ##### [Invalid outside procedure](../Language/Reference/User-Interface-Help/invalid-outside-procedure.md) ##### [Invalid ParamArray use](../Language/Reference/User-Interface-Help/invalid-paramarray-use.md) ##### [Invalid pattern string (Error 93)](../Language/Reference/User-Interface-Help/invalid-pattern-string-error-93.md) ##### [Invalid picture (Error 481) [1 of 2]](../Language/Reference/User-Interface-Help/invalid-picture-error-4811-of-2.md) ##### [Invalid picture (Error 481) [2 of 2]](../Language/Reference/User-Interface-Help/invalid-picture-error-4812-of-2.md) ##### [Invalid picture type (Error 485)](../Language/Reference/User-Interface-Help/invalid-picture-type-error-485.md) ##### [Invalid procedure call or argument (Error 5)](../Language/Reference/User-Interface-Help/invalid-procedure-call-or-argument-error-5.md) ##### [Invalid procedure name](../Language/Reference/User-Interface-Help/invalid-procedure-name.md) ##### [Invalid property name](../Language/Reference/User-Interface-Help/invalid-property-name.md) ##### [Invalid property value (Error 380) [1 of 2]](../Language/Reference/User-Interface-Help/invalid-property-value-error-3801-of-2.md) ##### [Invalid property value (Error 380) [2 of 2]](../Language/Reference/User-Interface-Help/invalid-property-value-error-3802-of-2.md) ##### [Invalid property-array index (Error 381)](../Language/Reference/User-Interface-Help/invalid-property-array-index-error-381.md) ##### [Invalid qualifier](../Language/Reference/User-Interface-Help/invalid-qualifier.md) ##### [Invalid ReDim](../Language/Reference/User-Interface-Help/invalid-redim.md) ##### [Invalid syntax for conditional compiler constant declarations](../Language/Reference/User-Interface-Help/invalid-syntax-for-conditional-compiler-constant-declarations.md) ##### [Invalid Template](../Language/Reference/User-Interface-Help/invalid-template.md) ##### [Invalid type-declaration character](../Language/Reference/User-Interface-Help/invalid-type-declaration-character.md) ##### [Invalid use of AddressOf operator](../Language/Reference/User-Interface-Help/invalid-use-of-addressof-operator.md) ##### [Invalid use of base class name](../Language/Reference/User-Interface-Help/invalid-use-of-base-class-name.md) ##### [Invalid use of Me keyword](../Language/Reference/User-Interface-Help/invalid-use-of-me-keyword.md) ##### [Invalid use of new keyword](../Language/Reference/User-Interface-Help/invalid-use-of-new-keyword.md) ##### [Invalid use of Null (Error 94)](../Language/Reference/User-Interface-Help/invalid-use-of-null-error-94.md) ##### [Invalid use of object](../Language/Reference/User-Interface-Help/invalid-use-of-object.md) ##### [Invalid watch expression](../Language/Reference/User-Interface-Help/invalid-watch-expression.md) ##### [Item already exists in project](../Language/Reference/User-Interface-Help/item-already-exists-in-project.md) ##### [Item cannot be added because it is referenced but not in use by any items in the project. To correct this, uncheck 'Remove information about unused ActiveX Controls' in Project options](../Language/Reference/User-Interface-Help/item-cannot-be-added-because-it-is-referenced-but-not-in-use-by-any-items-in-the.md) ##### [Item could not be loaded. Remove it from the list of available add-ins?](../Language/Reference/User-Interface-Help/item-could-not-be-loaded-remove-it-from-the-list-of-available-add-ins.md) ##### [Item could not be loaded](../Language/Reference/User-Interface-Help/item-could-not-be-loaded.md) ##### [Item could not be registered](../Language/Reference/User-Interface-Help/item-could-not-be-registered.md) ##### [Item designers can only be used in DLL projects](../Language/Reference/User-Interface-Help/item-designers-can-only-be-used-in-dll-projects.md) ##### [Item designers cannot be private](../Language/Reference/User-Interface-Help/item-designers-cannot-be-private.md) ##### [Item designers cannot be public in ActiveX EXE projects](../Language/Reference/User-Interface-Help/item-designers-cannot-be-public-in-activex-exe-projects.md) ##### [Item designers must be public and cannot be used in Standard EXE projects](../Language/Reference/User-Interface-Help/item-designers-must-be-public-and-cannot-be-used-in-standard-exe-projects.md) ##### [Item has an old file format. When saved, it will be saved in a newer format](../Language/Reference/User-Interface-Help/item-has-an-old-file-format-when-saved-it-will-be-saved-in-a-newer-format.md) ##### [Item has caused an access violation. Remove it from the list of available Add-Ins?](../Language/Reference/User-Interface-Help/item-has-caused-an-access-violation-remove-it-from-the-list-of-available-add-ins.md) ##### [Item is a binary form and can't be loaded into Visual Basic](../Language/Reference/User-Interface-Help/item-is-a-binary-form-and-can-t-be-loaded-into-visual-basic.md) ##### [Item is a read-only file](../Language/Reference/User-Interface-Help/item-is-a-read-only-file.md) ##### [Item is a single-threaded component and cannot be used in multi-threaded projects](../Language/Reference/User-Interface-Help/item-is-a-single-threaded-component-and-cannot-be-used-in-multi-threaded-project.md) ##### [Item is not a valid control type (Error 720)](../Language/Reference/User-Interface-Help/item-is-not-a-valid-control-type-error-720.md) ##### [Item property can't be read at run time (Error 393)](../Language/Reference/User-Interface-Help/item-property-can-t-be-read-at-run-time-error-393.md) ##### [Item property can't be set at run time (Error 382)](../Language/Reference/User-Interface-Help/item-property-can-t-be-set-at-run-time-error-382.md) ##### [Item property is read-only (Error 383)](../Language/Reference/User-Interface-Help/item-property-is-read-only-error-383.md) ##### [Item property is write-only (Error 394)](../Language/Reference/User-Interface-Help/item-property-is-write-only-error-394.md) ##### [Item will not be loaded. Name is already in use](../Language/Reference/User-Interface-Help/item-will-not-be-loaded-name-is-already-in-use.md) ##### ['item1' is an invalid key. The file 'item2' can't be loaded](../Language/Reference/User-Interface-Help/item1-is-an-invalid-key-the-file-item2-can-t-be-loaded.md) ##### ['item1' is referenced by 'item2' project and cannot be updated](../Language/Reference/User-Interface-Help/item1-is-referenced-by-item2-project-and-cannot-be-updated.md) ##### [Keyword not found](../Language/Reference/keyword-not-found.md) ##### [Label not defined](../Language/Reference/User-Interface-Help/label-not-defined.md) ##### [Language/region setting has changed](../Language/Reference/User-Interface-Help/Language-region-setting-has-changed.md) ##### [License information for this component not found. You don't have an appropriate license to use this functionality in the design environment (Error 429)](../Language/Reference/User-Interface-Help/license-information-for-this-component-not-found-you-don-t-have-an-appropriate-l.md) ##### [Line isn't an executable statement](../Language/Reference/User-Interface-Help/line-isn-t-an-executable-statement.md) ##### [Line 'item1': All controls must precede menus; can't load control 'item2'](../Language/Reference/User-Interface-Help/line-item1all-controls-must-precede-menus-can-t-load-control-item2.md) ##### [Line 'item1': Can't create embedded object in 'item2'; license not found](../Language/Reference/User-Interface-Help/line-item1can-t-create-embedded-object-in-item2license-not-found.md) ##### [Line 'item1': Can't create embedded object in 'item2'](../Language/Reference/User-Interface-Help/line-item1can-t-create-embedded-object-in-item2.md) ##### [Line 'item1': Can't load control 'item2'; containing control not a valid container](../Language/Reference/User-Interface-Help/line-item1can-t-load-control-item2containing-control-not-a-valid-container.md) ##### [Line 'item1': Can't load control 'item2'; license not found](../Language/Reference/User-Interface-Help/line-item1can-t-load-control-item2license-not-found.md) ##### [Line 'item1': Can't load control 'item2'; name already in use](../Language/Reference/User-Interface-Help/line-item1can-t-load-control-item2name-already-in-use.md) ##### [Line 'item1': Can't set checked property in menu 'item2'. Parent menu can't be checked](../Language/Reference/User-Interface-Help/line-item1can-t-set-checked-property-in-menu-item2parent-menu-can-t-be-checked.md) ##### [Line 'item1': Can't set Shortcut property in menu 'item2'. Parent menu cannot have a shortcut key](../Language/Reference/User-Interface-Help/line-item1can-t-set-shortcut-property-in-menu-item2parent-menu-cannot-have-a-sho.md) ##### [Line 'item1': Class 'item2' of control 'item3' was not a loaded control class](../Language/Reference/User-Interface-Help/line-item1class-item2-of-control-item3-was-not-a-loaded-control-class.md) ##### [Line 'item1': Class name too long; truncated to 'item2'](../Language/Reference/User-Interface-Help/line-item1class-name-too-long-truncated-to-item2.md) ##### [Line 'item1': control name too long; truncated to 'item2'](../Language/Reference/User-Interface-Help/line-item1control-name-too-long-truncated-to-item2.md) ##### [Line 'item1': Could not create reference: 'item2'](../Language/Reference/User-Interface-Help/line-item1could-not-create-referenceitem2.md) ##### [Line 'item1': Did not find an index property, and control 'item2' already exists](../Language/Reference/User-Interface-Help/line-item1did-not-find-an-index-property-and-control-item2-already-exists.md) ##### [Line 'item1': 'item2' has a quoted string where the property name should be](../Language/Reference/User-Interface-Help/line-item1item2-has-a-quoted-string-where-the-property-name-should-be.md) ##### [Line 'item1': Maximum nesting level for controls exceeded with 'item2'](../Language/Reference/User-Interface-Help/line-item1maximum-nesting-level-for-controls-exceeded-with-item2.md) ##### [Line 'item1': Missing or invalid control class in file 'item2 '](../Language/Reference/User-Interface-Help/line-item1missing-or-invalid-control-class-in-file-item2.md) ##### [Line 'item1': Missing or invalid control name in file 'item2'](../Language/Reference/User-Interface-Help/line-item1missing-or-invalid-control-name-in-file-item2.md) ##### [Line 'item1': Parent menu 'item2' can't be loaded as a separator](../Language/Reference/User-Interface-Help/line-item1parent-menu-item2-can-t-be-loaded-as-a-separator.md) ##### [Line 'item1': property 'item2' in control 'item3' had an invalid property index](../Language/Reference/User-Interface-Help/line-item1property-item2-in-control-item3-had-an-invalid-property-index.md) ##### [Line 'item1': property 'item2' in 'item3' could not be loaded](../Language/Reference/User-Interface-Help/line-item1property-item2-in-item3-could-not-be-loaded.md) ##### [Line 'item1': property 'item2' in 'item3' could not be set](../Language/Reference/User-Interface-Help/line-item1property-item2-in-item3-could-not-be-set.md) ##### [Line 'item1': property 'item2' in 'item3' had an invalid file reference](../Language/Reference/User-Interface-Help/line-item1property-item2-in-item3-had-an-invalid-file-reference.md) ##### [Line 'item1': property 'item2' in 'item3' had an invalid value](../Language/Reference/User-Interface-Help/line-item1property-item2-in-item3-had-an-invalid-value.md) ##### [Line 'item1': property 'item2' in 'item3' must be a quoted string](../Language/Reference/User-Interface-Help/line-item1property-item2-in-item3-must-be-a-quoted-string.md) ##### [Line 'item1': Syntax error: property 'item2' in 'item3' was missing an equal sign (=)](../Language/Reference/User-Interface-Help/line-item1syntax-error-property-item2-in-item3-was-missing-an-equal-signequals.md) ##### [Line 'item1': The CLSID 'item2' for 'item3' is invalid](../Language/Reference/User-Interface-Help/line-item1the-clsid-item2-for-item3-is-invalid.md) ##### [Line 'item1': The control name 'item2' is invalid](../Language/Reference/User-Interface-Help/line-item1the-control-name-item2-is-invalid.md) ##### [Line 'item1': The file 'item2' could not be loaded](../Language/Reference/User-Interface-Help/line-item1the-file-item2-could-not-be-loaded.md) ##### [Line 'item1': The form or MDIForm name 'item2' is already in use; can't load this form](../Language/Reference/User-Interface-Help/line-item1the-form-or-mdiform-name-item2-is-already-in-use-can-t-load-this-form.md) ##### [Line 'item1': The form or MDIForm name 'item2' is not valid; can't load this form](../Language/Reference/User-Interface-Help/line-item1the-form-or-mdiform-name-item2-is-not-valid-can-t-load-this-form.md) ##### [Line 'item1': The property name 'item2' in 'item3' is invalid](../Language/Reference/User-Interface-Help/line-item1the-property-name-item2-in-item3-is-invalid.md) ##### [Line too long](../Language/Reference/User-Interface-Help/line-too-long.md) ##### [Loop without Do](../Language/Reference/User-Interface-Help/loop-without-do.md) ##### [LSet allowed only on strings and user-defined types](../Language/Reference/User-Interface-Help/lset-allowed-only-on-strings-and-user-defined-types.md) ##### [LSet not allowed](../Language/Reference/User-Interface-Help/lset-not-allowed.md) ##### [Margin indicators](../Language/Reference/User-Interface-Help/margin-indicators.md) ##### [Maximum number of watch expressions added](../Language/Reference/User-Interface-Help/maximum-number-of-watch-expressions-added.md) ##### [MDI forms are not allowed in multithreaded projects. Any MDI form will be removed from this project. To keep the MDI form in the project select Cancel and change threading model to Thread Pool with only 1 thread](../Language/Reference/User-Interface-Help/mdi-forms-are-not-allowed-in-multithreaded-projects-any-mdi-form-will-be-removed.md) ##### [Member identifier already exists in object module from which this object module derives](../Language/Reference/User-Interface-Help/member-identifier-already-exists-in-object-module-from-which-this-object-module.md) ##### [Method not valid without suitable object](../Language/Reference/User-Interface-Help/method-not-valid-without-suitable-object.md) ##### [Method or data member not found (Error 461)](../Language/Reference/User-Interface-Help/method-or-data-member-not-found-error-461.md) ##### [Missing end bracket](../Language/Reference/User-Interface-Help/missing-end-bracket.md) ##### [Module not found](../Language/Reference/User-Interface-Help/module-not-found.md) ##### [Module too large](../Language/Reference/User-Interface-Help/module-too-large.md) ##### [Must be first statement on the line](../Language/Reference/User-Interface-Help/must-be-first-statement-on-the-line.md) ##### [Must close or hide topmost modal form first (Error 402)](../Language/Reference/User-Interface-Help/must-close-or-hide-topmost-modal-form-first-error-402.md) ##### [Must specify which item(s) to print](../Language/Reference/User-Interface-Help/must-specify-which-item-s-to-print.md) ##### [Name conflicts with existing module, project, or object library](../Language/Reference/User-Interface-Help/name-conflicts-with-existing-module-project-or-object-library.md) ##### [Name 'item' conflicts with existing module, project, or object library](../Language/Reference/User-Interface-Help/name-item-conflicts-with-existing-module-project-or-object-library.md) ##### [Named argument already specified](../Language/Reference/User-Interface-Help/named-argument-already-specified.md) ##### [Named argument not found (Error 448)](../Language/Reference/User-Interface-Help/named-argument-not-found-error-448.md) ##### [Named arguments not allowed](../Language/Reference/User-Interface-Help/named-arguments-not-allowed.md) ##### [Need property-array index (Error 385)](../Language/Reference/User-Interface-Help/need-property-array-index-error-385.md) ##### [Next without For](../Language/Reference/User-Interface-Help/next-without-for.md) ##### [No creatable public component detected. Press F1 for more information](../Language/Reference/User-Interface-Help/no-creatable-public-component-detected-press-f1-for-more-information.md) ##### [No Help available](../Language/Reference/User-Interface-Help/no-help-available.md) ##### [No object (Error 31004)](../Language/Reference/User-Interface-Help/no-object-error-31004.md) ##### [No text selected](../Language/Reference/User-Interface-Help/no-text-selected.md) ##### [No watch expression selected](../Language/Reference/User-Interface-Help/no-watch-expression-selected.md) ##### [Not a legal object name: 'item](../Language/Reference/User-Interface-Help/not-a-legal-object-nameitem.md) ##### [Not enough memory to completely save project](../Language/Reference/User-Interface-Help/not-enough-memory-to-completely-save-project.md) ##### [Not enough memory to load file](../Language/Reference/User-Interface-Help/not-enough-memory-to-load-file.md) ##### [Not enough memory to run; quitting](../Language/Reference/User-Interface-Help/not-enough-memory-to-run-quitting.md) ##### [Object already loaded (Error 360)](../Language/Reference/User-Interface-Help/object-already-loaded-error-360.md) ##### [Object does not have a property Let procedure](../Language/Reference/User-Interface-Help/object-does-not-have-a-property-let-procedure.md) ##### [Object does not source Automation events](../Language/Reference/User-Interface-Help/object-does-not-source-automation-events.md) ##### [Object doesn't support current locale setting (Error 447)](../Language/Reference/User-Interface-Help/object-doesn-t-support-current-locale-setting-error-447.md) ##### [Object doesn't support named arguments (Error 446)](../Language/Reference/User-Interface-Help/object-doesn-t-support-named-arguments-error-446.md) ##### [Object doesn't support this action (Error 445)](../Language/Reference/User-Interface-Help/object-doesn-t-support-this-action-error-445.md) ##### [Object doesn't support this property or method (Error 438)](../Language/Reference/User-Interface-Help/object-doesn-t-support-this-property-or-method-error-438.md) ##### [Object library feature not supported](../Language/Reference/User-Interface-Help/object-library-feature-not-supported.md) ##### [Object library for Visual Basic for Applications not found](../Language/Reference/User-Interface-Help/object-library-for-visual-basic-for-applications-not-found.md) ##### [Object library invalid or contains references to object definitions that could not be found](../Language/Reference/User-Interface-Help/object-library-invalid-or-contains-references-to-object-definitions-that-could-n.md) ##### [Object library not registered](../Language/Reference/User-Interface-Help/object-library-not-registered.md) ##### [Object library's language setting incompatible with current project](../Language/Reference/User-Interface-Help/object-library-s-language-setting-incompatible-with-current-project.md) ##### [Object module must implement all procedures in interface](../Language/Reference/User-Interface-Help/object-module-must-implement-all-procedures-in-interface.md) ##### [Object required (Error 424)](../Language/Reference/User-Interface-Help/object-required-error-424.md) ##### [Object server not found (Error 337)](../Language/Reference/User-Interface-Help/object-server-not-found-error-337.md) ##### [Object variable not set (Error 91)](../Language/Reference/User-Interface-Help/object-variable-not-set-error-91.md) ##### [Object was unloaded (Error 364)](../Language/Reference/User-Interface-Help/object-was-unloaded-error-364.md) ##### [One or more files in the project have changed. Do you want to save the changes now?](../Language/Reference/User-Interface-Help/one-or-more-files-in-the-project-have-changed-do-you-want-to-save-the-changes-no.md) ##### [One or more instances of this object are running. Can't remove it at this time](../Language/Reference/User-Interface-Help/one-or-more-instances-of-this-object-are-running-can-t-remove-it-at-this-time.md) ##### [One or more of the properties in 'item' was bad. Some or all of the properties might not be set correctly](../Language/Reference/User-Interface-Help/one-or-more-of-the-properties-in-item-was-bad-some-or-all-of-the-properties-migh.md) ##### [Only comments may appear after End Sub, End Function, or End Property](../Language/Reference/User-Interface-Help/only-comments-may-appear-after-end-sub-end-function-or-end-property.md) ##### [Only public user defined types defined in public object modules can be used as parameters or return types for public procedures of class modules or as fields of public user defined types](../Language/Reference/User-Interface-Help/only-public-user-defined-types-defined-in-public-object-modules-can-be-used-as-p.md) ##### [Only valid in object module](../Language/Reference/User-Interface-Help/only-valid-in-object-module.md) ##### [Operation not allowed in DLL](../Language/Reference/User-Interface-Help/operation-not-allowed-in-dll.md) ##### [Option Private module not permitted in object module](../Language/Reference/User-Interface-Help/option-private-module-not-permitted-in-object-module.md) ##### [Optional argument must be variant](../Language/Reference/User-Interface-Help/optional-argument-must-be-variant.md) ##### [Other applications are currently accessing an object in your program. Ending the program now could cause errors in those programs. End program at this time?](../Language/Reference/User-Interface-Help/other-applications-are-currently-accessing-an-object-in-your-program-ending-the.md) ##### [Out of memory (Error 31001)](../Language/Reference/User-Interface-Help/out-of-memory-error-31001.md) ##### [Out of memory (Error 7)](../Language/Reference/User-Interface-Help/out-of-memory-error-7.md) ##### [Out of memory; some watches might have been deleted](../Language/Reference/User-Interface-Help/out-of-memory-some-watches-might-have-been-deleted.md) ##### [Out of resources](../Language/Reference/User-Interface-Help/out-of-resources.md) ##### [Out of stack space (Error 28)](../Language/Reference/User-Interface-Help/out-of-stack-space-error-28.md) ##### [Out of string space (Error 14)](../Language/Reference/User-Interface-Help/out-of-string-space-error-14.md) ##### [Overflow (Error 6)](../Language/Reference/User-Interface-Help/overflow-error-6.md) ##### [ParamArray must be declared as an array of variant](../Language/Reference/User-Interface-Help/paramarray-must-be-declared-as-an-array-of-variant.md) ##### [Path not found (Error 76)](../Language/Reference/User-Interface-Help/path-not-found-error-76.md) ##### [Path/File access error (Error 75)](../Language/Reference/User-Interface-Help/path-file-access-error-error-75.md) ##### [Permission denied (Error 70)](../Language/Reference/User-Interface-Help/permission-denied-error-70.md) ##### [Permission to use object denied (Error 419)](../Language/Reference/User-Interface-Help/permission-to-use-object-denied-error-419.md) ##### [Please see the Readme file for more information on this error](../Language/Reference/User-Interface-Help/please-see-the-readme-file-for-more-information-on-this-error.md) ##### [Printer driver does not support specified property (Error 483)](../Language/Reference/User-Interface-Help/printer-driver-does-not-support-specified-property-error-483.md) ##### [Printer error (Error 482) [1 of 2]](../Language/Reference/User-Interface-Help/printer-error-error-4821-of-2.md) ##### [Printer error (Error 482) [2 of 2]](../Language/Reference/User-Interface-Help/printer-error-error-4822-of-2.md) ##### [Private Enum and user-defined types cannot be used as parameters or return types for public procedures, public data members, or fields of public user-defined types](../Language/Reference/User-Interface-Help/private-enum-and-user-defined-types-cannot-be-used-as-parameters-or-return-types.md) ##### [Private object modules cannot be used in public object modules as parameters or return types for public procedures, as public data members, or as fields of public user defined types](../Language/Reference/User-Interface-Help/private-object-modules-cannot-be-used-in-public-object-modules-as-parameters-or.md) ##### [Problem getting printer information from the system; make sure the printer is set up correctly. (Error 484)](../Language/Reference/User-Interface-Help/problem-getting-printer-information-from-the-system-make-sure-the-printer-is-set.md) ##### [Procedure declaration does not match description of event or procedure having same name](../Language/Reference/User-Interface-Help/procedure-declaration-does-not-match-description-of-event-or-procedure-having-sa.md) ##### [Procedure too large](../Language/Reference/User-Interface-Help/procedure-too-large.md) ##### [Procedure type mismatch](../Language/Reference/User-Interface-Help/procedure-type-mismatch.md) ##### [Programmatic ID string too long 'item'. The Programmatic ID must be 39 characters or less](../Language/Reference/User-Interface-Help/programmatic-id-string-too-long-itemthe-programmatic-id-must-be-39-characters-or.md) ##### [Project contains too many procedure, variable, and constant names](../Language/Reference/User-Interface-Help/project-contains-too-many-procedure-variable-and-constant-names.md) ##### [Project file is read-only](../Language/Reference/User-Interface-Help/project-file-is-read-only.md) ##### [Project has been modified. Do you wish to save the changes now?](../Language/Reference/User-Interface-Help/project-name-has-been-modified-do-you-wish-to-save-the-changes-now.md) ##### [Project is unviewable](../Language/Reference/User-Interface-Help/project-is-unviewable.md) ##### [Project not found](../Language/Reference/User-Interface-Help/project-not-found.md) ##### [Property Get can't be executed at run time (Error 393)](../Language/Reference/User-Interface-Help/property-get-can-t-be-executed-at-run-time-error-393.md) ##### [Property Get can't be executed on write-only property (Error 394)](../Language/Reference/User-Interface-Help/property-get-can-t-be-executed-on-write-only-property-error-394.md) ##### [Property Let procedure not defined and property get procedure did not return an object (Error 451)](../Language/Reference/User-Interface-Help/property-let-procedure-not-defined-and-property-get-procedure-did-not-return-an.md) ##### [Property not found (Error 422)](../Language/Reference/User-Interface-Help/property-not-found-error-422.md) ##### [Property or method not found (Error 423)](../Language/Reference/User-Interface-Help/property-or-method-not-found-error-423.md) ##### [Property Set can't be executed at run time (Error 382)](../Language/Reference/User-Interface-Help/property-set-can-t-be-executed-at-run-time-error-382.md) ##### [Property Set can't be used with a read-only property (Error 383)](../Language/Reference/User-Interface-Help/property-set-can-t-be-used-with-a-read-only-property-error-383.md) ##### [Property Set not permitted (Error 387)](../Language/Reference/User-Interface-Help/property-set-not-permitted-error-387.md) ##### [Qualified name disallowed in module scope](../Language/Reference/User-Interface-Help/qualified-name-disallowed-in-module-scope.md) ##### [Qualifier must be collection](../Language/Reference/User-Interface-Help/qualifier-must-be-collection.md) ##### [Range has no values](../Language/Reference/User-Interface-Help/range-has-no-values.md) ##### [Replacements too long (Error 746)](../Language/Reference/User-Interface-Help/replacements-too-long-error-746.md) ##### [Requested type library or wizard is not a VBA project](../Language/Reference/User-Interface-Help/requested-type-library-or-wizard-is-not-a-vba-project.md) ##### [Resume without error (Error 20)](../Language/Reference/User-Interface-Help/resume-without-error-error-20.md) ##### [Return without GoSub (Error 3)](../Language/Reference/User-Interface-Help/return-without-gosub-error-3.md) ##### [RSet allowed only on strings](../Language/Reference/User-Interface-Help/rset-allowed-only-on-strings.md) ##### [Run-time error :](../Language/Reference/User-Interface-Help/run-time-error-number.md) ##### [Search string must be specified (VBE)](../Language/Reference/User-Interface-Help/search-string-must-be-specified-vbe.md) ##### [Search string must be specified](../Language/Reference/User-Interface-Help/search-string-must-be-specified.md) ##### [Search string too long or complex](../Language/Reference/User-Interface-Help/search-string-too-long-or-complex.md) ##### [Search text isn't found](../Language/Reference/User-Interface-Help/search-text-isn-t-found.md) ##### [Search text not found (Error 744)](../Language/Reference/User-Interface-Help/search-text-not-found-error-744.md) ##### [Seek failed: can't read/write from the disk](../Language/Reference/User-Interface-Help/seek-failed-can-t-read-write-from-the-disk.md) ##### [Select Case without End Select](../Language/Reference/User-Interface-Help/select-case-without-end-select.md) ##### [Selected watch expression invalid](../Language/Reference/User-Interface-Help/selected-watch-expression-invalid.md) ##### [Set Next statement can only apply to executable lines within current procedure](../Language/Reference/User-Interface-Help/set-next-statement-can-only-apply-to-executable-lines-within-current-procedure.md) ##### [SHARE.EXE required](../Language/Reference/User-Interface-Help/share-exe-required.md) ##### [Specified ActiveX component not correctly registered or not found](../Language/Reference/User-Interface-Help/specified-activex-component-not-correctly-registered-or-not-found.md) ##### [Specified DLL function not found (Error 453)](../Language/Reference/User-Interface-Help/specified-dll-function-not-found-error-453.md) ##### [Specified format doesn't match format of data (Error 461)](../Language/Reference/User-Interface-Help/specified-format-doesn-t-match-format-of-data-error-461.md) ##### [Specified library or project already referenced](../Language/Reference/User-Interface-Help/specified-library-or-project-already-referenced.md) ##### [Statement invalid inside Type block](../Language/Reference/User-Interface-Help/statement-invalid-inside-type-block.md) ##### [Statement invalid outside Type block](../Language/Reference/User-Interface-Help/statement-invalid-outside-type-block.md) ##### [Statement too complex](../Language/Reference/User-Interface-Help/statement-too-complex.md) ##### [Statements or labels invalid between Select Case and first Case](../Language/Reference/User-Interface-Help/statements-or-labels-invalid-between-select-case-and-first-case.md) ##### [String value too long to process; form load aborted](../Language/Reference/User-Interface-Help/string-value-too-long-to-process-form-load-aborted.md) ##### [Sub, function, or property not defined (Error 35)](../Language/Reference/User-Interface-Help/sub-function-or-property-not-defined-error-35.md) ##### [Subscript out of range (Error 9)](../Language/Reference/User-Interface-Help/subscript-out-of-range-error-9.md) ##### [Syntax error](../Language/Reference/User-Interface-Help/syntax-error.md) ##### [System DLL 'dll' could not be loaded (Error 298)](../Language/Reference/User-Interface-Help/system-dll-dll-could-not-be-loaded-error-298.md) ##### [System error 'item'](../Language/Reference/User-Interface-Help/system-error-item.md) ##### [The .VBP file for this project contains an invalid or corrupt library references ID](../Language/Reference/User-Interface-Help/the-vbp-file-for-this-project-contains-an-invalid-or-corrupt-library-references.md) ##### [The ActiveX Designer's Type information does not match what was saved. Unable to Load](../Language/Reference/User-Interface-Help/the-activex-designer-s-type-information-does-not-match-what-was-saved-unable-to.md) ##### [The application description can't be more than 2000 characters long](../Language/Reference/User-Interface-Help/the-application-description-can-t-be-more-than-2000-characters-long.md) ##### [The binary compatibility DLL or EXE contains a parameter type or return type whose definition cannot be found](../Language/Reference/User-Interface-Help/the-binary-compatibility-dll-or-exe-contains-a-parameter-type-or-return-type-who.md) ##### [The binary compatibility DLL or EXE contains an Implements type whose definition cannot be found](../Language/Reference/User-Interface-Help/the-binary-compatibility-dll-or-exe-contains-an-implements-type-whose-definition.md) ##### [The code in this project must be updated for use on 64-bit systems](../Language/Reference/User-Interface-Help/the-code-in-this-project-must-be-updated-for-use-on-64-bit-systems.md) ##### [The current project does not support files of this type](../Language/Reference/User-Interface-Help/the-current-project-does-not-support-files-of-this-type.md) ##### [The edit may make the object module incompatible with the previously specified compatible ActiveX component](../Language/Reference/User-Interface-Help/the-edit-may-make-the-object-module-incompatible-with-the-previously-specified-c.md) ##### [The file 'item' is marked as a version not supported by the current version of Visual Basic and won't be loaded](../Language/Reference/User-Interface-Help/the-file-item-is-marked-as-a-version-not-supported-by-the-current-version-of-vis.md) ##### [The file 'item' is out of date. This program requires a later version (Error 368)](../Language/Reference/User-Interface-Help/the-file-item-is-out-of-date-this-program-requires-a-later-version-error-368.md) ##### [The file 'item' was not registerable as an ActiveX Component](../Language/Reference/User-Interface-Help/the-file-item-was-not-registerable-as-an-activex-component.md) ##### [The form class contained in the specified file is not supported in Visual Basic for Applications; the file can't be loaded](../Language/Reference/User-Interface-Help/the-form-class-contained-in-the-specified-file-is-not-supported-in-visual-basic.md) ##### [The library containing this symbol is not referenced by the current project, so the symbol is undefined. Would you like to add a reference to the containing library now?](../Language/Reference/User-Interface-Help/the-library-containing-this-symbol-is-not-referenced-by-the-current-project-so-t.md) ##### [The load behavior for 'item' could not be updated because of current registry permissions](../Language/Reference/User-Interface-Help/the-load-behavior-for-item-could-not-be-updated-because-of-current-registry-perm.md) ##### [The project file 'item' is corrupt and can't be loaded](../Language/Reference/User-Interface-Help/the-project-file-item-is-corrupt-and-can-t-be-loaded.md) ##### [The project file 'item1' contains invalid 'item2' key value. Valid range is 0 to 'item3'](../Language/Reference/User-Interface-Help/the-project-file-item1-contains-invalid-item2-key-value-valid-range-is-0-to-item.md) ##### [The project file 'item1' contains invalid 'item2' key value](../Language/Reference/User-Interface-Help/the-project-file-item1-contains-invalid-item2-key-value.md) ##### [The project file 'item1' contains invalid key 'item2'. The project can't be loaded](../Language/Reference/User-Interface-Help/the-project-file-item1-contains-invalid-key-item2the-project-can-t-be-loaded.md) ##### [The project file 'item1' contains invalid key 'item2'](../Language/Reference/User-Interface-Help/the-project-file-item1-contains-invalid-key-item2.md) ##### [The project name is too long. Name has been truncated](../Language/Reference/User-Interface-Help/the-project-name-is-too-long-name-has-been-truncated.md) ##### [The remote server machine does not exist or is unavailable (Error 462)](../Language/Reference/User-Interface-Help/the-remote-server-machine-does-not-exist-or-is-unavailable-error-462.md) ##### [The selected Add-In has not been confirmed to be 'Command Line Safe,' and may require some user intervention (possible UI)](../Language/Reference/User-Interface-Help/the-selected-add-in-has-not-been-confirmed-to-be-command-line-safeand-may-requir.md) ##### [The specified file could not be loaded](../Language/Reference/User-Interface-Help/the-specified-file-could-not-be-loaded.md) ##### [The specified object can't be used as an owner form for show() (Error 371)](../Language/Reference/User-Interface-Help/the-specified-object-can-t-be-used-as-an-owner-form-for-showerror-371.md) ##### [The specified region has been searched and 1 replacement was made](../Language/Reference/User-Interface-Help/the-specified-region-has-been-searched-and-1-replacement-was-made.md) ##### [The specified region has been searched and the replacements were made](../Language/Reference/User-Interface-Help/the-specified-region-has-been-searched-and-the-replacements-were-made.md) ##### [The specified region has been searched](../Language/Reference/User-Interface-Help/the-specified-region-has-been-searched.md) ##### [This action will reset your project, proceed anyway?](../Language/Reference/User-Interface-Help/this-action-will-reset-your-project-proceed-anyway.md) ##### [This array is fixed or temporarily locked (Error 10)](../Language/Reference/User-Interface-Help/this-array-is-fixed-or-temporarily-locked-error-10.md) ##### [This command will stop the debugger](../Language/Reference/User-Interface-Help/this-command-will-stop-the-debugger.md) ##### [This component doesn't raise any events](../Language/Reference/User-Interface-Help/this-component-doesn-t-raise-any-events.md) ##### [This component doesn't support this set of events (Error 459)](../Language/Reference/User-Interface-Help/this-component-doesn-t-support-this-set-of-events-error-459.md) ##### [This control can only be used with 'item' designers](../Language/Reference/User-Interface-Help/this-control-can-only-be-used-with-item-designers.md) ##### [This control cannot be used with 'item' designers](../Language/Reference/User-Interface-Help/this-control-cannot-be-used-with-item-designers.md) ##### [This designer cannot be used because it uses features that are not supported in this version of Visual Basic](../Language/Reference/User-Interface-Help/this-designer-cannot-be-used-because-it-uses-features-that-are-not-supported-in.md) ##### [This document was opened with macros disabled](../Language/Reference/User-Interface-Help/this-document-was-opened-with-macros-disabled.md) ##### [This edit requires a Reset](../Language/Reference/User-Interface-Help/this-edit-requires-a-reset.md) ##### [This feature requires Internet Explorer 'item' or greater. You can obtain the latest version from www.microsoft.com](../Language/Reference/User-Interface-Help/this-feature-requires-internet-explorer-item-or-greater-you-can-obtain-the-lates.md) ##### [This interaction between compiled and design environment components is not supported](../Language/Reference/User-Interface-Help/this-interaction-between-compiled-and-design-environment-components-is-not-suppo.md) ##### [This key is already associated with an element of this collection (Error 457)](../Language/Reference/User-Interface-Help/this-key-is-already-associated-with-an-element-of-this-collection-error-457.md) ##### [This project is currently referenced by another project and cannot be closed](../Language/Reference/User-Interface-Help/this-project-is-currently-referenced-by-another-project-and-cannot-be-closed.md) ##### [This VBA project was created while running VBA in a different application. You may only open it from inside the same application in which it was created](../Language/Reference/User-Interface-Help/this-vba-project-was-created-while-running-vba-in-a-different-application-you-ma.md) ##### [Too many arguments](../Language/Reference/User-Interface-Help/too-many-arguments.md) ##### [Too many dimensions](../Language/Reference/User-Interface-Help/too-many-dimensions.md) ##### [Too many DLL application clients](../Language/Reference/User-Interface-Help/too-many-dll-application-clients.md) ##### [Too many files (Error 67)](../Language/Reference/User-Interface-Help/too-many-files-error-67.md) ##### [Too many line continuations](../Language/Reference/User-Interface-Help/too-many-line-continuations.md) ##### [Too many local, nonstatic variables](../Language/Reference/User-Interface-Help/too-many-local-nonstatic-variables.md) ##### [Too many module-level variables](../Language/Reference/User-Interface-Help/too-many-module-level-variables.md) ##### [Translation failed. Please check the trnslate.log file for more information](../Language/Reference/User-Interface-Help/translation-failed-please-check-the-trnslate-log-file-for-more-information.md) ##### [Trappable errors](../Language/Reference/User-Interface-Help/trappable-errors.md) ##### [Type mismatch (Error 13)](../Language/Reference/User-Interface-Help/type-mismatch-error-13.md) ##### [Type mismatch: array or user-defined type expected](../Language/Reference/User-Interface-Help/type-mismatch-array-or-user-defined-type-expected.md) ##### [Type not supported in Visual Basic](../Language/Reference/User-Interface-Help/type-not-supported-in-visual-basic.md) ##### [Type-declaration character does not match declared data type](../Language/Reference/User-Interface-Help/type-declaration-character-does-not-match-declared-data-type.md) ##### [Type-declaration character not allowed](../Language/Reference/User-Interface-Help/type-declaration-character-not-allowed.md) ##### [Type-declaration character required](../Language/Reference/User-Interface-Help/type-declaration-character-required.md) ##### [Unable to activate object (Error 31027)](../Language/Reference/User-Interface-Help/unable-to-activate-object-error-31027.md) ##### [Unable to create embedded object (Error 31032)](../Language/Reference/User-Interface-Help/unable-to-create-embedded-object-error-31032.md) ##### [Unable to display Help](../Language/Reference/User-Interface-Help/unable-to-display-help.md) ##### [Unable to read from the disk](../Language/Reference/User-Interface-Help/unable-to-read-from-the-disk.md) ##### [Unable to unload within this context (Error 365)](../Language/Reference/User-Interface-Help/unable-to-unload-within-this-context-error-365.md) ##### [Unable to write Designer cache file 'item'; will just use regular files on Load](../Language/Reference/User-Interface-Help/unable-to-write-designer-cache-file-itemwill-just-use-regular-files-on-load.md) ##### [Unable to write to the disk](../Language/Reference/User-Interface-Help/unable-to-write-to-the-disk.md) ##### [Unexpected compile error](../Language/Reference/User-Interface-Help/unexpected-compile-error.md) ##### [Unexpected error occurred in code generator or linker](../Language/Reference/User-Interface-Help/unexpected-error-occurred-in-code-generator-or-linker.md) ##### [Unexpected error; please contact Microsoft Technical Support](../Language/Reference/User-Interface-Help/unexpected-error-please-contact-microsoft-technical-support.md) ##### [Unexpected error; quitting](../Language/Reference/User-Interface-Help/unexpected-error-quitting.md) ##### [Unexpected error](../Language/Reference/User-Interface-Help/unexpected-error.md) ##### [Unmatched brackets in search string](../Language/Reference/User-Interface-Help/unmatched-brackets-in-search-string.md) ##### [Unrecognized project language](../Language/Reference/User-Interface-Help/unrecognized-project-language.md) ##### [User interrupt occurred (Error 18)](../Language/Reference/User-Interface-Help/user-interrupt-occurred-error-18.md) ##### [User-defined type may not be passed ByVal](../Language/How-to/user-defined-type-may-not-be-passed-byval.md) ##### [User-defined type not defined](../Language/How-to/user-defined-type-not-defined.md) ##### [User-defined type without members not allowed](../Language/How-to/user-defined-type-without-members-not-allowed.md) ##### [Valid values are whole numbers from 1 to 32](../Language/Reference/User-Interface-Help/valid-values-are-whole-numbers-from-1-to-32.md) ##### [Valid values are whole numbers from 2 to 60](../Language/Reference/User-Interface-Help/valid-values-are-whole-numbers-from-2-to-60.md) ##### [Variable not defined](../Language/Reference/User-Interface-Help/variable-not-defined.md) ##### [Variable not yet created in this context](../Language/Reference/User-Interface-Help/variable-not-yet-created-in-this-context.md) ##### [Variable required. Can't assign to this expression](../Language/Reference/User-Interface-Help/variable-required-can-t-assign-to-this-expression.md) ##### [Variable uses a type not supported in Visual Basic (Error 458)](../Language/Reference/User-Interface-Help/variable-uses-a-type-not-supported-in-visual-basic-error-458.md) ##### [Version number missing or invalid; Visual Basic 5.0 assumed](../Language/Reference/User-Interface-Help/version-number-missing-or-invalid-visual-basic-5-0-assumed.md) ##### [Version numbers must be in the range 0 to 9999](../Language/Reference/User-Interface-Help/version-numbers-must-be-in-the-range-0-to-9999.md) ##### [Warning: custom language settings not portable](../Language/Reference/User-Interface-Help/warning-custom-language-settings-not-portable.md) ##### [Wend without While](../Language/Reference/User-Interface-Help/wend-without-while.md) ##### [While without Wend](../Language/Reference/User-Interface-Help/while-without-wend.md) ##### [Windowless controls can't have menus](../Language/Reference/User-Interface-Help/windowless-controls-can-t-have-menus.md) ##### [With object must be user-defined type, object, or variant](../Language/Reference/User-Interface-Help/with-object-must-be-user-defined-type-object-or-variant.md) ##### [Wizards can't reference projects](../Language/Reference/User-Interface-Help/wizards-can-t-reference-projects.md) ##### [Wrong number of arguments (Error 450)](../Language/Reference/User-Interface-Help/wrong-number-of-arguments-error-450.md) ##### [Wrong number of dimensions](../Language/Reference/User-Interface-Help/wrong-number-of-dimensions.md) ##### [Wrong version of operating system; requires Windows NT 3.51 (build 'item1' or later) or Windows 95 (build 'item2' or later)](../Language/Reference/User-Interface-Help/wrong-version-of-operating-system-requires-windows-nt-3-51-build-item1-or-later.md) ##### [You must save a project before you can reference it](../Language/Reference/User-Interface-Help/you-must-save-a-project-before-you-can-reference-it.md) ##### [You must terminate the If block with an End If](../Language/Reference/User-Interface-Help/you-must-terminate-the-if-block-with-an-end-if.md) ### Glossary #### [VBA Glossary](../Language/Glossary/glossary-vba.md) #### [VBE Glossary](../Language/Glossary/vbe-glossary.md) ## Library reference ### [Overview](overview/Library-Reference.md) ### Concepts #### [Overview](../Library-Reference/Concepts/concepts-object-library-reference-for-office.md) #### [Customize the Office Fluent ribbon by using a managed COM add-in](../Library-Reference/Concepts/customize-the-office-fluent-ribbon-by-using-a-managed-com-add-in.md) #### [Customize the Office Fluent ribbon by using an Open XML formats file](../Library-Reference/Concepts/customize-the-office-fluent-ribbon-by-using-an-open-xml-formats-file.md) #### [Getting help on Macintosh keywords](../Library-Reference/Concepts/getting-help-on-macintosh-keywords-office.md) #### [Getting started with VBA in Office](../Library-Reference/Concepts/getting-started-with-vba-in-office.md) #### [How AutoSave impacts add-ins and macros](../Library-Reference/Concepts/how-autosave-impacts-addins-and-macros.md) #### [OLE programmatic identifiers](../Library-Reference/Concepts/ole-programmatic-identifiers-office.md) #### [Overview of the Office Fluent ribbon](../Library-Reference/Concepts/overview-of-the-office-fluent-ribbon.md) #### [Security notes for Office solution developers](../Library-Reference/Concepts/security-notes-for-microsoft-office-solution-developers.md) #### [Use the Document Inspector](../Library-Reference/Concepts/using-the-document-inspector.md) #### [What's new for VBA in Office 2019](../Library-Reference/Concepts/what-s-new-for-vba-in-office-2019.md) #### [What's new for VBA in Office 2016](../Library-Reference/Concepts/what-s-new-for-vba-in-office-2016.md) ### Reference #### [Overview](overview/Library-Reference/reference-object-library-reference-for-office.md) #### [BulletFormat2 object](Office.BulletFormat2.md) ##### [BulletFormat2 members](overview/Library-Reference/bulletformat2-members-office.md) ##### Properties ###### [Application](Office.BulletFormat2.Application.md) ###### [Character](Office.BulletFormat2.Character.md) ###### [Creator](Office.BulletFormat2.Creator.md) ###### [Font](Office.BulletFormat2.Font.md) ###### [Number](Office.BulletFormat2.Number.md) ###### [Parent](Office.BulletFormat2.Parent.md) ###### [RelativeSize](Office.BulletFormat2.RelativeSize.md) ###### [StartValue](Office.BulletFormat2.StartValue.md) ###### [Style](Office.BulletFormat2.Style.md) ###### [Type](Office.BulletFormat2.Type.md) ###### [UseTextColor](Office.BulletFormat2.UseTextColor.md) ###### [UseTextFont](Office.BulletFormat2.UseTextFont.md) ###### [Visible](Office.BulletFormat2.Visible.md) ##### Methods ###### [Picture](Office.BulletFormat2.Picture.md) #### [COMAddIn object](Office.COMAddIn.md) ##### [COMAddIn members](overview/Library-Reference/comaddin-members-office.md) ##### Properties ###### [Application](Office.COMAddIn.Application.md) ###### [Connect](Office.COMAddIn.Connect.md) ###### [Creator](Office.COMAddIn.Creator.md) ###### [Description](Office.COMAddIn.Description.md) ###### [Guid](Office.COMAddIn.Guid.md) ###### [Object](Office.COMAddIn.Object.md) ###### [Parent](Office.COMAddIn.Parent.md) ###### [ProgId](Office.COMAddIn.ProgId.md) #### [COMAddIns object](Office.COMAddIns.md) ##### [COMAddIns members](overview/Library-Reference/comaddins-members-office.md) ##### Properties ###### [Application](Office.COMAddIns.Application.md) ###### [Count](Office.COMAddIns.Count.md) ###### [Creator](Office.COMAddIns.Creator.md) ###### [Parent](Office.COMAddIns.Parent.md) ##### Methods ###### [Item](Office.COMAddIns.Item.md) ###### [Update](Office.COMAddIns.Update.md) #### [CommandBar object](Office.CommandBar.md) ##### [CommandBar members](overview/Library-Reference/commandbar-members-office.md) ##### Properties ###### [AdaptiveMenu](Office.CommandBar.AdaptiveMenu.md) ###### [Application](Office.CommandBar.Application.md) ###### [BuiltIn](Office.CommandBar.BuiltIn.md) ###### [Context](Office.CommandBar.Context.md) ###### [Controls](Office.CommandBar.Controls.md) ###### [Creator](Office.CommandBar.Creator.md) ###### [Enabled](Office.CommandBar.Enabled.md) ###### [Height](Office.CommandBar.Height.md) ###### [Index](Office.CommandBar.Index.md) ###### [Left](Office.CommandBar.Left.md) ###### [Name](Office.CommandBar.Name.md) ###### [NameLocal](Office.CommandBar.NameLocal.md) ###### [Parent](Office.CommandBar.Parent.md) ###### [Position](Office.CommandBar.Position.md) ###### [Protection](Office.CommandBar.Protection.md) ###### [RowIndex](Office.CommandBar.RowIndex.md) ###### [Top](Office.CommandBar.Top.md) ###### [Type](Office.CommandBar.Type.md) ###### [Visible](Office.CommandBar.Visible.md) ###### [Width](Office.CommandBar.Width.md) ##### Methods ###### [Delete](Office.CommandBar.Delete.md) ###### [FindControl](Office.CommandBar.FindControl.md) ###### [Reset](Office.CommandBar.Reset.md) ###### [ShowPopup](Office.CommandBar.ShowPopup.md) #### [CommandBarButton object](Office.CommandBarButton.md) ##### [CommandBarButton members](overview/Library-Reference/commandbarbutton-members-office.md) ##### Properties ###### [Application](Office.CommandBarButton.Application.md) ###### [BeginGroup](Office.CommandBarButton.BeginGroup.md) ###### [BuiltIn](Office.CommandBarButton.BuiltIn.md) ###### [BuiltInFace](Office.CommandBarButton.BuiltInFace.md) ###### [Caption](Office.CommandBarButton.Caption.md) ###### [Creator](Office.CommandBarButton.Creator.md) ###### [DescriptionText](Office.CommandBarButton.DescriptionText.md) ###### [Enabled](Office.CommandBarButton.Enabled.md) ###### [FaceId](Office.CommandBarButton.FaceId.md) ###### [Height](Office.CommandBarButton.Height.md) ###### [HelpContextId](Office.CommandBarButton.HelpContextId.md) ###### [HelpFile](Office.CommandBarButton.HelpFile.md) ###### [HyperlinkType](Office.CommandBarButton.HyperlinkType.md) ###### [Id](Office.CommandBarButton.Id.md) ###### [Index](Office.CommandBarButton.Index.md) ###### [IsPriorityDropped](Office.CommandBarButton.IsPriorityDropped.md) ###### [Left](Office.CommandBarButton.Left.md) ###### [Mask](Office.CommandBarButton.Mask.md) ###### [OLEUsage](Office.CommandBarButton.OLEUsage.md) ###### [OnAction](Office.CommandBarButton.OnAction.md) ###### [Parameter](Office.CommandBarButton.Parameter.md) ###### [Parent](Office.CommandBarButton.Parent.md) ###### [Picture](Office.CommandBarButton.Picture.md) ###### [Priority](Office.CommandBarButton.Priority.md) ###### [ShortcutText](Office.CommandBarButton.ShortcutText.md) ###### [State](Office.CommandBarButton.State.md) ###### [Style](Office.CommandBarButton.Style.md) ###### [Tag](Office.CommandBarButton.Tag.md) ###### [TooltipText](Office.CommandBarButton.TooltipText.md) ###### [Top](Office.CommandBarButton.Top.md) ###### [Type](Office.CommandBarButton.Type.md) ###### [Visible](Office.CommandBarButton.Visible.md) ###### [Width](Office.CommandBarButton.Width.md) ##### Methods ###### [Copy](Office.CommandBarButton.Copy.md) ###### [CopyFace](Office.CommandBarButton.CopyFace.md) ###### [Delete](Office.CommandBarButton.Delete.md) ###### [Execute](Office.CommandBarButton.Execute.md) ###### [Move](Office.CommandBarButton.Move.md) ###### [PasteFace](Office.CommandBarButton.PasteFace.md) ###### [Reset](Office.CommandBarButton.Reset.md) ###### [SetFocus](Office.CommandBarButton.SetFocus.md) ##### Events ###### [Click](Office.CommandBarButton.Click.md) #### [CommandBarComboBox object](Office.CommandBarComboBox.md) ##### [CommandBarComboBox members](overview/Library-Reference/commandbarcombobox-members-office.md) ##### Properties ###### [Application](Office.CommandBarComboBox.Application.md) ###### [BeginGroup](Office.CommandBarComboBox.BeginGroup.md) ###### [BuiltIn](Office.CommandBarComboBox.BuiltIn.md) ###### [Caption](Office.CommandBarComboBox.Caption.md) ###### [Creator](Office.CommandBarComboBox.Creator.md) ###### [DescriptionText](Office.CommandBarComboBox.DescriptionText.md) ###### [DropDownLines](Office.CommandBarComboBox.DropDownLines.md) ###### [DropDownWidth](Office.CommandBarComboBox.DropDownWidth.md) ###### [Enabled](Office.CommandBarComboBox.Enabled.md) ###### [Height](Office.CommandBarComboBox.Height.md) ###### [HelpContextId](Office.CommandBarComboBox.HelpContextId.md) ###### [HelpFile](Office.CommandBarComboBox.HelpFile.md) ###### [Id](Office.CommandBarComboBox.Id.md) ###### [Index](Office.CommandBarComboBox.Index.md) ###### [IsPriorityDropped](Office.CommandBarComboBox.IsPriorityDropped.md) ###### [Left](Office.CommandBarComboBox.Left.md) ###### [List](Office.CommandBarComboBox.List.md) ###### [ListCount](Office.CommandBarComboBox.ListCount.md) ###### [ListHeaderCount](Office.CommandBarComboBox.ListHeaderCount.md) ###### [ListIndex](Office.CommandBarComboBox.ListIndex.md) ###### [OLEUsage](Office.CommandBarComboBox.OLEUsage.md) ###### [OnAction](Office.CommandBarComboBox.OnAction.md) ###### [Parameter](Office.CommandBarComboBox.Parameter.md) ###### [Parent](Office.CommandBarComboBox.Parent.md) ###### [Priority](Office.CommandBarComboBox.Priority.md) ###### [Style](Office.CommandBarComboBox.Style.md) ###### [Tag](Office.CommandBarComboBox.Tag.md) ###### [Text](Office.CommandBarComboBox.Text.md) ###### [TooltipText](Office.CommandBarComboBox.TooltipText.md) ###### [Top](Office.CommandBarComboBox.Top.md) ###### [Type](Office.CommandBarComboBox.Type.md) ###### [Visible](Office.CommandBarComboBox.Visible.md) ###### [Width](Office.CommandBarComboBox.Width.md) ##### Methods ###### [AddItem](Office.CommandBarComboBox.AddItem.md) ###### [Clear](Office.CommandBarComboBox.Clear.md) ###### [Copy](Office.CommandBarComboBox.Copy.md) ###### [Delete](Office.CommandBarComboBox.Delete.md) ###### [Execute](Office.CommandBarComboBox.Execute.md) ###### [Move](Office.CommandBarComboBox.Move.md) ###### [RemoveItem](Office.CommandBarComboBox.RemoveItem.md) ###### [Reset](Office.CommandBarComboBox.Reset.md) ###### [SetFocus](Office.CommandBarComboBox.SetFocus.md) ##### Events ###### [Change](Office.CommandBarComboBox.Change.md) #### [CommandBarControl object](Office.CommandBarControl.md) ##### [CommandBarControl members](overview/Library-Reference/commandbarcontrol-members-office.md) ##### Properties ###### [Application](Office.CommandBarControl.Application.md) ###### [BeginGroup](Office.CommandBarControl.BeginGroup.md) ###### [BuiltIn](Office.CommandBarControl.BuiltIn.md) ###### [Caption](Office.CommandBarControl.Caption.md) ###### [Creator](Office.CommandBarControl.Creator.md) ###### [DescriptionText](Office.CommandBarControl.DescriptionText.md) ###### [Enabled](Office.CommandBarControl.Enabled.md) ###### [Height](Office.CommandBarControl.Height.md) ###### [HelpContextId](Office.CommandBarControl.HelpContextId.md) ###### [HelpFile](Office.CommandBarControl.HelpFile.md) ###### [Id](Office.CommandBarControl.Id.md) ###### [Index](Office.CommandBarControl.Index.md) ###### [IsPriorityDropped](Office.CommandBarControl.IsPriorityDropped.md) ###### [Left](Office.CommandBarControl.Left.md) ###### [OLEUsage](Office.CommandBarControl.OLEUsage.md) ###### [OnAction](Office.CommandBarControl.OnAction.md) ###### [Parameter](Office.CommandBarControl.Parameter.md) ###### [Parent](Office.CommandBarControl.Parent.md) ###### [Priority](Office.CommandBarControl.Priority.md) ###### [Tag](Office.CommandBarControl.Tag.md) ###### [TooltipText](Office.CommandBarControl.TooltipText.md) ###### [Top](Office.CommandBarControl.Top.md) ###### [Type](Office.CommandBarControl.Type.md) ###### [Visible](Office.CommandBarControl.Visible.md) ###### [Width](Office.CommandBarControl.Width.md) ##### Methods ###### [Copy](Office.CommandBarControl.Copy.md) ###### [Delete](Office.CommandBarControl.Delete.md) ###### [Execute](Office.CommandBarControl.Execute.md) ###### [Move](Office.CommandBarControl.Move.md) ###### [Reset](Office.CommandBarControl.Reset.md) ###### [SetFocus](Office.CommandBarControl.SetFocus.md) #### [CommandBarControls object](Office.CommandBarControls.md) ##### [CommandBarControls members](overview/Library-Reference/commandbarcontrols-members-office.md) ##### Properties ###### [Application](Office.CommandBarControls.Application.md) ###### [Count](Office.CommandBarControls.Count.md) ###### [Creator](Office.CommandBarControls.Creator.md) ###### [Item](Office.CommandBarControls.Item.md) ###### [Parent](Office.CommandBarControls.Parent.md) ##### Methods ###### [Add](Office.CommandBarControls.Add.md) #### [CommandBarPopup object](Office.CommandBarPopup.md) ##### [CommandBarPopup members](overview/Library-Reference/commandbarpopup-members-office.md) ##### Properties ###### [Application](Office.CommandBarPopup.Application.md) ###### [BeginGroup](Office.CommandBarPopup.BeginGroup.md) ###### [BuiltIn](Office.CommandBarPopup.BuiltIn.md) ###### [Caption](Office.CommandBarPopup.Caption.md) ###### [CommandBar](Office.CommandBarPopup.CommandBar.md) ###### [Controls](Office.CommandBarPopup.Controls.md) ###### [Creator](Office.CommandBarPopup.Creator.md) ###### [DescriptionText](Office.CommandBarPopup.DescriptionText.md) ###### [Enabled](Office.CommandBarPopup.Enabled.md) ###### [Height](Office.CommandBarPopup.Height.md) ###### [HelpContextId](Office.CommandBarPopup.HelpContextId.md) ###### [HelpFile](Office.CommandBarPopup.HelpFile.md) ###### [Id](Office.CommandBarPopup.Id.md) ###### [Index](Office.CommandBarPopup.Index.md) ###### [IsPriorityDropped](Office.CommandBarPopup.IsPriorityDropped.md) ###### [Left](Office.CommandBarPopup.Left.md) ###### [OLEMenuGroup](Office.CommandBarPopup.OLEMenuGroup.md) ###### [OLEUsage](Office.CommandBarPopup.OLEUsage.md) ###### [OnAction](Office.CommandBarPopup.OnAction.md) ###### [Parameter](Office.CommandBarPopup.Parameter.md) ###### [Parent](Office.CommandBarPopup.Parent.md) ###### [Priority](Office.CommandBarPopup.Priority.md) ###### [Tag](Office.CommandBarPopup.Tag.md) ###### [TooltipText](Office.CommandBarPopup.TooltipText.md) ###### [Top](Office.CommandBarPopup.Top.md) ###### [Type](Office.CommandBarPopup.Type.md) ###### [Visible](Office.CommandBarPopup.Visible.md) ###### [Width](Office.CommandBarPopup.Width.md) ##### Methods ###### [Copy](Office.CommandBarPopup.Copy.md) ###### [Delete](Office.CommandBarPopup.Delete.md) ###### [Execute](Office.CommandBarPopup.Execute.md) ###### [Move](Office.CommandBarPopup.Move.md) ###### [Reset](Office.CommandBarPopup.Reset.md) ###### [SetFocus](Office.CommandBarPopup.SetFocus.md) #### [CommandBars object](Office.CommandBars.md) ##### [CommandBars members](overview/Library-Reference/commandbars-members-office.md) ##### Properties ###### [ActionControl](Office.CommandBars.ActionControl.md) ###### [ActiveMenuBar](Office.CommandBars.ActiveMenuBar.md) ###### [AdaptiveMenus](Office.CommandBars.AdaptiveMenus.md) ###### [Application](Office.CommandBars.Application.md) ###### [Count](Office.CommandBars.Count.md) ###### [Creator](Office.CommandBars.Creator.md) ###### [DisableAskAQuestionDropdown](Office.CommandBars.DisableAskAQuestionDropdown.md) ###### [DisableCustomize](Office.CommandBars.DisableCustomize.md) ###### [DisplayFonts](Office.CommandBars.DisplayFonts.md) ###### [DisplayKeysInTooltips](Office.CommandBars.DisplayKeysInTooltips.md) ###### [DisplayTooltips](Office.CommandBars.DisplayTooltips.md) ###### [Item](Office.CommandBars.Item.md) ###### [LargeButtons](Office.CommandBars.LargeButtons.md) ###### [MenuAnimationStyle](Office.CommandBars.MenuAnimationStyle.md) ###### [Parent](Office.CommandBars.Parent.md) ##### Methods ###### [Add](Office.CommandBars.Add.md) ###### [CommitRenderingTransaction](Office.CommandBars.CommitRenderingTransaction.md) ###### [ExecuteMso](Office.CommandBars.ExecuteMso.md) ###### [FindControl](Office.CommandBars.FindControl.md) ###### [FindControls](Office.CommandBars.FindControls.md) ###### [GetEnabledMso](Office.CommandBars.GetEnabledMso.md) ###### [GetImageMso](Office.CommandBars.GetImageMso.md) ###### [GetLabelMso](Office.CommandBars.GetLabelMso.md) ###### [GetPressedMso](Office.CommandBars.GetPressedMso.md) ###### [GetScreentipMso](Office.CommandBars.GetScreentipMso.md) ###### [GetSupertipMso](Office.CommandBars.GetSupertipMso.md) ###### [GetVisibleMso](Office.CommandBars.GetVisibleMso.md) ###### [ReleaseFocus](Office.CommandBars.ReleaseFocus.md) ##### Events ###### [OnUpdate](Office.CommandBars.OnUpdate.md) #### [ContactCard object](Office.ContactCard.md) ##### [ContactCard members](overview/Library-Reference/contactcard-members-office.md) ##### Properties ###### [Application](Office.ContactCard.Application.md) ###### [Creator](Office.ContactCard.Creator.md) ##### Methods ###### [Close](Office.ContactCard.Close.md) ###### [Show](Office.ContactCard.Show.md) #### [Crop object](Office.Crop.md) ##### [Crop members](overview/Library-Reference/crop-members-office.md) ##### Properties ###### [Application](Office.Crop.Application.md) ###### [Creator](Office.Crop.Creator.md) ###### [PictureHeight](Office.Crop.PictureHeight.md) ###### [PictureOffsetX](Office.Crop.PictureOffsetX.md) ###### [PictureOffsetY](Office.Crop.PictureOffsetY.md) ###### [PictureWidth](Office.Crop.PictureWidth.md) ###### [ShapeHeight](Office.Crop.ShapeHeight.md) ###### [ShapeLeft](Office.Crop.ShapeLeft.md) ###### [ShapeTop](Office.Crop.ShapeTop.md) ###### [ShapeWidth](Office.Crop.ShapeWidth.md) #### [CustomTaskPane object](Office.CustomTaskPane.md) ##### [CustomTaskPane members](overview/Library-Reference/customtaskpane-members-office.md) ##### Properties ###### [Application](Office.CustomTaskPane.Application.md) ###### [ContentControl](Office.CustomTaskPane.ContentControl.md) ###### [DockPosition](Office.CustomTaskPane.DockPosition.md) ###### [DockPositionRestrict](Office.CustomTaskPane.DockPositionRestrict.md) ###### [Height](Office.CustomTaskPane.Height.md) ###### [Title](Office.CustomTaskPane.Title.md) ###### [Visible](Office.CustomTaskPane.Visible.md) ###### [Width](Office.CustomTaskPane.Width.md) ###### [Window](Office.CustomTaskPane.Window.md) ##### Methods ###### [Delete](Office.CustomTaskPane.Delete.md) ##### Events ###### [DockPositionStateChange](Office.CustomTaskPane.DockPositionStateChange.md) ###### [VisibleStateChange](Office.CustomTaskPane.VisibleStateChange.md) #### [CustomXMLNode object](Office.CustomXMLNode.md) ##### [CustomXMLNode members](overview/Library-Reference/customxmlnode-members-office.md) ##### Properties ###### [Application](Office.CustomXMLNode.Application.md) ###### [Attributes](Office.CustomXMLNode.Attributes.md) ###### [BaseName](Office.CustomXMLNode.BaseName.md) ###### [ChildNodes](Office.CustomXMLNode.ChildNodes.md) ###### [Creator](Office.CustomXMLNode.Creator.md) ###### [FirstChild](Office.CustomXMLNode.FirstChild.md) ###### [LastChild](Office.CustomXMLNode.LastChild.md) ###### [NamespaceURI](Office.CustomXMLNode.NamespaceURI.md) ###### [NextSibling](Office.CustomXMLNode.NextSibling.md) ###### [NodeType](Office.CustomXMLNode.NodeType.md) ###### [NodeValue](Office.CustomXMLNode.NodeValue.md) ###### [OwnerDocument](Office.CustomXMLNode.OwnerDocument.md) ###### [OwnerPart](Office.CustomXMLNode.OwnerPart.md) ###### [Parent](Office.CustomXMLNode.Parent.md) ###### [ParentNode](Office.CustomXMLNode.ParentNode.md) ###### [PreviousSibling](Office.CustomXMLNode.PreviousSibling.md) ###### [Text](Office.CustomXMLNode.Text.md) ###### [XML](Office.CustomXMLNode.XML.md) ###### [XPath](Office.CustomXMLNode.XPath.md) ##### Methods ###### [AppendChildNode](Office.CustomXMLNode.AppendChildNode.md) ###### [AppendChildSubtree](Office.CustomXMLNode.AppendChildSubtree.md) ###### [Delete](Office.CustomXMLNode.Delete.md) ###### [HasChildNodes](Office.CustomXMLNode.HasChildNodes.md) ###### [InsertNodeBefore](Office.CustomXMLNode.InsertNodeBefore.md) ###### [InsertSubtreeBefore](Office.CustomXMLNode.InsertSubtreeBefore.md) ###### [RemoveChild](Office.CustomXMLNode.RemoveChild.md) ###### [ReplaceChildNode](Office.CustomXMLNode.ReplaceChildNode.md) ###### [ReplaceChildSubtree](Office.CustomXMLNode.ReplaceChildSubtree.md) ###### [SelectNodes](Office.CustomXMLNode.SelectNodes.md) ###### [SelectSingleNode](Office.CustomXMLNode.SelectSingleNode.md) #### [CustomXMLNodes object](Office.CustomXMLNodes.md) ##### [CustomXMLNodes members](overview/Library-Reference/customxmlnodes-members-office.md) ##### Properties ###### [Application](Office.CustomXMLNodes.Application.md) ###### [Count](Office.CustomXMLNodes.Count.md) ###### [Creator](Office.CustomXMLNodes.Creator.md) ###### [Item](Office.CustomXMLNodes.Item.md) ###### [Parent](Office.CustomXMLNodes.Parent.md) #### [CustomXMLPart object](Office.CustomXMLPart.md) ##### [CustomXMLPart members](overview/Library-Reference/customxmlpart-members-office.md) ##### Properties ###### [Application](Office.CustomXMLPart.Application.md) ###### [BuiltIn](Office.CustomXMLPart.BuiltIn.md) ###### [Creator](Office.CustomXMLPart.Creator.md) ###### [DocumentElement](Office.CustomXMLPart.DocumentElement.md) ###### [Errors](Office.CustomXMLPart.Errors.md) ###### [Id](Office.CustomXMLPart.Id.md) ###### [NamespaceManager](Office.CustomXMLPart.NamespaceManager.md) ###### [NamespaceURI](Office.CustomXMLPart.NamespaceURI.md) ###### [Parent](Office.CustomXMLPart.Parent.md) ###### [SchemaCollection](Office.CustomXMLPart.SchemaCollection.md) ###### [XML](Office.CustomXMLPart.XML.md) ##### Methods ###### [AddNode](Office.CustomXMLPart.AddNode.md) ###### [Delete](Office.CustomXMLPart.Delete.md) ###### [Load](Office.CustomXMLPart.Load.md) ###### [LoadXML](Office.CustomXMLPart.LoadXML.md) ###### [SelectNodes](Office.CustomXMLPart.SelectNodes.md) ###### [SelectSingleNode](Office.CustomXMLPart.SelectSingleNode.md) ##### Events ###### [NodeAfterDelete](Office.CustomXMLPart.NodeAfterDelete.md) ###### [NodeAfterInsert](Office.CustomXMLPart.NodeAfterInsert.md) ###### [NodeAfterReplace](Office.CustomXMLPart.NodeAfterReplace.md) #### [CustomXMLParts object](Office.CustomXMLParts.md) ##### [CustomXMLParts members](overview/Library-Reference/customxmlparts-members-office.md) ##### Properties ###### [Application](Office.CustomXMLParts.Application.md) ###### [Count](Office.CustomXMLParts.Count.md) ###### [Creator](Office.CustomXMLParts.Creator.md) ###### [Item](Office.CustomXMLParts.Item.md) ###### [Parent](Office.CustomXMLParts.Parent.md) ##### Methods ###### [Add](Office.CustomXMLParts.Add.md) ###### [SelectByID](Office.CustomXMLParts.SelectByID.md) ###### [SelectByNamespace](Office.CustomXMLParts.SelectByNamespace.md) ##### Events ###### [PartAfterAdd](Office.CustomXMLParts.PartAfterAdd.md) ###### [PartAfterLoad](Office.CustomXMLParts.PartAfterLoad.md) ###### [PartBeforeDelete](Office.CustomXMLParts.PartBeforeDelete.md) #### [CustomXMLPrefixMapping object](Office.CustomXMLPrefixMapping.md) ##### [CustomXMLPrefixMapping members](overview/Library-Reference/customxmlprefixmapping-members-office.md) ##### Properties ###### [Application](Office.CustomXMLPrefixMapping.Application.md) ###### [Creator](Office.CustomXMLPrefixMapping.Creator.md) ###### [NamespaceURI](Office.CustomXMLPrefixMapping.NamespaceURI.md) ###### [Parent](Office.CustomXMLPrefixMapping.Parent.md) ###### [Prefix](Office.CustomXMLPrefixMapping.Prefix.md) #### [CustomXMLPrefixMappings object](Office.CustomXMLPrefixMappings.md) ##### [CustomXMLPrefixMappings members](overview/Library-Reference/customxmlprefixmappings-members-office.md) ##### Properties ###### [Application](Office.CustomXMLPrefixMappings.Application.md) ###### [Count](Office.CustomXMLPrefixMappings.Count.md) ###### [Creator](Office.CustomXMLPrefixMappings.Creator.md) ###### [Item](Office.CustomXMLPrefixMappings.Item.md) ###### [Parent](Office.CustomXMLPrefixMappings.Parent.md) ##### Methods ###### [AddNamespace](Office.CustomXMLPrefixMappings.AddNamespace.md) ###### [LookupNamespace](Office.CustomXMLPrefixMappings.LookupNamespace.md) ###### [LookupPrefix](Office.CustomXMLPrefixMappings.LookupPrefix.md) #### [CustomXMLSchema object](Office.CustomXMLSchema.md) ##### [CustomXMLSchema members](overview/Library-Reference/customxmlschema-members-office.md) ##### Properties ###### [Application](Office.CustomXMLSchema.Application.md) ###### [Creator](Office.CustomXMLSchema.Creator.md) ###### [Location](Office.CustomXMLSchema.Location.md) ###### [NamespaceURI](Office.CustomXMLSchema.NamespaceURI.md) ###### [Parent](Office.CustomXMLSchema.Parent.md) ##### Methods ###### [Delete](Office.CustomXMLSchema.Delete.md) ###### [Reload](Office.CustomXMLSchema.Reload.md) #### [CustomXMLSchemaCollection object](Office.CustomXMLSchemaCollection.md) ##### [CustomXMLSchemaCollection members](overview/Library-Reference/customxmlschemacollection-members-office.md) ##### Properties ###### [Application](Office.CustomXMLSchemaCollection.Application.md) ###### [Count](Office.CustomXMLSchemaCollection.Count.md) ###### [Creator](Office.CustomXMLSchemaCollection.Creator.md) ###### [Item](Office.CustomXMLSchemaCollection.Item.md) ###### [NamespaceURI](Office.CustomXMLSchemaCollection.NamespaceURI.md) ###### [Parent](Office.CustomXMLSchemaCollection.Parent.md) ##### Methods ###### [Add](Office.CustomXMLSchemaCollection.Add.md) ###### [AddCollection](Office.CustomXMLSchemaCollection.AddCollection.md) ###### [Validate](Office.CustomXMLSchemaCollection.Validate.md) #### [CustomXMLValidationError object](Office.CustomXMLValidationError.md) ##### [CustomXMLValidationError members](overview/Library-Reference/customxmlvalidationerror-members-office.md) ##### Properties ###### [Application](Office.CustomXMLValidationError.Application.md) ###### [Creator](Office.CustomXMLValidationError.Creator.md) ###### [ErrorCode](Office.CustomXMLValidationError.ErrorCode.md) ###### [Name](Office.CustomXMLValidationError.Name.md) ###### [Node](Office.CustomXMLValidationError.Node.md) ###### [Parent](Office.CustomXMLValidationError.Parent.md) ###### [Text](Office.CustomXMLValidationError.Text.md) ###### [Type](Office.CustomXMLValidationError.Type.md) ##### Methods ###### [Delete](Office.CustomXMLValidationError.Delete.md) #### [CustomXMLValidationErrors object](Office.CustomXMLValidationErrors.md) ##### [CustomXMLValidationErrors members](overview/Library-Reference/customxmlvalidationerrors-members-office.md) ##### Properties ###### [Application](Office.CustomXMLValidationErrors.Application.md) ###### [Count](Office.CustomXMLValidationErrors.Count.md) ###### [Creator](Office.CustomXMLValidationErrors.Creator.md) ###### [Item](Office.CustomXMLValidationErrors.Item.md) ###### [Parent](Office.CustomXMLValidationErrors.Parent.md) ##### Methods ###### [Add](Office.CustomXMLValidationErrors.Add.md) #### [DocumentInspector object](Office.DocumentInspector.md) ##### [DocumentInspector members](overview/Library-Reference/documentinspector-members-office.md) ##### Properties ###### [Application](Office.DocumentInspector.Application.md) ###### [Creator](Office.DocumentInspector.Creator.md) ###### [Description](Office.DocumentInspector.Description.md) ###### [Name](Office.DocumentInspector.Name.md) ###### [Parent](Office.DocumentInspector.Parent.md) ##### Methods ###### [Fix](Office.DocumentInspector.Fix.md) ###### [Inspect](Office.DocumentInspector.Inspect.md) #### [DocumentInspectors object](Office.DocumentInspectors.md) ##### [DocumentInspectors members](overview/Library-Reference/documentinspectors-members-office.md) ##### Properties ###### [Application](Office.DocumentInspectors.Application.md) ###### [Count](Office.DocumentInspectors.Count.md) ###### [Creator](Office.DocumentInspectors.Creator.md) ###### [Item](Office.DocumentInspectors.Item.md) ###### [Parent](Office.DocumentInspectors.Parent.md) #### [DocumentLibraryVersions object](Office.DocumentLibraryVersions.md) ##### [DocumentLibraryVersions members](overview/Library-Reference/documentlibraryversions-members-office.md) ##### Properties ###### [Application](Office.DocumentLibraryVersions.Application.md) ###### [Count](Office.DocumentLibraryVersions.Count.md) ###### [Creator](Office.DocumentLibraryVersions.Creator.md) ###### [IsVersioningEnabled](Office.DocumentLibraryVersions.IsVersioningEnabled.md) ###### [Item](Office.DocumentLibraryVersions.Item.md) ###### [Parent](Office.DocumentLibraryVersions.Parent.md) #### [DocumentProperty object](Office.DocumentProperty.md) ##### [DocumentProperty members](overview/Library-Reference/documentproperty-members-office.md) ##### Properties ###### [Application](Office.DocumentProperty.Application.md) ###### [Creator](Office.DocumentProperty.Creator.md) ###### [LinkSource](Office.DocumentProperty.LinkSource.md) ###### [LinkToContent](Office.DocumentProperty.LinkToContent.md) ###### [Name](Office.DocumentProperty.Name.md) ###### [Parent](Office.DocumentProperty.Parent.md) ###### [Type](Office.DocumentProperty.Type.md) ###### [Value](Office.DocumentProperty.Value.md) ##### Methods ###### [Delete](Office.DocumentProperty.Delete.md) #### [DocumentProperties object](Office.DocumentProperties.md) ##### [DocumentProperties members](overview/Library-Reference/documentproperties-members-office.md) ##### Properties ###### [Application](Office.DocumentProperties.Application.md) ###### [Count](Office.DocumentProperties.Count.md) ###### [Creator](Office.DocumentProperties.Creator.md) ###### [Item](Office.DocumentProperties.Item.md) ###### [Parent](Office.DocumentProperties.Parent.md) ##### Methods ###### [Add](Office.DocumentProperties.Add.md) #### [EffectParameter object](Office.EffectParameter.md) ##### [EffectParameter members](overview/Library-Reference/effectparameter-members-office.md) ##### Properties ###### [Application](Office.EffectParameter.Application.md) ###### [Creator](Office.EffectParameter.Creator.md) ###### [Name](Office.EffectParameter.Name.md) ###### [Value](Office.EffectParameter.Value.md) #### [EffectParameters object](Office.EffectParameters.md) ##### [EffectParameters members](overview/Library-Reference/effectparameters-members-office.md) ##### Properties ###### [Application](Office.EffectParameters.Application.md) ###### [Count](Office.EffectParameters.Count.md) ###### [Creator](Office.EffectParameters.Creator.md) ###### [Item](Office.EffectParameters.Item.md) #### [EncryptionProvider object](Office.EncryptionProvider.md) ##### [EncryptionProvider members](overview/Library-Reference/encryptionprovider-members-office.md) ##### Methods ###### [Authenticate](Office.EncryptionProvider.Authenticate.md) ###### [CloneSession](Office.EncryptionProvider.CloneSession.md) ###### [DecryptStream](Office.EncryptionProvider.DecryptStream.md) ###### [EncryptStream](Office.EncryptionProvider.EncryptStream.md) ###### [EndSession](Office.EncryptionProvider.EndSession.md) ###### [GetProviderDetail](Office.EncryptionProvider.GetProviderDetail.md) ###### [NewSession](Office.EncryptionProvider.NewSession.md) ###### [Save](Office.EncryptionProvider.Save.md) ###### [ShowSettings](Office.EncryptionProvider.ShowSettings.md) #### [FileDialog object](Office.FileDialog.md) ##### [FileDialog members](overview/Library-Reference/filedialog-members-office.md) ##### Properties ###### [AllowMultiSelect](Office.FileDialog.AllowMultiSelect.md) ###### [Application](Office.FileDialog.Application.md) ###### [ButtonName](Office.FileDialog.ButtonName.md) ###### [Creator](Office.FileDialog.Creator.md) ###### [DialogType](Office.FileDialog.DialogType.md) ###### [FilterIndex](Office.FileDialog.FilterIndex.md) ###### [Filters](Office.FileDialog.Filters.md) ###### [InitialFileName](Office.FileDialog.InitialFileName.md) ###### [InitialView](Office.FileDialog.InitialView.md) ###### [Item](Office.FileDialog.Item.md) ###### [Parent](Office.FileDialog.Parent.md) ###### [SelectedItems](Office.FileDialog.SelectedItems.md) ###### [Title](Office.FileDialog.Title.md) ##### Methods ###### [Execute](Office.FileDialog.Execute.md) ###### [Show](Office.FileDialog.Show.md) #### [FileDialogFilter object](Office.FileDialogFilter.md) ##### [FileDialogFilter members](overview/Library-Reference/filedialogfilter-members-office.md) ##### Properties ###### [Application](Office.FileDialogFilter.Application.md) ###### [Creator](Office.FileDialogFilter.Creator.md) ###### [Description](Office.FileDialogFilter.Description.md) ###### [Extensions](Office.FileDialogFilter.Extensions.md) ###### [Parent](Office.FileDialogFilter.Parent.md) #### [FileDialogFilters object](Office.FileDialogFilters.md) ##### [FileDialogFilters members](overview/Library-Reference/filedialogfilters-members-office.md) ##### Properties ###### [Application](Office.FileDialogFilters.Application.md) ###### [Count](Office.FileDialogFilters.Count.md) ###### [Creator](Office.FileDialogFilters.Creator.md) ###### [Parent](Office.FileDialogFilters.Parent.md) ##### Methods ###### [Add](Office.FileDialogFilters.Add.md) ###### [Clear](Office.FileDialogFilters.Clear.md) ###### [Delete](Office.FileDialogFilters.Delete.md) ###### [Item](Office.FileDialogFilters.Item.md) #### [FileDialogSelectedItems object](Office.FileDialogSelectedItems.md) ##### [FileDialogSelectedItems members](overview/Library-Reference/filedialogselecteditems-members-office.md) ##### Properties ###### [Application](Office.FileDialogSelectedItems.Application.md) ###### [Count](Office.FileDialogSelectedItems.Count.md) ###### [Creator](Office.FileDialogSelectedItems.Creator.md) ###### [Parent](Office.FileDialogSelectedItems.Parent.md) ##### Methods ###### [Item](Office.FileDialogSelectedItems.Item.md) #### [FileTypes object](Office.FileTypes.md) ##### [FileTypes members](overview/Library-Reference/filetypes-members-office.md) ##### Properties ###### [Application](Office.FileTypes.Application.md) ###### [Count](Office.FileTypes.Count.md) ###### [Creator](Office.FileTypes.Creator.md) ###### [Item](Office.FileTypes.Item.md) ##### Methods ###### [Add](Office.FileTypes.Add.md) ###### [Remove](Office.FileTypes.Remove.md) #### [Font2 object](Office.Font2.md) ##### [Font2 members](overview/Library-Reference/font2-members-office.md) ##### Properties ###### [Allcaps](Office.Font2.Allcaps.md) ###### [Application](Office.Font2.Application.md) ###### [AutorotateNumbers](Office.Font2.AutorotateNumbers.md) ###### [BaselineOffset](Office.Font2.BaselineOffset.md) ###### [Bold](Office.Font2.Bold.md) ###### [Caps](Office.Font2.Caps.md) ###### [Creator](Office.Font2.Creator.md) ###### [DoubleStrikeThrough](Office.Font2.DoubleStrikeThrough.md) ###### [Embeddable](Office.Font2.Embeddable.md) ###### [Embedded](Office.Font2.Embedded.md) ###### [Equalize](Office.Font2.Equalize.md) ###### [Fill](Office.Font2.Fill.md) ###### [Glow](Office.Font2.Glow.md) ###### [Highlight](Office.Font2.Highlight.md) ###### [Italic](Office.Font2.Italic.md) ###### [Kerning](Office.Font2.Kerning.md) ###### [Line](Office.Font2.Line.md) ###### [Name](Office.Font2.Name.md) ###### [NameAscii](Office.Font2.NameAscii.md) ###### [NameComplexScript](Office.Font2.NameComplexScript.md) ###### [NameFarEast](Office.Font2.NameFarEast.md) ###### [NameOther](Office.Font2.NameOther.md) ###### [Parent](Office.Font2.Parent.md) ###### [Reflection](Office.Font2.Reflection.md) ###### [Shadow](Office.Font2.Shadow.md) ###### [Size](Office.Font2.Size.md) ###### [Smallcaps](Office.Font2.Smallcaps.md) ###### [SoftEdgeFormat](Office.Font2.SoftEdgeFormat.md) ###### [Spacing](Office.Font2.Spacing.md) ###### [Strike](Office.Font2.Strike.md) ###### [StrikeThrough](Office.Font2.StrikeThrough.md) ###### [Subscript](Office.Font2.Subscript.md) ###### [Superscript](Office.Font2.Superscript.md) ###### [UnderlineColor](Office.Font2.UnderlineColor.md) ###### [UnderlineStyle](Office.Font2.UnderlineStyle.md) ###### [WordArtformat](Office.Font2.WordArtformat.md) #### [GlowFormat object](Office.GlowFormat.md) ##### [GlowFormat members](overview/Library-Reference/glowformat-members-office.md) ##### Properties ###### [Application](Office.GlowFormat.Application.md) ###### [Color](Office.GlowFormat.Color.md) ###### [Creator](Office.GlowFormat.Creator.md) ###### [Radius](Office.GlowFormat.Radius.md) ###### [Transparency](Office.GlowFormat.Transparency.md) #### [GradientStop object](Office.GradientStop.md) ##### [GradientStop members](overview/Library-Reference/gradientstop-members-office.md) ##### Properties ###### [Application](Office.GradientStop.Application.md) ###### [Color](Office.GradientStop.Color.md) ###### [Creator](Office.GradientStop.Creator.md) ###### [Position](Office.GradientStop.Position.md) ###### [Transparency](Office.GradientStop.Transparency.md) #### [GradientStops object](Office.GradientStops.md) ##### [GradientStops members](overview/Library-Reference/gradientstops-members-office.md) ##### Properties ###### [Application](Office.GradientStops.Application.md) ###### [Count](Office.GradientStops.Count.md) ###### [Creator](Office.GradientStops.Creator.md) ###### [Item](Office.GradientStops.Item.md) ##### Methods ###### [Delete](Office.GradientStops.Delete.md) ###### [Insert](Office.GradientStops.Insert.md) ###### [Insert2](Office.GradientStops.Insert2.md) #### [IAssistance object](Office.IAssistance.md) ##### [IAssistance members](overview/Library-Reference/iassistance-members-office.md) ##### Methods ###### [ClearDefaultContext](Office.IAssistance.ClearDefaultContext.md) ###### [SearchHelp](Office.IAssistance.SearchHelp.md) ###### [SetDefaultContext](Office.IAssistance.SetDefaultContext.md) ###### [ShowHelp](Office.IAssistance.ShowHelp.md) #### [IBlogExtensibility object](Office.IBlogExtensibility.md) ##### [IBlogExtensibility members](overview/Library-Reference/iblogextensibility-members-office.md) ##### Methods ###### [BlogProviderProperties](Office.IBlogExtensibility.BlogProviderProperties.md) ###### [GetCategories](Office.IBlogExtensibility.GetCategories.md) ###### [GetRecentPosts](Office.IBlogExtensibility.GetRecentPosts.md) ###### [GetUserBlogs](Office.IBlogExtensibility.GetUserBlogs.md) ###### [Open](Office.IBlogExtensibility.Open.md) ###### [PublishPost](Office.IBlogExtensibility.PublishPost.md) ###### [RepublishPost](Office.IBlogExtensibility.RepublishPost.md) ###### [SetupBlogAccount](Office.IBlogExtensibility.SetupBlogAccount.md) #### [IBlogPictureExtensibility object](Office.IBlogPictureExtensibility.md) ##### [IBlogPictureExtensibility members](overview/Library-Reference/iblogpictureextensibility-members-office.md) ##### Methods ###### [BlogPictureProviderProperties](Office.IBlogPictureExtensibility.BlogPictureProviderProperties.md) ###### [CreatePictureAccount](Office.IBlogPictureExtensibility.CreatePictureAccount.md) ###### [PublishPicture](Office.IBlogPictureExtensibility.PublishPicture.md) #### [IConverter object](Office.IConverter.md) ##### [IConverter members](overview/Library-Reference/iconverter-members-office.md) ##### Methods ###### [HrExport](Office.IConverter.HrExport.md) ###### [HrGetErrorString](Office.IConverter.HrGetErrorString.md) ###### [HrGetFormat](Office.IConverter.HrGetFormat.md) ###### [HrImport](Office.IConverter.HrImport.md) ###### [HrInitConverter](Office.IConverter.HrInitConverter.md) ###### [HrUninitConverter](Office.IConverter.HrUninitConverter.md) #### [IConverterApplicationPreferences object](Office.IConverterApplicationPreferences.md) ##### [IConverterApplicationPreferences members](overview/Library-Reference/iconverterapplicationpreferences-members-office.md) ##### Methods ###### [HrCheckFormat](Office.IConverterApplicationPreferences.HrCheckFormat.md) ###### [HrGetApplication](Office.IConverterApplicationPreferences.HrGetApplication.md) ###### [HrGetHWnd](Office.IConverterApplicationPreferences.HrGetHwnd.md) ###### [HrGetLcid](Office.IConverterApplicationPreferences.HrGetLcid.md) #### [IConverterPreferences object](Office.IConverterPreferences.md) ##### [IConverterPreferences members](overview/Library-Reference/iconverterpreferences-members-office.md) ##### Methods ###### [HrCheckFormat](Office.IConverterPreferences.HrCheckFormat.md) ###### [HrGetLossySave](Office.IConverterPreferences.HrGetLossySave.md) ###### [HrGetMacroEnabled](Office.IConverterPreferences.HrGetMacroEnabled.md) #### [IConverterUICallback object](Office.IConverterUICallback.md) ##### [IConverterUICallback members](overview/Library-Reference/iconverteruicallback-members-office.md) ##### Methods ###### [HrInputBox](Office.IConverterUICallback.HrInputBox.md) ###### [HrMessageBox](Office.IConverterUICallback.HrMessageBox.md) ###### [HrReportProgress](Office.IConverterUICallback.HrReportProgress.md) #### [ICTPFactory object](Office.ICTPFactory.md) ##### [ICTPFactory members](overview/Library-Reference/ictpfactory-members-office.md) ##### Methods ###### [CreateCTP](Office.ICTPFactory.CreateCTP.md) #### [ICustomTaskPaneConsumer object](Office.ICustomTaskPaneConsumer.md) ##### [ICustomTaskPaneConsumer members](overview/Library-Reference/icustomtaskpaneconsumer-members-office.md) ##### Methods ###### [CTPFactoryAvailable](Office.ICustomTaskPaneConsumer.CTPFactoryAvailable.md) #### [IDocumentInspector object](Office.IDocumentInspector.md) ##### [IDocumentInspector members](overview/Library-Reference/idocumentinspector-members-office.md) ##### Methods ###### [Fix](Office.IDocumentInspector.Fix.md) ###### [GetInfo](Office.IDocumentInspector.GetInfo.md) ###### [Inspect](Office.IDocumentInspector.Inspect.md) #### [IMsoContactCard object](Office.IMsoContactCard.md) ##### [IMsoContactCard members](overview/Library-Reference/imsocontactcard-members-office.md) ##### Properties ###### [Address](Office.IMsoContactCard.Address.md) ###### [AddressType](Office.IMsoContactCard.AddressType.md) ###### [Application](Office.IMsoContactCard.Application.md) ###### [CardType](Office.IMsoContactCard.CardType.md) ###### [Creator](Office.IMsoContactCard.Creator.md) ###### [Parent](Office.IMsoContactCard.Parent.md) #### [IRibbonControl object](Office.IRibbonControl.md) ##### [IRibbonControl members](overview/Library-Reference/iribboncontrol-members-office.md) ##### Properties ###### [Context](Office.IRibbonControl.Context.md) ###### [Id](Office.IRibbonControl.Id.md) ###### [Tag](Office.IRibbonControl.Tag.md) #### [IRibbonExtensibility object](Office.IRibbonExtensibility.md) ##### [IRibbonExtensibility members](overview/Library-Reference/iribbonextensibility-members-office.md) ##### Methods ###### [GetCustomUI](Office.IRibbonExtensibility.GetCustomUI.md) #### [IRibbonUI object](Office.IRibbonUI.md) ##### [IRibbonUI members](overview/Library-Reference/iribbonui-members-office.md) ##### Methods ###### [ActivateTab](Office.IRibbonUI.ActivateTab.md) ###### [ActivateTabMso](Office.IRibbonUI.ActivateTabMso.md) ###### [ActivateTabQ](Office.IRibbonUI.ActivateTabQ.md) ###### [Invalidate](Office.IRibbonUI.Invalidate.md) ###### [InvalidateControl](Office.IRibbonUI.InvalidateControl.md) ###### [InvalidateControlMso](Office.IRibbonUI.InvalidateControlMso.md) #### [LabelInfo object](Office.LabelInfo.md) ##### [LabelInfo members](overview/Library-Reference/labelinfo-members-office.md) #### [LanguageSettings object](Office.LanguageSettings.md) ##### [LanguageSettings members](overview/Library-Reference/Languagesettings-members-office.md) ##### Properties ###### [Application](Office.LanguageSettings.Application.md) ###### [Creator](Office.LanguageSettings.Creator.md) ###### [LanguageID](Office.LanguageSettings.LanguageID.md) ###### [LanguagePreferredForEditing](Office.LanguageSettings.LanguagePreferredForEditing.md) ###### [Parent](Office.LanguageSettings.Parent.md) #### [MetaProperty object](Office.MetaProperty.md) ##### [MetaProperty members](overview/Library-Reference/metaproperty-members-office.md) ##### Properties ###### [Application](Office.MetaProperty.Application.md) ###### [Creator](Office.MetaProperty.Creator.md) ###### [Id](Office.MetaProperty.Id.md) ###### [IsReadOnly](Office.MetaProperty.IsReadOnly.md) ###### [IsRequired](Office.MetaProperty.IsRequired.md) ###### [Name](Office.MetaProperty.Name.md) ###### [Parent](Office.MetaProperty.Parent.md) ###### [Type](Office.MetaProperty.Type.md) ###### [Value](Office.MetaProperty.Value.md) ##### Methods ###### [Validate](Office.MetaProperty.Validate.md) #### [MetaProperties object](Office.MetaProperties.md) ##### [MetaProperties members](overview/Library-Reference/metaproperties-members-office.md) ##### Properties ###### [Application](Office.MetaProperties.Application.md) ###### [Count](Office.MetaProperties.Count.md) ###### [Creator](Office.MetaProperties.Creator.md) ###### [Item](Office.MetaProperties.Item.md) ###### [Parent](Office.MetaProperties.Parent.md) ###### [SchemaXml](Office.MetaProperties.SchemaXml.md) ##### Methods ###### [GetItemByInternalName](Office.MetaProperties.GetItemByInternalName.md) ###### [Validate](Office.MetaProperties.Validate.md) #### [MsoEnvelope object](Office.MsoEnvelope.md) ##### [MsoEnvelope members](overview/Library-Reference/msoenvelope-members-office.md) ##### Properties ###### [CommandBars](Office.MsoEnvelope.CommandBars.md) ###### [Introduction](Office.MsoEnvelope.Introduction.md) ###### [Item](Office.MsoEnvelope.Item.md) ###### [Parent](Office.MsoEnvelope.Parent.md) ##### Events ###### [EnvelopeHide](Office.MsoEnvelope.EnvelopeHide.md) ###### [EnvelopeShow](Office.MsoEnvelope.EnvelopeShow.md) #### [NewFile object](Office.NewFile.md) ##### [NewFile members](overview/Library-Reference/newfile-members-office.md) ##### Properties ###### [Application](Office.NewFile.Application.md) ###### [Creator](Office.NewFile.Creator.md) ##### Methods ###### [Add](Office.NewFile.Add.md) ###### [Remove](Office.NewFile.Remove.md) #### [ODSOColumn object](Office.ODSOColumn.md) ##### [ODSOColumn members](overview/Library-Reference/odsocolumn-members-office.md) ##### Properties ###### [Application](Office.ODSOColumn.Application.md) ###### [Creator](Office.ODSOColumn.Creator.md) ###### [Index](Office.ODSOColumn.Index.md) ###### [Name](Office.ODSOColumn.Name.md) ###### [Parent](Office.ODSOColumn.Parent.md) ###### [Value](Office.ODSOColumn.Value.md) #### [ODSOColumns object](Office.ODSOColumns.md) ##### [ODSOColumns members](overview/Library-Reference/odsocolumns-members-office.md) ##### Properties ###### [Application](Office.ODSOColumns.Application.md) ###### [Count](Office.ODSOColumns.Count.md) ###### [Creator](Office.ODSOColumns.Creator.md) ###### [Parent](Office.ODSOColumns.Parent.md) ##### Methods ###### [Item](Office.ODSOColumns.Item.md) #### [ODSOFilter object](Office.ODSOFilter.md) ##### [ODSOFilter members](overview/Library-Reference/odsofilter-members-office.md) ##### Properties ###### [Application](Office.ODSOFilter.Application.md) ###### [Column](Office.ODSOFilter.Column.md) ###### [CompareTo](Office.ODSOFilter.CompareTo.md) ###### [Comparison](Office.ODSOFilter.Comparison.md) ###### [Conjunction](Office.ODSOFilter.Conjunction.md) ###### [Creator](Office.ODSOFilter.Creator.md) ###### [Index](Office.ODSOFilter.Index.md) ###### [Parent](Office.ODSOFilter.Parent.md) #### [ODSOFilters object](Office.ODSOFilters.md) ##### [ODSOFilters members](overview/Library-Reference/odsofilters-members-office.md) ##### Properties ###### [Application](Office.ODSOFilters.Application.md) ###### [Count](Office.ODSOFilters.Count.md) ###### [Creator](Office.ODSOFilters.Creator.md) ###### [Parent](Office.ODSOFilters.Parent.md) ##### Methods ###### [Add](Office.ODSOFilters.Add.md) ###### [Delete](Office.ODSOFilters.Delete.md) ###### [Item](Office.ODSOFilters.Item.md) #### [OfficeDataSourceObject object](Office.OfficeDataSourceObject.md) ##### [OfficeDataSourceObject members](overview/Library-Reference/officedatasourceobject-members-office.md) ##### Properties ###### [Columns](Office.OfficeDataSourceObject.Columns.md) ###### [ConnectString](Office.OfficeDataSourceObject.ConnectString.md) ###### [DataSource](Office.OfficeDataSourceObject.DataSource.md) ###### [Filters](Office.OfficeDataSourceObject.Filters.md) ###### [RowCount](Office.OfficeDataSourceObject.RowCount.md) ###### [Table](Office.OfficeDataSourceObject.Table.md) ##### Methods ###### [ApplyFilter](Office.OfficeDataSourceObject.ApplyFilter.md) ###### [Move](Office.OfficeDataSourceObject.Move.md) ###### [Open](Office.OfficeDataSourceObject.Open.md) ###### [SetSortOrder](Office.OfficeDataSourceObject.SetSortOrder.md) #### [OfficeTheme object](Office.OfficeTheme.md) ##### [OfficeTheme members](overview/Library-Reference/officetheme-members-office.md) ##### Properties ###### [Application](Office.OfficeTheme.Application.md) ###### [Creator](Office.OfficeTheme.Creator.md) ###### [Parent](Office.OfficeTheme.Parent.md) ###### [ThemeColorScheme](Office.OfficeTheme.ThemeColorScheme.md) ###### [ThemeEffectScheme](Office.OfficeTheme.ThemeEffectScheme.md) ###### [ThemeFontScheme](Office.OfficeTheme.ThemeFontScheme.md) #### [ParagraphFormat2 object](Office.ParagraphFormat2.md) ##### [ParagraphFormat2 members](overview/Library-Reference/paragraphformat2-members-office.md) ##### Properties ###### [Alignment](Office.ParagraphFormat2.Alignment.md) ###### [Application](Office.ParagraphFormat2.Application.md) ###### [BaselineAlignment](Office.ParagraphFormat2.BaselineAlignment.md) ###### [Bullet](Office.ParagraphFormat2.Bullet.md) ###### [Creator](Office.ParagraphFormat2.Creator.md) ###### [FarEastLineBreakLevel](Office.ParagraphFormat2.FarEastLineBreakLevel.md) ###### [FirstLineIndent](Office.ParagraphFormat2.FirstLineIndent.md) ###### [HangingPunctuation](Office.ParagraphFormat2.HangingPunctuation.md) ###### [IndentLevel](Office.ParagraphFormat2.IndentLevel.md) ###### [LeftIndent](Office.ParagraphFormat2.LeftIndent.md) ###### [LineRuleAfter](Office.ParagraphFormat2.LineRuleAfter.md) ###### [LineRuleBefore](Office.ParagraphFormat2.LineRuleBefore.md) ###### [LineRuleWithin](Office.ParagraphFormat2.LineRuleWithin.md) ###### [Parent](Office.ParagraphFormat2.Parent.md) ###### [RightIndent](Office.ParagraphFormat2.RightIndent.md) ###### [SpaceAfter](Office.ParagraphFormat2.SpaceAfter.md) ###### [SpaceBefore](Office.ParagraphFormat2.SpaceBefore.md) ###### [SpaceWithin](Office.ParagraphFormat2.SpaceWithin.md) ###### [TabStops](Office.ParagraphFormat2.TabStops.md) ###### [TextDirection](Office.ParagraphFormat2.TextDirection.md) ###### [WordWrap](Office.ParagraphFormat2.WordWrap.md) #### [Permission object](Office.Permission.md) ##### [Permission members](overview/Library-Reference/permission-members-office.md) ##### Properties ###### [Application](Office.Permission.Application.md) ###### [Count](Office.Permission.Count.md) ###### [Creator](Office.Permission.Creator.md) ###### [DocumentAuthor](Office.Permission.DocumentAuthor.md) ###### [Enabled](Office.Permission.Enabled.md) ###### [EnableTrustedBrowser](Office.Permission.EnableTrustedBrowser.md) ###### [Item](Office.Permission.Item.md) ###### [Parent](Office.Permission.Parent.md) ###### [PermissionFromPolicy](Office.Permission.PermissionFromPolicy.md) ###### [PolicyDescription](Office.Permission.PolicyDescription.md) ###### [PolicyName](Office.Permission.PolicyName.md) ###### [RequestPermissionURL](Office.Permission.RequestPermissionURL.md) ###### [SensitivityLabelId](Office.Permission.SensitivityLabelId.md) ###### [StoreLicenses](Office.Permission.StoreLicenses.md) ##### Methods ###### [Add](Office.Permission.Add.md) ###### [ApplyPolicy](Office.Permission.ApplyPolicy.md) ###### [RemoveAll](Office.Permission.RemoveAll.md) #### [PickerDialog object](Office.PickerDialog.md) ##### [PickerDialog members](overview/Library-Reference/pickerdialog-members-office.md) ##### Properties ###### [Application](Office.PickerDialog.Application.md) ###### [Creator](Office.PickerDialog.Creator.md) ###### [DataHandlerId](Office.PickerDialog.DataHandlerId.md) ###### Properties ###### [Title](Office.PickerDialog.Title.md) ##### Methods ###### [CreatePickerResults](Office.PickerDialog.CreatePickerResults.md) ###### [Resolve](Office.PickerDialog.Resolve.md) ###### [Show](Office.PickerDialog.Show.md) #### [PickerField object](Office.PickerField.md) ##### [PickerField members](overview/Library-Reference/pickerfield-members-office.md) ##### Properties ###### [Application](Office.PickerField.Application.md) ###### [Creator](Office.PickerField.Creator.md) ###### [IsHidden](Office.PickerField.IsHidden.md) ###### [Name](Office.PickerField.Name.md) ###### [Type](Office.PickerField.Type.md) #### [PickerFields object](Office.PickerFields.md) ##### [PickerFields members](overview/Library-Reference/pickerfields-members-office.md) ##### Properties ###### [Application](Office.PickerFields.Application.md) ###### [Count](Office.PickerFields.Count.md) ###### [Creator](Office.PickerFields.Creator.md) ###### [Item](Office.PickerFields.Item.md) #### [PickerProperty object](Office.PickerProperty.md) ##### [PickerProperty members](overview/Library-Reference/pickerproperty-members-office.md) ##### Properties ###### [Application](Office.PickerProperty.Application.md) ###### [Creator](Office.PickerProperty.Creator.md) ###### [Id](Office.PickerProperty.Id.md) ###### [Type](Office.PickerProperty.Type.md) ###### [Value](Office.PickerProperty.Value.md) #### [PickerProperties object](Office.PickerProperties.md) ##### [PickerProperties members](overview/Library-Reference/pickerproperties-members-office.md) ##### Properties ###### [Application](Office.PickerProperties.Application.md) ###### [Count](Office.PickerProperties.Count.md) ###### [Creator](Office.PickerProperties.Creator.md) ###### [Item](Office.PickerProperties.Item.md) ##### Methods ###### [Add](Office.PickerProperties.Add.md) ###### [Remove](Office.PickerProperties.Remove.md) #### [PickerResult object](Office.PickerResult.md) ##### [PickerResult members](overview/Library-Reference/pickerresult-members-office.md) ##### Properties ###### [Application](Office.PickerResult.Application.md) ###### [Creator](Office.PickerResult.Creator.md) ###### [DisplayName](Office.PickerResult.DisplayName.md) ###### [DuplicateResults](Office.PickerResult.DuplicateResults.md) ###### [Fields](Office.PickerResult.Fields.md) ###### [Id](Office.PickerResult.Id.md) ###### [ItemData](Office.PickerResult.ItemData.md) ###### [SIPId](Office.PickerResult.SIPId.md) ###### [SubItems](Office.PickerResult.SubItems.md) ###### [Type](Office.PickerResult.Type.md) #### [PickerResults object](Office.PickerResults.md) ##### [PickerResults members](overview/Library-Reference/pickerresults-members-office.md) ##### Properties ###### [Application](Office.PickerResults.Application.md) ###### [Count](Office.PickerResults.Count.md) ###### [Creator](Office.PickerResults.Creator.md) ###### [Item](Office.PickerResults.Item.md) ##### Methods ###### [Add](Office.PickerResults.Add.md) #### [PictureEffect object](Office.PictureEffect.md) ##### [PictureEffect members](overview/Library-Reference/pictureeffect-members-office.md) ##### Properties ###### [Application](Office.PictureEffect.Application.md) ###### [Creator](Office.PictureEffect.Creator.md) ###### [EffectParameters](Office.PictureEffect.EffectParameters.md) ###### [Position](Office.PictureEffect.Position.md) ###### [Type](Office.PictureEffect.Type.md) ###### [Visible](Office.PictureEffect.Visible.md) ##### Methods ###### [Delete](Office.PictureEffect.Delete.md) #### [PictureEffects object](Office.PictureEffects.md) ##### [PictureEffects members](overview/Library-Reference/pictureeffects-members-office.md) ##### Properties ###### [Application](Office.PictureEffects.Application.md) ###### [Count](Office.PictureEffects.Count.md) ###### [Creator](Office.PictureEffects.Creator.md) ###### [Item](Office.PictureEffects.Item.md) ##### Methods ###### [Delete](Office.PictureEffects.Delete.md) ###### [Insert](Office.PictureEffects.Insert.md) #### [PolicyItem object](Office.PolicyItem.md) ##### [PolicyItem members](overview/Library-Reference/policyitem-members-office.md) ##### Properties ###### [Application](Office.PolicyItem.Application.md) ###### [Creator](Office.PolicyItem.Creator.md) ###### [Data](Office.PolicyItem.Data.md) ###### [Description](Office.PolicyItem.Description.md) ###### [Id](Office.PolicyItem.Id.md) ###### [Name](Office.PolicyItem.Name.md) ###### [Parent](Office.PolicyItem.Parent.md) #### [ReflectionFormat object](Office.ReflectionFormat.md) ##### [ReflectionFormat members](overview/Library-Reference/reflectionformat-members-office.md) ##### Properties ###### [Application](Office.ReflectionFormat.Application.md) ###### [Blur](Office.ReflectionFormat.Blur.md) ###### [Creator](Office.ReflectionFormat.Creator.md) ###### [Offset](Office.ReflectionFormat.Offset.md) ###### [Size](Office.ReflectionFormat.Size.md) ###### [Transparency](Office.ReflectionFormat.Transparency.md) ###### [Type](Office.ReflectionFormat.Type.md) #### [Ruler2 object](Office.Ruler2.md) ##### [Ruler2 members](overview/Library-Reference/ruler2-members-office.md) ##### Properties ###### [Application](Office.Ruler2.Application.md) ###### [Creator](Office.Ruler2.Creator.md) ###### [Levels](Office.Ruler2.Levels.md) ###### [Parent](Office.Ruler2.Parent.md) ###### [TabStops](Office.Ruler2.TabStops.md) #### [RulerLevel2 object](Office.RulerLevel2.md) ##### [RulerLevel2 members](overview/Library-Reference/rulerlevel2-members-office.md) ##### Properties ###### [Application](Office.RulerLevel2.Application.md) ###### [Creator](Office.RulerLevel2.Creator.md) ###### [FirstMargin](Office.RulerLevel2.FirstMargin.md) ###### [LeftMargin](Office.RulerLevel2.LeftMargin.md) ###### [Parent](Office.RulerLevel2.Parent.md) #### [RulerLevels2 object](Office.RulerLevels2.md) ##### [RulerLevels2 members](overview/Library-Reference/rulerlevels2-members-office.md) ##### Properties ###### [Application](Office.RulerLevels2.Application.md) ###### [Count](Office.RulerLevels2.Count.md) ###### [Creator](Office.RulerLevels2.Creator.md) ###### [Parent](Office.RulerLevels2.Parent.md) ##### Methods ###### [Item](Office.RulerLevels2.Item.md) #### [ScopeFolder object](Office.ScopeFolder.md) ##### [ScopeFolder members](overview/Library-Reference/scopefolder-members-office.md) ##### Properties ###### [Application](Office.ScopeFolder.Application.md) ###### [Creator](Office.ScopeFolder.Creator.md) ###### [Name](Office.ScopeFolder.Name.md) ###### [Path](Office.ScopeFolder.Path.md) ###### [ScopeFolders](Office.ScopeFolder.ScopeFolders.md) ##### Methods ###### [AddToSearchFolders](Office.ScopeFolder.AddToSearchFolders.md) #### [ScopeFolders object](Office.ScopeFolders.md) ##### [ScopeFolders members](overview/Library-Reference/scopefolders-members-office.md) ##### Properties ###### [Application](Office.ScopeFolders.Application.md) ###### [Count](Office.ScopeFolders.Count.md) ###### [Creator](Office.ScopeFolders.Creator.md) ###### [Item](Office.ScopeFolders.Item.md) #### [SearchFolders object](Office.SearchFolders.md) ##### [SearchFolders members](overview/Library-Reference/searchfolders-members-office.md) ##### Properties ###### [Application](Office.SearchFolders.Application.md) ###### [Count](Office.SearchFolders.Count.md) ###### [Creator](Office.SearchFolders.Creator.md) ###### [Item](Office.SearchFolders.Item.md) ##### Methods ###### [Add](Office.SearchFolders.Add.md) ###### [Remove](Office.SearchFolders.Remove.md) #### [SearchScope object](Office.SearchScope.md) ##### [SearchScope members](overview/Library-Reference/searchscope-members-office.md) ##### Properties ###### [Application](Office.SearchScope.Application.md) ###### [Creator](Office.SearchScope.Creator.md) ###### [ScopeFolder](Office.SearchScope.ScopeFolder.md) ###### [Type](Office.SearchScope.Type.md) #### [SearchScopes object](Office.SearchScopes.md) ##### [SearchScopes members](overview/Library-Reference/searchscopes-members-office.md) ##### Properties ###### [Application](Office.SearchScopes.Application.md) ###### [Count](Office.SearchScopes.Count.md) ###### [Creator](Office.SearchScopes.Creator.md) ###### [Item](Office.SearchScopes.Item.md) #### [SensitivityLabel object](Office.SensitivityLabel.md) ##### [SensitivityLabel members](overview/Library-Reference/sensitivitylabel-members-office.md) ##### Events ###### [LabelChanged](Office.SensitivityLabel.LabelChanged.md) ##### Methods ###### [CreateLabelInfo](Office.SensitivityLabel.CreateLabelInfo.md) ###### [GetLabel](Office.SensitivityLabel.GetLabel.md) ###### [SetLabel](Office.SensitivityLabel.SetLabel.md) ##### Properties ###### [Application](Office.SensitivityLabel.Application.md) ###### [Creator](Office.SensitivityLabel.Creator.md) ###### [Parent](Office.SensitivityLabel.Parent.md) #### [SensitivityLabelInitInfo object](Office.SensitivityLabelInitInfo.md) ##### [SensitivityLabelInitInfo members](overview/Library-Reference/sensitivitylabelinitinfo-members-office.md) ##### Properties ###### [Application](Office.SensitivityLabelInitInfo.Application.md) ###### [Creator](Office.SensitivityLabelInitInfo.Creator.md) ###### [SensitivityLabelsPolicyXml](Office.SensitivityLabelInitInfo.SensitivityLabelsPolicyXml.md) ###### [UserId](Office.SensitivityLabelInitInfo.UserId.md) #### [SensitivityLabelPolicy object](Office.SensitivityLabelPolicy.md) ##### [SensitivityLabelPolicy members](overview/Library-Reference/sensitivitylabelpolicy-members-office.md) ##### Methods ###### [BeginInitialize](Office.SensitivityLabelPolicy.BeginInitialize.md) ###### [CompleteInitialize](Office.SensitivityLabelPolicy.CompleteInitialize.md) ###### [CreateSensitivityLabelInitInfo](Office.SensitivityLabelPolicy.CreateSensitivityLabelInitInfo.md) ##### Properties ###### [Application](Office.SensitivityLabelPolicy.Application.md) ###### [Creator](Office.SensitivityLabelPolicy.Creator.md) #### [ServerPolicy object](Office.ServerPolicy.md) ##### [ServerPolicy members](overview/Library-Reference/serverpolicy-members-office.md) ##### Properties ###### [Application](Office.ServerPolicy.Application.md) ###### [BlockPreview](Office.ServerPolicy.BlockPreview.md) ###### [Count](Office.ServerPolicy.Count.md) ###### [Creator](Office.ServerPolicy.Creator.md) ###### [Description](Office.ServerPolicy.Description.md) ###### [Id](Office.ServerPolicy.Id.md) ###### [Item](Office.ServerPolicy.Item.md) ###### [Name](Office.ServerPolicy.Name.md) ###### [Parent](Office.ServerPolicy.Parent.md) ###### [Statement](Office.ServerPolicy.Statement.md) #### [SharedWorkspace object](Office.SharedWorkspace.md) ##### [SharedWorkspace members](overview/Library-Reference/sharedworkspace-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspace.Application.md) ###### [Connected](Office.SharedWorkspace.Connected.md) ###### [Creator](Office.SharedWorkspace.Creator.md) ###### [Files](Office.SharedWorkspace.Files.md) ###### [Folders](Office.SharedWorkspace.Folders.md) ###### [LastRefreshed](Office.SharedWorkspace.LastRefreshed.md) ###### [Links](Office.SharedWorkspace.Links.md) ###### [Members](Office.SharedWorkspace.Members.md) ###### [Name](Office.SharedWorkspace.Name.md) ###### [Parent](Office.SharedWorkspace.Parent.md) ###### [SourceURL](Office.SharedWorkspace.SourceURL.md) ###### [Tasks](Office.SharedWorkspace.Tasks.md) ###### [URL](Office.SharedWorkspace.URL.md) ##### Methods ###### [CreateNew](Office.SharedWorkspace.CreateNew.md) ###### [Delete](Office.SharedWorkspace.Delete.md) ###### [Disconnect](Office.SharedWorkspace.Disconnect.md) ###### [Refresh](Office.SharedWorkspace.Refresh.md) ###### [RemoveDocument](Office.SharedWorkspace.RemoveDocument.md) #### [SharedWorkspaceFile object](Office.SharedWorkspaceFile.md) ##### [SharedWorkspaceFile members](overview/Library-Reference/sharedworkspacefile-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceFile.Application.md) ###### [CreatedBy](Office.SharedWorkspaceFile.CreatedBy.md) ###### [CreatedDate](Office.SharedWorkspaceFile.CreatedDate.md) ###### [Creator](Office.SharedWorkspaceFile.Creator.md) ###### [ModifiedBy](Office.SharedWorkspaceFile.ModifiedBy.md) ###### [ModifiedDate](Office.SharedWorkspaceFile.ModifiedDate.md) ###### [Parent](Office.SharedWorkspaceFile.Parent.md) ###### [URL](Office.SharedWorkspaceFile.URL.md) ##### Methods ###### [Delete](Office.SharedWorkspaceFile.Delete.md) #### [SharedWorkspaceFiles object](Office.SharedWorkspaceFiles.md) ##### [SharedWorkspaceFiles members](overview/Library-Reference/sharedworkspacefiles-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceFiles.Application.md) ###### [Count](Office.SharedWorkspaceFiles.Count.md) ###### [Creator](Office.SharedWorkspaceFiles.Creator.md) ###### [Item](Office.SharedWorkspaceFiles.Item.md) ###### [ItemCountExceeded](Office.SharedWorkspaceFiles.ItemCountExceeded.md) ###### [Parent](Office.SharedWorkspaceFiles.Parent.md) ##### Methods ###### [Add](Office.SharedWorkspaceFiles.Add.md) #### [SharedWorkspaceFolder object](Office.SharedWorkspaceFolder.md) ##### [SharedWorkspaceFolder members](overview/Library-Reference/sharedworkspacefolder-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceFolder.Application.md) ###### [Creator](Office.SharedWorkspaceFolder.Creator.md) ###### [FolderName](Office.SharedWorkspaceFolder.FolderName.md) ###### [Parent](Office.SharedWorkspaceFolder.Parent.md) ##### Methods ###### [Delete](Office.SharedWorkspaceFolder.Delete.md) #### [SharedWorkspaceFolders object](Office.SharedWorkspaceFolders.md) ##### [SharedWorkspaceFolders members](overview/Library-Reference/sharedworkspacefolders-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceFolders.Application.md) ###### [Count](Office.SharedWorkspaceFolders.Count.md) ###### [Creator](Office.SharedWorkspaceFolders.Creator.md) ###### [Item](Office.SharedWorkspaceFolders.Item.md) ###### [ItemCountExceeded](Office.SharedWorkspaceFolders.ItemCountExceeded.md) ###### [Parent](Office.SharedWorkspaceFolders.Parent.md) ##### Methods ###### [Add](Office.SharedWorkspaceFolders.Add.md) #### [SharedWorkspaceLink object](Office.SharedWorkspaceLink.md) ##### [SharedWorkspaceLink members](overview/Library-Reference/sharedworkspacelink-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceLink.Application.md) ###### [CreatedBy](Office.SharedWorkspaceLink.CreatedBy.md) ###### [CreatedDate](Office.SharedWorkspaceLink.CreatedDate.md) ###### [Creator](Office.SharedWorkspaceLink.Creator.md) ###### [Description](Office.SharedWorkspaceLink.Description.md) ###### [ModifiedBy](Office.SharedWorkspaceLink.ModifiedBy.md) ###### [ModifiedDate](Office.SharedWorkspaceLink.ModifiedDate.md) ###### [Notes](Office.SharedWorkspaceLink.Notes.md) ###### [Parent](Office.SharedWorkspaceLink.Parent.md) ###### [URL](Office.SharedWorkspaceLink.URL.md) ##### Methods ###### [Delete](Office.SharedWorkspaceLink.Delete.md) ###### [Save](Office.SharedWorkspaceLink.Save.md) #### [SharedWorkspaceLinks object](Office.SharedWorkspaceLinks.md) ##### [SharedWorkspaceLinks members](overview/Library-Reference/sharedworkspacelinks-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceLinks.Application.md) ###### [Count](Office.SharedWorkspaceLinks.Count.md) ###### [Creator](Office.SharedWorkspaceLinks.Creator.md) ###### [Item](Office.SharedWorkspaceLinks.Item.md) ###### [ItemCountExceeded](Office.SharedWorkspaceLinks.ItemCountExceeded.md) ###### [Parent](Office.SharedWorkspaceLinks.Parent.md) ##### Methods ###### [Add](Office.SharedWorkspaceLinks.Add.md) #### [SharedWorkspaceMember object](Office.SharedWorkspaceMember.md) ##### [SharedWorkspaceMember members](overview/Library-Reference/sharedworkspacemember-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceMember.Application.md) ###### [Creator](Office.SharedWorkspaceMember.Creator.md) ###### [DomainName](Office.SharedWorkspaceMember.DomainName.md) ###### [Email](Office.SharedWorkspaceMember.Email.md) ###### [Name](Office.SharedWorkspaceMember.Name.md) ###### [Parent](Office.SharedWorkspaceMember.Parent.md) ##### Methods ###### [Delete](Office.SharedWorkspaceMember.Delete.md) #### [SharedWorkspaceMembers object](Office.SharedWorkspaceMembers.md) ##### [SharedWorkspaceMembers members](overview/Library-Reference/sharedworkspacemembers-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceMembers.Application.md) ###### [Count](Office.SharedWorkspaceMembers.Count.md) ###### [Creator](Office.SharedWorkspaceMembers.Creator.md) ###### [Item](Office.SharedWorkspaceMembers.Item.md) ###### [ItemCountExceeded](Office.SharedWorkspaceMembers.ItemCountExceeded.md) ###### [Parent](Office.SharedWorkspaceMembers.Parent.md) ##### Methods ###### [Add](Office.SharedWorkspaceMembers.Add.md) #### [SharedWorkspaceTask object](Office.SharedWorkspaceTask.md) ##### [SharedWorkspaceTask members](overview/Library-Reference/sharedworkspacetask-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceTask.Application.md) ###### [AssignedTo](Office.SharedWorkspaceTask.AssignedTo.md) ###### [CreatedBy](Office.SharedWorkspaceTask.CreatedBy.md) ###### [CreatedDate](Office.SharedWorkspaceTask.CreatedDate.md) ###### [Creator](Office.SharedWorkspaceTask.Creator.md) ###### [Description](Office.SharedWorkspaceTask.Description.md) ###### [DueDate](Office.SharedWorkspaceTask.DueDate.md) ###### [ModifiedBy](Office.SharedWorkspaceTask.ModifiedBy.md) ###### [ModifiedDate](Office.SharedWorkspaceTask.ModifiedDate.md) ###### [Parent](Office.SharedWorkspaceTask.Parent.md) ###### [Priority](Office.SharedWorkspaceTask.Priority.md) ###### [Status](Office.SharedWorkspaceTask.Status.md) ###### [Title](Office.SharedWorkspaceTask.Title.md) ##### Methods ###### [Delete](Office.SharedWorkspaceTask.Delete.md) ###### [Save](Office.SharedWorkspaceTask.Save.md) #### [SharedWorkspaceTasks object](Office.SharedWorkspaceTasks.md) ##### [SharedWorkspaceTasks members](overview/Library-Reference/sharedworkspacetasks-members-office.md) ##### Properties ###### [Application](Office.SharedWorkspaceTasks.Application.md) ###### [Count](Office.SharedWorkspaceTasks.Count.md) ###### [Creator](Office.SharedWorkspaceTasks.Creator.md) ###### [Item](Office.SharedWorkspaceTasks.Item.md) ###### [ItemCountExceeded](Office.SharedWorkspaceTasks.ItemCountExceeded.md) ###### [Parent](Office.SharedWorkspaceTasks.Parent.md) ##### Methods ###### [Add](Office.SharedWorkspaceTasks.Add.md) #### [Signature object](Office.Signature.md) ##### [Signature members](overview/Library-Reference/signature-members-office.md) ##### Properties ###### [Application](Office.Signature.Application.md) ###### [CanSetup](Office.Signature.CanSetup.md) ###### [Creator](Office.Signature.Creator.md) ###### [Details](Office.Signature.Details.md) ###### [IsSignatureLine](Office.Signature.IsSignatureLine.md) ###### [IsSigned](Office.Signature.IsSigned.md) ###### [Parent](Office.Signature.Parent.md) ###### [Setup](Office.Signature.Setup.md) ###### [SignatureLineShape](Office.Signature.SignatureLineShape.md) ###### [SortHint](Office.Signature.SortHint.md) ##### Methods ###### [Delete](Office.Signature.Delete.md) ###### [ShowDetails](Office.Signature.ShowDetails.md) ###### [Sign](Office.Signature.Sign.md) #### [SignatureInfo object](Office.SignatureInfo.md) ##### [SignatureInfo members](overview/Library-Reference/signatureinfo-members-office.md) ##### Properties ###### [Application](Office.SignatureInfo.Application.md) ###### [CertificateVerificationResults](Office.SignatureInfo.CertificateVerificationResults.md) ###### [ContentVerificationResults](Office.SignatureInfo.ContentVerificationResults.md) ###### [Creator](Office.SignatureInfo.Creator.md) ###### [IsCertificateExpired](Office.SignatureInfo.IsCertificateExpired.md) ###### [IsCertificateRevoked](Office.SignatureInfo.IsCertificateRevoked.md) ###### [IsCertificateUntrusted](Office.SignatureInfo.IsCertificateUntrusted.md) ###### [IsValid](Office.SignatureInfo.IsValid.md) ###### [ReadOnly](Office.SignatureInfo.ReadOnly.md) ###### [SignatureComment](Office.SignatureInfo.SignatureComment.md) ###### [SignatureImage](Office.SignatureInfo.SignatureImage.md) ###### [SignatureProvider](Office.SignatureInfo.SignatureProvider.md) ###### [SignatureText](Office.SignatureInfo.SignatureText.md) ##### Methods ###### [GetCertificateDetail](Office.SignatureInfo.GetCertificateDetail.md) ###### [GetSignatureDetail](Office.SignatureInfo.GetSignatureDetail.md) ###### [SelectCertificateDetailByThumbprint](Office.SignatureInfo.SelectCertificateDetailByThumbprint.md) ###### [SelectSignatureCertificate](Office.SignatureInfo.SelectSignatureCertificate.md) ###### [ShowSignatureCertificate](Office.SignatureInfo.ShowSignatureCertificate.md) #### [SignatureProvider object](Office.SignatureProvider.md) ##### [SignatureProvider members](overview/Library-Reference/signatureprovider-members-office.md) ##### Methods ###### [GenerateSignatureLineImage](Office.SignatureProvider.GenerateSignatureLineImage.md) ###### [GetProviderDetail](Office.SignatureProvider.GetProviderDetail.md) ###### [HashStream](Office.SignatureProvider.HashStream.md) ###### [NotifySignatureAdded](Office.SignatureProvider.NotifySignatureAdded.md) ###### [ShowSignatureDetails](Office.SignatureProvider.ShowSignatureDetails.md) ###### [ShowSignatureSetup](Office.SignatureProvider.ShowSignatureSetup.md) ###### [ShowSigningCeremony](Office.SignatureProvider.ShowSigningCeremony.md) ###### [SignXmlDsig](Office.SignatureProvider.SignXmlDsig.md) ###### [VerifyXmlDsig](Office.SignatureProvider.VerifyXmlDsig.md) #### [SignatureSet object](Office.SignatureSet.md) ##### [SignatureSet members](overview/Library-Reference/signatureset-members-office.md) ##### Properties ###### [Application](Office.SignatureSet.Application.md) ###### [CanAddSignatureLine](Office.SignatureSet.CanAddSignatureLine.md) ###### [Count](Office.SignatureSet.Count.md) ###### [Creator](Office.SignatureSet.Creator.md) ###### [Item](Office.SignatureSet.Item.md) ###### [Parent](Office.SignatureSet.Parent.md) ###### [ShowSignaturesPane](Office.SignatureSet.ShowSignaturesPane.md) ###### [Subset](Office.SignatureSet.Subset.md) ##### Methods ###### [AddNonVisibleSignature](Office.SignatureSet.AddNonVisibleSignature.md) ###### [AddSignatureLine](Office.SignatureSet.AddSignatureLine.md) #### [SignatureSetup object](Office.SignatureSetup.md) ##### [SignatureSetup members](overview/Library-Reference/signaturesetup-members-office.md) ##### Properties ###### [AdditionalXml](Office.SignatureSetup.AdditionalXml.md) ###### [AllowComments](Office.SignatureSetup.AllowComments.md) ###### [Application](Office.SignatureSetup.Application.md) ###### [Creator](Office.SignatureSetup.Creator.md) ###### [Id](Office.SignatureSetup.Id.md) ###### [ReadOnly](Office.SignatureSetup.ReadOnly.md) ###### [ShowSignDate](Office.SignatureSetup.ShowSignDate.md) ###### [SignatureProvider](Office.SignatureSetup.SignatureProvider.md) ###### [SigningInstructions](Office.SignatureSetup.SigningInstructions.md) ###### [SuggestedSigner](Office.SignatureSetup.SuggestedSigner.md) ###### [SuggestedSignerEmail](Office.SignatureSetup.SuggestedSignerEmail.md) ###### [SuggestedSignerLine2](Office.SignatureSetup.SuggestedSignerLine2.md) #### [SmartArt object](Office.SmartArt.md) ##### [SmartArt members](overview/Library-Reference/smartart-members-office.md) ##### Properties ###### [AllNodes](Office.SmartArt.AllNodes.md) ###### [Application](Office.SmartArt.Application.md) ###### [Color](Office.SmartArt.Color.md) ###### [Creator](Office.SmartArt.Creator.md) ###### [Layout](Office.SmartArt.Layout.md) ###### [Nodes](Office.SmartArt.Nodes.md) ###### [Parent](Office.SmartArt.Parent.md) ###### [QuickStyle](Office.SmartArt.QuickStyle.md) ###### [Reverse](Office.SmartArt.Reverse.md) ##### Methods ###### [Reset](Office.SmartArt.Reset.md) #### [SmartArtColor object](Office.SmartArtColor.md) ##### [SmartArtColor members](overview/Library-Reference/smartartcolor-members-office.md) ##### Properties ###### [Application](Office.SmartArtColor.Application.md) ###### [Category](Office.SmartArtColor.Category.md) ###### [Creator](Office.SmartArtColor.Creator.md) ###### [Description](Office.SmartArtColor.Description.md) ###### [Id](Office.SmartArtColor.Id.md) ###### [Name](Office.SmartArtColor.Name.md) ###### [Parent](Office.SmartArtColor.Parent.md) #### [SmartArtColors object](Office.SmartArtColors.md) ##### [SmartArtColors members](overview/Library-Reference/smartartcolors-members-office.md) ##### Properties ###### [Application](Office.SmartArtColors.Application.md) ###### [Count](Office.SmartArtColors.Count.md) ###### [Creator](Office.SmartArtColors.Creator.md) ###### [Parent](Office.SmartArtColors.Parent.md) ##### Methods ###### [Item](Office.SmartArtColors.Item.md) #### [SmartArtLayout object](Office.SmartArtLayout.md) ##### [SmartArtLayout members](overview/Library-Reference/smartartlayout-members-office.md) ##### Properties ###### [Application](Office.SmartArtLayout.Application.md) ###### [Category](Office.SmartArtLayout.Category.md) ###### [Creator](Office.SmartArtLayout.Creator.md) ###### [Description](Office.SmartArtLayout.Description.md) ###### [Id](Office.SmartArtLayout.Id.md) ###### [Name](Office.SmartArtLayout.Name.md) ###### [Parent](Office.SmartArtLayout.Parent.md) #### [SmartArtLayouts object](Office.SmartArtLayouts.md) ##### [SmartArtLayouts members](overview/Library-Reference/smartartlayouts-members-office.md) ##### Properties ###### [Application](Office.SmartArtLayouts.Application.md) ###### [Count](Office.SmartArtLayouts.Count.md) ###### [Creator](Office.SmartArtLayouts.Creator.md) ###### [Parent](Office.SmartArtLayouts.Parent.md) ##### Methods ###### [Item](Office.SmartArtLayouts.Item.md) #### [SmartArtNode object](Office.SmartArtNode.md) ##### [SmartArtNode members](overview/Library-Reference/smartartnode-members-office.md) ##### Properties ###### [Application](Office.SmartArtNode.Application.md) ###### [Creator](Office.SmartArtNode.Creator.md) ###### [Hidden](Office.SmartArtNode.Hidden.md) ###### [Level](Office.SmartArtNode.Level.md) ###### [Nodes](Office.SmartArtNode.Nodes.md) ###### [OrgChartLayout](Office.SmartArtNode.OrgChartLayout.md) ###### [Parent](Office.SmartArtNode.Parent.md) ###### [ParentNode](Office.SmartArtNode.ParentNode.md) ###### [Shapes](Office.SmartArtNode.Shapes.md) ###### [TextFrame2](Office.SmartArtNode.TextFrame2.md) ###### [Type](Office.SmartArtNode.Type.md) ##### Methods ###### [AddNode](Office.SmartArtNode.AddNode.md) ###### [Delete](Office.SmartArtNode.Delete.md) ###### [Demote](Office.SmartArtNode.Demote.md) ###### [Larger](Office.SmartArtNode.Larger.md) ###### [Promote](Office.SmartArtNode.Promote.md) ###### [ReorderDown](Office.SmartArtNode.ReorderDown.md) ###### [ReorderUp](Office.SmartArtNode.ReorderUp.md) ###### [Smaller](Office.SmartArtNode.Smaller.md) #### [SmartArtNodes object](Office.SmartArtNodes.md) ##### [SmartArtNodes members](overview/Library-Reference/smartartnodes-members-office.md) ##### Properties ###### [Application](Office.SmartArtNodes.Application.md) ###### [Count](Office.SmartArtNodes.Count.md) ###### [Creator](Office.SmartArtNodes.Creator.md) ###### [Parent](Office.SmartArtNodes.Parent.md) ##### Methods ###### [Add](Office.SmartArtNodes.Add.md) ###### [Item](Office.SmartArtNodes.Item.md) #### [SmartArtQuickStyle object](Office.SmartArtQuickStyle.md) ##### [SmartArtQuickStyle members](overview/Library-Reference/smartartquickstyle-members-office.md) ##### Properties ###### [Application](Office.SmartArtQuickStyle.Application.md) ###### [Category](Office.SmartArtQuickStyle.Category.md) ###### [Creator](Office.SmartArtQuickStyle.Creator.md) ###### [Description](Office.SmartArtQuickStyle.Description.md) ###### [Id](Office.SmartArtQuickStyle.Id.md) ###### [Name](Office.SmartArtQuickStyle.Name.md) ###### [Parent](Office.SmartArtQuickStyle.Parent.md) #### [SmartArtQuickStyles object](Office.SmartArtQuickStyles.md) ##### [SmartArtQuickStyles members](overview/Library-Reference/smartartquickstyles-members-office.md) ##### Properties ###### [Application](Office.SmartArtQuickStyles.Application.md) ###### [Count](Office.SmartArtQuickStyles.Count.md) ###### [Creator](Office.SmartArtQuickStyles.Creator.md) ###### [Parent](Office.SmartArtQuickStyles.Parent.md) ##### Methods ###### [Item](Office.SmartArtQuickStyles.Item.md) #### [SmartDocument object](Office.SmartDocument.md) ##### [SmartDocument members](overview/Library-Reference/smartdocument-members-office.md) ##### Properties ###### [Application](Office.SmartDocument.Application.md) ###### [Creator](Office.SmartDocument.Creator.md) ###### [SolutionID](Office.SmartDocument.SolutionID.md) ###### [SolutionURL](Office.SmartDocument.SolutionURL.md) ##### Methods ###### [PickSolution](Office.SmartDocument.PickSolution.md) ###### [RefreshPane](Office.SmartDocument.RefreshPane.md) #### [SoftEdgeFormat object](Office.SoftEdgeFormat.md) ##### [SoftEdgeFormat members](overview/Library-Reference/softedgeformat-members-office.md) ##### Properties ###### [Application](Office.SoftEdgeFormat.Application.md) ###### [Creator](Office.SoftEdgeFormat.Creator.md) ###### [Radius](Office.SoftEdgeFormat.Radius.md) ###### [Type](Office.SoftEdgeFormat.Type.md) #### [Sync object](Office.Sync.md) ##### [Sync members](overview/Library-Reference/sync-members-office.md) ##### Properties ###### [Application](Office.Sync.Application.md) ###### [Creator](Office.Sync.Creator.md) ###### [ErrorType](Office.Sync.ErrorType.md) ###### [LastSyncTime](Office.Sync.LastSyncTime.md) ###### [Parent](Office.Sync.Parent.md) ###### [Status](Office.Sync.Status.md) ###### [WorkspaceLastChangedBy](Office.Sync.WorkspaceLastChangedBy.md) ##### Methods ###### [GetUpdate](Office.Sync.GetUpdate.md) ###### [OpenVersion](Office.Sync.OpenVersion.md) ###### [PutUpdate](Office.Sync.PutUpdate.md) ###### [ResolveConflict](Office.Sync.ResolveConflict.md) ###### [Unsuspend](Office.Sync.Unsuspend.md) #### [TabStop2 object](Office.TabStop2.md) ##### [TabStop2 members](overview/Library-Reference/tabstop2-members-office.md) ##### Properties ###### [Application](Office.TabStop2.Application.md) ###### [Creator](Office.TabStop2.Creator.md) ###### [Parent](Office.TabStop2.Parent.md) ###### [Position](Office.TabStop2.Position.md) ###### [Type](Office.TabStop2.Type.md) ##### Methods ###### [Clear](Office.TabStop2.Clear.md) #### [TabStops2 object](Office.TabStops2.md) ##### [TabStops2 members](overview/Library-Reference/tabstops2-members-office.md) ##### Properties ###### [Application](Office.TabStops2.Application.md) ###### [Count](Office.TabStops2.Count.md) ###### [Creator](Office.TabStops2.Creator.md) ###### [DefaultSpacing](Office.TabStops2.DefaultSpacing.md) ###### [Parent](Office.TabStops2.Parent.md) ##### Methods ###### [Add](Office.TabStops2.Add.md) ###### [Item](Office.TabStops2.Item.md) #### [TextColumn2 object](Office.TextColumn2.md) ##### [TextColumn2 members](overview/Library-Reference/textcolumn2-members-office.md) ##### Properties ###### [Application](Office.TextColumn2.Application.md) ###### [Count](Office.TextColumn2.Count.md) ###### [Creator](Office.TextColumn2.Creator.md) ###### [Number](Office.TextColumn2.Number.md) ###### [Spacing](Office.TextColumn2.Spacing.md) ###### [TextDirection](Office.TextColumn2.TextDirection.md) #### [TextFrame2 object](Office.TextFrame2.md) ##### [TextFrame2 members](overview/Library-Reference/textframe2-members-office.md) ##### Properties ###### [Application](Office.TextFrame2.Application.md) ###### [AutoSize](Office.TextFrame2.AutoSize.md) ###### [Column](Office.TextFrame2.Column.md) ###### [Creator](Office.TextFrame2.Creator.md) ###### [HasText](Office.TextFrame2.HasText.md) ###### [HorizontalAnchor](Office.TextFrame2.HorizontalAnchor.md) ###### [MarginBottom](Office.TextFrame2.MarginBottom.md) ###### [MarginLeft](Office.TextFrame2.MarginLeft.md) ###### [MarginRight](Office.TextFrame2.MarginRight.md) ###### [MarginTop](Office.TextFrame2.MarginTop.md) ###### [NoTextRotation](Office.TextFrame2.NoTextRotation.md) ###### [Orientation](Office.TextFrame2.Orientation.md) ###### [Parent](Office.TextFrame2.Parent.md) ###### [PathFormat](Office.TextFrame2.PathFormat.md) ###### [Ruler](Office.TextFrame2.Ruler.md) ###### [TextRange](Office.TextFrame2.TextRange.md) ###### [ThreeD](Office.TextFrame2.ThreeD.md) ###### [VerticalAnchor](Office.TextFrame2.VerticalAnchor.md) ###### [WarpFormat](Office.TextFrame2.WarpFormat.md) ###### [WordArtFormat](Office.TextFrame2.WordArtformat.md) ###### [WordWrap](Office.TextFrame2.WordWrap.md) ##### Methods ###### [DeleteText](Office.TextFrame2.DeleteText.md) #### [TextRange2 object](Office.TextRange2.md) ##### [TextRange2 members](overview/Library-Reference/textrange2-members-office.md) ##### Properties ###### [Application](Office.TextRange2.Application.md) ###### [BoundHeight](Office.TextRange2.BoundHeight.md) ###### [BoundLeft](Office.TextRange2.BoundLeft.md) ###### [BoundTop](Office.TextRange2.BoundTop.md) ###### [BoundWidth](Office.TextRange2.BoundWidth.md) ###### [Characters](Office.TextRange2.Characters.md) ###### [Count](Office.TextRange2.Count.md) ###### [Creator](Office.TextRange2.Creator.md) ###### [Font](Office.TextRange2.Font.md) ###### [LanguageID](Office.TextRange2.LanguageID.md) ###### [Length](Office.TextRange2.Length.md) ###### [Lines](Office.TextRange2.Lines.md) ###### [MathZones](Office.TextRange2.MathZones.md) ###### [ParagraphFormat](Office.TextRange2.ParagraphFormat.md) ###### [Paragraphs](Office.TextRange2.Paragraphs.md) ###### [Parent](Office.TextRange2.Parent.md) ###### [Runs](Office.TextRange2.Runs.md) ###### [Sentences](Office.TextRange2.Sentences.md) ###### [Start](Office.TextRange2.Start.md) ###### [Text](Office.TextRange2.Text.md) ###### [Words](Office.TextRange2.Words.md) ##### Methods ###### [AddPeriods](Office.TextRange2.AddPeriods.md) ###### [ChangeCase](Office.TextRange2.ChangeCase.md) ###### [Copy](Office.TextRange2.Copy.md) ###### [Cut](Office.TextRange2.Cut.md) ###### [Delete](Office.TextRange2.Delete.md) ###### [Find](Office.TextRange2.Find.md) ###### [InsertAfter](Office.TextRange2.InsertAfter.md) ###### [InsertBefore](Office.TextRange2.InsertBefore.md) ###### [InsertChartField](Office.TextRange2.InsertChartField.md) ###### [InsertSymbol](Office.TextRange2.InsertSymbol.md) ###### [Item](Office.TextRange2.Item.md) ###### [LtrRun](Office.TextRange2.LtrRun.md) ###### [Paste](Office.TextRange2.Paste.md) ###### [PasteSpecial](Office.TextRange2.PasteSpecial.md) ###### [RemovePeriods](Office.TextRange2.RemovePeriods.md) ###### [Replace](Office.TextRange2.Replace.md) ###### [RotatedBounds](Office.TextRange2.RotatedBounds.md) ###### [RtlRun](Office.TextRange2.RtlRun.md) ###### [Select](Office.TextRange2.Select.md) ###### [TrimText](Office.TextRange2.TrimText.md) #### [ThemeColor object](Office.ThemeColor.md) ##### [ThemeColor members](overview/Library-Reference/themecolor-members-office.md) ##### Properties ###### [Application](Office.ThemeColor.Application.md) ###### [Creator](Office.ThemeColor.Creator.md) ###### [Parent](Office.ThemeColor.Parent.md) ###### [RGB](Office.ThemeColor.RGB.md) ###### [ThemeColorSchemeIndex](Office.ThemeColor.ThemeColorSchemeIndex.md) #### [ThemeColorScheme object](Office.ThemeColorScheme.md) ##### [ThemeColorScheme members](overview/Library-Reference/themecolorscheme-members-office.md) ##### Properties ###### [Application](Office.ThemeColorScheme.Application.md) ###### [Count](Office.ThemeColorScheme.Count.md) ###### [Creator](Office.ThemeColorScheme.Creator.md) ###### [Parent](Office.ThemeColorScheme.Parent.md) ##### Methods ###### [Colors](Office.ThemeColorScheme.Colors.md) ###### [GetCustomColor](Office.ThemeColorScheme.GetCustomColor.md) ###### [Load](Office.ThemeColorScheme.Load.md) ###### [Save](Office.ThemeColorScheme.Save.md) #### [ThemeEffectScheme object](Office.ThemeEffectScheme.md) ##### [ThemeEffectScheme members](overview/Library-Reference/themeeffectscheme-members-office.md) ##### Properties ###### [Application](Office.ThemeEffectScheme.Application.md) ###### [Creator](Office.ThemeEffectScheme.Creator.md) ###### [Parent](Office.ThemeEffectScheme.Parent.md) ##### Methods ###### [Load](Office.ThemeEffectScheme.Load.md) #### [ThemeFont object](Office.ThemeFont.md) ##### [ThemeFont members](overview/Library-Reference/themefont-members-office.md) ##### Properties ###### [Application](Office.ThemeFont.Application.md) ###### [Creator](Office.ThemeFont.Creator.md) ###### [Name](Office.ThemeFont.Name.md) ###### [Parent](Office.ThemeFont.Parent.md) #### [ThemeFonts object](Office.ThemeFonts.md) ##### [ThemeFonts members](overview/Library-Reference/themefonts-members-office.md) ##### Properties ###### [Application](Office.ThemeFonts.Application.md) ###### [Count](Office.ThemeFonts.Count.md) ###### [Creator](Office.ThemeFonts.Creator.md) ###### [Parent](Office.ThemeFonts.Parent.md) ##### Methods ###### [Item](Office.ThemeFonts.Item.md) #### [ThemeFontScheme object](Office.ThemeFontScheme.md) ##### [ThemeFontScheme members](overview/Library-Reference/themefontscheme-members-office.md) ##### Properties ###### [Application](Office.ThemeFontScheme.Application.md) ###### [Creator](Office.ThemeFontScheme.Creator.md) ###### [MajorFont](Office.ThemeFontScheme.MajorFont.md) ###### [MinorFont](Office.ThemeFontScheme.MinorFont.md) ###### [Parent](Office.ThemeFontScheme.Parent.md) ##### Methods ###### [Load](Office.ThemeFontScheme.Load.md) ###### [Save](Office.ThemeFontScheme.Save.md) #### [UserPermission object](Office.UserPermission.md) ##### [UserPermission members](overview/Library-Reference/userpermission-members-office.md) ##### Properties ###### [Application](Office.UserPermission.Application.md) ###### [Creator](Office.UserPermission.Creator.md) ###### [ExpirationDate](Office.UserPermission.ExpirationDate.md) ###### [Parent](Office.UserPermission.Parent.md) ###### [Permission](Office.UserPermission.Permission.md) ###### [UserId](Office.UserPermission.UserId.md) ##### Methods ###### [Remove](Office.UserPermission.Remove.md) #### [WebPageFont object](Office.WebPageFont.md) ##### [WebPageFont members](overview/Library-Reference/webpagefont-members-office.md) ##### Properties ###### [Application](Office.WebPageFont.Application.md) ###### [Creator](Office.WebPageFont.Creator.md) ###### [FixedWidthFont](Office.WebPageFont.FixedWidthFont.md) ###### [FixedWidthFontSize](Office.WebPageFont.FixedWidthFontSize.md) ###### [ProportionalFont](Office.WebPageFont.ProportionalFont.md) ###### [ProportionalFontSize](Office.WebPageFont.ProportionalFontSize.md) #### [WebPageFonts object](Office.WebPageFonts.md) ##### [WebPageFonts members](overview/Library-Reference/webpagefonts-members-office.md) ##### Properties ###### [Application](Office.WebPageFonts.Application.md) ###### [Count](Office.WebPageFonts.Count.md) ###### [Creator](Office.WebPageFonts.Creator.md) ###### [Item](Office.WebPageFonts.Item.md) #### [WorkflowTask object](Office.WorkflowTask.md) ##### [WorkflowTask members](overview/Library-Reference/workflowtask-members-office.md) ##### Properties ###### [Application](Office.WorkflowTask.Application.md) ###### [AssignedTo](Office.WorkflowTask.AssignedTo.md) ###### [CreatedBy](Office.WorkflowTask.CreatedBy.md) ###### [CreatedDate](Office.WorkflowTask.CreatedDate.md) ###### [Creator](Office.WorkflowTask.Creator.md) ###### [Description](Office.WorkflowTask.Description.md) ###### [DueDate](Office.WorkflowTask.DueDate.md) ###### [Id](Office.WorkflowTask.Id.md) ###### [ListID](Office.WorkflowTask.ListID.md) ###### [Name](Office.WorkflowTask.Name.md) ###### [WorkflowID](Office.WorkflowTask.WorkflowID.md) ##### Methods ###### [Show](Office.WorkflowTask.Show.md) #### [WorkflowTasks object](Office.WorkflowTasks.md) ##### [WorkflowTasks members](overview/Library-Reference/workflowtasks-members-office.md) ##### Properties ###### [Application](Office.WorkflowTasks.Application.md) ###### [Count](Office.WorkflowTasks.Count.md) ###### [Creator](Office.WorkflowTasks.Creator.md) ###### [Item](Office.WorkflowTasks.Item.md) #### [WorkflowTemplate object](Office.WorkflowTemplate.md) ##### [WorkflowTemplate members](overview/Library-Reference/workflowtemplate-members-office.md) ##### Properties ###### [Application](Office.WorkflowTemplate.Application.md) ###### [Creator](Office.WorkflowTemplate.Creator.md) ###### [Description](Office.WorkflowTemplate.Description.md) ###### [DocumentLibraryName](Office.WorkflowTemplate.DocumentLibraryName.md) ###### [DocumentLibraryURL](Office.WorkflowTemplate.DocumentLibraryURL.md) ###### [Id](Office.WorkflowTemplate.Id.md) ###### [Name](Office.WorkflowTemplate.Name.md) ##### Methods ###### [Show](Office.WorkflowTemplate.Show.md) #### [WorkflowTemplates object](Office.WorkflowTemplates.md) ##### [WorkflowTemplates members](overview/Library-Reference/workflowtemplates-members-office.md) ##### Properties ###### [Application](Office.WorkflowTemplates.Application.md) ###### [Count](Office.WorkflowTemplates.Count.md) ###### [Creator](Office.WorkflowTemplates.Creator.md) ###### [Item](Office.WorkflowTemplates.Item.md) #### [Enumerations](overview/Library-Reference/enumerations-office.md) ##### [BackstageGroupStyle](Office.BackstageGroupStyle.md) ##### [CertificateDetail](Office.CertificateDetail.md) ##### [CertificateVerificationResults](Office.CertificateVerificationResults.md) ##### [ContentVerificationResults](Office.ContentVerificationResults.md) ##### [EncryptionCipherMode](Office.EncryptionCipherMode.md) ##### [EncryptionProviderDetail](Office.EncryptionProviderDetail.md) ##### [MailFormat](Office.MailFormat.md) ##### [MsoAlertButtonType](overview/Library-Reference/msoalertbuttontype-enumeration-office.md) ##### [MsoAlertCancelType](Office.MsoAlertCancelType.md) ##### [MsoAlertDefaultType](overview/Library-Reference/msoalertdefaulttype-enumeration-office.md) ##### [MsoAlertIconType](Office.MsoAlertIconType.md) ##### [MsoAlignCmd](Office.MsoAlignCmd.md) ##### [MsoAnimationType](overview/Library-Reference/msoanimationtype-enumeration-office.md) ##### [MsoAppLanguageID](Office.MsoAppLanguageID.md) ##### [MsoArrowheadLength](Office.MsoArrowheadLength.md) ##### [MsoArrowheadStyle](Office.MsoArrowheadStyle.md) ##### [MsoArrowheadWidth](Office.MsoArrowheadWidth.md) ##### [MsoAssignmentMethod](overview/Library-Reference/msoassignmentmethod-enumeration-office.md) ##### [MsoAutomationSecurity](Office.MsoAutomationSecurity.md) ##### [MsoAutoShapeType](Office.MsoAutoShapeType.md) ##### [MsoAutoSize](Office.MsoAutoSize.md) ##### [MsoBackgroundStyleIndex](Office.MsoBackgroundStyleIndex.md) ##### [MsoBalloonButtonType](overview/Library-Reference/msoballoonbuttontype-enumeration-office.md) ##### [MsoBalloonErrorType](overview/Library-Reference/msoballoonerrortype-enumeration-office.md) ##### [MsoBalloonType](overview/Library-Reference/msoballoontype-enumeration-office.md) ##### [MsoBarPosition](Office.MsoBarPosition.md) ##### [MsoBarProtection](Office.MsoBarProtection.md) ##### [MsoBarRow](Office.MsoBarRow.md) ##### [MsoBarType](Office.MsoBarType.md) ##### [MsoBaselineAlignment](Office.MsoBaselineAlignment.md) ##### [MsoBevelType](Office.MsoBevelType.md) ##### [MsoBlackWhiteMode](Office.MsoBlackWhiteMode.md) ##### [MsoBlogCategorySupport](Office.MsoBlogCategorySupport.md) ##### [MsoBlogImageType](Office.MsoBlogImageType.md) ##### [MsoBroadcastCapabilities](overview/Library-Reference/msobroadcastcapabilities-enumeration-office.md) ##### [MsoBroadcastState](overview/Library-Reference/msobroadcaststate-enumeration-office.md) ##### [MsoBulletType](Office.MsoBulletType.md) ##### [MsoButtonSetType](overview/Library-Reference/msobuttonsettype-enumeration-office.md) ##### [MsoButtonState](Office.MsoButtonState.md) ##### [MsoButtonStyle](Office.MsoButtonStyle.md) ##### [MsoCalloutAngleType](Office.MsoCalloutAngleType.md) ##### [MsoCalloutDropType](Office.MsoCalloutDropType.md) ##### [MsoCalloutType](Office.MsoCalloutType.md) ##### [MsoCharacterSet](Office.MsoCharacterSet.md) ##### [MsoChartElementType](Office.MsoChartElementType.md) ##### [MsoChartFieldType](overview/Library-Reference/msochartfieldtype-enumeration-office.md) ##### [MsoClipboardFormat](Office.MsoClipboardFormat.md) ##### [MsoColorType](Office.MsoColorType.md) ##### [MsoComboStyle](Office.MsoComboStyle.md) ##### [MsoCommandBarButtonHyperlinkType](Office.MsoCommandBarButtonHyperlinkType.md) ##### [MsoConnectorType](Office.MsoConnectorType.md) ##### [MsoContactCardAddressType](Office.MsoContactCardAddressType.md) ##### [MsoContactCardStyle](Office.MsoContactCardStyle.md) ##### [MsoContactCardType](Office.MsoContactCardType.md) ##### [MsoControlOLEUsage](Office.MsoControlOLEUsage.md) ##### [MsoControlType](Office.MsoControlType.md) ##### [MsoCTPDockPosition](Office.MsoCTPDockPosition.md) ##### [MsoCTPDockPositionRestrict](Office.MsoCTPDockPositionRestrict.md) ##### [MsoCustomXMLNodeType](Office.MsoCustomXMLNodeType.md) ##### [MsoCustomXMLValidationErrorType](Office.MsoCustomXMLValidationErrorType.md) ##### [MsoDateTimeFormat](Office.MsoDateTimeFormat.md) ##### [MsoDistributeCmd](Office.MsoDistributeCmd.md) ##### [MsoDocInspectorStatus](Office.MsoDocInspectorStatus.md) ##### [MsoDocProperties](Office.MsoDocProperties.md) ##### [MsoEditingType](Office.MsoEditingType.md) ##### [MsoEncoding](Office.MsoEncoding.md) ##### [MsoExtraInfoMethod](Office.MsoExtraInfoMethod.md) ##### [MsoExtrusionColorType](Office.MsoExtrusionColorType.md) ##### [MsoFarEastLineBreakLanguageID](Office.MsoFarEastLineBreakLanguageID.md) ##### [MsoFeatureInstall](Office.MsoFeatureInstall.md) ##### [MsoFileDialogType](Office.MsoFileDialogType.md) ##### [MsoFileDialogView](Office.MsoFileDialogView.md) ##### [MsoFileNewAction](Office.MsoFileNewAction.md) ##### [MsoFileNewSection](Office.MsoFileNewSection.md) ##### [MsoFileValidationMode](Office.MsoFileValidationMode.md) ##### [MsoFillType](Office.MsoFillType.md) ##### [MsoFilterComparison](Office.MsoFilterComparison.md) ##### [MsoFilterConjunction](Office.MsoFilterConjunction.md) ##### [MsoFlipCmd](Office.MsoFlipCmd.md) ##### [MsoFontLanguageIndex](Office.MsoFontLanguageIndex.md) ##### [MsoGradientColorType](Office.MsoGradientColorType.md) ##### [MsoGradientStyle](Office.MsoGradientStyle.md) ##### [MsoGraphicStyleIndex](Office.MsoGraphicStyleIndex.md) ##### [MsoHorizontalAnchor](Office.MsoHorizontalAnchor.md) ##### [MsoHyperlinkType](Office.MsoHyperlinkType.md) ##### [MsoIconType](overview/Library-Reference/msoicontype-enumeration-office.md) ##### [MsoIodGroup](overview/Library-Reference/msoiodgroup-enumeration-office.md) ##### [MsoLanguageID](Office.MsoLanguageID.md) ##### [MsoLightRigType](Office.MsoLightRigType.md) ##### [MsoLineCapStyle](overview/Library-Reference/msolinecapstyle-enumeration-office.md) ##### [MsoLineDashStyle](Office.MsoLineDashStyle.md) ##### [MsoLineFillType](overview/Library-Reference/msolinefilltype-enumeration-office.md) ##### [MsoLineJoinStyle](overview/Library-Reference/msolinejoinstyle-enumeration-office.md) ##### [MsoLineStyle](Office.MsoLineStyle.md) ##### [MsoMenuAnimation](Office.MsoMenuAnimation.md) ##### [MsoMergeCmd](overview/Library-Reference/msomergecmd-enumeration-office.md) ##### [MsoMetaPropertyType](Office.MsoMetaPropertyType.md) ##### [MsoMixedType](Office.MsoMixedType.md) ##### [MsoModeType](overview/Library-Reference/msomodetype-enumeration-office.md) ##### [MsoMoveRow](Office.MsoMoveRow.md) ##### [MsoNumberedBulletStyle](Office.MsoNumberedBulletStyle.md) ##### [MsoOLEMenuGroup](Office.MsoOLEMenuGroup.md) ##### [MsoOrgChartLayoutType](Office.MsoOrgChartLayoutType.md) ##### [MsoOrgChartOrientation](Office.MsoOrgChartOrientation.md) ##### [MsoOrientation](Office.MsoOrientation.md) ##### [MsoParagraphAlignment](Office.MsoParagraphAlignment.md) ##### [MsoPathFormat](Office.MsoPathFormat.md) ##### [MsoPatternType](Office.MsoPatternType.md) ##### [MsoPermission](Office.MsoPermission.md) ##### [MsoPickerField](Office.MsoPickerField.md) ##### [MsoPictureColorType](Office.MsoPictureColorType.md) ##### [MsoPictureCompress](overview/Library-Reference/msopicturecompress-enumeration-office.md) ##### [MsoPictureEffectType](Office.MsoPictureEffectType.md) ##### [MsoPresetCamera](Office.MsoPresetCamera.md) ##### [MsoPresetExtrusionDirection](Office.MsoPresetExtrusionDirection.md) ##### [MsoPresetGradientType](Office.MsoPresetGradientType.md) ##### [MsoPresetLightingDirection](Office.MsoPresetLightingDirection.md) ##### [MsoPresetLightingSoftness](Office.MsoPresetLightingSoftness.md) ##### [MsoPresetMaterial](Office.MsoPresetMaterial.md) ##### [MsoPresetTextEffect](Office.MsoPresetTextEffect.md) ##### [MsoPresetTextEffectShape](Office.MsoPresetTextEffectShape.md) ##### [MsoPresetTexture](Office.MsoPresetTexture.md) ##### [MsoPresetThreeDFormat](Office.MsoPresetThreeDFormat.md) ##### [MsoRecolorType](Office.MsoRecolorType.md) ##### [MsoReflectionType](Office.MsoReflectionType.md) ##### [MsoRelativeNodePosition](Office.MsoRelativeNodePosition.md) ##### [MsoScaleFrom](Office.MsoScaleFrom.md) ##### [MsoScreenSize](Office.MsoScreenSize.md) ##### [MsoSearchIn](overview/Library-Reference/msosearchin-enumeration-office.md) ##### [MsoSegmentType](Office.MsoSegmentType.md) ##### [MsoShadowStyle](Office.MsoShadowStyle.md) ##### [MsoShadowType](Office.MsoShadowType.md) ##### [MsoShapeStyleIndex](Office.MsoShapeStyleIndex.md) ##### [MsoShapeType](Office.MsoShapeType.md) ##### [MsoSharedWorkspaceTaskPriority](Office.MsoSharedWorkspaceTaskPriority.md) ##### [MsoSharedWorkspaceTaskStatus](Office.MsoSharedWorkspaceTaskStatus.md) ##### [MsoSignatureSubset](Office.MsoSignatureSubset.md) ##### [MsoSmartArtNodePosition](Office.MsoSmartArtNodePosition.md) ##### [MsoSmartArtNodeType](Office.MsoSmartArtNodeType.md) ##### [MsoSoftEdgeType](Office.MsoSoftEdgeType.md) ##### [MsoSyncConflictResolutionType](Office.MsoSyncConflictResolutionType.md) ##### [MsoSyncErrorType](Office.MsoSyncErrorType.md) ##### [MsoSyncEventType](Office.MsoSyncEventType.md) ##### [MsoSyncStatusType](Office.MsoSyncStatusType.md) ##### [MsoSyncVersionType](Office.MsoSyncVersionType.md) ##### [MsoTabStopType](Office.MsoTabStopType.md) ##### [MsoTargetBrowser](Office.MsoTargetBrowser.md) ##### [MsoTextCaps](Office.MsoTextCaps.md) ##### [MsoTextChangeCase](Office.MsoTextChangeCase.md) ##### [MsoTextCharWrap](Office.MsoTextCharWrap.md) ##### [MsoTextDirection](Office.MsoTextDirection.md) ##### [MsoTextEffectAlignment](Office.MsoTextEffectAlignment.md) ##### [MsoTextFontAlign](Office.MsoTextFontAlign.md) ##### [MsoTextOrientation](Office.MsoTextOrientation.md) ##### [MsoTextStrike](Office.MsoTextStrike.md) ##### [MsoTextTabAlign](Office.MsoTextTabAlign.md) ##### [MsoTextUnderlineType](Office.MsoTextUnderlineType.md) ##### [MsoTextureAlignment](Office.MsoTextureAlignment.md) ##### [MsoTextureType](Office.MsoTextureType.md) ##### [MsoThemeColorIndex](Office.MsoThemeColorIndex.md) ##### [MsoThemeColorSchemeIndex](Office.MsoThemeColorSchemeIndex.md) ##### [MsoTriState](Office.MsoTriState.md) ##### [MsoVerticalAnchor](Office.MsoVerticalAnchor.md) ##### [MsoWarpFormat](Office.MsoWarpFormat.md) ##### [MsoWizardActType](overview/Library-Reference/msowizardacttype-enumeration-office.md) ##### [MsoWizardMsgType](Office.MsoWizardMsgType.md) ##### [MsoZOrderCmd](Office.MsoZOrderCmd.md) ##### [OutSpaceSlabStyle](Office.OutSpaceSlabStyle.md) ##### [RibbonControlSize](Office.RibbonControlSize.md) ##### [SignatureDetail](Office.SignatureDetail.md) ##### [SignatureLineImage](Office.SignatureLineImage.md) ##### [SignatureProviderDetail](Office.SignatureProviderDetail.md) ##### [SignatureType](Office.SignatureType.md) ##### [XlDataLabelPosition](Office.XlDataLabelPosition.md) ##### [XlDisplayUnit](Office.XlDisplayUnit.md) ##### [XlPivotFieldOrientation](Office.XlPivotFieldOrientation.md) ##### [XlSizeRepresents](Office.XlSizeRepresents.md) ##### [XlTimeUnit](Office.XlTimeUnit.md)