<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Office.Tools.Excel</name>
</assembly>
<members>
<member name="N:Microsoft.Office.Tools.Excel">
<summary>The <see cref="N:Microsoft.Office.Tools.Excel"></see> namespace contains a set of classes that extend and support the Microsoft Office Excel object model. </summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.Action">
<summary>Represents a smart tag action in a Microsoft Office Excel workbook.</summary>
</member>
<member name="M:Microsoft.Office.Tools.Excel.Action.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:Microsoft.Office.Tools.Excel.Action"></see> class.</summary>
<param name="caption">The name of the action, which is displayed by the smart tag menu.</param>
</member>
<member name="E:Microsoft.Office.Tools.Excel.Action.BeforeCaptionShow">
<summary>Occurs after the user clicks the smart tags icon, and before the smart tag menu is displayed.</summary>
</member>
<member name="E:Microsoft.Office.Tools.Excel.Action.Click">
<summary>Occurs when the action in the smart tag menu is clicked.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.ActionClickEventHandler">
<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Excel.Action.Click"></see> event of an <see cref="T:Microsoft.Office.Tools.Excel.Action"></see>.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.ActionEventArgs">
<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Excel.Action.Click"></see> and <see cref="E:Microsoft.Office.Tools.Excel.Action.BeforeCaptionShow"></see> events.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Excel.ActionEventArgs.Properties">
<summary>Gets all properties that have been implemented for the smart tag.</summary>
<returns>All properties that have been implemented for the smart tag.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Excel.ActionEventArgs.Range">
<summary>Gets the range containing the text that has been recognized as a smart tag.</summary>
<returns>The range containing the text that has been recognized as a smart tag.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Excel.ActionEventArgs.Text">
<summary>Gets the text that was recognized as a smart tag.</summary>
<returns>The text that was recognized as a smart tag.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Excel.BeforeAddDataBoundRowEventArgs">
<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Excel.ListObject.BeforeAddDataboundRow"></see> event.</summary>
</member>
<member name="P:Microsoft.Office.Tools.Excel.BeforeAddDataBoundRowEventArgs.Cancel">
<summary>Gets or sets a value indicating whether the addition of a new row should be canceled.</summary>
<returns>true if the row should not be added to the data; otherwise, false.</returns>
</member>
<member name="P:Microsoft.Office.Tools.Excel.BeforeAddDataBoundRowEventArgs.Item">
<summary>Gets the row to be added to the data source.</summary>
<returns>The row to be added.</returns>
</member>
<member name="T:Microsoft.Office.Tools.Excel.BeforeAddDataBoundRowEventHandler">
<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Excel.ListObject.BeforeAddDataboundRow"></see> event of a <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see>.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.BeforeCaptionShowEventHandler">
<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Excel.Action.BeforeCaptionShow"></see> event of an <see cref="T:Microsoft.Office.Tools.Excel.Action"></see>.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.ChangeReason">
<summary>Provides the reason that the original data was restored to a <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> that is bound to data.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeReason.DataBoundColumnHeaderIsAutoSet">
<summary>When the <see cref="P:Microsoft.Office.Tools.Excel.ListObject.AutoSetDataboundColumnHeaders"></see> property of the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control is set to true, the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control does not allow the user to change the column headers.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeReason.ErrorInCommit">
<summary>A change to data in the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control could not be committed to the data source that the control is bound to.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeReason.FixedLengthDataSource">
<summary>The data source that the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control is bound to does not allow adding or removing rows.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeReason.FixedNumberOfColumnsInDataBoundList">
<summary>The <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control does not allow columns to be added or removed after it is bound to data.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeReason.Other">
<summary>The original data was restored because of a reason not specified by any of the other <see cref="T:Microsoft.Office.Tools.Excel.ChangeReason"></see> values.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeReason.ReadOnlyDataSource">
<summary>The data source that the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control is bound to is read-only.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.ChangeType">
<summary>Provides information about how a <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control restored data that was changed by a user.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeType.ColumnAdded">
<summary>A column was added to the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeType.ColumnHeaderRestored">
<summary>The text for the column header was restored to its original value.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeType.ColumnRemoved">
<summary>A column was removed from the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeType.RangeValueRestored">
<summary>The values in a range were restored to the values in the data source.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeType.RowAdded">
<summary>A row was added to the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control.</summary>
</member>
<member name="F:Microsoft.Office.Tools.Excel.ChangeType.RowRemoved">
<summary>A row was removed from the <see cref="T:Microsoft.Office.Tools.Excel.ListObject"></see> control.</summary>
</member>
<member name="T:Microsoft.Office.Tools.Excel.Chart">
<summary>The <see cref="T:Microsoft.Office.Tools.Excel.Chart"></see> control is a chart object that exposes events and can be bound to data.</summary>
</member>
<member name="E:Microsoft.Office.Tools.Excel.Chart.ActivateEvent">
<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Excel.Chart"></see> control is activated.</summary>
</member>
<member name="E:Microsoft.Office.Tools.Excel.Chart.BeforeDoubleClick">
<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Excel.Chart"></see> control is double-clicked, before the default double-click a