<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Microsoft.Office.Interop.Excel</name>
</assembly>
<members>
<member name="T:Microsoft.Office.Interop.Excel._Application">
<summary>Represents the entire Microsoft Excel application.</summary>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.ActivateMicrosoftApp(Microsoft.Office.Interop.Excel.XlMSApplication)">
<summary>Activates a Microsoft application. If the application is already running, this method activates the running application. If the application isn't running, this method starts a new instance of the application.</summary>
<param name="Index">Required <see cref="T:Microsoft.Office.Interop.Excel.XlMSApplication"></see>. Specifies the Microsoft application to activate.XlMSApplication can be one of these XlMSApplication constants:xlMicrosoftWordxlMicrosoftPowerPointxlMicrosoftMailxlMicrosoftAccessxlMicrosoftFoxProxlMicrosoftProjectxlMicrosoftSchedulePlus</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.AddChartAutoFormat(System.Object,System.String,System.Object)">
<summary>Adds a custom chart autoformat to the list of available chart autoformats.</summary>
<param name="Chart">Required Object. A chart that contains the format that will be applied when the new chart autoformat is applied.</param>
<param name="Description">Optional Object. A description of the custom autoformat.</param>
<param name="Name">Required String. The name of the autoformat.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.AddCustomList(System.Object,System.Object)">
<summary>Adds a custom list for custom autofill and/or custom sort.</summary>
<param name="ByRow">Optional Object. Only used if ListArray is a Range object. True to create a custom list from each row in the range. False to create a custom list from each column in the range. If this argument is omitted and there are more rows than columns (or an equal number of rows and columns) in the range, Microsoft Excel creates a custom list from each column in the range. If this argument is omitted and there are more columns than rows in the range, Microsoft Excel creates a custom list from each row in the range.</param>
<param name="ListArray">Required Object. Specifies the source data, as either an array of strings or a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.CalculateUntilAsyncQueriesDone">
<summary>Runs all pending queries to OLEDB and OLAP data sources.</summary>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.CentimetersToPoints(System.Double)">
<summary>Converts a measurement from centimeters to points (one point equals 0.035 centimeters).</summary>
<param name="Centimeters">Required Double. Specifies the centimeter value to be converted to points.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.CheckAbort(System.Object)">
<summary>Stops recalculation in a Microsoft Excel application.</summary>
<param name="KeepAbort">Optional Object. Allows recalculation to be performed for a Range.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.CheckSpelling(System.String,System.Object,System.Object)">
<summary>Checks the spelling of a single word. Returns True if the word is found in one of the dictionaries; returns False if the word isn't found.</summary>
<param name="CustomDictionary">Optional Object. A string that indicates the file name of the custom dictionary to be examined if the word isn't found in the main dictionary. If this argument is omitted, the currently specified dictionary is used.</param>
<param name="Word">Required String. The word you want to check.</param>
<param name="IgnoreUppercase">Optional Object. True to have Microsoft Excel ignore words that are all uppercase. False to have Microsoft Excel check words that are all uppercase. If this argument is omitted, the current setting will be used.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.ConvertFormula(System.Object,Microsoft.Office.Interop.Excel.XlReferenceStyle,System.Object,System.Object,System.Object)">
<summary>Converts cell references in a formula between the A1 and R1C1 reference styles, between relative and absolute references, or both.</summary>
<param name="RelativeTo">Optional Object. Optional Variant. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that contains one cell. Relative references relate to this cell.</param>
<param name="FromReferenceStyle">Required <see cref="T:Microsoft.Office.Interop.Excel.XlReferenceStyle"></see>. The reference style of the formula.XlReferenceStyle can be one of these XlReferenceStyle constants:xlA1xlR1C1</param>
<param name="ToReferenceStyle">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlReferenceStyle"></see>. The reference style you want returned. If this argument is omitted, the reference style isn't changed; the formula stays in the style specified by FromReferenceStyle.XlReferenceStyle can be one of these XlReferenceStyle constants. xlA1 xlR1C1</param>
<param name="Formula">Required Object. A String that contains the formula you want to convert. This must be a valid formula, and it must begin with an equal sign.</param>
<param name="ToAbsolute">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlReferenceStyle"></see>. Specifies the converted reference type. If this argument is omitted, the reference type isn't changed.XlReferenceStyle can be one of these XlReferenceStyle constants:xlAbsolutexlAbsRowRelColumnxlRelRowAbsColumnxlRelative</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.DDEExecute(System.Int32,System.String)">
<summary>Runs a command or performs some other action or actions in another application by way of the specified DDE channel.</summary>
<param name="String">Required String. The message defined in the receiving application.</param>
<param name="Channel">Required Integer. The channel number returned by the <see cref="M:Microsoft.Office.Interop.Excel._Application.DDEInitiate(System.String,System.String)"></see> method.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.DDEInitiate(System.String,System.String)">
<summary>Opens a DDE channel to an application.</summary>
<param name="App">Required String. The application name.</param>
<param name="Topic">Required String. Describes something in the application to which you're opening a channel — usually a document of that application.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.DDEPoke(System.Int32,System.Object,System.Object)">
<summary>Sends data to an application.</summary>
<param name="Data">Required Object. The data to be sent to the application.</param>
<param name="Item">Required Object. The item to which the data is to be sent.</param>
<param name="Channel">Required Integer. The channel number returned by the <see cref="M:Microsoft.Office.Interop.Excel._Application.DDEInitiate(System.String,System.String)"></see> method.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.DDERequest(System.Int32,System.String)">
<summary>Requests information from the specified application. This method always returns an array.</summary>
<param name="Item">Required String. The item to be requested.</param>
<param name="Channel">Required Integer. The channel number returned by the <see cref="M:Microsoft.Office.Interop.Excel._Application.DDEInitiate(System.String,System.String)"></see> method.</param>
</member>
<member name="M:Microsoft.Office.Interop.Excel._Application.DDETerminate(System.Int32)">
<summary>C