1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3     <assembly>
4         <name>Microsoft.Office.Interop.Excel</name>
5     </assembly>
6     <members>
7         <member name=
"T:Microsoft.Office.Interop.Excel._Application">
8             <summary>Represents the entire Microsoft Excel application.</summary>
9         </member>
10         <member name=
"M:Microsoft.Office.Interop.Excel._Application.ActivateMicrosoftApp(Microsoft.Office.Interop.Excel.XlMSApplication)">
11             <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>
12             <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>
13         </member>
14         <member name=
"M:Microsoft.Office.Interop.Excel._Application.AddChartAutoFormat(System.Object,System.String,System.Object)">
15             <summary>Adds a custom chart autoformat to the list of available chart autoformats.</summary>
16             <param name=
"Chart">Required Object. A chart that contains the format that will be applied when the new chart autoformat is applied.</param>
17             <param name=
"Description">Optional Object. A description of the custom autoformat.</param>
18             <param name=
"Name">Required String. The name of the autoformat.</param>
19         </member>
20         <member name=
"M:Microsoft.Office.Interop.Excel._Application.AddCustomList(System.Object,System.Object)">
21             <summary>Adds a custom list
for custom autofill and/or custom sort.</summary>
22             <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>
23             <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>
24         </member>
25         <member name=
"M:Microsoft.Office.Interop.Excel._Application.CalculateUntilAsyncQueriesDone">
26             <summary>Runs all pending queries to OLEDB and OLAP data sources.</summary>
27         </member>
28         <member name=
"M:Microsoft.Office.Interop.Excel._Application.CentimetersToPoints(System.Double)">
29             <summary>Converts a measurement
from centimeters to points (one point equals 0.035 centimeters).</summary>
30             <param name=
"Centimeters">Required Double. Specifies the centimeter value to be converted to points.</param>
31         </member>
32         <member name=
"M:Microsoft.Office.Interop.Excel._Application.CheckAbort(System.Object)">
33             <summary>Stops recalculation
in a Microsoft Excel application.</summary>
34             <param name=
"KeepAbort">Optional Object. Allows recalculation to be performed for a Range.</param>
35         </member>
36         <member name=
"M:Microsoft.Office.Interop.Excel._Application.CheckSpelling(System.String,System.Object,System.Object)">
37             <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>
38             <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>
39             <param name=
"Word">Required String. The word you want to check.</param>
40             <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>
41         </member>
42         <member name=
"M:Microsoft.Office.Interop.Excel._Application.ConvertFormula(System.Object,Microsoft.Office.Interop.Excel.XlReferenceStyle,System.Object,System.Object,System.Object)">
43             <summary>Converts cell references
in a formula between the A1 and R1C1 reference styles, between relative and absolute references, or both.</summary>
44             <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>
45             <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>
46             <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>
47             <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>
48             <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>
49         </member>
50         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DDEExecute(System.Int32,System.String)">
51             <summary>Runs a command or performs some other action or actions
in another application by way of the specified DDE channel.</summary>
52             <param name=
"String">Required String. The message defined in the receiving application.</param>
53             <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>
54         </member>
55         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DDEInitiate(System.String,System.String)">
56             <summary>Opens a DDE channel to an application.</summary>
57             <param name=
"App">Required String. The application name.</param>
58             <param name=
"Topic">Required String. Describes something in the application to which you're opening a channel — usually a document of that application.</param>
59         </member>
60         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DDEPoke(System.Int32,System.Object,System.Object)">
61             <summary>Sends data to an application.</summary>
62             <param name=
"Data">Required Object. The data to be sent to the application.</param>
63             <param name=
"Item">Required Object. The item to which the data is to be sent.</param>
64             <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>
65         </member>
66         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DDERequest(System.Int32,System.String)">
67             <summary>Requests information
from the specified application. This method always returns an array.</summary>
68             <param name=
"Item">Required String. The item to be requested.</param>
69             <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>
70         </member>
71         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DDETerminate(System.Int32)">
72             <summary>Closes a channel to another application.</summary>
73             <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>
74         </member>
75         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DeleteChartAutoFormat(System.String)">
76             <summary>Removes a custom chart autoformat
from the list of available chart autoformats.</summary>
77             <param name=
"Name">Required String. The name of the custom autoformat to be removed.</param>
78         </member>
79         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DeleteCustomList(System.Int32)">
80             <summary>Deletes a custom list.</summary>
81             <param name=
"ListNum">Required Integer. The custom list number. This number must be greater than or equal to 5 (Microsoft Excel has four built-in custom lists that cannot be deleted).</param>
82         </member>
83         <member name=
"M:Microsoft.Office.Interop.Excel._Application.DisplayXMLSourcePane(System.Object)">
84             <summary>Opens the XML Source task pane and displays the XML map specified
by the XmlMap argument.</summary>
85             <param name=
"XmlMap">Optional <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object. The XML map to display in the task pane.</param>
86         </member>
87         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Dummy20(System.Int32)">
88             <returns>s</returns>
89         </member>
90         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Evaluate(System.Object)">
91             <summary>Converts a Microsoft Excel name to an
object or a value.</summary>
92             <param name=
"Name">Required Object. The name of the object, using the naming convention of Microsoft Excel.</param>
93         </member>
94         <member name=
"M:Microsoft.Office.Interop.Excel._Application.ExecuteExcel4Macro(System.String)">
95             <summary>Runs a Microsoft Excel
4.0 macro function, and then returns the result of the function. The return type depends on the function.</summary>
96             <param name=
"String">Required String. A Microsoft Excel 4.0 macro language function without the equal sign. All references must be given as R1C1 strings. If String contains embedded double quotation marks, you must double them. For example, to run the macro function =MID("sometext",1,4), String would have to be "MID(""sometext"",1,4)".</param>
97         </member>
98         <member name=
"M:Microsoft.Office.Interop.Excel._Application.GetCustomListContents(System.Int32)">
99             <summary>Returns a custom list (an array of strings).</summary>
100             <param name=
"ListNum">Required Integer. The list number.</param>
101         </member>
102         <member name=
"M:Microsoft.Office.Interop.Excel._Application.GetCustomListNum(System.Object)">
103             <summary>Returns the custom list number
for an array of strings. You can use this method to match both built-in lists and custom-defined lists.</summary>
104             <param name=
"ListArray">Required Object. An array of strings.</param>
105         </member>
106         <member name=
"M:Microsoft.Office.Interop.Excel._Application.GetOpenFilename(System.Object,System.Object,System.Object,System.Object,System.Object)">
107             <summary>Displays the standard Open dialog box and gets a file name
from the user without actually opening any files.</summary>
108             <param name=
"FileFilter">Optional Object. A string specifying file filtering criteria.This string consists of pairs of file filter strings followed by the MS-DOS wildcard file filter specification, with each part and each pair separated by commas. Each separate pair is listed in the Files of type drop-down list box. For example, the following string specifies two file filters — text and addin: "Text Files (*.txt),*.txt,Add-In Files (*.xla),*.xla".To use multiple MS-DOS wildcard expressions for a single file filter type, separate the wildcard expressions with semicolons, for example, "Visual Basic Files (*.bas; *.txt),*.bas;*.txt".If omitted, this argument defaults to "All Files (*.*),*.*".</param>
109             <param name=
"FilterIndex">Optional Object. Specifies the index numbers of the default file filtering criteria, from 1 to the number of filters specified in FileFilter. If this argument is omitted or greater than the number of filters present, the first file filter is used.</param>
110             <param name=
"ButtonText">Optional Object. Macintosh only.</param>
111             <param name=
"MultiSelect">Optional Object. True to allow multiple file names to be selected. False to allow only one file name to be selected. The default value is False.</param>
112             <param name=
"Title">Optional Object. Specifies the title of the dialog box. If this argument is omitted, the title is "Open."</param>
113         </member>
114         <member name=
"M:Microsoft.Office.Interop.Excel._Application.GetPhonetic(System.Object)">
115             <summary>Returns the Japanese phonetic text of the specified text
string. This method is available to you only if you have selected or installed Japanese language support for Microsoft Office.</summary>
116             <param name=
"Text">Optional Object. Specifies the text to be converted to phonetic text. If you omit this argument, the next possible phonetic text string (if any) of the previously specified Text is returned. If there are no more possible phonetic text strings, an empty string is returned.</param>
117         </member>
118         <member name=
"M:Microsoft.Office.Interop.Excel._Application.GetSaveAsFilename(System.Object,System.Object,System.Object,System.Object,System.Object)">
119             <summary>Displays the standard Save As dialog box and gets a file name
from the user without actually saving any files.</summary>
120             <param name=
"FileFilter">Optional Object. A string specifying file filtering criteria.This string consists of pairs of file filter strings followed by the MS-DOS wildcard file filter specification, with each part and each pair separated by commas. Each separate pair is listed in the Files of type drop-down list box. For example, the following string specifies two file filters, text and addin: "Text Files (*.txt), *.txt, Add-In Files (*.xla), *.xla".To use multiple MS-DOS wildcard expressions for a single file filter type, separate the wildcard expressions with semicolons, for example, "Visual Basic Files (*.bas; *.txt),*.bas;*.txt".If omitted, this argument defaults to "All Files (*.*),*.*".</param>
121             <param name=
"FilterIndex">Optional Object. Specifies the index number of the default file filtering criteria, from 1 to the number of filters specified in FileFilter. If this argument is omitted or greater than the number of filters present, the first file filter is used.</param>
122             <param name=
"ButtonText">Optional Object. Macintosh only.</param>
123             <param name=
"InitialFilename">Optional Object. Specifies the suggested file name. If this argument is omitted, Microsoft Excel uses the active workbook's name.</param>
124             <param name=
"Title">Optional Object. Specifies the title of the dialog box. If this argument is omitted, the default title is used.</param>
125         </member>
126         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Goto(System.Object,System.Object)">
127             <summary>Selects any range or Visual Basic procedure
in any workbook and activates that workbook if it’s not already active.</summary>
128             <param name=
"Scroll">Optional Object. True to scroll through the window so that the upper-left corner of the range appears in the upper-left corner of the window. False to not scroll through the window. The default is False.</param>
129             <param name=
"Reference">Optional Object. The destination. Can be a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object, a string that contains a cell reference in R1C1-style notation, or a string that contains a Visual Basic procedure name. If this argument is omitted, the destination is the last range you used the Goto method to select.</param>
130         </member>
131         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Help(System.Object,System.Object)">
132             <summary>Displays a Help topic.</summary>
133             <param name=
"HelpFile">Optional Object. The name of the online Help file you want to display. If this argument isn't specified, Microsoft Excel Help is used.</param>
134             <param name=
"HelpContextID">Optional Object. Specifies the context ID number for the Help topic. If this argument isn't specified, the Help Topics dialog box is displayed.</param>
135         </member>
136         <member name=
"M:Microsoft.Office.Interop.Excel._Application.InchesToPoints(System.Double)">
137             <summary>Converts a measurement
from inches to points.</summary>
138             <param name=
"Inches">Required Double. Specifies the inch value to be converted to points.</param>
139         </member>
140         <member name=
"M:Microsoft.Office.Interop.Excel._Application.InputBox(System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
141             <summary>Displays a dialog box
for user input. Returns the information entered in the dialog box.</summary>
142             <param name=
"HelpContextID">Optional Object. The context ID number of the Help topic in HelpFile.</param>
143             <param name=
"Default">Optional Object. Specifies a value that will appear in the text box when the dialog box is initially displayed. If this argument is omitted, the text box is left empty. This value can be a Range object.</param>
144             <param name=
"HelpFile">Optional Object. The name of the Help file for this input box. If the HelpFile and HelpContextID arguments are present, a Help button will appear in the dialog box.</param>
145             <param name=
"Prompt">Required Object. The message to be displayed in the dialog box. This can be a string, a number, a date, or a Boolean value.</param>
146             <param name=
"Left">Optional Object. Specifies an x position for the dialog box in relation to the upper-left corner of the screen in points.</param>
147             <param name=
"Type">Optional Object. Specifies the return data type. If this argument is omitted, the dialog box returns text. Can be one or a sum of the following values.You can use the sum of the allowable values for Type. For example, for an input box that can accept both text and numbers, set Type to 1 + 2.</param>
148             <param name=
"Title">Optional Object. The title for the input box. If this argument is omitted, the default title is "Input."</param>
149             <param name=
"Top">Optional Object. Specifies a y position for the dialog box in relation to the upper-left corner of the screen in points.</param>
150         </member>
151         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Intersect(Microsoft.Office.Interop.Excel.Range,Microsoft.Office.Interop.Excel.Range,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
152             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the rectangular intersection of two or more ranges.</summary>
153             <param name=
"Arg28">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
154             <param name=
"Arg29">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
155             <param name=
"Arg24">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
156             <param name=
"Arg25">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
157             <param name=
"Arg26">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
158             <param name=
"Arg27">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
159             <param name=
"Arg20">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
160             <param name=
"Arg21">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
161             <param name=
"Arg22">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
162             <param name=
"Arg23">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
163             <param name=
"Arg30">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
164             <param name=
"Arg8">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
165             <param name=
"Arg9">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
166             <param name=
"Arg6">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
167             <param name=
"Arg7">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
168             <param name=
"Arg4">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
169             <param name=
"Arg5">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
170             <param name=
"Arg2">Required Range. The intersecting ranges. At least two Range objects must be specified.</param>
171             <param name=
"Arg3">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
172             <param name=
"Arg14">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
173             <param name=
"Arg1">Required Range. The intersecting ranges. At least two Range objects must be specified.</param>
174             <param name=
"Arg12">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
175             <param name=
"Arg11">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
176             <param name=
"Arg10">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
177             <param name=
"Arg16">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
178             <param name=
"Arg15">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
179             <param name=
"Arg13">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
180             <param name=
"Arg19">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
181             <param name=
"Arg18">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
182             <param name=
"Arg17">Required Object. The intersecting ranges. At least two Range objects must be specified.</param>
183         </member>
184         <member name=
"M:Microsoft.Office.Interop.Excel._Application.MacroOptions(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
185             <summary>Corresponds to options
in the Macro Options dialog box. You can also use this method to display a user defined function (UDF) in a built-in or new category within the Insert Function dialog box.</summary>
186             <param name=
"ShortcutKey">Optional Object. Required if HasShortcutKey is True; ignored otherwise. The shortcut key.</param>
187             <param name=
"StatusBar">Optional Object. The status bar text for the macro.</param>
188             <param name=
"MenuText">Optional Object. This argument is ignored.</param>
189             <param name=
"HelpContextID">Optional Object. An integer that specifies the context ID for the Help topic assigned to the macro.</param>
190             <param name=
"Category">Optional Object. An integer that specifies an existing macro function category (Financial, Date &amp; Time, or User Defined, for example). See the remarks section to determine the integers that are mapped to the built-in categories. You can also specify a string for a custom category. If you provide a string, it will be treated as the category name that is displayed in the Insert Function dialog box. If the category name has never been used, a new category is defined with that name. If you use a category name that is that same as a built-in name, Excel will map the user defined function to that built-in category.</param>
191             <param name=
"HelpFile">Optional Object. The name of the Help file that contains the Help topic defined by HelpContextId.</param>
192             <param name=
"HasMenu">Optional Object. This argument is ignored.</param>
193             <param name=
"HasShortcutKey">Optional Object. True to assign a shortcut key to the macro (ShortcutKey must also be specified). If this argument is False, no shortcut key is assigned to the macro. If the macro already has a shortcut key, setting this argument to False removes the shortcut key. The default value is False.</param>
194             <param name=
"Macro">Optional Object. The macro name or the name of a user defined function (UDF).</param>
195             <param name=
"Description">Optional Object. The macro description.</param>
196         </member>
197         <member name=
"M:Microsoft.Office.Interop.Excel._Application.MailLogon(System.Object,System.Object,System.Object)">
198             <summary>Logs
in to MAPI Mail or Microsoft Exchange and establishes a mail session. If Microsoft Mail isn't already running, you must use this method to establish a mail session before mail or document routing functions can be used.</summary>
199             <param name=
"DownloadNewMail">Optional Object. True to download new mail immediately.</param>
200             <param name=
"Password">Optional Object. The mail account password. This argument is ignored in Microsoft Exchange.</param>
201             <param name=
"Name">Optional Object. The mail account name or Microsoft Exchange profile name. If this argument is omitted, the default mail account name is used.</param>
202         </member>
203         <member name=
"M:Microsoft.Office.Interop.Excel._Application.OnKey(System.String,System.Object)">
204             <summary>Runs a specified procedure
when a particular key or key combination is pressed.</summary>
205             <param name=
"Procedure">Optional Object. A string indicating the name of the procedure to be run. If Procedure is "" (empty text), nothing happens when Key is pressed. This form of OnKey changes the normal result of keystrokes in Microsoft Excel. If Procedure is omitted, Key reverts to its normal result in Microsoft Excel, and any special key assignments made with previous OnKey methods are cleared.</param>
206             <param name=
"Key">Required String. A string indicating the key to be pressed.</param>
207         </member>
208         <member name=
"M:Microsoft.Office.Interop.Excel._Application.OnRepeat(System.String,System.String)">
209             <summary>Sets the Repeat menu item and the name of the procedure that will run
if you choose the Repeat command (Edit menu) after running the procedure that sets this property.</summary>
210             <param name=
"Procedure">Required String. The name of the procedure that will be run when you choose the Repeat command (Edit menu).</param>
211             <param name=
"Text">Required String. The text that appears with the Repeat command (Edit menu).</param>
212         </member>
213         <member name=
"M:Microsoft.Office.Interop.Excel._Application.OnTime(System.Object,System.String,System.Object,System.Object)">
214             <summary>Schedules a procedure to be run at a specified time
in the future (either at a specific time of day or after a specific amount of time has passed).</summary>
215             <param name=
"Procedure">Required String. The name of the procedure to be run.</param>
216             <param name=
"Schedule">Optional Object. True to schedule a new OnTime procedure. False to clear a previously set procedure. The default value is True.</param>
217             <param name=
"EarliestTime">Required Object. The time when you want this procedure to be run.</param>
218             <param name=
"LatestTime">Optional Object. The latest time at which the procedure can be run. For example, if LatestTime is set to EarliestTime + 30 and Microsoft Excel is not in Ready, Copy, Cut, or Find mode at EarliestTime because another procedure is running, Microsoft Excel will wait 30 seconds for the first procedure to complete. If Microsoft Excel is not in Ready mode within 30 seconds, the procedure won’t be run. If this argument is omitted, Microsoft Excel will wait until the procedure can be run.</param>
219         </member>
220         <member name=
"M:Microsoft.Office.Interop.Excel._Application.OnUndo(System.String,System.String)">
221             <summary>Sets the text of the Undo and the name of the procedure that’s run
if you choose the Undo command (Edit menu) after running the procedure that sets this property.</summary>
222             <param name=
"Procedure">Required String. The name of the procedure that’s run when you choose the Undo command (Edit menu).</param>
223             <param name=
"Text">Required String. The text that appears with the Undo command (Edit menu).</param>
224         </member>
225         <member name=
"M:Microsoft.Office.Interop.Excel._Application.RecordMacro(System.Object,System.Object)">
226             <summary>Records code
if the macro recorder is on.</summary>
227             <param name=
"BasicCode">Optional Object. A string that specifies the Visual Basic code that will be recorded if the macro recorder is recording into a Visual Basic module. The string will be recorded on one line. If the string contains a carriage return (ASCII character 10, or Chr$(10) in code), it will be recorded on more than one line.</param>
228             <param name=
"XlmCode">Optional Object. This argument is ignored.</param>
229         </member>
230         <member name=
"M:Microsoft.Office.Interop.Excel._Application.RegisterXLL(System.String)">
231             <summary>Loads an XLL code resource and automatically registers the functions and commands contained
in the resource.</summary>
232             <param name=
"Filename">Required String. Specifies the name of the XLL to be loaded.</param>
233         </member>
234         <member name=
"M:Microsoft.Office.Interop.Excel._Application.ResetTipWizard">
235             <summary>Resets the routing slip so that a
new routing can be initiated with the same slip (using the same recipient list and delivery information). The routing must be completed before you use this method. Using this method at other times causes an error.</summary>
236             <returns>Variant</returns>
237         </member>
238         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Run(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
239             <summary>Runs a macro or calls a function.</summary>
240             <param name=
"Arg28">Optional Object. The arguments that should be passed to the function.</param>
241             <param name=
"Arg29">Optional Object. The arguments that should be passed to the function.</param>
242             <param name=
"Arg24">Optional Object. The arguments that should be passed to the function.</param>
243             <param name=
"Arg25">Optional Object. The arguments that should be passed to the function.</param>
244             <param name=
"Arg26">Optional Object. The arguments that should be passed to the function.</param>
245             <param name=
"Arg27">Optional Object. The arguments that should be passed to the function.</param>
246             <param name=
"Arg20">Optional Object. The arguments that should be passed to the function.</param>
247             <param name=
"Arg21">Optional Object. The arguments that should be passed to the function.</param>
248             <param name=
"Arg22">Optional Object. The arguments that should be passed to the function.</param>
249             <param name=
"Arg23">Optional Object. The arguments that should be passed to the function.</param>
250             <param name=
"Arg30">Optional Object. The arguments that should be passed to the function.</param>
251             <param name=
"Arg8">Optional Object. The arguments that should be passed to the function.</param>
252             <param name=
"Arg9">Optional Object. The arguments that should be passed to the function.</param>
253             <param name=
"Arg6">Optional Object. The arguments that should be passed to the function.</param>
254             <param name=
"Arg7">Optional Object. The arguments that should be passed to the function.</param>
255             <param name=
"Arg4">Optional Object. The arguments that should be passed to the function.</param>
256             <param name=
"Arg5">Optional Object. The arguments that should be passed to the function.</param>
257             <param name=
"Arg2">Optional Object. The arguments that should be passed to the function.</param>
258             <param name=
"Arg3">Optional Object. The arguments that should be passed to the function.</param>
259             <param name=
"Arg14">Optional Object. The arguments that should be passed to the function.</param>
260             <param name=
"Arg1">Optional Object. The arguments that should be passed to the function.</param>
261             <param name=
"Arg12">Optional Object. The arguments that should be passed to the function.</param>
262             <param name=
"Arg11">Optional Object. The arguments that should be passed to the function.</param>
263             <param name=
"Arg10">Optional Object. The arguments that should be passed to the function.</param>
264             <param name=
"Arg16">Optional Object. The arguments that should be passed to the function.</param>
265             <param name=
"Arg15">Optional Object. The arguments that should be passed to the function.</param>
266             <param name=
"Arg13">Optional Object. The arguments that should be passed to the function.</param>
267             <param name=
"Arg19">Optional Object. The arguments that should be passed to the function.</param>
268             <param name=
"Arg18">Optional Object. The arguments that should be passed to the function.</param>
269             <param name=
"Macro">Optional Object. The macro to run. This can be either a string with the macro name, a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object indicating where the function is, or a register ID for a registered DLL (XLL) function. If a string is used, the string will be evaluated in the context of the active sheet.</param>
270             <param name=
"Arg17">Optional Object. The arguments that should be passed to the function.</param>
271         </member>
272         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Save(System.Object)">
273             <summary>Saves changes to the specified workbook.</summary>
274         </member>
275         <member name=
"M:Microsoft.Office.Interop.Excel._Application.SaveWorkspace(System.Object)">
276             <summary>Saves the current workspace.</summary>
277             <param name=
"Filename">Optional Object. The saved file name.</param>
278         </member>
279         <member name=
"M:Microsoft.Office.Interop.Excel._Application.SendKeys(System.Object,System.Object)">
280             <summary>Sends keystrokes to the active application.</summary>
281             <param name=
"Wait">Optional Object. True to have Microsoft Excel wait for the keys to be processed before returning control to the macro. False (or omitted) to continue running the macro without waiting for the keys to be processed.</param>
282             <param name=
"Keys">Required Object. The key or key combination you want to send to the application as text.</param>
283         </member>
284         <member name=
"M:Microsoft.Office.Interop.Excel._Application.SetDefaultChart(System.Object,System.Object)">
285             <summary>Specifies the name of the chart template that Microsoft Excel will use
when creating new charts.</summary>
286             <param name=
"Gallery">Optional Object. Specifies the name of a gallery.</param>
287             <param name=
"FormatName">Optional Object. Specifies the name of a custom autoformat. This name can be a string naming a custom autoformat, or it can be the special constant xlBuiltIn to specify the built-in chart template.</param>
288         </member>
289         <member name=
"M:Microsoft.Office.Interop.Excel._Application.SharePointVersion(System.String)">
290             <returns>Integer</returns>
291         </member>
292         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Union(Microsoft.Office.Interop.Excel.Range,Microsoft.Office.Interop.Excel.Range,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
293             <summary>Returns the union of two or more ranges.</summary>
294             <param name=
"Arg28">Required Object. At least two Range objects must be specified.</param>
295             <param name=
"Arg29">Required Object. At least two Range objects must be specified.</param>
296             <param name=
"Arg24">Required Object. At least two Range objects must be specified.</param>
297             <param name=
"Arg25">Required Object. At least two Range objects must be specified.</param>
298             <param name=
"Arg26">Required Object. At least two Range objects must be specified.</param>
299             <param name=
"Arg27">Required Object. At least two Range objects must be specified.</param>
300             <param name=
"Arg20">Required Object. At least two Range objects must be specified.</param>
301             <param name=
"Arg21">Required Object. At least two Range objects must be specified.</param>
302             <param name=
"Arg22">Required Object. At least two Range objects must be specified.</param>
303             <param name=
"Arg23">Required Object. At least two Range objects must be specified.</param>
304             <param name=
"Arg30">Required Object. At least two Range objects must be specified.</param>
305             <param name=
"Arg8">Required Object. At least two Range objects must be specified.</param>
306             <param name=
"Arg9">Required Object. At least two Range objects must be specified.</param>
307             <param name=
"Arg6">Required Object. At least two Range objects must be specified.</param>
308             <param name=
"Arg7">Required Object. At least two Range objects must be specified.</param>
309             <param name=
"Arg4">Required Object. At least two Range objects must be specified.</param>
310             <param name=
"Arg5">Required Object. At least two Range objects must be specified.</param>
311             <param name=
"Arg2">Required Range. At least two Range objects must be specified.</param>
312             <param name=
"Arg3">Required Object. At least two Range objects must be specified.</param>
313             <param name=
"Arg14">Required Object. At least two Range objects must be specified.</param>
314             <param name=
"Arg1">Required Range. At least two Range objects must be specified.</param>
315             <param name=
"Arg12">Required Object. At least two Range objects must be specified.</param>
316             <param name=
"Arg11">Required Object. At least two Range objects must be specified.</param>
317             <param name=
"Arg10">Required Object. At least two Range objects must be specified.</param>
318             <param name=
"Arg16">Required Object. At least two Range objects must be specified.</param>
319             <param name=
"Arg15">Required Object. At least two Range objects must be specified.</param>
320             <param name=
"Arg13">Required Object. At least two Range objects must be specified.</param>
321             <param name=
"Arg19">Required Object. At least two Range objects must be specified.</param>
322             <param name=
"Arg18">Required Object. At least two Range objects must be specified.</param>
323             <param name=
"Arg17">Required Object. At least two Range objects must be specified.</param>
324         </member>
325         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Volatile(System.Object)">
326             <summary>Marks a user-defined function
as volatile. A volatile function must be recalculated whenever calculation occurs in any cells on the worksheet. A nonvolatile function is recalculated only when the input variables change. This method has no effect if it's not inside a user-defined function used to calculate a worksheet cell.</summary>
327             <param name=
"Volatile">Optional Object. True to mark the function as volatile. False to mark the function as nonvolatile. The default value is True.</param>
328         </member>
329         <member name=
"M:Microsoft.Office.Interop.Excel._Application.Wait(System.Object)">
330             <summary>Pauses a running macro until a specified time. Returns True
if the specified time has arrived.</summary>
331             <param name=
"Time">Required Object. The time at which you want the macro to resume in Microsoft Excel date format.</param>
332         </member>
333         <member name=
"P:Microsoft.Office.Interop.Excel._Application.ActiveEncryptionSession">
334             <summary>Read-only.</summary>
335             <returns>Integer</returns>
336         </member>
337         <member name=
"P:Microsoft.Office.Interop.Excel._Application.AlwaysUseClearType">
338             <summary>Returns or sets a Boolean that represents whether to use ClearType to display fonts
in the menu, Ribbon, and dialog box text. Read/write.</summary>
339             <returns>Boolean</returns>
340         </member>
341         <member name=
"P:Microsoft.Office.Interop.Excel._Application.Assistance">
342             <summary>Returns an <see cref=
"T:Microsoft.Office.Core.IAssistance"></see> object for short_Excel2007 that represents the Microsoft Office Help Viewer. Read-only.</summary>
343             <returns>IAssistance</returns>
344         </member>
345         <member name=
"P:Microsoft.Office.Interop.Excel._Application.Caller(System.Object)">
346             <summary>Returns information about how Visual Basic was called (
for more information, see the Remarks section).</summary>
347             <param name=
"Index">Optional Object. An index to the array. This argument is used only when the property returns an array (for more information, see the Remarks section).</param>
348         </member>
349         <member name=
"P:Microsoft.Office.Interop.Excel._Application.ClipboardFormats(System.Object)">
350             <summary>Returns the formats that are currently
on the Clipboard as an array of numeric values. To determine whether a particular format is on the Clipboard, compare each element in the array with the appropriate constant listed in the Remarks section.</summary>
351             <param name=
"Index">Optional Object. The array element to be returned. If this argument is omitted, the property returns the entire array of formats that are currently on the Clipboard. For more information, see the Remarks section.</param>
352         </member>
353         <member name=
"P:Microsoft.Office.Interop.Excel._Application.DeferAsyncQueries">
354             <summary>Gets or sets whether asychronous queries to OLAP data sources are executed
when a worksheet is calculated by VBA code. Read/write.</summary>
355             <returns>Boolean</returns>
356         </member>
357         <member name=
"P:Microsoft.Office.Interop.Excel._Application.DisplayDocumentInformationPanel">
358             <summary>Returns or sets a Boolean that represents whether the document properties panel
is displayed. Read/write.</summary>
359             <returns>Boolean</returns>
360         </member>
361         <member name=
"P:Microsoft.Office.Interop.Excel._Application.DisplayFormulaAutoComplete">
362             <summary>Gets or sets whether to show a list of relevant functions and defined names
when building cell formulas. Read/write.</summary>
363             <returns>Boolean</returns>
364         </member>
365         <member name=
"P:Microsoft.Office.Interop.Excel._Application.EnableLargeOperationAlert">
366             <summary>Sets or returns a Boolean that represents whether to display an alert message
when a user attempts to perform an operation that affects a larger number of cells than is specified in the Office center UI. Read/write.</summary>
367             <returns>Boolean</returns>
368         </member>
369         <member name=
"P:Microsoft.Office.Interop.Excel._Application.EnableLivePreview">
370             <summary>Sets or returns a Boolean that represents whether to show or hide gallery previews that appear
when using galleries that support previewing. Setting this property to True shows a preview of your workbook before applying the command. Read/write.</summary>
371             <returns>Boolean</returns>
372         </member>
373         <member name=
"P:Microsoft.Office.Interop.Excel._Application.FileConverters(System.Object,System.Object)">
374             <summary>Returns information about installed file converters. Returns Null
if there are no converters installed.</summary>
375             <param name=
"Index1">Optional Object. The long name of the converter, including the file-type search string in Windows, for example, "Lotus 1-2-3 Files (*.wk*)".</param>
376             <param name=
"Index2">Optional Object. The path of the converter DLL or code resource.</param>
377         </member>
378         <member name=
"P:Microsoft.Office.Interop.Excel._Application.FileDialog(Microsoft.Office.Core.MsoFileDialogType)">
379             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.FileDialog"></see> object representing an instance of the file dialog.</summary>
380             <param name=
"fileDialogType">Required <see cref="T:Microsoft.Office.Core.MsoFileDialogType"></see>. The type of file dialog.MsoFileDialogType can be one of these MsoFileDialogType constants:msoFileDialogFilePicker Allows user to select a file.msoFileDialogFolderPicker Allows user to select a folder.msoFileDialogOpen Allows user to open a file.msoFileDialogSaveAs Allows user to save a file.</param>
381         </member>
382         <member name=
"P:Microsoft.Office.Interop.Excel._Application.FormulaBarHeight">
383             <summary>Allows the user to specify the height of the formula bar
in lines. Read/write.</summary>
384             <returns>Integer</returns>
385         </member>
386         <member name=
"P:Microsoft.Office.Interop.Excel._Application.GenerateTableRefs">
387             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel._Application.GenerateTableRefs"></see> property determines whether the traditional notation method or the new structured referencing notation method is used for referencing tables in formulas. Read/write.</summary>
388             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlGenerateTableRefs"></see></returns>
389         </member>
390         <member name=
"P:Microsoft.Office.Interop.Excel._Application.HighQualityModeForGraphics">
391             <returns>Boolean</returns>
392         </member>
393         <member name=
"P:Microsoft.Office.Interop.Excel._Application.International(System.Object)">
394             <summary>Returns information about the current country/region and international settings.</summary>
395             <param name=
"Index">Required Object. The setting to be returned. Can be one of the <see cref="T:Microsoft.Office.Interop.Excel.XlApplicationInternational"></see> constants listed in the following tables.</param>
396         </member>
397         <member name=
"P:Microsoft.Office.Interop.Excel._Application.LargeOperationCellThousandCount">
398             <summary>Returns or sets the maximum number of cells needed
in an operation beyond which an alert is triggered. Read/write.</summary>
399             <returns>Integer</returns>
400         </member>
401         <member name=
"P:Microsoft.Office.Interop.Excel._Application.MeasurementUnit">
402             <summary>Specifies the measurement unit used
in the application. Read/write Integer value corresponding to the constants in the <see cref="T:Microsoft.Office.Interop.Excel.XlMeasurementUnits"></see> enumeration.</summary>
403             <returns>Integer</returns>
404         </member>
405         <member name=
"P:Microsoft.Office.Interop.Excel._Application.MultiThreadedCalculation">
406             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.MultiThreadedCalculation"></see> object that controls the multi-threaded recalculation settings that are new in Excel 2007. Read-only.</summary>
407             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.MultiThreadedCalculation"></see></returns>
408         </member>
409         <member name=
"P:Microsoft.Office.Interop.Excel._Application.PreviousSelections(System.Object)">
410             <summary>Returns an array of the last four ranges or names selected. Each element
in the array is a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object.</summary>
411             <param name=
"Index">Optional Object. The index number (from 1 to 4) of the previous range or name.</param>
412         </member>
413         <member name=
"P:Microsoft.Office.Interop.Excel._Application.Range(System.Object,System.Object)">
414             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents a cell or a range of cells.</summary>
415             <param name=
"Cell1">Required Object. The name of the range. This must be an A1-style reference in the language of the macro. It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma). It can also include dollar signs, but they’re ignored. You can use a local defined name in any part of the range. If you use a name, the name is assumed to be in the language of the macro.</param>
416             <param name=
"Cell2">Optional Object. The cell in the upper-left and lower-right corner of the range. Can be a Range object that contains a single cell, an entire column, or entire row, or it can be a string that names a single cell in the language of the macro.</param>
417         </member>
418         <member name=
"P:Microsoft.Office.Interop.Excel._Application.RegisteredFunctions(System.Object,System.Object)">
419             <summary>Returns information about functions
in either dynamic-link libraries (DLLs) or code resources that were registered with the REGISTER or REGISTER.ID macro functions.</summary>
420             <param name=
"Index1">Optional Object. The name of the DLL or code resource.</param>
421             <param name=
"Index2">Optional Object. The name of the function.</param>
422         </member>
423         <member name=
"P:Microsoft.Office.Interop.Excel._Application.ShowDevTools">
424             <summary>Returns or sets a Boolean that represents whether the Developer tab
is displayed in the Ribbon. Read/write.</summary>
425             <returns>Boolean</returns>
426         </member>
427         <member name=
"P:Microsoft.Office.Interop.Excel._Application.ShowMenuFloaties">
428             <summary>Returns or sets a Boolean that represents whether to display Mini toolbars
when the user right-clicks in the workbook window. Read/write.</summary>
429             <returns>Boolean</returns>
430         </member>
431         <member name=
"P:Microsoft.Office.Interop.Excel._Application.ShowSelectionFloaties">
432             <summary>Returns or sets a Boolean that represents whether Mini toolbars displays
when a user selects text. Read/write.</summary>
433             <returns>Boolean</returns>
434         </member>
435         <member name=
"P:Microsoft.Office.Interop.Excel._Application.WarnOnFunctionNameConflict">
436             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel._Application.WarnOnFunctionNameConflict"></see> property, when set to True, raises an alert if a developer tries to create a new function using an existing function name. Read/write Boolean.</summary>
437             <returns>Boolean</returns>
438         </member>
439         <member name=
"T:Microsoft.Office.Interop.Excel._Chart">
440             <summary>Represents a chart
in a workbook. The chart can be either an embedded chart (contained in a <see cref="T:Microsoft.Office.Interop.Excel.ChartObject"></see>) or a separate chart sheet.</summary>
441         </member>
442         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Activate">
443             <summary>Makes the current chart the active chart.</summary>
444         </member>
445         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ApplyChartTemplate(System.String)">
446             <summary>Applies a standard or custom chart type to a chart.</summary>
447             <param name=
"Filename">The file name for a chart template.</param>
448         </member>
449         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ApplyCustomType(Microsoft.Office.Interop.Excel.XlChartType,System.Object)">
450             <summary>Applies a standard or custom chart type to a chart.</summary>
451             <param name=
"TypeName">Optional object (used only with a <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> object). The name of the custom chart type if ChartType specifies a custom chart gallery.</param>
452             <param name=
"ChartType">Required <see cref="T:Microsoft.Office.Interop.Excel.XlChartType"></see>. A standard chart type.</param>
453         </member>
454         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ApplyDataLabels(Microsoft.Office.Interop.Excel.XlDataLabelsType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
455             <summary>Applies data labels to a point, a series, or all the series
in a chart.</summary>
456             <param name=
"ShowValue">Optional Object. The value for the data label.</param>
457             <param name=
"ShowBubbleSize">Optional Object. The bubble size for the data label.</param>
458             <param name=
"Separator">Optional Object. The separator for the data label.</param>
459             <param name=
"HasLeaderLines">Optional Object. For the <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> and <see cref="T:Microsoft.Office.Interop.Excel.Series"></see> objects, True if the series has leader lines.</param>
460             <param name=
"LegendKey">Optional Object. True to show the legend key next to the point. The default value is False.</param>
461             <param name=
"ShowPercentage">Optional Object. The percentage for the data label.</param>
462             <param name=
"ShowSeriesName">Optional Object. The series name for the data label.</param>
463             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlDataLabelsType"></see>. The type of data label to apply.</param>
464             <param name=
"ShowCategoryName">Optional Object. The category name for the data label.</param>
465             <param name=
"AutoText">Optional Object. True if the object automatically generates appropriate text based on content.</param>
466         </member>
467         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ApplyLayout(System.Int32,System.Object)">
468             <summary>Applies the layouts shown
in the ribbon.</summary>
469             <param name=
"ChartType">The type of chart.</param>
470             <param name=
"Layout">Specifies the type of layout. The type of layout is denoted by a number from 1 to 10.</param>
471         </member>
472         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.AreaGroups(System.Object)">
473             <summary>On a
2-D chart, returns an object that represents either a single area chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the area chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
474             <param name=
"Index">Optional Object. The chart group number.</param>
475         </member>
476         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Axes(System.Object,Microsoft.Office.Interop.Excel.XlAxisGroup)">
477             <summary>Returns an
object that represents either a single axis or a collection of the axes on the chart.</summary>
478             <param name=
"Type">Optional Object. Specifies the axis to return. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlAxisType"></see> constants: xlValue, xlCategory, or xlSeriesAxis (xlSeriesAxis is valid only for 3-D charts).</param>
479             <param name=
"AxisGroup">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlAxisGroup"></see>. Specifies the axis group. If this argument is omitted, the primary group is used. 3-D charts have only one axis group.</param>
480         </member>
481         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.BarGroups(System.Object)">
482             <summary>On a
2-D chart, returns an object that represents either a single bar chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the bar chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
483             <param name=
"Index">Optional Object. Specifies the chart group.</param>
484         </member>
485         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ChartGroups(System.Object)">
486             <summary>Returns an
object that represents either a single chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of all the chart groups in the chart (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> object). The returned collection includes every type of group.</summary>
487             <param name=
"Index">Optional Object. The chart group number.</param>
488         </member>
489         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ChartObjects(System.Object)">
490             <summary>Returns an
object that represents either a single embedded chart (a <see cref="T:Microsoft.Office.Interop.Excel.ChartObject"></see> object) or a collection of all the embedded charts (a <see cref="T:Microsoft.Office.Interop.Excel.ChartObjects"></see> object) on the sheet.</summary>
491             <param name=
"Index">Optional Object. The name or number of the chart. This argument can be an array to specify more than one chart.</param>
492         </member>
493         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ChartWizard(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
494             <summary>Modifies the properties of the given chart. You can use
this method to quickly format a chart without setting all the individual properties. This method is non-interactive, and it changes only the specified properties.</summary>
495             <param name=
"HasLegend">Optional Object. True to include a legend.</param>
496             <param name=
"SeriesLabels">Optional object. An integer specifying the number of rows or columns within the source range that contain series labels. Legal values are from 0 (zero) through one less than the maximum number of the corresponding categories or series.</param>
497             <param name=
"Format">Optional Object. The option number for the built-in autoformats. Can be a number from 1 through 10, depending on the gallery type. If this argument is omitted, Microsoft Excel chooses a default value based on the gallery type and data source.</param>
498             <param name=
"Gallery">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlChartType"></see>. The chart type.</param>
499             <param name=
"CategoryLabels">Optional Object. An integer specifying the number of rows or columns within the source range that contain category labels. Legal values are from 0 (zero) through one less than the maximum number of the corresponding categories or series.</param>
500             <param name=
"ExtraTitle">Optional Object. The series axis title for 3-D charts or the second value axis title for 2-D charts.</param>
501             <param name=
"Source">Optional Object. The range that contains the source data for the new chart. If this argument is omitted, Microsoft Excel edits the active chart sheet or the selected chart on the active worksheet.</param>
502             <param name=
"Title">Optional Object. The chart title text.</param>
503             <param name=
"ValueTitle">Optional Object. The value axis title text.</param>
504             <param name=
"PlotBy">Optional Object. Specifies whether the data for each series is in rows or columns. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlRowCol"></see> constants: xlRows or xlColumns.</param>
505             <param name=
"CategoryTitle">Optional Object. The category axis title text.</param>
506         </member>
507         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.CheckSpelling(System.Object,System.Object,System.Object,System.Object)">
508             <summary>Checks the spelling of an
object and displays the Spelling dialog box</summary>
509             <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>
510             <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>
511             <param name=
"SpellLang">Optional Object. The language of the dictionary being used. Can be one of the <see cref="T:Microsoft.Office.Core.MsoLanguageID"></see> values used by the <see cref="P:Microsoft.Office.Core.LanguageSettings.LanguageID(Microsoft.Office.Core.MsoAppLanguageID)"></see> property.</param>
512             <param name=
"AlwaysSuggest">Optional Object. True to have Microsoft Excel display a list of suggested alternate spellings when an incorrect spelling is found. False to have Microsoft Excel wait for you to input the correct spelling. If this argument is omitted, the current setting will be used.</param>
513         </member>
514         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ClearToMatchStyle">
515             <summary>Clears the chart elements formatting to automatic.</summary>
516         </member>
517         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ColumnGroups(System.Object)">
518             <summary>On a
2-D chart, returns an object that represents either a single column chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the column chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
519             <param name=
"Index">Optional Object. Specifies the chart group.</param>
520         </member>
521         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Copy(System.Object,System.Object)">
522             <summary>Copies the sheet to another location
in the workbook.</summary>
523             <param name=
"Before">Optional Object. The sheet before which the copied sheet will be placed. You cannot specify Before if you specify After.</param>
524             <param name=
"After">Optional Object. The sheet after which the copied sheet will be placed. You cannot specify After if you specify Before.</param>
525         </member>
526         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.CopyPicture(Microsoft.Office.Interop.Excel.XlPictureAppearance,Microsoft.Office.Interop.Excel.XlCopyPictureFormat,Microsoft.Office.Interop.Excel.XlPictureAppearance)">
527             <summary>Copies the selected
object to the Clipboard as a picture.</summary>
528             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat"></see>. The format of the picture.</param>
529             <param name=
"Appearance">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. Specifies how the picture should be copied.</param>
530             <param name=
"Size">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. The size of the copied picture when the object is a chart on a chart sheet (not embedded on a worksheet).</param>
531         </member>
532         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Delete">
533             <summary>Deletes the
object.</summary>
534         </member>
535         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Deselect">
536             <summary>Cancels the selection
for the specified chart.</summary>
537         </member>
538         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.DoughnutGroups(System.Object)">
539             <summary>On a
2-D chart, returns an object that represents either a single doughnut chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the doughnut chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
540             <param name=
"Index">Optional Object. Specifies the chart group.</param>
541         </member>
542         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.DropDowns(System.Object)">
543             <summary>For callouts with an explicitly
set drop value, this property returns the vertical distance (in points) from the edge of the text bounding box to the place where the callout line attaches to the text box. Read-only Single.</summary>
544             <returns>Returns
545 <see cref=
"T:System.Object"></see>
546 .</returns>
547         </member>
548         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Evaluate(System.Object)">
549             <summary>Converts a Microsoft Excel name to an
object or a value.</summary>
550             <param name=
"Name">Required Object. The name of the object, using the naming convention of Microsoft Excel.</param>
551         </member>
552         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Export(System.String,System.Object,System.Object)">
553             <summary>Exports the chart
in a graphic format.</summary>
554             <param name=
"Filename">Required String. The name of the exported file.</param>
555             <param name=
"Interactive">Optional Object. True to display the dialog box that contains the filter-specific options. If this argument is False, Microsoft Excel uses the default values for the filter. The default value is False.</param>
556             <param name=
"FilterName">Optional Object. The language-independent name of the graphic filter as it appears in the registry.</param>
557         </member>
558         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ExportAsFixedFormat(Microsoft.Office.Interop.Excel.XlFixedFormatType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
559             <summary>Exports to a file of the specified format.</summary>
560             <param name=
"IgnorePrintAreas">True to ignore any print areas set when publishing; otherwise False.</param>
561             <param name=
"IncludeDocProperties">True to include the document properties; otherwise False.</param>
562             <param name=
"To">The number of the last page to publish. If this argument is omitted, publishing ends with the last page.</param>
563             <param name=
"Filename">The file name of the file to be saved. You can include a full path, or short_Excel2007 saves the file in the current folder.</param>
564             <param name=
"FixedFormatExtClassPtr">Pointer to the FixedFormatExt class.</param>
565             <param name=
"Type">The type of file format to export to.</param>
566             <param name=
"OpenAfterPublish">True to display the file in the viewer after it is published; otherwise
567 False.</param>
568             <param name=
"Quality">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlFixedFormatQuality"></see>. Specifies the quality of the published file.</param>
569             <param name=
"From">The number of the page at which to start publishing. If this argument is omitted, publishing starts at the beginning.</param>
570         </member>
571         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.GetChartElement(System.Int32,System.Int32,System.Int32@,System.Int32@,System.Int32@)">
572             <summary>Returns information about the chart element at specified X and Y coordinates. This method
is unusual in that you specify values for only the first two arguments. Microsoft Excel fills in the other arguments, and your code should examine those values when the method returns.</summary>
573             <param name=
"Arg2">Required Integer. When the method returns, this argument contains information related to the chart element. For more information, see the Remarks section.</param>
574             <param name=
"Arg1">Required Integer. When the method returns, this argument contains information related to the chart element. For more information, see the Remarks section.</param>
575             <param name=
"x">Required Integer. The X coordinate of the chart element.</param>
576             <param name=
"y">Required Integer. The Y coordinate of the chart element.</param>
577             <param name=
"ElementID">Required Integer. When the method returns, this argument contains the <see cref="T:Microsoft.Office.Interop.Excel.XlChartItem"></see> value of the chart element at the specified coordinates. For more information, see the Remarks section.</param>
578         </member>
579         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.LineGroups(System.Object)">
580             <summary>On a
2-D chart, returns an object that represents either a single line chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the line chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
581             <param name=
"Index">Optional Object. Specifies the chart group.</param>
582         </member>
583         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.ListBoxes(System.Object)">
584             <summary>Returns or sets the text entries
in the specified list box or a combo box, as an array of strings, or returns or sets a single text entry. An error occurs if there are no entries in the list.</summary>
585             <returns>Variant</returns>
586             <param name=
"Index">The index number of a single text entry to be set or returned. If this argument is omitted, the entire list is returned or set as an array of strings.</param>
587         </member>
588         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Location(Microsoft.Office.Interop.Excel.XlChartLocation,System.Object)">
589             <summary>Moves the chart to a
new location.</summary>
590             <param name=
"Where">Required <see cref="T:Microsoft.Office.Interop.Excel.XlChartLocation"></see>. Where to move the chart.</param>
591             <param name=
"Name">Optional Object; required if Where is xlLocationAsObject. The name of the sheet where the chart will be embedded if Where is xlLocationAsObject or the name of the new sheet if Where is xlLocationAsNewSheet.</param>
592         </member>
593         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Move(System.Object,System.Object)">
594             <summary>Moves the sheet to another location
in the workbook.</summary>
595             <param name=
"Before">Optional Object. The sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.</param>
596             <param name=
"After">Optional Object. The sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.</param>
597         </member>
598         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.OLEObjects(System.Object)">
599             <summary>Returns an
object that represents either a single OLE object (an <see cref="T:Microsoft.Office.Interop.Excel.OLEObject"></see>) or a collection of all OLE objects (an <see cref="T:Microsoft.Office.Interop.Excel.OLEObjects"></see> collection) on the chart or sheet.</summary>
600             <param name=
"Index">Optional Object. The name or number of the OLE object.</param>
601         </member>
602         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Paste(System.Object)">
603             <summary>Pastes chart data
from the Clipboard into the specified chart.</summary>
604             <param name=
"Type">Optional Object. Specifies the chart information to paste if a chart is on the Clipboard. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlPasteType"></see> constants: xlFormats, xlFormulas, or xlAll. The default value is xlAll. If there’s data other than a chart on the Clipboard, this argument cannot be used.</param>
605         </member>
606         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.PieGroups(System.Object)">
607             <summary>On a
2-D chart, returns an object that represents either a single pie chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the pie chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
608             <param name=
"Index">Optional Object. Specifies the chart group.</param>
609         </member>
610         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
611             <summary>Prints the
object.</summary>
612             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
613             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
614             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
615             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
616             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
617             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
618             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
619             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
620         </member>
621         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.PrintPreview(System.Object)">
622             <summary>Shows a preview of the
object as it would look when printed.</summary>
623             <param name=
"EnableChanges">Optional Object. True to enable changes to the chart. </param>
624         </member>
625         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Protect(System.Object,System.Object,System.Object,System.Object,System.Object)">
626             <summary>Protects a chart so that it cannot be modified.</summary>
627             <param name=
"Contents">Optional Object. True to protect contents. For a chart, this protects the entire chart. For a worksheet, this protects the locked cells. The default value is True.</param>
628             <param name=
"Password">Optional Object. A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. It's a good idea to keep a list of your passwords and their corresponding document names in a safe place.</param>
629             <param name=
"DrawingObjects">Optional Object. True to protect shapes. The default value is False.</param>
630             <param name=
"UserInterfaceOnly">Optional Object. True to protect the user interface, but not macros. If this argument is omitted, protection applies both to macros and to the user interface.</param>
631             <param name=
"Scenarios">Optional Object. True to protect scenarios. This argument is valid only for worksheets. The default value is True.</param>
632         </member>
633         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.RadarGroups(System.Object)">
634             <summary>On a
2-D chart, returns an object that represents either a single radar chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the radar chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
635             <param name=
"Index">Optional Object. Specifies the chart group.</param>
636         </member>
637         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Refresh">
638             <summary>Updates the cache of the <see cref=
"T:Microsoft.Office.Interop.Excel.Chart"></see> or <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> object.</summary>
639         </member>
640         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SaveAs(System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
641             <summary>Saves changes to the chart or worksheet
in a different file.</summary>
642             <param name=
"AddToMru">Optional Object. True to add this workbook to the list of recently used files. The default value is False.</param>
643             <param name=
"CreateBackup">Optional Object. True to create a backup file.</param>
644             <param name=
"Password">Optional Object. A case-sensitive string (no more than 15 characters) that indicates the protection password to be given to the file.</param>
645             <param name=
"Filename">Optional Object. A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.</param>
646             <param name=
"FileFormat">Optional Object. The file format to use when you save the file. For a list of valid choices, see the <see cref="P:Microsoft.Office.Interop.Excel._Workbook.FileFormat"></see> property. For an existing file, the default format is the last file format specified; for a new file, the default is the format of the version of Excel being used.</param>
647             <param name=
"WriteResPassword">Optional Object. A string that indicates the write-reservation password for this file. If a file is saved with the password and the password isn't supplied when the file is opened, the file is opened as read-only.</param>
648             <param name=
"TextCodepage">Optional Object. Not used in U.S. English Microsoft Excel.</param>
649             <param name=
"TextVisualLayout">Optional Object. Not used in U.S. English Microsoft Excel.</param>
650             <param name=
"ReadOnlyRecommended">Optional Object. True to display a message when the file is opened, recommending that the file be opened as read-only.</param>
651             <param name=
"Local">Optional Object. True saves files against the language of Microsoft Excel (including control panel settings). False (default) saves files against the language of Visual Basic for Applications (which is typically U.S. English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).</param>
652         </member>
653         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SaveChartTemplate(System.String)">
654             <summary>Saves a custom chart template to the list of available chart templates.
655
656 </summary>
657             <param name=
"Filename">The name of the chart template.</param>
658         </member>
659         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Select(System.Object)">
660             <summary>Selects the
object.</summary>
661             <param name=
"Replace">Optional Object. The object to replace.</param>
662         </member>
663         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SeriesCollection(System.Object)">
664             <summary>Returns an
object that represents either a single series (a <see cref="T:Microsoft.Office.Interop.Excel.Series"></see> object) or a collection of all the series (a <see cref="T:Microsoft.Office.Interop.Excel.SeriesCollection"></see> collection) in the chart or chart group.</summary>
665             <param name=
"Index">Optional Object. The name or number of the series.</param>
666         </member>
667         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SetBackgroundPicture(System.String)">
668             <summary>Sets the background graphic
for a worksheet or chart.</summary>
669             <param name=
"Filename">Required String. The name of the graphic file.</param>
670         </member>
671         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SetDefaultChart(System.Object)">
672             <summary>Specifies the name of the chart template that Microsoft Excel uses
when creating new charts.</summary>
673             <param name=
"Name">Specifies the name of the default chart template that will be used when creating new charts. This name can be a string naming a chart in the gallery for a user-defined template or it can be a special constant <see cref="F:Microsoft.Office.Interop.Excel.XlChartGallery.xlBuiltIn"></see> to specify a built-in chart template.</param>
674         </member>
675         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SetElement(Microsoft.Office.Core.MsoChartElementType)">
676             <summary>Sets chart elements
on a chart. Read/write.</summary>
677             <param name=
"Element">Specifies the chart element type.</param>
678         </member>
679         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.SetSourceData(Microsoft.Office.Interop.Excel.Range,System.Object)">
680             <summary>Sets the source data range
for the chart.</summary>
681             <param name=
"Source">Required <see cref="T:Microsoft.Office.Interop.Excel.Range"></see>. The range that contains the source data.</param>
682             <param name=
"PlotBy">Optional Object. Specifies the way the data is to be plotted. Can be either of the following <see cref="T:Microsoft.Office.Interop.Excel.XlRowCol"></see> constants: xlColumns or xlRows.</param>
683         </member>
684         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.Unprotect(System.Object)">
685             <summary>Removes protection
from a sheet or workbook. This method has no effect if the sheet or workbook isn't protected.</summary>
686             <param name=
"Password">Optional Object. A string that denotes the case-sensitive password to use to unprotect the sheet or workbook. If the sheet or workbook isn't protected with a password, this argument is ignored. If you omit this argument for a sheet that's protected with a password, you'll be prompted for the password. If you omit this argument for a workbook that's protected with a password, the method fails.</param>
687         </member>
688         <member name=
"M:Microsoft.Office.Interop.Excel._Chart.XYGroups(System.Object)">
689             <summary>On a
2-D chart, returns an object that represents either a single scatter chart group (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroup"></see> object) or a collection of the scatter chart groups (a <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection).</summary>
690             <param name=
"Index">Optional Object. Specifies the chart group.</param>
691         </member>
692         <member name=
"P:Microsoft.Office.Interop.Excel._Chart.BackWall">
693             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Walls"></see> object that allows the user to individually format the back wall of a 3-D chart. Read-only.</summary>
694             <returns>Walls</returns>
695         </member>
696         <member name=
"P:Microsoft.Office.Interop.Excel._Chart.ChartStyle">
697             <summary>Returns or sets the chart style
for the chart. Read/write.</summary>
698             <returns>Object</returns>
699         </member>
700         <member name=
"P:Microsoft.Office.Interop.Excel._Chart.Creator">
701             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.</summary>
702             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
703         </member>
704         <member name=
"P:Microsoft.Office.Interop.Excel._Chart.HasAxis(System.Object,System.Object)">
705             <summary>Returns or sets which axes exist
on the chart.</summary>
706             <param name=
"Index1">Optional Object. The axis type. Series axes apply only to 3-D charts. Can be one of the <see cref="T:Microsoft.Office.Interop.Excel.XlAxisType"></see> constants.</param>
707             <param name=
"Index2">Optional Object. The axis group. 3-D charts have only one set of axes. Can be one of the <see cref="T:Microsoft.Office.Interop.Excel.XlAxisGroup"></see> constants.</param>
708         </member>
709         <member name=
"P:Microsoft.Office.Interop.Excel._Chart.ShowDataLabelsOverMaximum">
710             <summary>Returns or sets whether to show the data labels
when the value is greater than the maximum value on the value axis. Read/write.</summary>
711             <returns>Boolean</returns>
712         </member>
713         <member name=
"P:Microsoft.Office.Interop.Excel._Chart.SideWall">
714             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Walls"></see> object that allows the user to individually format the side wall of a 3-D chart. Read-only.</summary>
715             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Walls"></see></returns>
716         </member>
717         <member name=
"T:Microsoft.Office.Interop.Excel._OLEObject">
718             <summary>Represents an ActiveX control or a linked or embedded OLE
object on a worksheet. The OLEObject object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.OLEObjects"></see> collection. The OLEObjects collection contains all the OLE objects on a single worksheet.</summary>
719         </member>
720         <member name=
"M:Microsoft.Office.Interop.Excel._OLEObject.CopyPicture(Microsoft.Office.Interop.Excel.XlPictureAppearance,Microsoft.Office.Interop.Excel.XlCopyPictureFormat)">
721             <summary>Copies the selected
object to the Clipboard as a picture. Object.</summary>
722             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat"></see>. The format of the picture.</param>
723             <param name=
"Appearance">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. Specifies how the picture should be copied.</param>
724         </member>
725         <member name=
"M:Microsoft.Office.Interop.Excel._OLEObject.Cut">
726             <summary>Cuts the
object to the Clipboard or pastes it into a specified destination.</summary>
727             <param name=
"Destination">Optional Object. Used only with Range objects. The range where the object should be pasted. If this argument is omitted, the object is cut to the Clipboard.</param>
728         </member>
729         <member name=
"M:Microsoft.Office.Interop.Excel._OLEObject.Select(System.Object)">
730             <summary>Selects the
object.</summary>
731             <param name=
"Replace">Optional Object. True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.</param>
732         </member>
733         <member name=
"M:Microsoft.Office.Interop.Excel._OLEObject.Verb(Microsoft.Office.Interop.Excel.XlOLEVerb)">
734             <summary>Sends a verb to the server of the specified OLE
object.</summary>
735             <param name=
"Verb">Optional XlOLEVerb. The verb that the server of the OLE object should act on. If this argument is omitted, the default verb is sent. The available verbs are determined by the object's source application. Typical verbs for an OLE object are Open and Primary (represented by the XlOLEVerb constants xlOpen and xlPrimary).</param>
736         </member>
737         <member name=
"P:Microsoft.Office.Interop.Excel._OLEObject.OnAction">
738             <summary>Returns or sets the name of a macro that’s run
when the specified object is clicked. Read/write String.</summary>
739         </member>
740         <member name=
"T:Microsoft.Office.Interop.Excel._QueryTable">
741             <summary>Represents a worksheet table built
from data returned from an external data source, such as a SQL server or a Microsoft Access database. The QueryTable object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.QueryTables"></see> collection.</summary>
742         </member>
743         <member name=
"M:Microsoft.Office.Interop.Excel._QueryTable.Refresh(System.Object)">
744             <summary>Updates an external data range (<see cref=
"T:Microsoft.Office.Interop.Excel.QueryTable"></see>). Boolean.</summary>
745             <param name=
"BackgroundQuery">Optional Object. Used only with QueryTables that are based on the results of a SQL query. True to return control to the procedure as soon as a database connection is made and the query is submitted. The QueryTable is updated in the background. False to return control to the procedure only after all data has been fetched to the worksheet. If this argument isn't specified, the setting of the <see cref="P:Microsoft.Office.Interop.Excel._QueryTable.BackgroundQuery"></see> property determines the query mode.</param>
746         </member>
747         <member name=
"M:Microsoft.Office.Interop.Excel._QueryTable.SaveAsODC(System.String,System.Object,System.Object)">
748             <summary>Saves the PivotTable cache source
as a Microsoft Office Data Connection file.</summary>
749             <param name=
"ODCFileName">Required String. Location to which the file is saved.</param>
750             <param name=
"Keywords">Optional Object. Space-separated keywords that can be used to search for this file.</param>
751             <param name=
"Description">Optional Object. Description that will be saved in the file.</param>
752         </member>
753         <member name=
"P:Microsoft.Office.Interop.Excel._QueryTable.PreserveColumnInfo">
754             <summary>True
if column sorting, filtering, and layout information is preserved whenever a query table is refreshed. The default value is False. Read/write Boolean.</summary>
755         </member>
756         <member name=
"P:Microsoft.Office.Interop.Excel._QueryTable.Sort">
757             <summary>Returns the sort criteria
for the query table range. Read-only.</summary>
758             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Sort"></see></returns>
759         </member>
760         <member name=
"P:Microsoft.Office.Interop.Excel._QueryTable.TablesOnlyFromHTML">
761             <summary>Creates a data table based
on input values and formulas that you define on a worksheet.</summary>
762             <returns>Variant</returns>
763             <param name=
"RowInput">A single cell to use as the row input for your table.</param>
764             <param name=
"ColumnInput">A single cell to use as the column input for your table.</param>
765         </member>
766         <member name=
"P:Microsoft.Office.Interop.Excel._QueryTable.WorkbookConnection">
767             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see>
768  
object that the query table uses. Read-only.</summary>
769             <returns>WorkbookConnection</returns>
770         </member>
771         <member name=
"T:Microsoft.Office.Interop.Excel._Workbook">
772             <summary>Represents a Microsoft Excel workbook.</summary>
773         </member>
774         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.AcceptAllChanges(System.Object,System.Object,System.Object)">
775             <summary>Accepts all changes
in the specified shared workbook.</summary>
776             <param name=
"When">Optional Object. Specifies when all the changes are accepted.</param>
777             <param name=
"Where">Optional Object. Specifies where all the changes are accepted.</param>
778             <param name=
"Who">Optional Object. Specifies by whom all the changes are accepted.</param>
779         </member>
780         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ApplyTheme(System.String)">
781             <summary>Applies the specified theme to the current workbook.</summary>
782             <param name=
"Filename">Name of the theme.</param>
783         </member>
784         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.BreakLink(System.String,Microsoft.Office.Interop.Excel.XlLinkType)">
785             <summary>Converts formulas linked to other Microsoft Excel sources or OLE sources to values.</summary>
786             <param name=
"Name">Required String. The name of the link.</param>
787             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlLinkType"></see>. The type of link.</param>
788         </member>
789         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ChangeFileAccess(Microsoft.Office.Interop.Excel.XlFileAccess,System.Object,System.Object)">
790             <summary>Changes the access permissions
for the workbook. This may require an updated version to be loaded from the disk.</summary>
791             <param name=
"WritePassword">Optional Object. Specifies the write-reserved password if the file is write reserved and Mode is xlReadWrite. Ignored if there's no password for the file or if Mode is xlReadOnly.</param>
792             <param name=
"Notify">Optional Object. True (or omitted) to notify the user if the file cannot be immediately accessed.</param>
793             <param name=
"Mode">Required <see cref="T:Microsoft.Office.Interop.Excel.XlFileAccess"></see>. Specifies the new access mode.</param>
794         </member>
795         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ChangeLink(System.String,System.String,Microsoft.Office.Interop.Excel.XlLinkType)">
796             <summary>Changes a link
from one document to another.</summary>
797             <param name=
"NewName">Required String. The new name of the link.</param>
798             <param name=
"Name">Required String. The name of the Microsoft Excel or DDE/OLE link to be changed, as it was returned from the <see cref="M:Microsoft.Office.Interop.Excel._Workbook.LinkSources(System.Object)"></see> method.</param>
799             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlLinkType"></see>. The link type.</param>
800         </member>
801         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.CheckIn(System.Object,System.Object,System.Object)">
802             <summary>Returns a workbook
from a local computer to a server and sets the local workbook to read-only so that it cannot be edited locally. Calling this method will also close the workbook.</summary>
803             <param name=
"Comments">Optional Object. Allows the user to enter check-in comments for the revision of the workbook being checked in (applies only if SaveChanges equals True).</param>
804             <param name=
"SaveChanges">Optional Object. True saves changes and checks in the document. False returns the document to a checked-in status without saving revision.</param>
805             <param name=
"MakePublic">Optional Object. True allows the user to publish the workbook after it has been checked in. This submits the workbook for the approval process, which can eventually result in a version of the workbook being published to users with read-only rights to the workbook (applies only if SaveChanges equals True).</param>
806         </member>
807         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.Close(System.Object,System.Object,System.Object)">
808             <summary>Closes the
object.</summary>
809             <param name=
"RouteWorkbook">Optional Object. If the workbook doesn't need to be routed to the next recipient (if it has no routing slip or has already been routed), this argument is ignored. Otherwise, Microsoft Excel routes the workbook as shown in the following table.ValueMeaningTrueSends the workbook to the next recipient.FalseDoesn't send the workbook.OmittedDisplays a dialog box asking the user whether the workbook should be sent.</param>
810             <param name=
"Filename">Optional Object. Save changes under this file name.</param>
811             <param name=
"SaveChanges">Optional Object. If there are no changes to the workbook, this argument is ignored. If there are changes to the workbook and the workbook appears in other open windows, this argument is ignored. If there are changes to the workbook but the workbook doesn't appear in any other open windows, this argument specifies whether changes should be saved, as shown in the following table.ValueActionTrueSaves the changes to the workbook. If there is not yet a file name associated with the workbook, then FileName is used. If FileName is omitted, the user is asked to supply a file name.FalseDoes not save the changes to this file.OmittedDisplays a dialog box asking the user whether or not to save changes.</param>
812         </member>
813         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.DeleteNumberFormat(System.String)">
814             <summary>Deletes a custom number format
from the workbook.</summary>
815             <param name=
"NumberFormat">Required String. Names the number format to be deleted.</param>
816         </member>
817         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.EnableConnections">
818             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel._Workbook.EnableConnections"></see> method allows developers to programmatically enable data connections within the workbook for the user.</summary>
819         </member>
820         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ExportAsFixedFormat(Microsoft.Office.Interop.Excel.XlFixedFormatType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
821             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel._Workbook.ExportAsFixedFormat(Microsoft.Office.Interop.Excel.XlFixedFormatType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)"></see> method is used to publish a workbook to either the PDF or XPS format.</summary>
822             <param name=
"IgnorePrintAreas">If set to True, ignores any print areas set when publishing. If set to False, will use the print areas set when publishing.</param>
823             <param name=
"IncludeDocProperties">Set to True to indicate that document properties should be included or set to False to indicate that they are omitted.</param>
824             <param name=
"To">The number of the last page to publish. If this argument is omitted, publishing ends with the last page</param>
825             <param name=
"Filename">A String that indicates the name of the file to be saved. You can include a full path or short. Excel2007 saves the file in the current folder.</param>
826             <param name=
"FixedFormatExtClassPtr">Pointer to the FixedFormatExt class.</param>
827             <param name=
"Type">Can be either <see cref="F:Microsoft.Office.Interop.Excel.XlFixedFormatType.xlTypePDF"></see>
828 or <see cref=
"F:Microsoft.Office.Interop.Excel.XlFixedFormatType.xlTypeXPS"></see>.</param>
829             <param name=
"OpenAfterPublish">If set to True displays file in viewer after it is published. If set to
830 False the file
is published but not displayed.</param>
831             <param name=
"Quality">Can be set to either <see cref="F:Microsoft.Office.Interop.Excel.XlFixedFormatQuality.xlQualityStandard"></see>
832 or <see cref=
"F:Microsoft.Office.Interop.Excel.XlFixedFormatQuality.xlQualityMinimum"></see>.</param>
833             <param name=
"From">The number of the page at which to start publishing. If this argument is omitted, publishing starts at the beginning.</param>
834         </member>
835         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.FollowHyperlink(System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
836             <summary>Displays a cached document
if it’s already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.</summary>
837             <param name=
"SubAddress">Optional Object. The location within the target document. The default value is the empty string.</param>
838             <param name=
"Address">Required String. The address of the target document.</param>
839             <param name=
"ExtraInfo">Optional Object. A string or byte array that specifies additional information for HTTP to use to resolve the hyperlink. For example, you can use ExtraInfo to specify the coordinates of an image map, the contents of a form, or a FAT file name.</param>
840             <param name=
"NewWindow">Optional Object. True to display the target application in a new window. The default value is False.</param>
841             <param name=
"AddHistory">Optional Object. Not used. Reserved for future use.</param>
842             <param name=
"HeaderInfo">Optional Object. A string that specifies header information for the HTTP request. The default value is an empty string.</param>
843             <param name=
"Method">Optional Object. Specifies the way ExtraInfo is attached. Can be one of the <see cref="T:Microsoft.Office.Core.MsoExtraInfoMethod"></see> constants.</param>
844         </member>
845         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ForwardMailer">
846             <summary>You have requested Help
for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.</summary>
847         </member>
848         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.GetWorkflowTasks">
849             <summary>Returns the collection of <see cref=
"T:Microsoft.Office.Core.WorkflowTask"></see> objects for the specified workbook. </summary>
850             <returns><see cref=
"T:Microsoft.Office.Core.WorkflowTasks"></see></returns>
851         </member>
852         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.GetWorkflowTemplates">
853             <summary>Returns the collection of <see cref=
"T:Microsoft.Office.Core.WorkflowTemplate"></see> objects for the specified workbook. </summary>
854             <returns><see cref=
"T:Microsoft.Office.Core.WorkflowTemplates"></see></returns>
855         </member>
856         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.HighlightChangesOptions(System.Object,System.Object,System.Object)">
857             <summary>Controls how changes are shown
in a shared workbook.</summary>
858             <param name=
"When">Optional Object. The changes that are shown. Can be one of the following XlHighlightChangesTime constants: xlSinceMyLastSave, xlAllChanges, or xlNotYetReviewed.</param>
859             <param name=
"Where">Optional Object. An A1-style range reference that specifies the area to check for changes.</param>
860             <param name=
"Who">Optional Object. The user or users whose changes are shown. Can be "Everyone", "Everyone but Me", or the name of one of the users of the shared workbook.</param>
861         </member>
862         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.LinkInfo(System.String,Microsoft.Office.Interop.Excel.XlLinkInfo,System.Object,System.Object)">
863             <summary>Returns the link date and update status. Object.</summary>
864             <param name=
"EditionRef">Optional Object. If the link is an edition, this argument specifies the edition reference as a string in R1C1 style. This argument is required if there's more than one publisher or subscriber with the same name in the workbook.</param>
865             <param name=
"Name">Optional String.</param>
866             <param name=
"LinkInfo">Required <see cref="T:Microsoft.Office.Interop.Excel.XlLinkInfo"></see>. The type of information to be returned.</param>
867             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlLinkInfoType"></see>. The type of link to return.</param>
868         </member>
869         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.LinkSources(System.Object)">
870             <summary>Returns an array of links
in the workbook. The names in the array are the names of the linked documents, editions, or DDE or OLE servers. Returns Empty if there are no links. Object.</summary>
871             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlLink"></see>. The type of link to return.</param>
872         </member>
873         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.LockServerFile">
874             <summary>Locks the workbook
on the server to prevent modification.</summary>
875         </member>
876         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.MergeWorkbook(System.Object)">
877             <summary>Merges changes
from one workbook into an open workbook.</summary>
878             <param name=
"Filename">Required Object. The file name of the workbook that contains the changes to be merged into the open workbook.</param>
879         </member>
880         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.OpenLinks(System.String,System.Object,System.Object)">
881             <summary>Opens the supporting documents
for a link or links.</summary>
882             <param name=
"ReadOnly">Optional Object. True to open documents as read-only. The default value is False.</param>
883             <param name=
"Name">Required String. The name of the Microsoft Excel or DDE/OLE link, as returned from the <see cref="M:Microsoft.Office.Interop.Excel._Workbook.LinkSources(System.Object)"></see> method.</param>
884             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlLink"></see>. The link type.</param>
885         </member>
886         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.Post(System.Object)">
887             <summary>Posts the specified workbook to a
public folder. This method works only with a Microsoft Exchange client connected to a Microsoft Exchange server.</summary>
888             <param name=
"DestName">Optional Object. This argument is ignored. The Post method prompts the user to specify the destination for the workbook.</param>
889         </member>
890         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
891             <summary>Prints the
object.</summary>
892             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
893             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
894             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
895             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
896             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
897             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
898             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
899             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
900         </member>
901         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.PrintPreview(System.Object)">
902             <summary>Shows a preview of the
object as it would look when printed.</summary>
903             <param name=
"EnableChanges">Enables changes to the object.</param>
904         </member>
905         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.Protect(System.Object,System.Object,System.Object)">
906             <summary>Protects a workbook so that it cannot be modified.</summary>
907             <param name=
"Structure">Optional Object. True to protect the structure of the workbook (the relative position of the sheets). The default value is False.</param>
908             <param name=
"Password">Optional Object. A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. It's a good idea to keep a list of your passwords and their corresponding document names in a safe place.</param>
909             <param name=
"Windows">Optional Object. True to protect the workbook windows. If this argument is omitted, the windows aren’t protected.</param>
910         </member>
911         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ProtectSharing(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
912             <summary>Saves the workbook and protects it
for sharing.</summary>
913             <param name=
"CreateBackup">Optional Object. True to create a backup file.</param>
914             <param name=
"Password">Optional Object. A case-sensitive string indicating the protection password to be given to the file. Should be no longer than 15 characters.</param>
915             <param name=
"Filename">Optional Object. A string indicating the name of the saved file. You can include a full path; if you don’t, Microsoft Excel saves the file in the current folder.</param>
916             <param name=
"SharingPassword">Optional Object. A string indicating the password to be used to protect the file for sharing.</param>
917             <param name=
"WriteResPassword">Optional Object. A string indicating the write-reservation password for this file. If a file is saved with the password and the password isn’t supplied when the file is opened, the file is opened read-only.</param>
918             <param name=
"ReadOnlyRecommended">Optional Object. True to display a message when the file is opened recommending that the file be opened read-only.</param>
919         </member>
920         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.PurgeChangeHistoryNow(System.Int32,System.Object)">
921             <summary>Removes entries
from the change log for the specified workbook.</summary>
922             <param name=
"SharingPassword">Optional Object. The password that unprotects the workbook for sharing. If the workbook is protected for sharing with a password and this argument is omitted, the user is prompted for the password.</param>
923             <param name=
"Days">Required Integer. The number of days that changes in the change log are to be retained.</param>
924         </member>
925         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.RejectAllChanges(System.Object,System.Object,System.Object)">
926             <summary>Rejects all changes
in the specified shared workbook.</summary>
927             <param name=
"When">Optional Object. Specifies when all the changes are rejected.</param>
928             <param name=
"Where">Optional Object. Specifies where all the changes are rejected.</param>
929             <param name=
"Who">Optional Object. Specifies by whom all the changes are rejected.</param>
930         </member>
931         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ReloadAs(Microsoft.Office.Core.MsoEncoding)">
932             <summary>Reloads a workbook based
on an HTML document, using the specified document encoding.</summary>
933             <param name=
"Encoding">Required <see cref="T:Microsoft.Office.Core.MsoEncoding"></see>. The encoding that is to be applied to the workbook.</param>
934         </member>
935         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.RemoveDocumentInformation(Microsoft.Office.Interop.Excel.XlRemoveDocInfoType)">
936             <summary>Removes all information of the specified type
from the workbook.</summary>
937             <param name=
"RemoveDocInfoType">One of the <see cref="T:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType"></see> values indicating the type of information to be removed.</param>
938         </member>
939         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.RemoveUser(System.Int32)">
940             <summary>Disconnects the specified user
from the shared workbook.</summary>
941             <param name=
"Index">Required Integer. The user index.</param>
942         </member>
943         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.Reply">
944             <summary>You have requested Help
for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.</summary>
945         </member>
946         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ReplyAll">
947             <summary>You have requested Help
for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.</summary>
948         </member>
949         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ReplyWithChanges(System.Object)">
950             <summary>Sends an e-mail message to the author of a workbook that has been sent
out for review, notifying them that a reviewer has completed review of the workbook.</summary>
951             <param name=
"ShowMessage">Optional Object. False does not display the message. True displays the message.</param>
952         </member>
953         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.RunAutoMacros(Microsoft.Office.Interop.Excel.XlRunAutoMacro)">
954             <summary>Runs the Auto_Open, Auto_Close, Auto_Activate, or Auto_Deactivate macro attached to the workbook. This method
is included for backward compatibility. You should use the Open, Close, Activate and Deactivate events instead of these macros.</summary>
955             <param name=
"Which">Required <see cref="T:Microsoft.Office.Interop.Excel.XlRunAutoMacro"></see>.</param>
956         </member>
957         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SaveAs(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSaveAsAccessMode,System.Object,System.Object,System.Object,System.Object,System.Object)">
958             <summary>Saves changes to the workbook
in a different file.</summary>
959             <param name=
"AddToMru">Optional Object. True to add this workbook to the list of recently used files. The default value is False.</param>
960             <param name=
"ConflictResolution">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSaveConflictResolution"></see>.</param>
961             <param name=
"CreateBackup">Optional Object. True to create a backup file.</param>
962             <param name=
"Local">Optional Object. True saves files against the language of Microsoft Excel (including control panel settings). False (default) saves files against the language of Visual Basic for Applications (VBA) (which is typically U.S. English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).</param>
963             <param name=
"Password">Optional Object. A case-sensitive string (no more than 15 characters) that indicates the protection password to be given to the file.</param>
964             <param name=
"Filename">Optional Object. A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.</param>
965             <param name=
"FileFormat">Optional Object. The file format to use when you save the file. For a list of valid choices, see the <see cref="P:Microsoft.Office.Interop.Excel._Workbook.FileFormat"></see> property. For an existing file, the default format is the last file format specified; for a new file, the default is the format of the version of Excel being used.</param>
966             <param name=
"WriteResPassword">Optional Object. A string that indicates the write-reservation password for this file. If a file is saved with the password and the password isn't supplied when the file is opened, the file is opened as read-only.</param>
967             <param name=
"TextCodepage">Optional Object. Not used in U.S. English Microsoft Excel.</param>
968             <param name=
"TextVisualLayout">Optional Object. Not used in U.S. English Microsoft Excel.</param>
969             <param name=
"ReadOnlyRecommended">Optional Object. True to display a message when the file is opened recommending that the file be opened as read-only.</param>
970             <param name=
"AccessMode">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSaveAsAccessMode"></see>.</param>
971         </member>
972         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SaveAsXMLData(System.String,Microsoft.Office.Interop.Excel.XmlMap)">
973             <summary>Exports the data that has been mapped to the specified XML schema map to an XML data file.</summary>
974             <param name=
"Map">Required <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object. The schema map to apply to the data.</param>
975             <param name=
"Filename">Required String. A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.</param>
976         </member>
977         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SaveCopyAs(System.Object)">
978             <summary>Saves a copy of the workbook to a file but doesn
't modify the open workbook in memory.</summary>
979             <param name=
"Filename">Required. Specifies the file name for the copy.</param>
980         </member>
981         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SendFaxOverInternet(System.Object,System.Object,System.Object)">
982             <summary>Sends a worksheet
as a fax to the specified recipients.</summary>
983             <param name=
"Recipients">Optional Object. A string that represents the fax numbers and e-mail addresses of the people to whom the fax will be sent. Separate multiple recipients with a semicolon.</param>
984             <param name=
"ShowMessage">Optional Object. True displays the fax message before sending it. False sends the fax without displaying the fax message.</param>
985             <param name=
"Subject">Optional Object. A string that represents the subject line for the faxed document.</param>
986         </member>
987         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SendForReview(System.Object,System.Object,System.Object,System.Object)">
988             <summary>Sends a workbook
in an e-mail message for review to the specified recipients.</summary>
989             <param name=
"Recipients">Optional Object. A string that lists the people to whom to send the message. These can be unresolved names and aliases in an e-mail phone book or full e-mail addresses. Separate multiple recipients with a semicolon (;). If left blank and ShowMessage is False, you will receive an error message, and the message will not be sent.</param>
990             <param name=
"IncludeAttachment">Optional Object. A Boolean value that indicates whether the message should include an attachment or a link to a server location. The default value is True. If set to False, the document must be stored at a shared location.</param>
991             <param name=
"ShowMessage">Optional Object. A Boolean value that indicates whether the message should be displayed when the method is executed. The default value is True. If set to False, the message is automatically sent to the recipients without first showing the message to the sender.</param>
992             <param name=
"Subject">Optional Object. A string for the subject of the message. If left blank, the subject will be: Please review "filename".</param>
993         </member>
994         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SendMail(System.Object,System.Object,System.Object)">
995             <summary>Sends the workbook
by using the installed mail system.</summary>
996             <param name=
"ReturnReceipt">Optional Object. True to request a return receipt. False not to request a return receipt. The default value is False.</param>
997             <param name=
"Recipients">Required Object. Specifies the name of the recipient as text, or as an array of text strings if there are multiple recipients. At least one recipient must be specified, and all recipients are added as To recipients.</param>
998             <param name=
"Subject">Optional Object. Specifies the subject of the message. If this argument is omitted, the document name is used.</param>
999         </member>
1000         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SendMailer(System.Object,Microsoft.Office.Interop.Excel.XlPriority)">
1001             <summary>You have requested Help
for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.</summary>
1002         </member>
1003         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SetLinkOnData(System.String,System.Object)">
1004             <summary>Sets the name of a procedure that runs whenever a DDE link
is updated.</summary>
1005             <param name=
"Procedure">Required String. The name of the procedure to be run when the link is updated. This can be either a Microsoft Excel 4.0 macro or a Visual Basic procedure. Set this argument to an empty string ("") to indicate that no procedure should run when the link is updated.</param>
1006             <param name=
"Name">Required String. The name of the DDE/OLE link as returned from the <see cref="M:Microsoft.Office.Interop.Excel._Workbook.LinkSources(System.Object)"></see> method.</param>
1007         </member>
1008         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.SetPasswordEncryptionOptions(System.Object,System.Object,System.Object,System.Object)">
1009             <summary>Sets the options
for encrypting workbooks using passwords.</summary>
1010             <param name=
"PasswordEncryptionKeyLength">Optional Object. The encryption key length which is a multiple of 8 (40 or greater).</param>
1011             <param name=
"PasswordEncryptionProvider">Optional Object. A case sensitive string of the encryption provider.</param>
1012             <param name=
"PasswordEncryptionAlgorithm">Optional Object. A case sensitive string of the algorithmic short name (i.e. "RC4").</param>
1013             <param name=
"PasswordEncryptionFileProperties">Optional Object. True (default) to encrypt file properties.</param>
1014         </member>
1015         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.ToggleFormsDesign">
1016             <summary>Toggles form design mode
on or off.</summary>
1017         </member>
1018         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.Unprotect(System.Object)">
1019             <summary>Removes protection
from a sheet or workbook. This method has no effect if the sheet or workbook isn't protected.</summary>
1020             <param name=
"Password">Optional Object. A string that denotes the case-sensitive password to use to unprotect the sheet or workbook. If the sheet or workbook isn't protected with a password, this argument is ignored. If you omit this argument for a sheet that's protected with a password, you'll be prompted for the password. If you omit this argument for a workbook that's protected with a password, the method fails.</param>
1021         </member>
1022         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.UnprotectSharing(System.Object)">
1023             <summary>Turns off protection
for sharing and saves the workbook.</summary>
1024             <param name=
"SharingPassword">Optional Object. The workbook password.</param>
1025         </member>
1026         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.UpdateLink(System.Object,System.Object)">
1027             <summary>Updates a Microsoft Excel, DDE, or OLE link (or links).</summary>
1028             <param name=
"Name">Optional Object. The name of the Microsoft Excel or DDE/OLE link to be updated, as returned from the <see cref="M:Microsoft.Office.Interop.Excel._Workbook.LinkSources(System.Object)"></see> method.</param>
1029             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlLinkType"></see>.</param>
1030         </member>
1031         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.XmlImport(System.String,Microsoft.Office.Interop.Excel.XmlMap@,System.Object,System.Object)">
1032             <summary>Imports an XML data file
into the current workbook. Returns <see cref="T:Microsoft.Office.Interop.Excel.XlXmlImportResult"></see>.</summary>
1033             <param name=
"ImportMap">Required <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see>. The schema map to apply when importing the file.</param>
1034             <param name=
"Url">Required String. A uniform resource locator (URL) or a uniform naming convention (UNC) path to a XML data file.</param>
1035             <param name=
"Destination">Optional <see cref="T:Microsoft.Office.Interop.Excel.Range"></see>. The data will be imported into a new XML list at the range specified.</param>
1036             <param name=
"Overwrite">Optional Boolean. If a value is not specified for the Destination parameter, then this parameter specifies whether or not to overwrite data that has been mapped to the schema map specified in the ImportMap parameter. Set to True to overwrite the data or False to append the new data to the existing data. The default value is True. If a value is specified for the Destination parameter, then this parameter specifies whether or not to overwrite existing data. Set to True to overwrite existing data or False to cancel the import if data would be overwritten. The default value is True.</param>
1037         </member>
1038         <member name=
"M:Microsoft.Office.Interop.Excel._Workbook.XmlImportXml(System.String,Microsoft.Office.Interop.Excel.XmlMap@,System.Object,System.Object)">
1039             <summary>Imports an XML data stream that has been previously loaded
into memory. Returns <see cref="T:Microsoft.Office.Interop.Excel.XlXmlImportResult"></see>.</summary>
1040             <param name=
"ImportMap">Required <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see>. The schema map to apply when importing the file.</param>
1041             <param name=
"Data">Required String. The data to import.</param>
1042             <param name=
"Destination">Optional <see cref="T:Microsoft.Office.Interop.Excel.Range"></see>. The data will be imported into a new XML list in the range specified.</param>
1043             <param name=
"Overwrite">Optional Boolean. If a value is not specified for the Destination parameter, then this parameter specifies whether or not to overwrite data that has been mapped to the schema map specified in the ImportMap parameter. Set to True to overwrite the data or False to append the new data to the existing data. The default value is True. If a value is specified for the Destination parameter, then this parameter specifies whether or not to overwrite existing data. Set to True to overwrite existing data or False to cancel the import if data would be overwritten. The default value is True.</param>
1044         </member>
1045         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Author">
1046             <summary>Returns or sets the author of the comment. Read-only String.</summary>
1047         </member>
1048         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.CheckCompatibility">
1049             <summary>Controls whether or not the compatibility checker
is run automatically when the workbook is saved. Read/write.</summary>
1050             <returns>Boolean</returns>
1051         </member>
1052         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Colors(System.Object)">
1053             <summary>Returns or sets colors
in the palette for the workbook. The palette has 56 entries, each represented by an RGB value. Read/write Object.</summary>
1054             <param name=
"Index">Optional Object. The color number (from 1 to 56). If this argument isn’t specified, this method returns an array that contains all 56 of the colors in the palette.</param>
1055         </member>
1056         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Comments">
1057             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Comments"></see>
1058  collection that represents all the comments
for the specified worksheet. Read-only.</summary>
1059         </member>
1060         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Connections">
1061             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel._Workbook.Connections"></see> property establishes a connection between the workbook and an ODBC or an OLEDB data source and refreshes the data without prompting the user. Read-only.</summary>
1062             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Connections"></see></returns>
1063         </member>
1064         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.ConnectionsDisabled">
1065             <summary>Disables the external connections or links
in the workbook. Read-only</summary>
1066             <returns>Boolean</returns>
1067         </member>
1068         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.ContentTypeProperties">
1069             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.MetaProperties"></see> collection that describes the metadata stored in the workbook. Read-only.</summary>
1070             <returns>MetaProperties</returns>
1071         </member>
1072         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.CustomXMLParts">
1073             <summary>Returns a. <see cref=
"T:Microsoft.Office.Core.CustomXMLParts"></see> collection that represents the custom XML in the XML data store. Read-only.</summary>
1074             <returns>CustomXMLParts</returns>
1075         </member>
1076         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.DefaultPivotTableStyle">
1077             <summary>Specifies the table style
from the <see cref="T:Microsoft.Office.Interop.Excel.TableStyles"></see> collection that is used as the default style for PivotTables. Read/write.</summary>
1078             <returns>Object</returns>
1079         </member>
1080         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.DefaultTableStyle">
1081             <summary>Specifies the table style
from the <see cref="T:Microsoft.Office.Interop.Excel.TableStyles"></see> collection that is used as the default TableStyle. Read/write </summary>
1082             <returns>Object</returns>
1083         </member>
1084         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.DocumentInspectors">
1085             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.DocumentInspectors"></see> collection that represents the Document Inspector modules for the specified workbook. Read-only.</summary>
1086             <returns>DocumentInspectors</returns>
1087         </member>
1088         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.DoNotPromptForConvert">
1089             <summary>Returns or sets
if the user should be prompted to convert the workbook if the workbook contains features that are not supported by versions of Excel earlier than short_Excel2007. Read/write </summary>
1090             <returns>Boolean</returns>
1091         </member>
1092         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.EncryptionProvider">
1093             <summary>Returns a String specifying the name of the algorithm encryption provider that 1st_Excel12 uses
when encrypting documents. Read/write.</summary>
1094             <returns>s</returns>
1095         </member>
1096         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Excel8CompatibilityMode">
1097             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel._Workbook.Excel8CompatibilityMode"></see> property provides developers with a way to check if the workbook is in compatibility mode. Read-only </summary>
1098             <returns>Boolean</returns>
1099         </member>
1100         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Final">
1101             <summary>Returns or sets a Boolean that indicates whether a workbook
is final. Read/write </summary>
1102             <returns>Boolean</returns>
1103         </member>
1104         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.ForceFullCalculation">
1105             <summary>Forces a full calculation of a workbook. Read/write.</summary>
1106             <returns>Boolean</returns>
1107         </member>
1108         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.HasVBProject">
1109             <summary>Returns a Boolean that represents whether a workbook has an attached Microsoft Visual Basic
for Applications project. Read-only.</summary>
1110             <returns>Boolean</returns>
1111         </member>
1112         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.IconSets">
1113             <summary>This property
is used to filter data in a workbook based on a cell icon from the <see cref="T:Microsoft.Office.Interop.Excel.IconSets"></see> collection. Read-only.</summary>
1114             <returns>IconSets</returns>
1115         </member>
1116         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.PasswordEncryptionProvider">
1117             <summary>Returns a String specifying the name of the algorithm encryption provider that Microsoft Excel uses
when encrypting passwords for the specified workbook. Read-only.</summary>
1118             <returns>String</returns>
1119         </member>
1120         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Research">
1121             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Research"></see> object that represents the research service for a workbook. Read-only.</summary>
1122             <returns>Research</returns>
1123         </member>
1124         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.ServerPolicy">
1125             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.ServerPolicy"></see> object that represents a policy specified for a workbook stored on a server running 2nd_OSS_NoVersion 2007. Read-only.</summary>
1126             <returns>ServerPolicy</returns>
1127         </member>
1128         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.ServerViewableItems">
1129             <summary>Allows a developer to interact with the list of published objects
in the workbook that are shown on the server. Read-only.</summary>
1130             <returns><see cref=
"P:Microsoft.Office.Interop.Excel._Workbook.ServerViewableItems"></see></returns>
1131         </member>
1132         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.ShowPivotChartActiveFields">
1133             <summary>This property controls the visibility of the PivotChart Filter Pane. Read/write.</summary>
1134             <returns>Boolean</returns>
1135         </member>
1136         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Signatures">
1137             <summary>Returns the digital signatures
for a workbook. Read-only.</summary>
1138             <returns><see cref=
"T:Microsoft.Office.Core.SignatureSet"></see></returns>
1139         </member>
1140         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.TableStyles">
1141             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.TableStyles"></see> collection object for the current workbook that refers to the styles used in the current workbook. Read-only.</summary>
1142             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TableStyles"></see></returns>
1143         </member>
1144         <member name=
"P:Microsoft.Office.Interop.Excel._Workbook.Theme">
1145             <summary>Returns the theme applied to the current workbook. Read-only.</summary>
1146             <returns><see cref=
"T:Microsoft.Office.Core.OfficeTheme"></see></returns>
1147         </member>
1148         <member name=
"T:Microsoft.Office.Interop.Excel._Worksheet">
1149             <summary>Represents a worksheet.</summary>
1150         </member>
1151         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Calculate">
1152             <summary>Calculates all open workbooks, a specific worksheet
in a workbook, or a specified range of cells on a worksheet, as shown in the following table.</summary>
1153         </member>
1154         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.ChartObjects(System.Object)">
1155             <summary>Returns an
object that represents either a single embedded chart (a <see cref="T:Microsoft.Office.Interop.Excel.ChartObject"></see> object) or a collection of all the embedded charts (a <see cref="T:Microsoft.Office.Interop.Excel.ChartObjects"></see> object) on the sheet.</summary>
1156             <param name=
"Index">Optional Variant. The name or number of the chart. This argument can be an array to specify more than one chart.</param>
1157         </member>
1158         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.CheckSpelling(System.Object,System.Object,System.Object,System.Object)">
1159             <summary>Checks the spelling of an
object. This form has no return value; Microsoft Excel displays the Spelling dialog box.</summary>
1160             <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>
1161             <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>
1162             <param name=
"SpellLang">Optional Object. The language of the dictionary being used. Can be one of the MsoLanguageID values used by the <see cref="P:Microsoft.Office.Core.LanguageSettings.LanguageID(Microsoft.Office.Core.MsoAppLanguageID)"></see> property.</param>
1163             <param name=
"AlwaysSuggest">Optional Object. True to have Microsoft Excel display a list of suggested alternate spellings when an incorrect spelling is found. False to have Microsoft Excel wait for you to input the correct spelling. If this argument is omitted, the current setting will be used.</param>
1164         </member>
1165         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Copy(System.Object,System.Object)">
1166             <summary>Copies the sheet to another location
in the workbook.</summary>
1167             <param name=
"Before">Optional Object. The sheet before which the copied sheet will be placed. You cannot specify Before if you specify After.</param>
1168             <param name=
"After">Optional Object. The sheet after which the copied sheet will be placed. You cannot specify After if you specify Before.</param>
1169         </member>
1170         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Evaluate(System.Object)">
1171             <summary>Converts a Microsoft Excel name to an
object or a value.</summary>
1172             <param name=
"Name">Required String. The name of the object, using the naming convention of Microsoft Excel.</param>
1173         </member>
1174         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.ExportAsFixedFormat(Microsoft.Office.Interop.Excel.XlFixedFormatType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
1175             <summary>Exports to a file of the specified format.</summary>
1176             <param name=
"IgnorePrintAreas">True to ignore any print areas set when publishing; otherwise False.</param>
1177             <param name=
"IncludeDocProperties">True to include the document properties; otherwise False.</param>
1178             <param name=
"To">The number of the last page to publish. If this argument is omitted, publishing ends with the last page.</param>
1179             <param name=
"Filename">The file name of the file to be saved. You can include a full path, or short_Excel2007 saves the file in the current folder.</param>
1180             <param name=
"FixedFormatExtClassPtr">Pointer to the FixedFormatExt class.</param>
1181             <param name=
"Type">The type of file format to export to.</param>
1182             <param name=
"OpenAfterPublish">True to display the file in the viewer after it is published; otherwise
1183 False.</param>
1184             <param name=
"Quality">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlFixedFormatQuality"></see>. Specifies the quality of the published file.</param>
1185             <param name=
"From">The number of the page at which to start publishing. If this argument is omitted, publishing starts at the beginning.</param>
1186         </member>
1187         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Move(System.Object,System.Object)">
1188             <summary>Moves the sheet to another location
in the workbook</summary>
1189             <param name=
"Before">Optional Object. The sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.</param>
1190             <param name=
"After">Optional Object. The sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.</param>
1191         </member>
1192         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.OLEObjects(System.Object)">
1193             <summary>Returns an
object that represents either a single OLE object (an <see cref="T:Microsoft.Office.Interop.Excel.OLEObject"></see>) or a collection of all OLE objects (an <see cref="T:Microsoft.Office.Interop.Excel.OLEObjects"></see> collection) on the chart or sheet. Read-only.</summary>
1194             <param name=
"Index">Optional Object. The name or number of the OLE object.</param>
1195         </member>
1196         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Paste(System.Object,System.Object)">
1197             <summary>Pastes the contents of the Clipboard onto the sheet.</summary>
1198             <param name=
"Link">Optional Object. True to establish a link to the source of the pasted data. If this argument is specified, the Destination argument cannot be used. The default value is False.</param>
1199             <param name=
"Destination">Optional Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that specifies where the Clipboard contents should be pasted. If this argument is omitted, the current selection is used. This argument can be specified only if the contents of the Clipboard can be pasted into a range. If this argument is specified, the Link argument cannot be used.</param>
1200         </member>
1201         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.PasteSpecial(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
1202             <summary>Pastes the contents of the Clipboard onto the sheet
using a specified format. Use this method to paste data from other applications or to paste data in a specific format.</summary>
1203             <param name=
"IconLabel">Optional Object. The text label of the icon.</param>
1204             <param name=
"DisplayAsIcon">Optional Object. True to display the pasted data as an icon. The default value is False.</param>
1205             <param name=
"Format">Optional Object. A string that specifies the Clipboard format of the data.</param>
1206             <param name=
"IconFileName">Optional Object. The name of the file that contains the icon to use if DisplayAsIcon is True.</param>
1207             <param name=
"Link">Optional Object. True to establish a link to the source of the pasted data. If the source data isn’t suitable for linking or the source application doesn't support linking, this parameter is ignored. The default value is False.</param>
1208             <param name=
"NoHTMLFormatting">Optional Object. True to remove all formatting, hyperlinks, and images from HTML. False to paste HTML as is. The default value is False.</param>
1209             <param name=
"IconIndex">Optional Object. The index number of the icon within the icon file.</param>
1210         </member>
1211         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.PivotTables(System.Object)">
1212             <summary>Returns an
object that represents either a single PivotTable report (a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> object) or a collection of all the PivotTable reports (a <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see> object) on a worksheet. Read-only.</summary>
1213             <param name=
"Index">Optional Object. The name or number of the report.</param>
1214         </member>
1215         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.PivotTableWizard(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
1216             <summary>Creates a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see> object. This method doesn’t display the PivotTable Wizard. This method isn’t available for OLE DB data sources. Use the <see cref="M:Microsoft.Office.Interop.Excel.Worksheets.Add(System.Object,System.Object,System.Object,System.Object)"></see> method to add a PivotTable cache, and then create a PivotTable report based on the cache. PivotTable object.</summary>
1217             <param name=
"SourceData">Optional Object. The data for the new report. Can be a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object, an array of ranges, or a text constant that represents the name of another report. For an external database, SourceData is an array of strings containing the SQL query string, where each element is up to 255 characters in length. You should use the Connection argument to specify the ODBC connection string. For compatibility with earlier versions of Excel, SourceData can be a two-element array. The first element is the connection string specifying the ODBC source for the data. The second element is the SQL query string used to get the data. If you specify SourceData, you must also specify SourceType. If the active cell is inside the SourceData range, you must specify TableDestination as well.</param>
1218             <param name=
"RowGrand">Optional Object. True to show grand totals for rows in the report.</param>
1219             <param name=
"BackgroundQuery">Optional Object. True to have Excel perform queries for the report asynchronously (in the background). The default value is False.</param>
1220             <param name=
"Connection">Optional Object. A string that contains ODBC settings that allow Excel to connect to an ODBC data source. The connection string has the form "ODBC;&lt;connection string&gt;". This argument overrides any previous setting for the <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> object’s <see cref="P:Microsoft.Office.Interop.Excel.PivotCache.Connection"></see> property.</param>
1221             <param name=
"HasAutoFormat">Optional Object. True to have Microsoft Excel automatically format the report when it’s refreshed or when fields are moved.</param>
1222             <param name=
"PageFieldOrder">Optional Object. The order in which page fields are added to the PivotTable report’s layout. Can be one of the following XlOrder constants: xlDownThenOver or xlOverThenDown. The default value is xlDownThenOver.</param>
1223             <param name=
"PageFieldWrapCount">Optional Object. The number of page fields in each column or row in the PivotTable report. The default value is 0 (zero).</param>
1224             <param name=
"TableDestination">Optional Object. A Range object specifying where the report should be placed on the worksheet. If this argument is omitted, the report is placed at the active cell.</param>
1225             <param name=
"ReadData">Optional Object. True to create a PivotTable cache that contains all records from the external database; this cache can be very large. If ReadData is False, you can set some of the fields as server-based page fields before the data is actually read.</param>
1226             <param name=
"Reserved">Optional Object. Not used by Microsoft Excel.</param>
1227             <param name=
"AutoPage">Optional Object. Valid only if SourceType is xlConsolidation. True to have Microsoft Excel create a page field for the consolidation. If AutoPage is False, you must create the page field or fields.</param>
1228             <param name=
"ColumnGrand">Optional Object. True to show grand totals for columns in the report.</param>
1229             <param name=
"OptimizeCache">Optional Object. True to optimize the PivotTable cache when it's constructed. The default value is False.</param>
1230             <param name=
"SourceType">Optional Object. The source of the report data. Can be one of the <see cref="T:Microsoft.Office.Interop.Excel.XlPivotTableSourceType"></see>.constants.</param>
1231             <param name=
"SaveData">Optional Object. True to save data with the report. False to save only the report definition.</param>
1232             <param name=
"TableName">Optional Object. A string that specifies the name of the new report.</param>
1233         </member>
1234         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
1235             <summary>Prints the
object.</summary>
1236             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
1237             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
1238             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
1239             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
1240             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
1241             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
1242             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
1243             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
1244         </member>
1245         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.PrintPreview(System.Object)">
1246             <summary>Shows a preview of the
object as it would look when printed.</summary>
1247             <param name=
"EnableChanges">Optional Object. True to enable changes to the specified worksheet.</param>
1248         </member>
1249         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Protect(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
1250             <summary>Protects a worksheet so that it cannot be modified.</summary>
1251             <param name=
"AllowInsertingColumns">Optional Object. True allows the user to insert columns on the protected worksheet. The default value is False.</param>
1252             <param name=
"Contents">Optional Object. True to protect contents. For a chart, this protects the entire chart. For a worksheet, this protects the locked cells. The default value is True.</param>
1253             <param name=
"AllowInsertingRows">Optional Object. True allows the user to insert rows on the protected worksheet. The default value is False.</param>
1254             <param name=
"Password">Optional Object. A string that specifies a case-sensitive password for the worksheet or workbook. If this argument is omitted, you can unprotect the worksheet or workbook without using a password. Otherwise, you must specify the password to unprotect the worksheet or workbook. If you forget the password, you cannot unprotect the worksheet or workbook. It's a good idea to keep a list of your passwords and their corresponding document names in a safe place.</param>
1255             <param name=
"AllowFormattingCells">Optional Object. True allows the user to format any cell on a protected worksheet. The default value is False.</param>
1256             <param name=
"AllowFiltering">Optional Object. True allows the user to set filters on the protected worksheet. Users can change filter criteria but can not enable or disable an auto filter. Users can set filters on an existing auto filter. The default value is False.</param>
1257             <param name=
"DrawingObjects">Optional Object. True to protect shapes. The default value is False.</param>
1258             <param name=
"AllowSorting">Optional Object. True allows the user to sort on the protected worksheet. Every cell in the sort range must be unlocked or unprotected. The default value is False.</param>
1259             <param name=
"AllowDeletingRows">Optional Object. True allows the user to delete rows on the protected worksheet where every cell in the row to be deleted is unlocked. The default value is False.</param>
1260             <param name=
"UserInterfaceOnly">Optional Object. True to protect the user interface but not macros. If this argument is omitted, protection applies both to macros and to the user interface.</param>
1261             <param name=
"AllowInsertingHyperlinks">Optional Object. True allows the user to insert hyperlinks on the worksheet. The default value is False.</param>
1262             <param name=
"AllowDeletingColumns">Optional Object. True allows the user to delete columns on the protected worksheet, where every cell in the column to be deleted is unlocked. The default value is False.</param>
1263             <param name=
"AllowFormattingColumns">Optional Object. True allows the user to format any column on a protected worksheet. The default value is False.</param>
1264             <param name=
"Scenarios">Optional Object. True to protect scenarios. This argument is valid only for worksheets. The default value is True.</param>
1265             <param name=
"AllowFormattingRows">Optional Object. True allows the user to format any row on a protected worksheet. The default value is False.</param>
1266             <param name=
"AllowUsingPivotTables">Optional Object. True allows the user to use pivot table reports on the protected worksheet. The default value is False.</param>
1267         </member>
1268         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.SaveAs(System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
1269             <summary>Saves changes to the chart or worksheet
in a different file.</summary>
1270             <param name=
"AddToMru">Optional Object. True to add this workbook to the list of recently used files. The default value is False.</param>
1271             <param name=
"CreateBackup">Optional Object. True to create a backup file.</param>
1272             <param name=
"Password">Optional Object. A case-sensitive string (no more than 15 characters) that indicates the protection password to be given to the file.</param>
1273             <param name=
"Filename">Optional Object. A string that indicates the name of the file to be saved. You can include a full path; if you don't, Microsoft Excel saves the file in the current folder.</param>
1274             <param name=
"FileFormat">Optional Object. The file format to use when you save the file. For a list of valid choices, see the <see cref="P:Microsoft.Office.Interop.Excel._Workbook.FileFormat"></see> property. For an existing file, the default format is the last file format specified; for a new file, the default is the format of the version of Excel being used.</param>
1275             <param name=
"WriteResPassword">Optional Object. A string that indicates the write-reservation password for this file. If a file is saved with the password and the password isn't supplied when the file is opened, the file is opened as read-only.</param>
1276             <param name=
"TextCodepage">Optional Object. Not used in U.S. English Microsoft Excel.</param>
1277             <param name=
"TextVisualLayout">Optional Object. Not used in U.S. English Microsoft Excel.</param>
1278             <param name=
"ReadOnlyRecommended">Optional Object. True to display a message when the file is opened recommending that the file be opened as read-only.</param>
1279             <param name=
"Local">Optional Object. True saves files against the language of Microsoft Excel (including control panel settings). False (default) saves files against the language of Visual Basic for Applications (VBA) (which is typically U.S. English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).</param>
1280         </member>
1281         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Scenarios(System.Object)">
1282             <summary>Returns an
object that represents either a single scenario (a <see cref="T:Microsoft.Office.Interop.Excel.Scenario"></see> object) or a collection of scenarios (a <see cref="T:Microsoft.Office.Interop.Excel.Scenarios"></see> object) on the worksheet.</summary>
1283             <param name=
"Index">Optional Object. The name or number of the scenario. Use an array to specify more than one scenario.</param>
1284         </member>
1285         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Select(System.Object)">
1286             <summary>Selects the
object.</summary>
1287             <param name=
"Replace">Optional Object. The object to replace.</param>
1288         </member>
1289         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.SetBackgroundPicture(System.String)">
1290             <summary>Sets the background graphic
for a worksheet or chart.</summary>
1291             <param name=
"Filename">Required String. The name of the graphic file.</param>
1292         </member>
1293         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.Unprotect(System.Object)">
1294             <summary>Removes protection
from a sheet or workbook. This method has no effect if the sheet or workbook isn't protected.</summary>
1295             <param name=
"Password">Optional Object. A string that denotes the case-sensitive password to use to unprotect the sheet or workbook. If the sheet or workbook isn't protected with a password, this argument is ignored. If you omit this argument for a sheet that's protected with a password, you'll be prompted for the password. If you omit this argument for a workbook that's protected with a password, the method fails.</param>
1296         </member>
1297         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.XmlDataQuery(System.String,System.Object,System.Object)">
1298             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the cells mapped to a particular XPath. Returns Nothing if the specified XPath has not been mapped to the worksheet or if the mapped range is empty.</summary>
1299             <param name=
"Map">Optional <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see>. Specify an XML map if you want to query for the XPath within a specific map.</param>
1300             <param name=
"SelectionNamespaces">Optional Object. A space-delimited String that contains the namespaces referenced in the XPath parameter. A run-time error will be generated if one of the specified namespaces cannot be resolved.</param>
1301             <param name=
"XPath">Required Object. The XPath to query for.</param>
1302         </member>
1303         <member name=
"M:Microsoft.Office.Interop.Excel._Worksheet.XmlMapQuery(System.String,System.Object,System.Object)">
1304             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the cells mapped to a particular XPath. Returns Nothing if the specified XPath has not been mapped to the worksheet.</summary>
1305             <param name=
"Map">Optional <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see>. Specify an XML map if you want to query for the XPath within a specific map.</param>
1306             <param name=
"SelectionNamespaces">Optional Object. A space-delimited String that contains the namespaces referenced in the XPath parameter. A run-time error will be generated if one of the specified namespaces cannot be resolved.</param>
1307             <param name=
"XPath">Required Object. The XPath to query for.</param>
1308         </member>
1309         <member name=
"P:Microsoft.Office.Interop.Excel._Worksheet.Creator">
1310             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only xlCreatorCode.</summary>
1311             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
1312         </member>
1313         <member name=
"P:Microsoft.Office.Interop.Excel._Worksheet.EnableFormatConditionsCalculation">
1314             <summary>Returns or sets
if conditional formats will occur automatically as needed. Read/write Boolean.</summary>
1315             <returns>Boolean</returns>
1316         </member>
1317         <member name=
"P:Microsoft.Office.Interop.Excel._Worksheet.Range(System.Object,System.Object)">
1318             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents a cell or a range of cells.</summary>
1319             <param name=
"Cell1">Required Object. The name of the range. This must be an A1-style reference in the language of the macro. It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma). It can also include dollar signs, but they’re ignored. You can use a local defined name in any part of the range. If you use a name, the name is assumed to be in the language of the macro.</param>
1320             <param name=
"Cell2">Optional Object. The cell in the upper-left and lower-right corner of the range. Can be a Range object that contains a single cell, an entire column, or entire row, or it can be a string that names a single cell in the language of the macro.</param>
1321         </member>
1322         <member name=
"P:Microsoft.Office.Interop.Excel._Worksheet.Sort">
1323             <summary>Returns the sorted values
in the current worksheet. Read-only.</summary>
1324             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Sort"></see></returns>
1325         </member>
1326         <member name=
"T:Microsoft.Office.Interop.Excel.AboveAverage">
1327             <summary>Represents an above average visual of a conditional formatting rule. Applying a color or fill to a range or selection to help you see the
value of a cells relative to other cells.</summary>
1328         </member>
1329         <member name=
"M:Microsoft.Office.Interop.Excel.AboveAverage.Delete">
1330             <summary>Deletes the specified conditional formatting rule
object.</summary>
1331         </member>
1332         <member name=
"M:Microsoft.Office.Interop.Excel.AboveAverage.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
1333             <summary>Sets the cell range to which
this formatting rule applies.</summary>
1334             <param name=
"Range">The range to which this formatting rule will be applied.</param>
1335         </member>
1336         <member name=
"M:Microsoft.Office.Interop.Excel.AboveAverage.SetFirstPriority">
1337             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
1338         </member>
1339         <member name=
"M:Microsoft.Office.Interop.Excel.AboveAverage.SetLastPriority">
1340             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
1341         </member>
1342         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.AboveBelow">
1343             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlAboveBelow"></see> enumeration, specifying if the conditional formatting rule looks for cell values above or below the range average or standard deviation.</summary>
1344             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlAboveBelow"></see></returns>
1345         </member>
1346         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Application">
1347             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
1348             <returns>Application (see above)</returns>
1349         </member>
1350         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.AppliesTo">
1351             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object specifying the cell range to which the formatting rule is applied.</summary>
1352             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
1353         </member>
1354         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Borders">
1355             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Borders"></see> collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only.</summary>
1356             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Borders"></see></returns>
1357         </member>
1358         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.CalcFor">
1359             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlCalcFor"></see> enumeration, which specifies the scope of data to be evaluated for the conditional format in a PivotTable report.</summary>
1360             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCalcFor"></see></returns>
1361         </member>
1362         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Creator">
1363             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
1364             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
1365         </member>
1366         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Font">
1367             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see> object that specifies the font formatting if the conditional formatting rule evaluates to True. Read-only.</summary>
1368             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see></returns>
1369         </member>
1370         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Interior">
1371             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see> object that specifies a cell's interior attributes for a conditional formatting rule that evaluates to True. Read-only.</summary>
1372             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see></returns>
1373         </member>
1374         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.NumberFormat">
1375             <summary>Returns or sets the number format applied to a cell
if the conditional formatting rule evaluates to True. Read/write Object.</summary>
1376             <returns>Object</returns>
1377         </member>
1378         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.NumStdDev">
1379             <summary>Returns or sets the numeric standard deviation
for an AboveAverage object. Read/write Integer.</summary>
1380             <returns>Integer</returns>
1381         </member>
1382         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Parent">
1383             <summary>Returns the parent
object for the specified object. Read-only.</summary>
1384             <returns>Object</returns>
1385         </member>
1386         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Priority">
1387             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
1388             <returns>Integer</returns>
1389         </member>
1390         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.PTCondition">
1391             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a PivotTable chart. Read-only.</summary>
1392             <returns>Boolean</returns>
1393         </member>
1394         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.ScopeType">
1395             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see> enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.</summary>
1396             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
1397         </member>
1398         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.StopIfTrue">
1399             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
1400             <returns>Boolean</returns>
1401         </member>
1402         <member name=
"P:Microsoft.Office.Interop.Excel.AboveAverage.Type">
1403             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see> enumeration, which specifies the type of conditional format. Read-only.</summary>
1404             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see></returns>
1405         </member>
1406         <member name=
"T:Microsoft.Office.Interop.Excel.Action">
1407             <summary>Represents an action to be executed
in <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> or <see cref="T:Microsoft.Office.Interop.Excel.Worksheet"></see>data.</summary>
1408         </member>
1409         <member name=
"M:Microsoft.Office.Interop.Excel.Action.Execute">
1410             <summary>Performs the specified action.</summary>
1411         </member>
1412         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Application">
1413             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
1414             <returns>Application (see above)</returns>
1415         </member>
1416         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Caption">
1417             <summary>Returns the caption assigned to the <see cref=
"P:Microsoft.Office.Interop.Excel.Action"></see>object. Read-only String.</summary>
1418             <returns>String</returns>
1419         </member>
1420         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Content">
1421             <summary>Returns the content associated to the <see cref=
"P:Microsoft.Office.Interop.Excel.Action"></see> object. Read-only String.</summary>
1422             <returns>String</returns>
1423         </member>
1424         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Coordinate">
1425             <summary>Returns the coordinate property of the <see cref=
"P:Microsoft.Office.Interop.Excel.Action"></see> object. Read-only</summary>
1426             <returns>String</returns>
1427         </member>
1428         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Creator">
1429             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
1430             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
1431         </member>
1432         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Name">
1433             <summary>Returns the name of the
object. Read-only String.</summary>
1434             <returns>String</returns>
1435         </member>
1436         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Parent">
1437             <summary>Returns the parent
object for the specified object. Read-only.</summary>
1438             <returns>Object</returns>
1439         </member>
1440         <member name=
"P:Microsoft.Office.Interop.Excel.Action.Type">
1441             <summary>Returns the action type. Read-only <see cref=
"T:Microsoft.Office.Interop.Excel.XlActionType"></see>.</summary>
1442             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlActionType"></see></returns>
1443         </member>
1444         <member name=
"T:Microsoft.Office.Interop.Excel.Actions">
1445             <summary>A collection of all <see cref=
"T:Microsoft.Office.Interop.Excel.Action"></see> objects for the specified series.</summary>
1446         </member>
1447         <member name=
"P:Microsoft.Office.Interop.Excel.Actions._Default(System.Object)">
1448             <returns>Object</returns>
1449         </member>
1450         <member name=
"P:Microsoft.Office.Interop.Excel.Actions.Application">
1451             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
1452             <returns>Application (see above)</returns>
1453         </member>
1454         <member name=
"P:Microsoft.Office.Interop.Excel.Actions.Count">
1455             <summary>Returns the number of objects
in the collection. Read-only Integer</summary>
1456             <returns>Integer</returns>
1457         </member>
1458         <member name=
"P:Microsoft.Office.Interop.Excel.Actions.Creator">
1459             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
1460             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
1461         </member>
1462         <member name=
"P:Microsoft.Office.Interop.Excel.Actions.Item(System.Object)">
1463             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Action"></see> object that represents an action in a workbook. Read-only.</summary>
1464             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Action"></see></returns>
1465             <param name=
"Index">Index value of the action.</param>
1466         </member>
1467         <member name=
"P:Microsoft.Office.Interop.Excel.Actions.Parent">
1468             <summary>Returns the parent
object for the specified object. Read-only.</summary>
1469             <returns>Object</returns>
1470         </member>
1471         <member name=
"T:Microsoft.Office.Interop.Excel.AddIn">
1472             <summary>Represents a single
add-in, either installed or not installed.</summary>
1473         </member>
1474         <member name=
"T:Microsoft.Office.Interop.Excel.AddIns">
1475             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.AddIn"></see> objects that represents all the add-ins available to Microsoft Excel, regardless of whether they’re installed. This list corresponds to the list of add-ins displayed in the Add-Ins dialog box (Tools menu).</summary>
1476         </member>
1477         <member name=
"M:Microsoft.Office.Interop.Excel.AddIns.Add(System.String,System.Object)">
1478             <summary>Adds a
new add-in file to the list of add-ins. Returns an <see cref="T:Microsoft.Office.Interop.Excel.AddIn"></see> object.</summary>
1479             <param name=
"Filename">Required String. The name of the file that contains the add-in you want to add to the list in the add-in manager.</param>
1480             <param name=
"CopyFile">Optional Object. Ignored if the add-in file is on a hard disk. True to copy the add-in to your hard disk if the add-in is on a removable medium (a floppy disk or compact disc). False to have the add-in remain on the removable medium. If this argument is omitted, Microsoft Excel displays a dialog box and asks you to choose.</param>
1481         </member>
1482         <member name=
"P:Microsoft.Office.Interop.Excel.AddIns.Item(System.Object)">
1483             <summary>Returns a single
object from a collection.</summary>
1484             <param name=
"Index">Required Object. The name or index number of the object.</param>
1485         </member>
1486         <member name=
"T:Microsoft.Office.Interop.Excel.Adjustments">
1487             <summary>Contains a collection of adjustment values
for the specified AutoShape, WordArt object, or connector.</summary>
1488         </member>
1489         <member name=
"P:Microsoft.Office.Interop.Excel.Adjustments.Item(System.Int32)">
1490             <summary>Returns or sets the specified adjustment
value.</summary>
1491             <param name=
"Index">Required Integer. The index number of the adjustment.</param>
1492         </member>
1493         <member name=
"T:Microsoft.Office.Interop.Excel.AllowEditRange">
1494             <summary>Represents the cells that can be edited
on a protected worksheet.</summary>
1495         </member>
1496         <member name=
"M:Microsoft.Office.Interop.Excel.AllowEditRange.ChangePassword(System.String)">
1497             <summary>Changes the password
for a range that can be edited on a protected worksheet.</summary>
1498             <param name=
"Password">Required String. The new password.</param>
1499         </member>
1500         <member name=
"M:Microsoft.Office.Interop.Excel.AllowEditRange.Unprotect(System.Object)">
1501             <summary>Removes protection
from a sheet or workbook.</summary>
1502             <param name=
"Password">Optional Object. A string that denotes the case-sensitive password to use to unprotect the sheet or workbook. If the sheet or workbook isn't protected with a password, this argument is ignored. If you omit this argument for a sheet that's protected with a password, you'll be prompted for the password. If you omit this argument for a workbook that's protected with a password, the method fails.</param>
1503         </member>
1504         <member name=
"T:Microsoft.Office.Interop.Excel.AllowEditRanges">
1505             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.AllowEditRange"></see> objects that represent the cells that can be edited on a protected worksheet.</summary>
1506         </member>
1507         <member name=
"M:Microsoft.Office.Interop.Excel.AllowEditRanges.Add(System.String,Microsoft.Office.Interop.Excel.Range,System.Object)">
1508             <summary>Adds a range that can be edited
on a protected worksheet.</summary>
1509             <param name=
"Password">Required <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object. The range allowed to be edited.</param>
1510             <param name=
"Range">Required String. The title of range.</param>
1511             <param name=
"Title">Optional Object. The password for the range.</param>
1512         </member>
1513         <member name=
"P:Microsoft.Office.Interop.Excel.AllowEditRanges.Item(System.Object)">
1514             <summary>Returns a single
object from a collection.</summary>
1515             <param name=
"Index">Required Object. The name or index number of the object.</param>
1516         </member>
1517         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_Event">
1518             <summary>Events
interface for Microsoft Excel <see cref="T:Microsoft.Office.Interop.Excel.Application"></see> object events.</summary>
1519         </member>
1520         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.AfterCalculate">
1521             <summary>The <see cref=
"E:Microsoft.Office.Interop.Excel.ApplicationClass.AfterCalculate"></see> event occurs when all pending refresh activity (both synchronous and asynchronous) and all of the resultant calculation activities have been completed.</summary>
1522         </member>
1523         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.NewWorkbook">
1524             <summary>Occurs
when a new workbook is created.</summary>
1525         </member>
1526         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetActivate">
1527             <summary>Occurs
when any sheet is activated.</summary>
1528         </member>
1529         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetBeforeDoubleClick">
1530             <summary>Occurs
when any worksheet is double-clicked, before the default double-click action.</summary>
1531         </member>
1532         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetBeforeRightClick">
1533             <summary>Occurs
when any worksheet is right-clicked, before the default right-click action.</summary>
1534         </member>
1535         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetCalculate">
1536             <summary>Occurs after any worksheet
is recalculated or after any changed data is plotted on a chart.</summary>
1537         </member>
1538         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetChange">
1539             <summary>Occurs
when cells in any worksheet are changed by the user or by an external link.</summary>
1540         </member>
1541         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetDeactivate">
1542             <summary>Occurs
when any sheet is deactivated.</summary>
1543         </member>
1544         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetFollowHyperlink">
1545             <summary>Occurs
when you click any hyperlink in Microsoft Excel.</summary>
1546         </member>
1547         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetPivotTableUpdate">
1548             <summary>Occurs after the sheet of the PivotTable report has been updated.</summary>
1549         </member>
1550         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetSelectionChange">
1551             <summary>Occurs
when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet).</summary>
1552         </member>
1553         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WindowActivate">
1554             <summary>Occurs
when any workbook window is activated.</summary>
1555         </member>
1556         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WindowDeactivate">
1557             <summary>Occurs
when any workbook window is deactivated.</summary>
1558         </member>
1559         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WindowResize">
1560             <summary>Occurs
when any workbook window is resized.</summary>
1561         </member>
1562         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookActivate">
1563             <summary>Occurs
when any workbook is activated.</summary>
1564         </member>
1565         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAddinInstall">
1566             <summary>Occurs
when a workbook is installed as an add-in.</summary>
1567         </member>
1568         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAddinUninstall">
1569             <summary>Occurs
when any add-in workbook is uninstalled.</summary>
1570         </member>
1571         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAfterXmlExport">
1572             <summary>Occurs after Microsoft Excel saves or exports data
from any open workbook to an XML data file.</summary>
1573         </member>
1574         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAfterXmlImport">
1575             <summary>Occurs after an existing XML data connection
is refreshed or new XML data is imported into any open Microsoft Excel workbook.</summary>
1576         </member>
1577         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeClose">
1578             <summary>Occurs immediately before any open workbook closes.</summary>
1579         </member>
1580         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforePrint">
1581             <summary>Occurs before any open workbook
is printed.</summary>
1582         </member>
1583         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeSave">
1584             <summary>Occurs before any open workbook
is saved.</summary>
1585         </member>
1586         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeXmlExport">
1587             <summary>Occurs before Microsoft Excel saves or exports data
from any open workbook to an XML data file.</summary>
1588         </member>
1589         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeXmlImport">
1590             <summary>Occurs before an existing XML data connection
is refreshed or new XML data is imported into any open Microsoft Excel workbook.</summary>
1591         </member>
1592         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookDeactivate">
1593             <summary>Occurs
when any open workbook is deactivated.</summary>
1594         </member>
1595         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookNewSheet">
1596             <summary>Occurs
when a new sheet is created in any open workbook.</summary>
1597         </member>
1598         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookOpen">
1599             <summary>Occurs
when a workbook is opened.</summary>
1600         </member>
1601         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookPivotTableCloseConnection">
1602             <summary>Occurs after a PivotTable report connection has been closed.</summary>
1603         </member>
1604         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookPivotTableOpenConnection">
1605             <summary>Occurs after a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see>report connection has been opened.</summary>
1606         </member>
1607         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookRowsetComplete">
1608             <summary>The <see cref=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookRowsetComplete"></see>event occurs when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.</summary>
1609             <param name=
"Success">Contains a Boolean value to indicate success or failure.</param>
1610             <param name=
"Sheet">The worksheet on which the recordset is created.</param>
1611             <param name=
"Wb">The workbook for which the event occurs.</param>
1612             <param name=
"Description">A brief description of the event.</param>
1613         </member>
1614         <member name=
"E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookSync">
1615             <summary>Occurs
when the local copy of a workbook that is part of a Document Workspace is synchronized with the copy on the server.</summary>
1616         </member>
1617         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_NewWorkbookEventHandler">
1618             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.NewWorkbook"></see> event. The NewWorkbook event occurs when a new workbook is created.</summary>
1619         </member>
1620         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetActivateEventHandler">
1621             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetActivate"></see> event. The SheetActivate event occurs when any sheet is activated.</summary>
1622         </member>
1623         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetBeforeDoubleClickEventHandler">
1624             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetBeforeDoubleClick"></see> event. The SheetBeforeDoubleClick event occurs when any worksheet is double-clicked, before the default double-click action.</summary>
1625         </member>
1626         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetBeforeRightClickEventHandler">
1627             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetBeforeRightClick"></see> event. The SheetBeforeRightClick event occurs when any worksheet is right-clicked, before the default right-click action.</summary>
1628         </member>
1629         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetCalculateEventHandler">
1630             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetCalculate"></see> event. The SheetCalculate event occurs after any worksheet is recalculated or after any changed data is plotted on a chart.</summary>
1631         </member>
1632         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetChangeEventHandler">
1633             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetChange"></see> event. The SheetChange event occurs when cells in any worksheet are changed by the user or by an external link.</summary>
1634         </member>
1635         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetDeactivateEventHandler">
1636             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetDeactivate"></see> event. The SheetDeactivate event occurs when any sheet is deactivated.</summary>
1637         </member>
1638         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetFollowHyperlinkEventHandler">
1639             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetFollowHyperlink"></see> event. The SheetFollowHyperlink event occurs when you click any hyperlink in Microsoft Excel.</summary>
1640         </member>
1641         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetPivotTableUpdateEventHandler">
1642             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetPivotTableUpdate"></see> event. The SheetPivotTableUpdate event occurs after the sheet of the PivotTable report has been updated.</summary>
1643         </member>
1644         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_SheetSelectionChangeEventHandler">
1645             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.SheetSelectionChange"></see> event. The SheetSelectionChange event occurs when the selection changes on any worksheet.</summary>
1646         </member>
1647         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WindowActivateEventHandler">
1648             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WindowActivate"></see> event. The WindowActivate event occurs when any workbook window is activated.</summary>
1649         </member>
1650         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WindowDeactivateEventHandler">
1651             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WindowDeactivate"></see> event. The WindowDeactivate event occurs when any workbook window is deactivated.</summary>
1652         </member>
1653         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WindowResizeEventHandler">
1654             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WindowResize"></see> event. The WindowResize event occurs when any workbook window is resized.</summary>
1655         </member>
1656         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookActivateEventHandler">
1657             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookActivate"></see> event. The WorkbookActivate event occurs when any workbook is activated.</summary>
1658         </member>
1659         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookAddinInstallEventHandler">
1660             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAddinInstall"></see> event. The WorkbookAddinInstall event occurs when a workbook is installed as an add-in.</summary>
1661         </member>
1662         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookAddinUninstallEventHandler">
1663             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAddinUninstall"></see> event. The WorkbookAddinUninstall event occurs when any add-in workbook is uninstalled.</summary>
1664         </member>
1665         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookAfterXmlExportEventHandler">
1666             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAfterXmlExport"></see> event. The WorkbookAfterXmlExport event occurs after Microsoft Excel saves or exports data from any open workbook to an XML data file.</summary>
1667         </member>
1668         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookAfterXmlImportEventHandler">
1669             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookAfterXmlImport"></see> event. The WorkbookAfterXmlImport event occurs after an existing XML data connection is refreshed, or new XML data is imported into any open Microsoft Excel workbook.</summary>
1670         </member>
1671         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookBeforeCloseEventHandler">
1672             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeClose"></see> event. The WorkbookBeforeClose event occurs immediately before any open workbook closes.</summary>
1673         </member>
1674         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookBeforePrintEventHandler">
1675             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforePrint"></see> event. The WorkbookBeforePrint event occurs before any open workbook is printed.</summary>
1676         </member>
1677         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookBeforeSaveEventHandler">
1678             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeSave"></see> event. The WorkbookBeforeSave event occurs before any open workbook is saved.</summary>
1679         </member>
1680         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookBeforeXmlExportEventHandler">
1681             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeXmlExport"></see> event. The WorkbookBeforeXmlExport event occurs before Microsoft Excel saves or exports data from any open workbook to an XML data file.</summary>
1682         </member>
1683         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookBeforeXmlImportEventHandler">
1684             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookBeforeXmlImport"></see> event. The WorkbookBeforeXmlImport event occurs before an existing XML data connection is refreshed, or new XML data is imported into any open Microsoft Excel workbook.</summary>
1685         </member>
1686         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookDeactivateEventHandler">
1687             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookDeactivate"></see> event. The WorkbookDeactivate event occurs when any open workbook is deactivated.</summary>
1688         </member>
1689         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookNewSheetEventHandler">
1690             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookNewSheet"></see> event. The WorkbookNewSheet event occurs when a new sheet is created in any open workbook.</summary>
1691         </member>
1692         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookOpenEventHandler">
1693             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookOpen"></see> event. The WorkbookOpen event occurs when a workbook is opened.</summary>
1694         </member>
1695         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookPivotTableCloseConnectionEventHandler">
1696             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookPivotTableCloseConnection"></see> event. The WorkbookPivotTableCloseConnection event occurs after a PivotTable report connection has been closed.</summary>
1697         </member>
1698         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookPivotTableOpenConnectionEventHandler">
1699             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookPivotTableOpenConnection"></see> event. The WorkbookPivotTableOpenConnection event occurs after a PivotTable report connection has been opened.</summary>
1700         </member>
1701         <member name=
"T:Microsoft.Office.Interop.Excel.AppEvents_WorkbookSyncEventHandler">
1702             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.AppEvents_Event.WorkbookSync"></see> event. The WorkbookSync event occurs when the local copy of a workbook that is part of a Document Workspace is synchronized with the copy on the server.</summary>
1703         </member>
1704         <member name=
"M:Microsoft.Office.Interop.Excel.ApplicationClass.Dummy20(System.Int32)">
1705             <returns>Returns
1706 <see cref=
"T:System.Object"></see>
1707 .</returns>
1708         </member>
1709         <member name=
"M:Microsoft.Office.Interop.Excel.ApplicationClass.SharePointVersion(System.String)">
1710             <returns>Returns
1711 <see cref=
"T:System.Int32"></see>
1712 .</returns>
1713         </member>
1714         <member name=
"P:Microsoft.Office.Interop.Excel.ApplicationClass.ActiveEncryptionSession">
1715             <returns>Returns
1716 <see cref=
"T:System.Int32"></see>
1717 .</returns>
1718         </member>
1719         <member name=
"P:Microsoft.Office.Interop.Excel.ApplicationClass.AlwaysUseClearType">
1720             <returns>Returns
1721 <see cref=
"T:System.Boolean"></see>
1722 .</returns>
1723         </member>
1724         <member name=
"P:Microsoft.Office.Interop.Excel.ApplicationClass.Assistance">
1725             <returns>Returns
1726 <see cref=
"T:Microsoft.Office.Core.IAssistance"></see>
1727 .</returns>
1728         </member>
1729         <member name=
"P:Microsoft.Office.Interop.Excel.Arc.AutoSize">
1730             <summary>True
if the size of the specified object is changed automatically to fit text within its boundaries. Read/write Boolean.</summary>
1731         </member>
1732         <member name=
"P:Microsoft.Office.Interop.Excel.Arc.LockedText">
1733             <summary>True
if the text in the specified object will be locked to prevent changes when the workbook is protected. Read/write Boolean.</summary>
1734         </member>
1735         <member name=
"T:Microsoft.Office.Interop.Excel.Areas">
1736             <summary>A collection of the areas, or contiguous blocks of cells, within a selection.</summary>
1737         </member>
1738         <member name=
"P:Microsoft.Office.Interop.Excel.Areas.Item(System.Int32)">
1739             <summary>Returns a single
object from a collection.</summary>
1740             <param name=
"Index">Required Integer. The index number of the object.</param>
1741         </member>
1742         <member name=
"T:Microsoft.Office.Interop.Excel.AutoCorrect">
1743             <summary>Contains Microsoft Excel AutoCorrect attributes (capitalization of names of days, correction of two initial capital letters, automatic correction list, and so
on).</summary>
1744         </member>
1745         <member name=
"M:Microsoft.Office.Interop.Excel.AutoCorrect.AddReplacement(System.String,System.String)">
1746             <summary>Adds an entry to the array of AutoCorrect replacements.</summary>
1747             <param name=
"Replacement">Required String. The replacement text.</param>
1748             <param name=
"What">Required String. The text to be replaced. If this string already exists in the array of AutoCorrect replacements, the existing substitute text is replaced by the new text.</param>
1749         </member>
1750         <member name=
"M:Microsoft.Office.Interop.Excel.AutoCorrect.DeleteReplacement(System.String)">
1751             <summary>Deletes an entry
from the array of AutoCorrect replacements.</summary>
1752             <param name=
"What">Required String. The text to be replaced, as it appears in the row to be deleted from the array of AutoCorrect replacements. If this string doesn't exist in the array of AutoCorrect replacements, this method fails.</param>
1753         </member>
1754         <member name=
"P:Microsoft.Office.Interop.Excel.AutoCorrect.AutoFillFormulasInLists">
1755             <summary>Affects the creation of calculated columns created
by automatic fill-down lists. Read/write Boolean.</summary>
1756             <returns>Boolean</returns>
1757         </member>
1758         <member name=
"P:Microsoft.Office.Interop.Excel.AutoCorrect.ReplacementList(System.Object)">
1759             <summary>Returns the array of AutoCorrect replacements.</summary>
1760             <param name=
"Index">Optional Object. The row index of the array of AutoCorrect replacements to be returned. The row is returned as a one-dimensional array with two elements: The first element is the text in column 1, and the second element is the text in column 2.</param>
1761         </member>
1762         <member name=
"T:Microsoft.Office.Interop.Excel.AutoFilter">
1763             <summary>Represents autofiltering
for the specified worksheet.</summary>
1764         </member>
1765         <member name=
"M:Microsoft.Office.Interop.Excel.AutoFilter.ApplyFilter">
1766             <summary>Applies the specified <see cref=
"T:Microsoft.Office.Interop.Excel.AutoFilter"></see>object.</summary>
1767         </member>
1768         <member name=
"M:Microsoft.Office.Interop.Excel.AutoFilter.ShowAllData">
1769             <summary>Displays all the data returned
by the <see cref="T:Microsoft.Office.Interop.Excel.AutoFilter"></see>object.</summary>
1770         </member>
1771         <member name=
"P:Microsoft.Office.Interop.Excel.AutoFilter.FilterMode">
1772             <summary>Returns True
if the worksheet is in the AutoFilter filter mode. Read-only Boolean.</summary>
1773             <returns>Boolean</returns>
1774         </member>
1775         <member name=
"P:Microsoft.Office.Interop.Excel.AutoFilter.Sort">
1776             <summary>Gets the sort column or columns, and sort order
for the <see cref="T:Microsoft.Office.Interop.Excel.AutoFilter"></see> collection.</summary>
1777             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Sort"></see></returns>
1778         </member>
1779         <member name=
"T:Microsoft.Office.Interop.Excel.AutoRecover">
1780             <summary>Represents the automatic recovery features of a workbook.</summary>
1781         </member>
1782         <member name=
"T:Microsoft.Office.Interop.Excel.Axes">
1783             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Axis"></see> objects in the specified chart.</summary>
1784         </member>
1785         <member name=
"M:Microsoft.Office.Interop.Excel.Axes.Item(Microsoft.Office.Interop.Excel.XlAxisType,Microsoft.Office.Interop.Excel.XlAxisGroup)">
1786             <summary>Returns a single <see cref=
"T:Microsoft.Office.Interop.Excel.Axis"></see> object from an <see cref="T:Microsoft.Office.Interop.Excel.Axes"></see> collection.</summary>
1787             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlAxisType"></see>. The axis type.XlAxisType can be one of these constants:xlCategory.xlSeriesAxis Valid only for 3-D charts.xlValue.</param>
1788             <param name=
"AxisGroup">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlAxisGroup"></see>. The axis.XlAxisGroup can be one of these constants:xlPrimary DefaultxlSecondary</param>
1789         </member>
1790         <member name=
"T:Microsoft.Office.Interop.Excel.Axis">
1791             <summary>Represents a single axis
in a chart.</summary>
1792         </member>
1793         <member name=
"P:Microsoft.Office.Interop.Excel.Axis.Format">
1794             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
1795             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
1796         </member>
1797         <member name=
"P:Microsoft.Office.Interop.Excel.Axis.LogBase">
1798             <summary>Returns or sets the
base of the logarithm when you are using log scales. Read/write Double. </summary>
1799             <returns>Double</returns>
1800         </member>
1801         <member name=
"P:Microsoft.Office.Interop.Excel.Axis.TickLabelSpacingIsAuto">
1802             <summary>Returns or sets whether or not the tick label spacing
is automatic. Read/write Boolean.</summary>
1803             <returns>Boolean</returns>
1804         </member>
1805         <member name=
"T:Microsoft.Office.Interop.Excel.AxisTitle">
1806             <summary>Represents a chart axis title.</summary>
1807         </member>
1808         <member name=
"P:Microsoft.Office.Interop.Excel.AxisTitle.Characters(System.Object,System.Object)">
1809             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Characters"></see> object that represents a range of characters within the object text. You can use the Characters object to format characters within a text string.</summary>
1810             <param name=
"Length">Optional Object. The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).</param>
1811             <param name=
"Start">Optional Object. The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.</param>
1812         </member>
1813         <member name=
"P:Microsoft.Office.Interop.Excel.AxisTitle.Format">
1814             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
1815             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
1816         </member>
1817         <member name=
"P:Microsoft.Office.Interop.Excel.AxisTitle.IncludeInLayout">
1818             <summary>True
if an axis title will occupy the chart layout space when a chart layout is being determined. The default value is True. Read/write Boolean.</summary>
1819             <returns>Boolean</returns>
1820         </member>
1821         <member name=
"P:Microsoft.Office.Interop.Excel.AxisTitle.Position">
1822             <summary>Returns or sets the position of the axis title
on the chart. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see>.</summary>
1823             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see></returns>
1824         </member>
1825         <member name=
"T:Microsoft.Office.Interop.Excel.Border">
1826             <summary>Represents the border of an
object.</summary>
1827         </member>
1828         <member name=
"P:Microsoft.Office.Interop.Excel.Border.ThemeColor">
1829             <summary>Returns or sets the theme color
in the applied color scheme that is associated with the specified object. Read/write Object.</summary>
1830             <returns>Object</returns>
1831         </member>
1832         <member name=
"P:Microsoft.Office.Interop.Excel.Border.TintAndShade">
1833             <summary>Returns or sets a Single that lightens or darkens a color.</summary>
1834             <returns>Single</returns>
1835         </member>
1836         <member name=
"T:Microsoft.Office.Interop.Excel.Borders">
1837             <summary>A collection of four <see cref=
"T:Microsoft.Office.Interop.Excel.Border"></see> objects that represent the four borders of a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> or <see cref="T:Microsoft.Office.Interop.Excel.Style"></see> object.</summary>
1838         </member>
1839         <member name=
"P:Microsoft.Office.Interop.Excel.Borders.Item(Microsoft.Office.Interop.Excel.XlBordersIndex)">
1840             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Border"></see> object that represents one of the borders of either a range of cells or a style.</summary>
1841             <param name=
"Index">Required <see cref="T:Microsoft.Office.Interop.Excel.XlBordersIndex"></see>.Can be one of these XlBordersIndex constants:xlDiagonalDownxlDiagonalUpxlEdgeBottomxlEdgeLeftxlEdgeRightxlEdgeTopxlInsideHorizontalxlInsideVertical</param>
1842         </member>
1843         <member name=
"P:Microsoft.Office.Interop.Excel.Borders.ThemeColor">
1844             <summary>Returns or sets the theme color
in the applied color scheme that is associated with the specified object. Read/write Object.</summary>
1845             <returns>Object</returns>
1846         </member>
1847         <member name=
"P:Microsoft.Office.Interop.Excel.Borders.TintAndShade">
1848             <summary>Returns or sets a Single that lightens or darkens a color.</summary>
1849             <returns>Single</returns>
1850         </member>
1851         <member name=
"P:Microsoft.Office.Interop.Excel.Button.PhoneticAccelerator">
1852             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.Phonetic"></see>
1853  
object, which contains information about a specific phonetic text string in a cell.</summary>
1854             <returns>Phonetic</returns>
1855         </member>
1856         <member name=
"T:Microsoft.Office.Interop.Excel.CalculatedFields">
1857             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> objects that represents all the calculated fields in the specified PivotTable report.</summary>
1858         </member>
1859         <member name=
"M:Microsoft.Office.Interop.Excel.CalculatedFields.Add(System.String,System.String,System.Object)">
1860             <summary>Creates a
new calculated field. Returns a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object.</summary>
1861             <param name=
"Formula">Required String. The formula for the field.</param>
1862             <param name=
"UseStandardFormula">Optional Object. False (default) for upward compatibility. True for strings contained in any arguments that are field names (will be interpreted as having been formatted in standard U.S. English instead of local settings).</param>
1863             <param name=
"Name">Required String. The name of the field.</param>
1864         </member>
1865         <member name=
"M:Microsoft.Office.Interop.Excel.CalculatedFields.Item(System.Object)">
1866             <summary>Returns a single
object from a collection.</summary>
1867             <param name=
"Index">Required Object. The name or index number for the object.</param>
1868         </member>
1869         <member name=
"T:Microsoft.Office.Interop.Excel.CalculatedItems">
1870             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.PivotItem"></see> objects that represent all the calculated items in the specified PivotTable report.</summary>
1871         </member>
1872         <member name=
"M:Microsoft.Office.Interop.Excel.CalculatedItems.Add(System.String,System.String,System.Object)">
1873             <summary>Creates a
new calculated item. Returns a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object.</summary>
1874             <param name=
"Formula">Required String. The formula for the item.</param>
1875             <param name=
"UseStandardFormula">Optional Object. False (default) for upward compatibility. True for strings contained in any arguments that are item names (will be interpreted as having been formatted in standard U.S. English instead of local settings).</param>
1876             <param name=
"Name">Required String. The name of the item.</param>
1877         </member>
1878         <member name=
"M:Microsoft.Office.Interop.Excel.CalculatedItems.Item(System.Object)">
1879             <summary>Returns a single
object from a collection.</summary>
1880             <param name=
"Index">Required Object. The name or index number for the object.</param>
1881         </member>
1882         <member name=
"T:Microsoft.Office.Interop.Excel.CalculatedMember">
1883             <summary>Represents the calculated fields and calculated items
for PivotTables with Online Analytical Processing (OLAP) data sources.</summary>
1884         </member>
1885         <member name=
"T:Microsoft.Office.Interop.Excel.CalculatedMembers">
1886             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.CalculatedMember"></see> objects on the specified PivotTable. Each CalculatedMember object represents a calculated member or calculated measure.</summary>
1887         </member>
1888         <member name=
"M:Microsoft.Office.Interop.Excel.CalculatedMembers.Add(System.String,System.String,System.Object,System.Object)">
1889             <summary>Adds a calculated field or calculated item to a PivotTable.</summary>
1890             <param name=
"Formula">Required String. The formula of the calculated member.</param>
1891             <param name=
"Name">Required String. The name of the calculated member.</param>
1892             <param name=
"Type">Optional Object. The type of calculated member.</param>
1893             <param name=
"SolveOrder">Optional Object. The solve order for the calculated member.</param>
1894         </member>
1895         <member name=
"P:Microsoft.Office.Interop.Excel.CalculatedMembers.Item(System.Object)">
1896             <summary>Returns a single
object from a collection.</summary>
1897             <param name=
"Index">Required Object. The name or index number of the object.</param>
1898         </member>
1899         <member name=
"T:Microsoft.Office.Interop.Excel.CalloutFormat">
1900             <summary>Contains properties and methods that apply to line callouts.</summary>
1901         </member>
1902         <member name=
"M:Microsoft.Office.Interop.Excel.CalloutFormat.CustomDrop(System.Single)">
1903             <summary>Sets the vertical distance (
in points) from the edge of the text bounding box to the place where the callout line attaches to the text box.</summary>
1904             <param name=
"Drop">Required Single. The drop distance, in points.</param>
1905         </member>
1906         <member name=
"M:Microsoft.Office.Interop.Excel.CalloutFormat.CustomLength(System.Single)">
1907             <summary>Specifies that the first segment of the callout line (the segment attached to the text callout box) retains a
fixed length whenever the callout is moved.</summary>
1908             <param name=
"Length">Required Single. The length of the first segment of the callout in points.</param>
1909         </member>
1910         <member name=
"M:Microsoft.Office.Interop.Excel.CalloutFormat.PresetDrop(Microsoft.Office.Core.MsoCalloutDropType)">
1911             <summary>Specifies whether the callout line attaches to the top, bottom, or center of the callout text box or whether it attaches at a point that’s a specified distance
from the top or bottom of the text box.</summary>
1912             <param name=
"DropType">Required <see cref="T:Microsoft.Office.Interop.Office.MsoCalloutDropType"></see>. The starting position of the callout line relative to the text bounding box. Can be one of these MsoCalloutDropType constants:msoCalloutDropBottommsoCalloutDropCentermsoCalloutDropCustom Specifying msoCalloutDropCustom for this argument will cause your code to fail.msoCalloutDropMixedmsoCalloutDropTop</param>
1913         </member>
1914         <member name=
"T:Microsoft.Office.Interop.Excel.CellFormat">
1915             <summary>Represents the search criteria
for the cell format.</summary>
1916         </member>
1917         <member name=
"T:Microsoft.Office.Interop.Excel.Characters">
1918             <summary>Represents characters
in an object that contains text. The Characters object lets you modify any sequence of characters contained in the full text string.</summary>
1919         </member>
1920         <member name=
"M:Microsoft.Office.Interop.Excel.Characters.Insert(System.String)">
1921             <summary>Inserts a
string preceding the selected characters.</summary>
1922             <param name=
"String">Required String. The string to insert.</param>
1923         </member>
1924         <member name=
"T:Microsoft.Office.Interop.Excel.Chart">
1925             <summary>Represents a chart
in a workbook. The chart can be either an embedded chart (contained in a <see cref="T:Microsoft.Office.Interop.Excel.ChartObject"></see>) or a separate chart sheet.</summary>
1926         </member>
1927         <member name=
"T:Microsoft.Office.Interop.Excel.ChartArea">
1928             <summary>Represents the chart area of a chart. The chart area
on a 2-D chart contains the axes, the chart title, the axis titles, and the legend. The chart area on a 3-D chart contains the chart title and the legend; it doesn’t include the plot area (the area within the chart area where the data is plotted). For information about formatting the plot area, see the <see cref="T:Microsoft.Office.Interop.Excel.PlotArea"></see> object.</summary>
1929         </member>
1930         <member name=
"P:Microsoft.Office.Interop.Excel.ChartArea.Format">
1931             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
1932             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
1933         </member>
1934         <member name=
"P:Microsoft.Office.Interop.Excel.ChartArea.RoundedCorners">
1935             <summary>True
if the embedded chart has rounded corners. Read/write Boolean.</summary>
1936             <returns>Boolean
1937 .</returns>
1938         </member>
1939         <member name=
"E:Microsoft.Office.Interop.Excel.ChartClass.Resize">
1940             <summary>The Resize method allows a <see cref=
"T:Microsoft.Office.Interop.Excel.ListObject"></see> object to be resized over a new range. No cells are inserted or moved.</summary>
1941             <param name=
"Range">The new range.</param>
1942         </member>
1943         <member name=
"T:Microsoft.Office.Interop.Excel.ChartColorFormat">
1944             <summary>Used only with charts. Represents the color of a one-color
object or the foreground or background color of an object with a gradient or patterned fill.</summary>
1945         </member>
1946         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_ActivateEventHandler">
1947             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.Activate"></see> event. The Activate event occurs when a chart sheet or embedded chart is activated.</summary>
1948         </member>
1949         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_BeforeDoubleClickEventHandler">
1950             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.BeforeDoubleClick"></see> event. The BeforeDoubleClick event occurs when an embedded chart is double-clicked, before the default double-click action.</summary>
1951         </member>
1952         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_BeforeRightClickEventHandler">
1953             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.BeforeRightClick"></see> event. The BeforeRightClick event occurs when an embedded chart is right-clicked, before the default right-click action.</summary>
1954         </member>
1955         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_CalculateEventHandler">
1956             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.Calculate"></see> event. The Calculate event occurs after the chart plots new or changed data.</summary>
1957         </member>
1958         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_DeactivateEventHandler">
1959             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.Deactivate"></see> event. The Deactivate event occurs when the chart is deactivated.</summary>
1960         </member>
1961         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_DragOverEventHandler">
1962             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.DragOver"></see> event. The DragOver event occurs when a range of cells is dragged over a chart.</summary>
1963         </member>
1964         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_DragPlotEventHandler">
1965             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.DragPlot"></see> event. The DragPlot event occurs when a range of cells is dragged and dropped on a chart.</summary>
1966         </member>
1967         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_Event">
1968             <summary>Events
interface for Microsoft Excel <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> object events.</summary>
1969         </member>
1970         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_MouseDownEventHandler">
1971             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.MouseDown"></see> event. The MouseDown event occurs when a mouse button is pressed while the pointer is over a chart.</summary>
1972         </member>
1973         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_MouseMoveEventHandler">
1974             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.MouseMove"></see> event. The MouseMove event occurs when the position of the mouse pointer changes over a chart.</summary>
1975         </member>
1976         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_MouseUpEventHandler">
1977             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.MouseUp"></see> event. The MouseUp event occurs when a mouse button is released while the pointer is over a chart.</summary>
1978         </member>
1979         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_ResizeEventHandler">
1980             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.Resize"></see> event. The Resize event occurs when the chart is resized.</summary>
1981         </member>
1982         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_SelectEventHandler">
1983             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.Select"></see> event. The Select event occurs when a chart element is selected.</summary>
1984         </member>
1985         <member name=
"T:Microsoft.Office.Interop.Excel.ChartEvents_SeriesChangeEventHandler">
1986             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.ChartEvents_Event.SeriesChange"></see> event. The SeriesChange event occurs when the user changes the value of a chart data point.</summary>
1987         </member>
1988         <member name=
"T:Microsoft.Office.Interop.Excel.ChartFillFormat">
1989             <summary>Used only with charts. Represents fill formatting
for chart elements.</summary>
1990         </member>
1991         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.OneColorGradient(Microsoft.Office.Core.MsoGradientStyle,System.Int32,System.Single)">
1992             <summary>Sets the specified fill to a one-color gradient.</summary>
1993             <param name=
"Style">Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>.Can be one of the following MsoGradientStyle constants:msoGradientDiagonalDownmsoGradientDiagonalUpmsoGradientFromCentermsoGradientFromCornermsoGradientFromTitlemsoGradientHorizontalmsoGradientMixedmsoGradientVertical</param>
1994             <param name=
"Variant">Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If GradientStyle is msoGradientFromCenter, the Variant argument can only be 1 or 2.</param>
1995             <param name=
"Degree">Required Single. The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light).</param>
1996         </member>
1997         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.Patterned(Microsoft.Office.Core.MsoPatternType)">
1998             <summary>Sets the specified fill to a pattern.</summary>
1999             <param name=
"Pattern">Required <see cref="T:Microsoft.Office.Core.MsoPatternType"></see>.</param>
2000         </member>
2001         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.PresetGradient(Microsoft.Office.Core.MsoGradientStyle,System.Int32,Microsoft.Office.Core.MsoPresetGradientType)">
2002             <summary>Sets the specified fill to a preset gradient.</summary>
2003             <param name=
"PresetGradientType">Required <see cref="T:Microsoft.Office.Core.MsoPresetGradientType"></see>.</param>
2004             <param name=
"Style">Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>.Can be one of the following MsoGradientStyle constants.msoGradientDiagonalDownmsoGradientDiagonalUpmsoGradientFromCentermsoGradientFromCornermsoGradientFromTitlemsoGradientHorizontalmsoGradientMixedmsoGradientVertical</param>
2005             <param name=
"Variant">Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If GradientStyle is msoGradientFromCenter, the Variant argument can only be 1 or 2.</param>
2006         </member>
2007         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.PresetTextured(Microsoft.Office.Core.MsoPresetTexture)">
2008             <summary>Sets the specified fill format to a preset texture.</summary>
2009             <param name=
"PresetTexture">Required <see cref="T:Microsoft.Office.Core.MsoPresetTexture"></see>.</param>
2010         </member>
2011         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.TwoColorGradient(Microsoft.Office.Core.MsoGradientStyle,System.Int32)">
2012             <summary>Sets the specified fill to a two-color gradient.</summary>
2013             <param name=
"Style">Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>.Can be one of the following MsoGradientStyle constants:msoGradientDiagonalDownmsoGradientDiagonalUpmsoGradientFromCentermsoGradientFromCornermsoGradientFromTitlemsoGradientHorizontalmsoGradientMixedmsoGradientVertical</param>
2014             <param name=
"Variant">Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If Style is msoGradientFromCenter, the Variant argument can only be 1 or 2.</param>
2015         </member>
2016         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.UserPicture(System.Object,System.Object,System.Object,System.Object)">
2017             <summary>Fills the specified shape with an image.</summary>
2018             <param name=
"PicturePlacement">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlChartPicturePlacement"></see>.Can be one of the following XlChartPicturePlacement constants:xlAllFacesxlEndxlEndSidesxlFrontxlFrontEndxlFrontSidesxlSides</param>
2019             <param name=
"PictureFormat">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlChartPictureType"></see>.Can be one of the following XlChartPictureType constants:xlStackxlStackScalexlStretch</param>
2020             <param name=
"PictureStackUnit">Optional Integer. The picture stack or scale unit (depends on the PictureFormat argument).</param>
2021             <param name=
"PictureFile">Required Object.</param>
2022         </member>
2023         <member name=
"M:Microsoft.Office.Interop.Excel.ChartFillFormat.UserTextured(System.String)">
2024             <summary>Fills the specified shape with small tiles of an image.</summary>
2025             <param name=
"TextureFile">Required String. The name of the picture file.</param>
2026         </member>
2027         <member name=
"T:Microsoft.Office.Interop.Excel.ChartFormat">
2028             <summary>Provides access to the Office Art formatting
for chart elements. </summary>
2029         </member>
2030         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Application">
2031             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see>
2032  
object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.</summary>
2033             <returns>Application (see above)</returns>
2034         </member>
2035         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Creator">
2036             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only Integer.</summary>
2037             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2038         </member>
2039         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Fill">
2040             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see> object for the parent chart element that contains fill formatting properties for the chart element. Read-only.</summary>
2041             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see></returns>
2042         </member>
2043         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Glow">
2044             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.GlowFormat"></see> object for a specified chart that contains glow formatting properties for the chart element. Read-only.</summary>
2045             <returns><see cref=
"T:Microsoft.Office.Core.GlowFormat"></see></returns>
2046         </member>
2047         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Line">
2048             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.LineFormat"></see> object that contains line formatting properties for the specified chart element. Read-only.</summary>
2049             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.LineFormat"></see></returns>
2050         </member>
2051         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Parent">
2052             <summary>Returns the parent
object for the specified object. Read-only.</summary>
2053             <returns>Object</returns>
2054         </member>
2055         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.PictureFormat">
2056             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.PictureFormat"></see> object for a specified chart that contains pictures. Read-only.</summary>
2057             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PictureFormat"></see></returns>
2058         </member>
2059         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.Shadow">
2060             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ShadowFormat"></see> object that contains shadow formatting properties for the chart element. Read-only.</summary>
2061             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ShadowFormat"></see></returns>
2062         </member>
2063         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.SoftEdge">
2064             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.SoftEdgeFormat"></see> object for a specified chart that contains soft edge formatting properties for the chart. Read-only.</summary>
2065             <returns><see cref=
"T:Microsoft.Office.Core.SoftEdgeFormat"></see></returns>
2066         </member>
2067         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.TextFrame2">
2068             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.TextFrame2"></see> object that contains text formatting for the specified chart element. Read-only.</summary>
2069             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TextFrame2"></see></returns>
2070         </member>
2071         <member name=
"P:Microsoft.Office.Interop.Excel.ChartFormat.ThreeD">
2072             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object that contains 3-D–effect formatting properties for the specified chart. Read-only.</summary>
2073             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see></returns>
2074         </member>
2075         <member name=
"T:Microsoft.Office.Interop.Excel.ChartGroup">
2076             <summary>Represents one or more series plotted
in a chart with the same format. The ChartGroup object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.ChartGroups"></see> collection.</summary>
2077         </member>
2078         <member name=
"M:Microsoft.Office.Interop.Excel.ChartGroup.SeriesCollection(System.Object)">
2079             <summary>Returns an
object that represents either a single series (a <see cref="T:Microsoft.Office.Interop.Excel.Series"></see> object) or a collection of all the series (a <see cref="T:Microsoft.Office.Interop.Excel.SeriesCollection"></see> collection) in the chart or chart group.</summary>
2080             <param name=
"Index">Optional Object. The name or number of the series.</param>
2081         </member>
2082         <member name=
"T:Microsoft.Office.Interop.Excel.ChartGroups">
2083             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartGroup"></see> objects in the specified chart.</summary>
2084         </member>
2085         <member name=
"M:Microsoft.Office.Interop.Excel.ChartGroups.Item(System.Object)">
2086             <summary>Returns a single
object from a collection.</summary>
2087             <param name=
"Index">Required Object. The name or index number for the object.</param>
2088         </member>
2089         <member name=
"T:Microsoft.Office.Interop.Excel.ChartObject">
2090             <summary>Represents an embedded chart
on a worksheet.</summary>
2091         </member>
2092         <member name=
"M:Microsoft.Office.Interop.Excel.ChartObject.CopyPicture(Microsoft.Office.Interop.Excel.XlPictureAppearance,Microsoft.Office.Interop.Excel.XlCopyPictureFormat)">
2093             <summary>Copies the selected
object to the Clipboard as a picture.</summary>
2094             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat"></see>. The format of the picture.</param>
2095             <param name=
"Appearance">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. Specifies how the picture should be copied.</param>
2096         </member>
2097         <member name=
"M:Microsoft.Office.Interop.Excel.ChartObject.Select(System.Object)">
2098             <summary>Selects the
object.</summary>
2099             <param name=
"Replace">Optional Object. True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.</param>
2100         </member>
2101         <member name=
"T:Microsoft.Office.Interop.Excel.ChartObjects">
2102             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartObject"></see> objects on the specified chart sheet, dialog sheet, or worksheet.</summary>
2103         </member>
2104         <member name=
"M:Microsoft.Office.Interop.Excel.ChartObjects.Add(System.Double,System.Double,System.Double,System.Double)">
2105             <summary>Creates a
new embedded chart. Returns a <see cref="T:Microsoft.Office.Interop.Excel.ChartObject"></see> object.</summary>
2106             <param name=
"Width">Required Double. The initial size of the new object in points.</param>
2107             <param name=
"Height">Required Double. The initial size of the new object in points.</param>
2108             <param name=
"Left">Required Double. The initial coordinates of the new object (in points), relative to the upper-left corner of cell A1 on a worksheet or to the upper-left corner of a chart.</param>
2109             <param name=
"Top">Required Double. The initial coordinates of the new object (in points), relative to the upper-left corner of cell A1 on a worksheet or to the upper-left corner of a chart.</param>
2110         </member>
2111         <member name=
"M:Microsoft.Office.Interop.Excel.ChartObjects.CopyPicture(Microsoft.Office.Interop.Excel.XlPictureAppearance,Microsoft.Office.Interop.Excel.XlCopyPictureFormat)">
2112             <summary>Copies the selected
object to the Clipboard as a picture.</summary>
2113             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat"></see>. The format of the picture.</param>
2114             <param name=
"Appearance">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. Specifies how the picture should be copied.</param>
2115         </member>
2116         <member name=
"M:Microsoft.Office.Interop.Excel.ChartObjects.Item(System.Object)">
2117             <summary>Returns a single
object from a collection.</summary>
2118             <param name=
"Index">Required Object. The name or index number for the object.</param>
2119         </member>
2120         <member name=
"M:Microsoft.Office.Interop.Excel.ChartObjects.Select(System.Object)">
2121             <summary>Selects the
object.</summary>
2122             <param name=
"Replace">Optional Object. True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.</param>
2123         </member>
2124         <member name=
"P:Microsoft.Office.Interop.Excel.ChartObjects.ProtectChartObject">
2125             <summary>True
if the embedded chart frame cannot be moved, resized, or deleted through the user interface. Read/write Boolean.</summary>
2126             <returns>Boolean</returns>
2127         </member>
2128         <member name=
"T:Microsoft.Office.Interop.Excel.Charts">
2129             <summary>A collection of all the chart sheets
in the specified or active workbook. Each chart sheet is represented by a <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> object. This doesn’t include charts embedded on worksheets or dialog sheets. For information about embedded charts, see the <see cref="T:Microsoft.Office.Interop.Excel.ChartObject"></see> object.</summary>
2130         </member>
2131         <member name=
"M:Microsoft.Office.Interop.Excel.Charts.Add(System.Object,System.Object,System.Object)">
2132             <summary>Creates a
new chart sheet. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> object.</summary>
2133             <param name=
"Before">Optional Object. An object that specifies the sheet before which the new sheet is added.</param>
2134             <param name=
"Count">Optional Object. The number of sheets to be added. The default value is 1.</param>
2135             <param name=
"After">Optional Object. An object that specifies the sheet after which the new sheet is added.</param>
2136         </member>
2137         <member name=
"M:Microsoft.Office.Interop.Excel.Charts.Copy(System.Object,System.Object)">
2138             <summary>Copies the sheet to another location
in the workbook.</summary>
2139             <param name=
"Before">Optional Object. The sheet before which the copied sheet will be placed. You cannot specify Before if you specify After.</param>
2140             <param name=
"After">Optional Object. The sheet after which the copied sheet will be placed. You cannot specify After if you specify Before.</param>
2141         </member>
2142         <member name=
"M:Microsoft.Office.Interop.Excel.Charts.Move(System.Object,System.Object)">
2143             <summary>Moves the sheet to another location
in the workbook.</summary>
2144             <param name=
"Before">Optional Object. The sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.</param>
2145             <param name=
"After">Optional Object. The sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.</param>
2146         </member>
2147         <member name=
"M:Microsoft.Office.Interop.Excel.Charts.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
2148             <summary>Prints the
object.</summary>
2149             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
2150             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
2151             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
2152             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
2153             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
2154             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
2155             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
2156             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
2157         </member>
2158         <member name=
"M:Microsoft.Office.Interop.Excel.Charts.PrintPreview(System.Object)">
2159             <summary>Shows a preview of the
object as it would look when printed.</summary>
2160             <param name=
"EnableChanges">Optional Object. True to enable changes to the specified charts.</param>
2161         </member>
2162         <member name=
"M:Microsoft.Office.Interop.Excel.Charts.Select(System.Object)">
2163             <summary>Selects the
object.</summary>
2164             <param name=
"Replace">Optional Object. The object to replace.</param>
2165         </member>
2166         <member name=
"P:Microsoft.Office.Interop.Excel.Charts.Item(System.Object)">
2167             <summary>Returns a single
object from a collection.</summary>
2168             <param name=
"Index">Required Object. The name or index number of the object.</param>
2169         </member>
2170         <member name=
"T:Microsoft.Office.Interop.Excel.ChartTitle">
2171             <summary>Represents the chart title.</summary>
2172         </member>
2173         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.Application">
2174             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Application"></see> object that represents the Microsoft Excel application.</summary>
2175             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Application"></see></returns>
2176         </member>
2177         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.Characters(System.Object,System.Object)">
2178             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Characters"></see> object that represents a range of characters within the object text. You can use the Characters object to format characters within a text string.</summary>
2179             <param name=
"Length">Optional Object. The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).</param>
2180             <param name=
"Start">Optional Object. The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.</param>
2181         </member>
2182         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.Creator">
2183             <summary>Returns a
32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C.</summary>
2184             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2185         </member>
2186         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.Format">
2187             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
2188             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
2189         </member>
2190         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.IncludeInLayout">
2191             <summary>True
if a chart title will occupy the chart layout space when a chart layout is being determined. The default value is True. Read/write Boolean.</summary>
2192             <returns>Boolean</returns>
2193         </member>
2194         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.Parent">
2195             <summary>Returns the parent
object for the specified object.</summary>
2196             <returns>Object</returns>
2197         </member>
2198         <member name=
"P:Microsoft.Office.Interop.Excel.ChartTitle.Position">
2199             <summary>Returns or sets the position of the chart title
on the chart. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see>.</summary>
2200             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see></returns>
2201         </member>
2202         <member name=
"T:Microsoft.Office.Interop.Excel.ChartView">
2203             <summary>Represents a view of a chart.</summary>
2204         </member>
2205         <member name=
"P:Microsoft.Office.Interop.Excel.ChartView.Application">
2206             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
2207             <returns>Application (see above)</returns>
2208         </member>
2209         <member name=
"P:Microsoft.Office.Interop.Excel.ChartView.Creator">
2210             <summary>Returns a constant
from the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
2211             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2212         </member>
2213         <member name=
"P:Microsoft.Office.Interop.Excel.ChartView.Parent">
2214             <summary>Returns the parent
object for the specified object. Read-only.</summary>
2215             <returns>Object</returns>
2216         </member>
2217         <member name=
"P:Microsoft.Office.Interop.Excel.ChartView.Sheet">
2218             <summary>Returns the sheet name
for the specified <see cref="T:Microsoft.Office.Interop.Excel.ChartView"></see> object. Read-only.</summary>
2219             <returns>Object</returns>
2220         </member>
2221         <member name=
"T:Microsoft.Office.Interop.Excel.ColorFormat">
2222             <summary>Represents the color of a one-color
object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color.</summary>
2223         </member>
2224         <member name=
"P:Microsoft.Office.Interop.Excel.ColorFormat.Creator">
2225             <summary>Returns a
32-bit integer that indicates the application in which this object was created.</summary>
2226             <returns>Integer</returns>
2227         </member>
2228         <member name=
"P:Microsoft.Office.Interop.Excel.ColorFormat.ObjectThemeColor">
2229             <summary>Returns or sets a color that
is mapped to the theme color scheme. Read/write <see cref="T:Microsoft.Office.Core.MsoThemeColorIndex"></see>.</summary>
2230             <returns><see cref=
"T:Microsoft.Office.Core.MsoThemeColorIndex"></see></returns>
2231         </member>
2232         <member name=
"P:Microsoft.Office.Interop.Excel.ColorFormat.Parent">
2233             <summary>Returns the parent
object for the specified object.</summary>
2234             <returns>Object</returns>
2235         </member>
2236         <member name=
"T:Microsoft.Office.Interop.Excel.ColorScale">
2237             <summary>Represents a color scale conditional formatting rule.</summary>
2238         </member>
2239         <member name=
"M:Microsoft.Office.Interop.Excel.ColorScale.Delete">
2240             <summary>Deletes the specified conditional formatting rule
object.</summary>
2241         </member>
2242         <member name=
"M:Microsoft.Office.Interop.Excel.ColorScale.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
2243             <summary>Sets the cell range to which
this formatting rule applies.</summary>
2244             <param name=
"Range">The range to which this formatting rule will be applied.</param>
2245         </member>
2246         <member name=
"M:Microsoft.Office.Interop.Excel.ColorScale.SetFirstPriority">
2247             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
2248         </member>
2249         <member name=
"M:Microsoft.Office.Interop.Excel.ColorScale.SetLastPriority">
2250             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
2251         </member>
2252         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.Application">
2253             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
2254             <returns>Application (see above)</returns>
2255         </member>
2256         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.AppliesTo">
2257             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object specifying the cell range to which the formatting rule is applied.</summary>
2258             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
2259         </member>
2260         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.ColorScaleCriteria">
2261             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriteria"></see> object, which is a collection of individual <see cref="T:Microsoft.Office.Interop.Excel.ColorScaleCriterion"></see> objects. The <see cref="T:Microsoft.Office.Interop.Excel.ColorScaleCriterion"></see> object specifies the type, value, and color of threshold criteria used in the color scale conditional format. Read-only.</summary>
2262             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriteria"></see></returns>
2263         </member>
2264         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.Creator">
2265             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
2266             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2267         </member>
2268         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.Formula">
2269             <summary>Returns or sets a String representing a formula that determines the values to which the icon
set will be applied.</summary>
2270             <returns>String</returns>
2271         </member>
2272         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.Parent">
2273             <summary>Returns the parent
object for the specified object. Read-only.</summary>
2274             <returns>Object</returns>
2275         </member>
2276         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.Priority">
2277             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
2278             <returns>Integer</returns>
2279         </member>
2280         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.PTCondition">
2281             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> chart. Read-only.</summary>
2282             <returns>Boolean</returns>
2283         </member>
2284         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.ScopeType">
2285             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see> enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.</summary>
2286             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
2287         </member>
2288         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.StopIfTrue">
2289             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
2290             <returns>Boolean</returns>
2291         </member>
2292         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScale.Type">
2293             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see> enumeration, which specifies the type of conditional format. Read-only.</summary>
2294             <returns>Integer</returns>
2295         </member>
2296         <member name=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriteria">
2297             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriterion"></see> objects that represents all of the criteria for a color scale conditional format. Each criterion specifies the minimum, midpoint, or maximum threshold for the color scale.</summary>
2298         </member>
2299         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScaleCriteria.Count">
2300             <summary>Returns an Integer
value that specifies the number of criteria for a color scale conditional format rule. Read-only.</summary>
2301             <returns>Integer</returns>
2302         </member>
2303         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScaleCriteria.Item(System.Object)">
2304             <summary>Returns a single <see cref=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriterion"></see> object from the <see cref="T:Microsoft.Office.Interop.Excel.ColorScaleCriteria"></see>collection. Read-only.</summary>
2305             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriterion"></see></returns>
2306             <param name=
"Index">The index number of the <see cref="T:Microsoft.Office.Interop.Excel.ColorScaleCriterion"></see> object.</param>
2307         </member>
2308         <member name=
"T:Microsoft.Office.Interop.Excel.ColorScaleCriterion">
2309             <summary>Represents the criteria
for the minimum, midpoint, or maximum thresholds for a color format conditional format.</summary>
2310         </member>
2311         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScaleCriterion.FormatColor">
2312             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.FormatColor"></see> object, which specifies the color assigned to the threshold of a color scale conditional format. Read-only.</summary>
2313             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.FormatColor"></see></returns>
2314         </member>
2315         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScaleCriterion.Index">
2316             <summary>Returns a Integer
value indicating which threshold the criteria represents. Read-only.</summary>
2317             <returns>Integer</returns>
2318         </member>
2319         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScaleCriterion.Type">
2320             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlConditionValueTypes"></see> enumeration, which specifies how the threshold values for a data bar or color scale conditional format are determined. Read-only.</summary>
2321             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlConditionValueTypes"></see></returns>
2322         </member>
2323         <member name=
"P:Microsoft.Office.Interop.Excel.ColorScaleCriterion.Value">
2324             <summary>Returns or sets the minimum, midpoint, or maximum threshold
value for a color scale conditional format. Read/write.</summary>
2325             <returns>Object</returns>
2326         </member>
2327         <member name=
"T:Microsoft.Office.Interop.Excel.ColorStop">
2328             <summary>Represents the color stop point
for a gradient fill in an range or selection.</summary>
2329         </member>
2330         <member name=
"M:Microsoft.Office.Interop.Excel.ColorStop.Delete">
2331             <summary>Deletes the represented
object.</summary>
2332         </member>
2333         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.Application">
2334             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see>object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.</summary>
2335             <returns>Application (see above)</returns>
2336         </member>
2337         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.Color">
2338             <summary>Returns or sets the color of the represented
object. Read/write</summary>
2339             <returns>Object</returns>
2340         </member>
2341         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.Creator">
2342             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
2343             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2344         </member>
2345         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.Parent">
2346             <summary>Returns the parent
object for the specified object. Read-only</summary>
2347             <returns>Object</returns>
2348         </member>
2349         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.Position">
2350             <summary>Returns or sets the position of the <see cref=
"T:Microsoft.Office.Interop.Excel.ColorStop"></see>. Read/write</summary>
2351             <returns>Double</returns>
2352         </member>
2353         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.ThemeColor">
2354             <summary>Returns or sets the theme color of the represented
object. Read/write</summary>
2355             <returns>Integer</returns>
2356         </member>
2357         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStop.TintAndShade">
2358             <summary>Returns or sets the tint and shade of the represented
object. Read/write</summary>
2359             <returns>Object</returns>
2360         </member>
2361         <member name=
"T:Microsoft.Office.Interop.Excel.ColorStops">
2362             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ColorStop"></see> objects for the specified series.</summary>
2363         </member>
2364         <member name=
"M:Microsoft.Office.Interop.Excel.ColorStops.Add(System.Double)">
2365             <returns>ColorStop</returns>
2366             <param name=
"Position">Represents the position in which to apply the ColorStop.</param>
2367         </member>
2368         <member name=
"M:Microsoft.Office.Interop.Excel.ColorStops.Clear">
2369             <summary>Clears the represented
object.</summary>
2370         </member>
2371         <member name=
"M:Microsoft.Office.Interop.Excel.ColorStops.Item(System.Object)">
2372             <summary>Returns a single
object from the represented collection.</summary>
2373             <returns>A <see cref=
"T:Microsoft.Office.Interop.Excel.ColorStop"></see>object contained by the collection.</returns>
2374             <param name=
"Index">The name or index number for the object.</param>
2375         </member>
2376         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStops.Application">
2377             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see>object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.</summary>
2378             <returns>Application (see above)</returns>
2379         </member>
2380         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStops.Count">
2381             <summary>Returns or sets the count of the represented
object. Read-only</summary>
2382             <returns>Integer</returns>
2383         </member>
2384         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStops.Creator">
2385             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
2386             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2387         </member>
2388         <member name=
"P:Microsoft.Office.Interop.Excel.ColorStops.Parent">
2389             <summary>Returns the parent
object for the specified object. Read-only</summary>
2390             <returns>Object</returns>
2391         </member>
2392         <member name=
"T:Microsoft.Office.Interop.Excel.Comment">
2393             <summary>Represents a cell comment.</summary>
2394         </member>
2395         <member name=
"M:Microsoft.Office.Interop.Excel.Comment.Text(System.Object,System.Object,System.Object)">
2396             <summary>Sets comment text.</summary>
2397             <param name=
"Text">Optional Object. The text to be added.</param>
2398             <param name=
"Start">Optional Object. The character number where the added text will be placed. If this argument is omitted, any existing text in the comment is deleted.</param>
2399             <param name=
"Overwrite">Optional Object. True to overwrite the existing text. The default value is False (text is inserted).</param>
2400         </member>
2401         <member name=
"T:Microsoft.Office.Interop.Excel.Comments">
2402             <summary>A collection of cell comments. Each comment
is represented by a <see cref="T:Microsoft.Office.Interop.Excel.Comment"></see> object.</summary>
2403         </member>
2404         <member name=
"M:Microsoft.Office.Interop.Excel.Comments.Item(System.Int32)">
2405             <summary>Returns a single
object from a collection.</summary>
2406             <param name=
"Index">Required Integer. The index number for the object.</param>
2407         </member>
2408         <member name=
"T:Microsoft.Office.Interop.Excel.ConditionValue">
2409             <summary>Represents how the shortest bar or longest bar
is evaluated for a data bar conditional formatting rule.</summary>
2410         </member>
2411         <member name=
"M:Microsoft.Office.Interop.Excel.ConditionValue.Modify(Microsoft.Office.Interop.Excel.XlConditionValueTypes,System.Object)">
2412             <summary>Modifies how the longest bar or shortest bar
is evaluated for a data bar conditional formatting rule. </summary>
2413             <param name=
"newvalue">The value assigned to the shortest or longest data bar. Depending on the newtype argument, this can be a number or a formula that evaluates to a number.</param>
2414             <param name=
"newtype">Specifies how the shortest bar or longest bar is evaluated. The default value is <see cref="T:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionLowestValue"></see>for the shortest bar and <see cref="T:Microsoft.Office.Interop.Excel.XlConditionValueTypes. xlConditionHighestValue"></see> for the longest bar.</param>
2415         </member>
2416         <member name=
"P:Microsoft.Office.Interop.Excel.ConditionValue.Application">
2417             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
2418             <returns>Application (see above)</returns>
2419         </member>
2420         <member name=
"P:Microsoft.Office.Interop.Excel.ConditionValue.Creator">
2421             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only Integer.</summary>
2422             <returns><see cref=
"F:Microsoft.Office.Interop.Excel.XlCreator.xlCreatorCode"></see></returns>
2423         </member>
2424         <member name=
"P:Microsoft.Office.Interop.Excel.ConditionValue.Parent">
2425             <summary>Returns the parent
object for the specified object. Read-only.</summary>
2426             <returns>Object</returns>
2427         </member>
2428         <member name=
"P:Microsoft.Office.Interop.Excel.ConditionValue.Type">
2429             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlConditionValueTypes"></see> enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined. Read-only.</summary>
2430             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlConditionValueTypes"></see></returns>
2431         </member>
2432         <member name=
"P:Microsoft.Office.Interop.Excel.ConditionValue.Value">
2433             <summary>Returns or sets the shortest bar or longest bar threshold
value for a data bar conditional format. Read/write Object.</summary>
2434             <returns>Object</returns>
2435         </member>
2436         <member name=
"T:Microsoft.Office.Interop.Excel.Connections">
2437             <summary>A collection of Connection objects
for the specified workbook.</summary>
2438         </member>
2439         <member name=
"M:Microsoft.Office.Interop.Excel.Connections.Add(System.String,System.String,System.Object,System.Object,System.Object)">
2440             <summary>Adds a
new connction to the workbook.</summary>
2441             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see></returns>
2442             <param name=
"CommandText">The command text to create the connection.</param>
2443             <param name=
"lCmdtype">Command type.</param>
2444             <param name=
"ConnectionString">The connection string.</param>
2445             <param name=
"Name">Name of the connection.</param>
2446             <param name=
"Description">Brief description about the connection.</param>
2447         </member>
2448         <member name=
"M:Microsoft.Office.Interop.Excel.Connections.AddFromFile(System.String)">
2449             <summary>Adds a connection
from the specified file.</summary>
2450             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see></returns>
2451             <param name=
"Filename">Name of the file.</param>
2452         </member>
2453         <member name=
"M:Microsoft.Office.Interop.Excel.Connections.Item(System.Object)">
2454             <summary>This method creates a connection item.</summary>
2455             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see></returns>
2456             <param name=
"Index">Index value of the item.</param>
2457         </member>
2458         <member name=
"P:Microsoft.Office.Interop.Excel.Connections.Application">
2459             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
2460             <returns>Application (see above)</returns>
2461         </member>
2462         <member name=
"P:Microsoft.Office.Interop.Excel.Connections.Count">
2463             <summary>Returns the number of objects
in the collection. Read-only Integer.</summary>
2464             <returns>Integer</returns>
2465         </member>
2466         <member name=
"P:Microsoft.Office.Interop.Excel.Connections.Creator">
2467             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
2468             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
2469         </member>
2470         <member name=
"P:Microsoft.Office.Interop.Excel.Connections.Parent">
2471             <summary>Returns the parent
object for the specified object. Read-only.</summary>
2472             <returns>Object</returns>
2473         </member>
2474         <member name=
"T:Microsoft.Office.Interop.Excel.ConnectorFormat">
2475             <summary>Contains properties and methods that apply to connectors.</summary>
2476         </member>
2477         <member name=
"M:Microsoft.Office.Interop.Excel.ConnectorFormat.BeginConnect(Microsoft.Office.Interop.Excel.Shape,System.Int32)">
2478             <summary>Attaches the beginning of the specified connector to a specified shape.</summary>
2479             <param name=
"ConnectionSite">Required Integer. A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the <see cref="P:Microsoft.Office.Interop.Excel.Shape.ConnectionSiteCount"></see> property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the <see cref="M:Microsoft.Office.Interop.Excel.Shape.RerouteConnections"></see> method after the connector is attached to shapes at both ends.</param>
2480             <param name=
"ConnectedShape">Required <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> object. The shape to attach the beginning of the connector to. The specified Shape object must be in the same <see cref="T:Microsoft.Office.Interop.Excel.Shapes"></see> collection as the connector.</param>
2481         </member>
2482         <member name=
"M:Microsoft.Office.Interop.Excel.ConnectorFormat.EndConnect(Microsoft.Office.Interop.Excel.Shape,System.Int32)">
2483             <summary>Attaches the end of the specified connector to a specified shape.</summary>
2484             <param name=
"ConnectionSite">Required Integer. A connection site on the shape specified by ConnectedShape. Must be an integer between 1 and the integer returned by the <see cref="P:Microsoft.Office.Interop.Excel.Shape.ConnectionSiteCount"></see> property of the specified shape. If you want the connector to automatically find the shortest path between the two shapes it connects, specify any valid integer for this argument and then use the <see cref="M:Microsoft.Office.Interop.Excel.Shape.RerouteConnections"></see> method after the connector is attached to shapes at both ends.</param>
2485             <param name=
"ConnectedShape">Required <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> object. The shape to attach the end of the connector to. The specified Shape object must be in the same <see cref="T:Microsoft.Office.Interop.Excel.Shapes"></see> collection as the connector.</param>
2486         </member>
2487         <member name=
"T:Microsoft.Office.Interop.Excel.Constants">
2488             <summary>Specifies
global constants used in Microsoft Excel.</summary>
2489         </member>
2490         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xl3DBar">
2491             <summary>-
4099</summary>
2492         </member>
2493         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xl3DEffects1">
2494             <summary>
13</summary>
2495         </member>
2496         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xl3DEffects2">
2497             <summary>
14</summary>
2498         </member>
2499         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xl3DSurface">
2500             <summary>-
4103</summary>
2501         </member>
2502         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAbove">
2503             <summary>
0</summary>
2504         </member>
2505         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAccounting1">
2506             <summary>
4</summary>
2507         </member>
2508         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAccounting2">
2509             <summary>
5</summary>
2510         </member>
2511         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAccounting3">
2512             <summary>
6</summary>
2513         </member>
2514         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAccounting4">
2515             <summary>
17</summary>
2516         </member>
2517         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAdd">
2518             <summary>
2</summary>
2519         </member>
2520         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAll">
2521             <summary>-
4104</summary>
2522         </member>
2523         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAllExceptBorders">
2524             <summary>
7</summary>
2525         </member>
2526         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlAutomatic">
2527             <summary>-
4105</summary>
2528         </member>
2529         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlBar">
2530             <summary>
2</summary>
2531         </member>
2532         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlBelow">
2533             <summary>
1</summary>
2534         </member>
2535         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlBidi">
2536             <summary>-
5000</summary>
2537         </member>
2538         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlBidiCalendar">
2539             <summary>
3</summary>
2540         </member>
2541         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlBoth">
2542             <summary>
1</summary>
2543         </member>
2544         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlBottom">
2545             <summary>-
4107</summary>
2546         </member>
2547         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCascade">
2548             <summary>
7</summary>
2549         </member>
2550         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCenter">
2551             <summary>-
4108</summary>
2552         </member>
2553         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCenterAcrossSelection">
2554             <summary>
7</summary>
2555         </member>
2556         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlChart4">
2557             <summary>
2</summary>
2558         </member>
2559         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlChartSeries">
2560             <summary>
17</summary>
2561         </member>
2562         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlChartShort">
2563             <summary>
6</summary>
2564         </member>
2565         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlChartTitles">
2566             <summary>
18</summary>
2567         </member>
2568         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlChecker">
2569             <summary>
9</summary>
2570         </member>
2571         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCircle">
2572             <summary>
8</summary>
2573         </member>
2574         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlClassic1">
2575             <summary>
1</summary>
2576         </member>
2577         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlClassic2">
2578             <summary>
2</summary>
2579         </member>
2580         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlClassic3">
2581             <summary>
3</summary>
2582         </member>
2583         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlClosed">
2584             <summary>
3</summary>
2585         </member>
2586         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlColor1">
2587             <summary>
7</summary>
2588         </member>
2589         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlColor2">
2590             <summary>
8</summary>
2591         </member>
2592         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlColor3">
2593             <summary>
9</summary>
2594         </member>
2595         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlColumn">
2596             <summary>
3</summary>
2597         </member>
2598         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCombination">
2599             <summary>-
4111</summary>
2600         </member>
2601         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlComplete">
2602             <summary>
4</summary>
2603         </member>
2604         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlConstants">
2605             <summary>
2</summary>
2606         </member>
2607         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlContents">
2608             <summary>
2</summary>
2609         </member>
2610         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlContext">
2611             <summary>-
5002</summary>
2612         </member>
2613         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCorner">
2614             <summary>
2</summary>
2615         </member>
2616         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCrissCross">
2617             <summary>
16</summary>
2618         </member>
2619         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCross">
2620             <summary>
4</summary>
2621         </member>
2622         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlCustom">
2623             <summary>-
4114</summary>
2624         </member>
2625         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDebugCodePane">
2626             <summary>
13</summary>
2627         </member>
2628         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDefaultAutoFormat">
2629             <summary>-
1</summary>
2630         </member>
2631         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDesktop">
2632             <summary>
9</summary>
2633         </member>
2634         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDiamond">
2635             <summary>
2</summary>
2636         </member>
2637         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDirect">
2638             <summary>
1</summary>
2639         </member>
2640         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDistributed">
2641             <summary>-
4117</summary>
2642         </member>
2643         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDivide">
2644             <summary>
5</summary>
2645         </member>
2646         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDoubleAccounting">
2647             <summary>
5</summary>
2648         </member>
2649         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDoubleClosed">
2650             <summary>
5</summary>
2651         </member>
2652         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDoubleOpen">
2653             <summary>
4</summary>
2654         </member>
2655         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDoubleQuote">
2656             <summary>
1</summary>
2657         </member>
2658         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlDrawingObject">
2659             <summary>
14</summary>
2660         </member>
2661         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlEntireChart">
2662             <summary>
20</summary>
2663         </member>
2664         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlExcelMenus">
2665             <summary>
1</summary>
2666         </member>
2667         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlExtended">
2668             <summary>
3</summary>
2669         </member>
2670         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFill">
2671             <summary>
5</summary>
2672         </member>
2673         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFirst">
2674             <summary>
0</summary>
2675         </member>
2676         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFixedValue">
2677             <summary>
1</summary>
2678         </member>
2679         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFloating">
2680             <summary>
5</summary>
2681         </member>
2682         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFormats">
2683             <summary>-
4122</summary>
2684         </member>
2685         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFormula">
2686             <summary>
5</summary>
2687         </member>
2688         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlFullScript">
2689             <summary>
1</summary>
2690         </member>
2691         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGeneral">
2692             <summary>
1</summary>
2693         </member>
2694         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGray16">
2695             <summary>
17</summary>
2696         </member>
2697         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGray25">
2698             <summary>-
4124</summary>
2699         </member>
2700         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGray50">
2701             <summary>-
4125</summary>
2702         </member>
2703         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGray75">
2704             <summary>-
4126</summary>
2705         </member>
2706         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGray8">
2707             <summary>
18</summary>
2708         </member>
2709         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGregorian">
2710             <summary>
2</summary>
2711         </member>
2712         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGrid">
2713             <summary>
15</summary>
2714         </member>
2715         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlGridline">
2716             <summary>
22</summary>
2717         </member>
2718         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlHigh">
2719             <summary>-
4127</summary>
2720         </member>
2721         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlHindiNumerals">
2722             <summary>
3</summary>
2723         </member>
2724         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlIcons">
2725             <summary>
1</summary>
2726         </member>
2727         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlImmediatePane">
2728             <summary>
12</summary>
2729         </member>
2730         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlInside">
2731             <summary>
2</summary>
2732         </member>
2733         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlInteger">
2734             <summary>
2</summary>
2735         </member>
2736         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlJustify">
2737             <summary>-
4130</summary>
2738         </member>
2739         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLast">
2740             <summary>
1</summary>
2741         </member>
2742         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLastCell">
2743             <summary>
11</summary>
2744         </member>
2745         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLatin">
2746             <summary>-
5001</summary>
2747         </member>
2748         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLeft">
2749             <summary>-
4131</summary>
2750         </member>
2751         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLeftToRight">
2752             <summary>
2</summary>
2753         </member>
2754         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLightDown">
2755             <summary>
13</summary>
2756         </member>
2757         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLightHorizontal">
2758             <summary>
11</summary>
2759         </member>
2760         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLightUp">
2761             <summary>
14</summary>
2762         </member>
2763         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLightVertical">
2764             <summary>
12</summary>
2765         </member>
2766         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlList1">
2767             <summary>
10</summary>
2768         </member>
2769         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlList2">
2770             <summary>
11</summary>
2771         </member>
2772         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlList3">
2773             <summary>
12</summary>
2774         </member>
2775         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLocalFormat1">
2776             <summary>
15</summary>
2777         </member>
2778         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLocalFormat2">
2779             <summary>
16</summary>
2780         </member>
2781         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLogicalCursor">
2782             <summary>
1</summary>
2783         </member>
2784         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLong">
2785             <summary>
3</summary>
2786         </member>
2787         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLotusHelp">
2788             <summary>
2</summary>
2789         </member>
2790         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLow">
2791             <summary>-
4134</summary>
2792         </member>
2793         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlLTR">
2794             <summary>-
5003</summary>
2795         </member>
2796         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMacrosheetCell">
2797             <summary>
7</summary>
2798         </member>
2799         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlManual">
2800             <summary>-
4135</summary>
2801         </member>
2802         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMaximum">
2803             <summary>
2</summary>
2804         </member>
2805         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMinimum">
2806             <summary>
4</summary>
2807         </member>
2808         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMinusValues">
2809             <summary>
3</summary>
2810         </member>
2811         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMixed">
2812             <summary>
2</summary>
2813         </member>
2814         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMixedAuthorizedScript">
2815             <summary>
4</summary>
2816         </member>
2817         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMixedScript">
2818             <summary>
3</summary>
2819         </member>
2820         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlModule">
2821             <summary>-
4141</summary>
2822         </member>
2823         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlMultiply">
2824             <summary>
4</summary>
2825         </member>
2826         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlNarrow">
2827             <summary>
1</summary>
2828         </member>
2829         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlNextToAxis">
2830             <summary>
4</summary>
2831         </member>
2832         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlNoDocuments">
2833             <summary>
3</summary>
2834         </member>
2835         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlNone">
2836             <summary>-
4142</summary>
2837         </member>
2838         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlNotes">
2839             <summary>-
4144</summary>
2840         </member>
2841         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlOff">
2842             <summary>-
4146</summary>
2843         </member>
2844         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlOn">
2845             <summary>
1</summary>
2846         </member>
2847         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlOpaque">
2848             <summary>
3</summary>
2849         </member>
2850         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlOpen">
2851             <summary>
2</summary>
2852         </member>
2853         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlOutside">
2854             <summary>
3</summary>
2855         </member>
2856         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlPartial">
2857             <summary>
3</summary>
2858         </member>
2859         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlPartialScript">
2860             <summary>
2</summary>
2861         </member>
2862         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlPercent">
2863             <summary>
2</summary>
2864         </member>
2865         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlPlus">
2866             <summary>
9</summary>
2867         </member>
2868         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlPlusValues">
2869             <summary>
2</summary>
2870         </member>
2871         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlReference">
2872             <summary>
4</summary>
2873         </member>
2874         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlRight">
2875             <summary>-
4152</summary>
2876         </member>
2877         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlRTL">
2878             <summary>-
5004</summary>
2879         </member>
2880         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlScale">
2881             <summary>
3</summary>
2882         </member>
2883         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSemiautomatic">
2884             <summary>
2</summary>
2885         </member>
2886         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSemiGray75">
2887             <summary>
10</summary>
2888         </member>
2889         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlShort">
2890             <summary>
1</summary>
2891         </member>
2892         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlShowLabel">
2893             <summary>
4</summary>
2894         </member>
2895         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlShowLabelAndPercent">
2896             <summary>
5</summary>
2897         </member>
2898         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlShowPercent">
2899             <summary>
3</summary>
2900         </member>
2901         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlShowValue">
2902             <summary>
2</summary>
2903         </member>
2904         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSimple">
2905             <summary>-
4154</summary>
2906         </member>
2907         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSingle">
2908             <summary>
2</summary>
2909         </member>
2910         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSingleAccounting">
2911             <summary>
4</summary>
2912         </member>
2913         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSingleQuote">
2914             <summary>
2</summary>
2915         </member>
2916         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSolid">
2917             <summary>
1</summary>
2918         </member>
2919         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSquare">
2920             <summary>
1</summary>
2921         </member>
2922         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlStar">
2923             <summary>
5</summary>
2924         </member>
2925         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlStError">
2926             <summary>
4</summary>
2927         </member>
2928         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlStrict">
2929             <summary>
2</summary>
2930         </member>
2931         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSubtract">
2932             <summary>
3</summary>
2933         </member>
2934         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlSystem">
2935             <summary>
1</summary>
2936         </member>
2937         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTextBox">
2938             <summary>
16</summary>
2939         </member>
2940         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTiled">
2941             <summary>
1</summary>
2942         </member>
2943         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTitleBar">
2944             <summary>
8</summary>
2945         </member>
2946         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlToolbar">
2947             <summary>
1</summary>
2948         </member>
2949         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlToolbarButton">
2950             <summary>
2</summary>
2951         </member>
2952         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTop">
2953             <summary>-
4160</summary>
2954         </member>
2955         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTopToBottom">
2956             <summary>
1</summary>
2957         </member>
2958         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTransparent">
2959             <summary>
2</summary>
2960         </member>
2961         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlTriangle">
2962             <summary>
3</summary>
2963         </member>
2964         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlVeryHidden">
2965             <summary>
2</summary>
2966         </member>
2967         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlVisible">
2968             <summary>
12</summary>
2969         </member>
2970         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlVisualCursor">
2971             <summary>
2</summary>
2972         </member>
2973         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlWatchPane">
2974             <summary>
11</summary>
2975         </member>
2976         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlWide">
2977             <summary>
3</summary>
2978         </member>
2979         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlWorkbookTab">
2980             <summary>
6</summary>
2981         </member>
2982         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlWorksheet4">
2983             <summary>
1</summary>
2984         </member>
2985         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlWorksheetCell">
2986             <summary>
3</summary>
2987         </member>
2988         <member name=
"F:Microsoft.Office.Interop.Excel.Constants.xlWorksheetShort">
2989             <summary>
5</summary>
2990         </member>
2991         <member name=
"T:Microsoft.Office.Interop.Excel.ControlFormat">
2992             <summary>Contains Microsoft Excel control properties.</summary>
2993         </member>
2994         <member name=
"M:Microsoft.Office.Interop.Excel.ControlFormat.AddItem(System.String,System.Object)">
2995             <summary>Adds an item to a list box or a combo box.</summary>
2996             <param name=
"Text">Required String. The text to be added</param>
2997             <param name=
"Index">Optional Object. The position of the new entry. If the list has fewer entries than the specified index, blank items from the end of the list are added to the specified position. If this argument is omitted, the item is appended to the existing list.</param>
2998         </member>
2999         <member name=
"M:Microsoft.Office.Interop.Excel.ControlFormat.RemoveItem(System.Int32,System.Object)">
3000             <summary>Removes one or more items
from a list box or combo box.</summary>
3001             <param name=
"Count">Optional Object. The number of items to be removed, starting at item Index. If this argument is omitted, one item is removed. If Index + Count exceeds the number of items in the list, all items from Index through the end of the list are removed without an error.</param>
3002             <param name=
"Index">Required Integer. The number of the first item to be removed. Valid values are from 1 to the number of items in the list (returned by the <see cref="P:Microsoft.Office.Interop.Excel.ControlFormat.ListCount"></see> property).</param>
3003         </member>
3004         <member name=
"P:Microsoft.Office.Interop.Excel.ControlFormat.List(System.Object)">
3005             <summary>Returns or sets the text entries
in the specified list box or a combo box, as an array of strings, or returns or sets a single text entry. An error occurs if there are no entries in the list.</summary>
3006             <param name=
"Index">Optional Object. The index number of a single text entry to be set or returned. If this argument is omitted, the entire list is returned or set as an array of strings.</param>
3007         </member>
3008         <member name=
"T:Microsoft.Office.Interop.Excel.Corners">
3009             <summary>Represents the corners of a
3-D chart.</summary>
3010         </member>
3011         <member name=
"T:Microsoft.Office.Interop.Excel.CubeField">
3012             <summary>Represents a hierarchy or measure field
from an OLAP cube.</summary>
3013         </member>
3014         <member name=
"M:Microsoft.Office.Interop.Excel.CubeField.AddMemberPropertyField(System.String,System.Object)">
3015             <summary>Adds a member property field to the display
for the cube field.</summary>
3016             <param name=
"PropertyOrder">Optional Object. Sets the <see cref="P:Microsoft.Office.Interop.Excel.PivotField.PropertyOrder"></see> property value for a <see cref="T:Microsoft.Office.Interop.Excel.CubeField"></see> object. The actual position in the collection will be immediately before the PivotTable field that currently has the same PropertyOrder value that is given in the argument. If no field has the given property order value, the range of acceptable values is from 1 to the number of member properties already showing for the hierarchy plus one. This argument is one-based. If omitted, the property goes to the end of the list.</param>
3017             <param name=
"Property">Required String. The unique name of the member property. For balanced hierarchies, a unique name can be created by appending the "quoted" member property name to the unique name of the level the member property is associated with. For unbalanced hierarchies, a unique name can be created by appending the "quoted" member property name to the unique name of the hierarchy.</param>
3018         </member>
3019         <member name=
"M:Microsoft.Office.Interop.Excel.CubeField.ClearManualFilter">
3020             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel.CubeField.ClearManualFilter"></see> method provides an easy way to set the Visible property to True for all items of a PivotField in PivotTables, and to empty the HiddenItemsInList/VisibleItemsList collections in OLAP PivotTables.</summary>
3021         </member>
3022         <member name=
"M:Microsoft.Office.Interop.Excel.CubeField.CreatePivotFields">
3023             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel.CubeField.CreatePivotFields"></see> method is new in Microsoft Office Excel 2007. It enables users to apply a filter to PivotFields not yet added to the PivotTable by creating the corresponding <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>object.</summary>
3024         </member>
3025         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField._Caption">
3026             <summary>Returns a String
value that represents the label text for the cube field.</summary>
3027             <returns>String</returns>
3028         </member>
3029         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.AllItemsVisible">
3030             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.CubeField.AllItemsVisible"></see> property checks whether manual filtering is applied to a PivotField or CubeField. Read-only Boolean.</summary>
3031             <returns>Boolean</returns>
3032         </member>
3033         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.Application">
3034             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel.Application"></see> object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.</summary>
3035             <returns>Application (see above)</returns>
3036         </member>
3037         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.Caption">
3038             <summary>The label text
for the cube field.</summary>
3039             <returns>String</returns>
3040         </member>
3041         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.CubeFieldSubType">
3042             <summary>Specifies the type of a <see cref=
"P:Microsoft.Office.Interop.Excel.CubeField"></see>. Read-only.</summary>
3043             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCubeFieldSubType"></see></returns>
3044         </member>
3045         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.CurrentPageName">
3046             <summary>Returns or sets the page name
for a CubeField. Read/write String.</summary>
3047             <returns>String</returns>
3048         </member>
3049         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.IncludeNewItemsInFilter">
3050             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.CubeField.IncludeNewItemsInFilter"></see> property is used to track included/excluded items in OLAP PivotTables. Read/write.</summary>
3051             <returns>Boolean</returns>
3052         </member>
3053         <member name=
"P:Microsoft.Office.Interop.Excel.CubeField.IsDate">
3054             <summary>Returns True
if the CubeField is a date. Read-only Boolean.</summary>
3055             <returns>Boolean</returns>
3056         </member>
3057         <member name=
"T:Microsoft.Office.Interop.Excel.CubeFields">
3058             <summary>A collection of all <see cref=
"T:Microsoft.Office.Interop.Excel.CubeField"></see> objects in a PivotTable report that is based on an OLAP cube.</summary>
3059         </member>
3060         <member name=
"M:Microsoft.Office.Interop.Excel.CubeFields.AddSet(System.String,System.String)">
3061             <summary>Adds a
new <see cref="T:Microsoft.Office.Interop.Excel.CubeField"></see> object to the <see cref="T:Microsoft.Office.Interop.Excel.CubeFields"></see> collection.</summary>
3062             <param name=
"Caption">Required String. A string representing the field that will be displayed in the PivotTable view.</param>
3063             <param name=
"Name">Required String. A valid name in the SETS schema rowset.</param>
3064         </member>
3065         <member name=
"P:Microsoft.Office.Interop.Excel.CubeFields.Item(System.Object)">
3066             <summary>Returns a single
object from a collection.</summary>
3067             <param name=
"Index">Required Object. The name or index number of the object.</param>
3068         </member>
3069         <member name=
"T:Microsoft.Office.Interop.Excel.CustomProperties">
3070             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.CustomProperty"></see> objects that represent additional information. The information can be used as metadata for XML.</summary>
3071         </member>
3072         <member name=
"M:Microsoft.Office.Interop.Excel.CustomProperties.Add(System.String,System.Object)">
3073             <summary>Adds custom property information. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.CustomProperty"></see> object.</summary>
3074             <param name=
"Value">Required Object. The value of the custom property.</param>
3075             <param name=
"Name">Required String. The name of the custom property.</param>
3076         </member>
3077         <member name=
"P:Microsoft.Office.Interop.Excel.CustomProperties.Item(System.Object)">
3078             <summary>Returns a single
object from a collection.</summary>
3079             <param name=
"Index">Required Object. The name or index number of the object.</param>
3080         </member>
3081         <member name=
"T:Microsoft.Office.Interop.Excel.CustomProperty">
3082             <summary>Represents identifier information. Identifier information can be used
as metadata for XML.</summary>
3083         </member>
3084         <member name=
"T:Microsoft.Office.Interop.Excel.CustomView">
3085             <summary>Represents a custom workbook view.</summary>
3086         </member>
3087         <member name=
"T:Microsoft.Office.Interop.Excel.CustomViews">
3088             <summary>A collection of custom workbook views. Each view
is represented by a <see cref="T:Microsoft.Office.Interop.Excel.CustomView"></see> object.</summary>
3089         </member>
3090         <member name=
"M:Microsoft.Office.Interop.Excel.CustomViews.Add(System.String,System.Object,System.Object)">
3091             <summary>Creates a
new custom view. Returns a <see cref="T:Microsoft.Office.Interop.Excel.CustomView"></see> object that represents the new view.</summary>
3092             <param name=
"PrintSettings">Optional Object. True to include print settings in the custom view.</param>
3093             <param name=
"ViewName">Required String. The name of the new view.</param>
3094             <param name=
"RowColSettings">Optional Object. True to include settings for hidden rows and columns (including filter information) in the custom view.</param>
3095         </member>
3096         <member name=
"M:Microsoft.Office.Interop.Excel.CustomViews.Item(System.Object)">
3097             <summary>Returns a single
object from a collection.</summary>
3098             <param name=
"ViewName">Required Object. The name or index number for the object.</param>
3099         </member>
3100         <member name=
"T:Microsoft.Office.Interop.Excel.Databar">
3101             <summary>Represents a data bar conditional formating rule. Applying a data bar to a range helps you see the
value of a cell relative to other cells.</summary>
3102         </member>
3103         <member name=
"M:Microsoft.Office.Interop.Excel.Databar.Delete">
3104             <summary>Deletes the specified conditional formatting rule
object.</summary>
3105         </member>
3106         <member name=
"M:Microsoft.Office.Interop.Excel.Databar.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
3107             <summary>Sets the cell range to which
this formatting rule applies.</summary>
3108             <param name=
"Range">The range to which this formatting rule will be applied.</param>
3109         </member>
3110         <member name=
"M:Microsoft.Office.Interop.Excel.Databar.SetFirstPriority">
3111             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
3112         </member>
3113         <member name=
"M:Microsoft.Office.Interop.Excel.Databar.SetLastPriority">
3114             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
3115         </member>
3116         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.Application">
3117             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
3118             <returns>Application (see above)</returns>
3119         </member>
3120         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.AppliesTo">
3121             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object specifying the cell range to which the formatting rule is applied.</summary>
3122             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
3123         </member>
3124         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.BarColor">
3125             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.FormatColor"></see> object that you can use to modify the color of the bars in a data bar conditional format.</summary>
3126             <returns>Object</returns>
3127         </member>
3128         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.Creator">
3129             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
3130             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
3131         </member>
3132         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.Formula">
3133             <summary>Returns or sets a String representing a formula, which determines the values to which the icon
set will be applied.</summary>
3134             <returns>String</returns>
3135         </member>
3136         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.MaxPoint">
3137             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ConditionValue"></see> object that specifies how the longest bar is evaluated for a data bar conditional format.</summary>
3138             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ConditionValue"></see></returns>
3139         </member>
3140         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.MinPoint">
3141             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ConditionValue"></see> object that specifies how the shortest bar is evaluated for a data bar conditional format.</summary>
3142             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ConditionValue"></see></returns>
3143         </member>
3144         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.Parent">
3145             <summary>Returns the parent
object for the specified object. Read-only.</summary>
3146             <returns>Object</returns>
3147         </member>
3148         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.PercentMax">
3149             <summary>Returns or sets a Integer
value that specifies the length of the longest data bar as a percentage of cell width.</summary>
3150             <returns>Integer</returns>
3151         </member>
3152         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.PercentMin">
3153             <summary>Returns or sets a Integer
value that specifies the length of the shortest data bar as a percentage of cell width.</summary>
3154             <returns>Integer</returns>
3155         </member>
3156         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.Priority">
3157             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
3158             <returns>Integer</returns>
3159         </member>
3160         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.PTCondition">
3161             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a PivotTable chart. Read-only.</summary>
3162             <returns>Boolean</returns>
3163         </member>
3164         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.ScopeType">
3165             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see> enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.</summary>
3166             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
3167         </member>
3168         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.ShowValue">
3169             <summary>Returns or sets a Boolean
value that specifies if the value in the cell is displayed if the data bar conditional format is applied to the range.</summary>
3170             <returns>Boolean</returns>
3171         </member>
3172         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.StopIfTrue">
3173             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
3174             <returns>Boolean</returns>
3175         </member>
3176         <member name=
"P:Microsoft.Office.Interop.Excel.Databar.Type">
3177             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see> enumeration, which specifies the type of conditional format. Read-only.</summary>
3178             <returns>Integer</returns>
3179         </member>
3180         <member name=
"T:Microsoft.Office.Interop.Excel.DataLabel">
3181             <summary>Represents the data label
on a chart point or trendline.</summary>
3182         </member>
3183         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.AutoScaleFont">
3184             <summary>True
if the text in the object changes font size when the object size changes. The default value is True.</summary>
3185             <returns>Boolean</returns>
3186         </member>
3187         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Border">
3188             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Border"></see> object that represents the border of the object.</summary>
3189             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Border"></see></returns>
3190         </member>
3191         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Characters(System.Object,System.Object)">
3192             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Characters"></see> object that represents a range of characters within the object text. You can use the Characters object to format characters within a text string.</summary>
3193             <param name=
"Length">Optional Object. The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).</param>
3194             <param name=
"Start">Optional Object. The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.</param>
3195         </member>
3196         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Fill">
3197             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see> object for a specified shape or a <see cref="T:Microsoft.Office.Interop.Excel.ChartFillFormat"></see> object for a specified chart that contains fill formatting properties for the shape or chart. Read-only.</summary>
3198             <returns>Object</returns>
3199         </member>
3200         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Font">
3201             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see> object that represents the font of the specified object.</summary>
3202             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFont"></see></returns>
3203         </member>
3204         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Format">
3205             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3206             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3207         </member>
3208         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Interior">
3209             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see> object that represents the interior of the specified object.</summary>
3210             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see></returns>
3211         </member>
3212         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabel.Type">
3213             <summary>Returns or sets the label type. Read/write Object.</summary>
3214             <returns>Object</returns>
3215         </member>
3216         <member name=
"T:Microsoft.Office.Interop.Excel.DataLabels">
3217             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.DataLabel"></see> objects for the specified series. Each DataLabel object represents a data label for a point or trendline. For a series without definable points (such as an area series), the DataLabels collection contains a single data label.</summary>
3218         </member>
3219         <member name=
"M:Microsoft.Office.Interop.Excel.DataLabels.Item(System.Object)">
3220             <summary>Returns a single
object from the collection.</summary>
3221             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.DataLabel"></see></returns>
3222             <param name=
"Index">Required Object. The name or index number for the object.</param>
3223         </member>
3224         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.AutoScaleFont">
3225             <summary>True
if the text in the object changes font size when the object size changes. The default value is True. Read/write Object.</summary>
3226             <returns>Object</returns>
3227         </member>
3228         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.Border">
3229             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Border"></see> object that represents the border of the object.</summary>
3230             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Border"></see></returns>
3231         </member>
3232         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.Fill">
3233             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see> object for a specified shape or a <see cref="T:Microsoft.Office.Interop.Excel.ChartFillFormat"></see> object for a specified chart that contains fill formatting properties for the shape or chart. Read-only.</summary>
3234             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFillFormat"></see></returns>
3235         </member>
3236         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.Font">
3237             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see> object that represents the font of the specified object.</summary>
3238             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see></returns>
3239         </member>
3240         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.Format">
3241             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3242             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3243         </member>
3244         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.Interior">
3245             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see> object that represents the interior of the specified object.</summary>
3246             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see></returns>
3247         </member>
3248         <member name=
"P:Microsoft.Office.Interop.Excel.DataLabels.Type">
3249             <summary>Returns or sets the label type. Read/write Object.</summary>
3250             <returns>Object</returns>
3251         </member>
3252         <member name=
"T:Microsoft.Office.Interop.Excel.DataTable">
3253             <summary>Represents a chart data table.</summary>
3254         </member>
3255         <member name=
"P:Microsoft.Office.Interop.Excel.DataTable.Format">
3256             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3257             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3258         </member>
3259         <member name=
"T:Microsoft.Office.Interop.Excel.DefaultWebOptions">
3260             <summary>Contains
global application-level attributes used by Microsoft Excel when you save a document as a Web page or open a Web page.</summary>
3261         </member>
3262         <member name=
"T:Microsoft.Office.Interop.Excel.Diagram">
3263             <summary>Represents a diagram.</summary>
3264         </member>
3265         <member name=
"M:Microsoft.Office.Interop.Excel.Diagram.Convert(Microsoft.Office.Core.MsoDiagramType)">
3266             <summary>Converts the current diagram to a different diagram.</summary>
3267             <param name=
"Type">Required <see cref="T:Microsoft.Office.Core.MsoDiagramType"></see>. The type of diagram to convert to.MsoDiagramType can be one of these constants. msoDiagramCycle A process diagram with a continuous cycle diagram type.msoDiagramMixed A mixed diagram type.msoDiagramOrgChart A hierarchical relationship diagram type.msoDiagramPyramid A foundation based relationships diagram type.msoDiagramRadial A diagram type showing relationships of a core element.msoDiagramTarget A diagram type showing steps toward a goal.msoDiagramVenn A diagram type showing areas of overlap between elements.</param>
3268         </member>
3269         <member name=
"M:Microsoft.Office.Interop.Excel.Diagram.FitText">
3270             <summary>Adjusts the size of the text
in the nodes in a diagram to fit within the boundaries of the nodes.</summary>
3271         </member>
3272         <member name=
"T:Microsoft.Office.Interop.Excel.DiagramNode">
3273             <summary>Represents a node
in a diagram.</summary>
3274         </member>
3275         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNode.AddNode(Microsoft.Office.Core.MsoRelativeNodePosition,Microsoft.Office.Core.MsoDiagramNodeType)">
3276             <summary>Creates a diagram node. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object that represents the new node.</summary>
3277             <param name=
"pos">Optional <see cref="T:Microsoft.Office.Interop.Office.MsoRelativeNodePosiiton"></see>. Where the node will be added, relative to another node.MsoRelativeNodePosition can be one of these constants:msoAfterLastSiblingmsoAfterNode DefaultmsoBeforeFirstSiblingmsoBeforeNode</param>
3278             <param name=
"nodeType">Optional <see cref="T:Microsoft.Office.Interop.Office.MsoDiagramNodeType"></see>. The type of node. Can be one of these MsoDiagramNodeType constants:msoDiagramAssistantmsoDiagramNode Default</param>
3279         </member>
3280         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNode.CloneNode(System.Boolean,Microsoft.Office.Interop.Excel.DiagramNode,Microsoft.Office.Core.MsoRelativeNodePosition)">
3281             <summary>Clones a diagram node. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object representing the cloned node.</summary>
3282             <param name=
"pTargetNode">Required DiagramNode object. An expression that returns a DiagramNode object that represents the node where the new node will be placed.</param>
3283             <param name=
"pos">Optional <see cref="T:Microsoft.Office.Interop.Office.MsoRelativeNodePosiiton"></see>. If pTargetNode is specified, indicates where the node will be added relative to pTargetNode.MsoRelativeNodePosition can be one of these constants:msoAfterLastSiblingmsoAfterNode DefaultmsoBeforeFirstSiblingmsoBeforeNode</param>
3284             <param name=
"copyChildren">Required Boolean. True to clone the diagram node's children as well.</param>
3285         </member>
3286         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNode.MoveNode(Microsoft.Office.Interop.Excel.DiagramNode,Microsoft.Office.Core.MsoRelativeNodePosition)">
3287             <summary>Moves a diagram node and any of its child nodes within a diagram.</summary>
3288             <param name=
"pTargetNode">Required <see cref="T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object. The diagram node where the specified node will be moved.</param>
3289             <param name=
"pos">Required <see cref="T:Microsoft.Office.Interop.Office.MsoRelativeNodePosiiton"></see>. The position to move the node, relative to TargetNode.MsoRelativeNodePosition can be one of these constants:msoAfterLastSiblingmsoAfterNodemsoBeforeFirstSiblingmsoBeforeNode</param>
3290         </member>
3291         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNode.ReplaceNode(Microsoft.Office.Interop.Excel.DiagramNode)">
3292             <summary>Replaces a target diagram node with the source diagram node.</summary>
3293             <param name=
"pTargetNode">Required <see cref="T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object. The target diagram node to be replaced.</param>
3294         </member>
3295         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNode.SwapNode(Microsoft.Office.Interop.Excel.DiagramNode,System.Boolean)">
3296             <summary>Swaps the source diagram node with a target diagram node.</summary>
3297             <param name=
"pTargetNode">Required <see cref="T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object. The target diagram node to be replaced.</param>
3298             <param name=
"swapChildren">Optional Boolean. The child nodes of the target and source nodes being swapped. Any child diagram nodes are moved along with their corresponding root nodes. Default is True, which swaps the child nodes.</param>
3299         </member>
3300         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNode.TransferChildren(Microsoft.Office.Interop.Excel.DiagramNode)">
3301             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object representing the shape of the text box associated with a diagram node.</summary>
3302             <param name=
"pReceivingNode">Required <see cref="T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object. The diagram node receiving the child nodes being transferred from the specified node.</param>
3303         </member>
3304         <member name=
"T:Microsoft.Office.Interop.Excel.DiagramNodeChildren">
3305             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.DiagramNode"></see> objects that represents child nodes in a diagram.</summary>
3306         </member>
3307         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNodeChildren.AddNode(System.Object,Microsoft.Office.Core.MsoDiagramNodeType)">
3308             <summary>Creates a diagram node. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.DiagramNode"></see> object that represents the new node.</summary>
3309             <param name=
"Index">Optional Object. The position of the node.</param>
3310             <param name=
"nodeType">Optional <see cref="T:Microsoft.Office.Interop.Office.MsoDiagramNodeType"></see>. The type of node.MsoDiagramNodeType can be one of these constants:msoDiagramAssistantmsoDiagramNode Default</param>
3311         </member>
3312         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNodeChildren.Item(System.Object)">
3313             <summary>Returns a single
object from a collection.</summary>
3314             <param name=
"Index">Required Object. The name or index number for the object.</param>
3315         </member>
3316         <member name=
"T:Microsoft.Office.Interop.Excel.DiagramNodes">
3317             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.DiagramNode"></see> objects that represents all the nodes in a diagram.</summary>
3318         </member>
3319         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNodes.Item(System.Object)">
3320             <summary>Returns a single
object from a collection.</summary>
3321             <param name=
"Index">Required Object. The name or index number for the object.</param>
3322         </member>
3323         <member name=
"M:Microsoft.Office.Interop.Excel.DiagramNodes.SelectAll">
3324             <summary>Selects all the shapes
in the specified collection.</summary>
3325         </member>
3326         <member name=
"T:Microsoft.Office.Interop.Excel.Dialog">
3327             <summary>Represents a built-
in Microsoft Excel dialog box.</summary>
3328         </member>
3329         <member name=
"M:Microsoft.Office.Interop.Excel.Dialog.Show(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
3330             <summary>Displays the built-
in dialog box and waits for the user to input data.</summary>
3331             <param name=
"Arg28">Optional Object. The initial arguments for the command.</param>
3332             <param name=
"Arg29">Optional Object. The initial arguments for the command.</param>
3333             <param name=
"Arg24">Optional Object. The initial arguments for the command.</param>
3334             <param name=
"Arg25">Optional Object. The initial arguments for the command.</param>
3335             <param name=
"Arg26">Optional Object. The initial arguments for the command.</param>
3336             <param name=
"Arg27">Optional Object. The initial arguments for the command.</param>
3337             <param name=
"Arg20">Optional Object. The initial arguments for the command.</param>
3338             <param name=
"Arg21">Optional Object. The initial arguments for the command.</param>
3339             <param name=
"Arg22">Optional Object. The initial arguments for the command.</param>
3340             <param name=
"Arg23">Optional Object. The initial arguments for the command.</param>
3341             <param name=
"Arg30">Optional Object. The initial arguments for the command.</param>
3342             <param name=
"Arg8">Optional Object. The initial arguments for the command.</param>
3343             <param name=
"Arg9">Optional Object. The initial arguments for the command.</param>
3344             <param name=
"Arg6">Optional Object. The initial arguments for the command.</param>
3345             <param name=
"Arg7">Optional Object. The initial arguments for the command.</param>
3346             <param name=
"Arg4">Optional Object. The initial arguments for the command.</param>
3347             <param name=
"Arg5">Optional Object. The initial arguments for the command.</param>
3348             <param name=
"Arg2">Optional Object. The initial arguments for the command.</param>
3349             <param name=
"Arg3">Optional Object. The initial arguments for the command.</param>
3350             <param name=
"Arg14">Optional Object. The initial arguments for the command.</param>
3351             <param name=
"Arg1">Optional Object. The initial arguments for the command.</param>
3352             <param name=
"Arg12">Optional Object. The initial arguments for the command.</param>
3353             <param name=
"Arg11">Optional Object. The initial arguments for the command.</param>
3354             <param name=
"Arg10">Optional Object. The initial arguments for the command.</param>
3355             <param name=
"Arg16">Optional Object. The initial arguments for the command.</param>
3356             <param name=
"Arg15">Optional Object. The initial arguments for the command.</param>
3357             <param name=
"Arg13">Optional Object. The initial arguments for the command.</param>
3358             <param name=
"Arg19">Optional Object. The initial arguments for the command.</param>
3359             <param name=
"Arg18">Optional Object. The initial arguments for the command.</param>
3360             <param name=
"Arg17">Optional Object. The initial arguments for the command.</param>
3361         </member>
3362         <member name=
"T:Microsoft.Office.Interop.Excel.Dialogs">
3363             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Dialog"></see> objects in Microsoft Excel.</summary>
3364         </member>
3365         <member name=
"P:Microsoft.Office.Interop.Excel.Dialogs.Item(Microsoft.Office.Interop.Excel.XlBuiltInDialog)">
3366             <summary>Returns a single
object from a collection.</summary>
3367             <param name=
"Index">Required Object. The name or index number of the object.</param>
3368         </member>
3369         <member name=
"T:Microsoft.Office.Interop.Excel.DialogSheets">
3370             <summary>A collection of all the sheets
in the specified or active workbook.</summary>
3371         </member>
3372         <member name=
"M:Microsoft.Office.Interop.Excel.DialogSheets.Delete">
3373             <summary>Deletes the
object.</summary>
3374         </member>
3375         <member name=
"M:Microsoft.Office.Interop.Excel.DialogSheets.PrintPreview(System.Object)">
3376             <summary>Shows a preview of the
object as it would look when printed.</summary>
3377             <param name=
"EnableChanges">Pass a Boolean value to specify if the user can change the margins and other page setup options available in print preview.</param>
3378         </member>
3379         <member name=
"M:Microsoft.Office.Interop.Excel.DialogSheets.Select(System.Object)">
3380             <summary>Selects the
object.</summary>
3381             <param name=
"Replace">(used only with sheets). True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.</param>
3382         </member>
3383         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.Application">
3384             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel.Application"></see>
3385  
object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.</summary>
3386         </member>
3387         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.Count">
3388             <summary>Returns a Long
value that represents the number of objects in the collection.</summary>
3389         </member>
3390         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.Creator">
3391             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only Long.</summary>
3392         </member>
3393         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.HPageBreaks">
3394             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.HPageBreaks"></see>
3395  collection that represents the horizontal page breaks
on the sheet. Read-only.</summary>
3396         </member>
3397         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.Item(System.Object)">
3398             <summary>Returns a single
object from a collection.</summary>
3399             <param name=
"Index">The name or index number of the object.</param>
3400         </member>
3401         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.Parent">
3402             <summary>Returns the parent
object for the specified object. Read-only.</summary>
3403         </member>
3404         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.Visible">
3405             <summary>Returns or sets a Variant
value that determines whether the object is visible.</summary>
3406         </member>
3407         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheets.VPageBreaks">
3408             <summary>Returns a <see cref=
"P:Microsoft.Office.Interop.Excel.DialogSheets.VPageBreaks"></see>
3409  collection that represents the vertical page breaks
on the sheet. Read-only.</summary>
3410         </member>
3411         <member name=
"T:Microsoft.Office.Interop.Excel.DialogSheetView">
3412             <summary>Represents the current <see cref=
"T:Microsoft.Office.Interop.Excel.Dialog"></see>sheet view in a workbook. </summary>
3413         </member>
3414         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheetView.Application">
3415             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
3416             <returns>Application (see above)</returns>
3417         </member>
3418         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheetView.Creator">
3419             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
3420             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
3421         </member>
3422         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheetView.Parent">
3423             <summary>Returns the parent
object for the specified object. Read-only.</summary>
3424             <returns>Object</returns>
3425         </member>
3426         <member name=
"P:Microsoft.Office.Interop.Excel.DialogSheetView.Sheet">
3427             <summary>Returns the sheet name
for the specified <see cref="T:Microsoft.Office.Interop.Excel.DialogSheetView"></see> object. Read-only.</summary>
3428             <returns>Object</returns>
3429         </member>
3430         <member name=
"T:Microsoft.Office.Interop.Excel.DisplayUnitLabel">
3431             <summary>Represents a unit label
on an axis in the specified chart.</summary>
3432         </member>
3433         <member name=
"P:Microsoft.Office.Interop.Excel.DisplayUnitLabel.Characters(System.Object,System.Object)">
3434             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Characters"></see> object that represents a range of characters within the object text. You can use the Characters object to format characters within a text string.</summary>
3435             <param name=
"Length">Optional Object. The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).</param>
3436             <param name=
"Start">Optional Object. The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.</param>
3437         </member>
3438         <member name=
"P:Microsoft.Office.Interop.Excel.DisplayUnitLabel.Format">
3439             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3440             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3441         </member>
3442         <member name=
"P:Microsoft.Office.Interop.Excel.DisplayUnitLabel.Position">
3443             <summary>Returns or sets the position of the unit label
on an axis in the chart. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see>.</summary>
3444             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see></returns>
3445         </member>
3446         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_ActivateEventHandler">
3447             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.Activate"></see> event. The Activate event occurs when a worksheet is activated.</summary>
3448         </member>
3449         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_BeforeDoubleClickEventHandler">
3450             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.BeforeDoubleClick"></see> event. The BeforeDoubleClick event occurs when a worksheet is double-clicked, before the default double-click action.</summary>
3451         </member>
3452         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_BeforeRightClickEventHandler">
3453             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.BeforeRightClick"></see> event. The BeforeRightClick event occurs when a worksheet is right-clicked, before the default right-click action.</summary>
3454         </member>
3455         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_CalculateEventHandler">
3456             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.Calculate"></see> event. The Calculate event occurs after the worksheet is recalculated.</summary>
3457         </member>
3458         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_ChangeEventHandler">
3459             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.Change"></see> event. The Change event occurs when cells on the worksheet are changed by the user or by an external link.</summary>
3460         </member>
3461         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_DeactivateEventHandler">
3462             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.Deactivate"></see> event. The Deactivate event occurs when the worksheet is deactivated.</summary>
3463         </member>
3464         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_Event">
3465             <summary>Events
interface for Microsoft Excel <see cref="T:Microsoft.Office.Interop.Excel.Worksheet"></see> object events.</summary>
3466         </member>
3467         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.Activate">
3468             <summary>Occurs
when a worksheet is activated.</summary>
3469         </member>
3470         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.BeforeDoubleClick">
3471             <summary>Occurs
when a worksheet is double-clicked, before the default double-click action.</summary>
3472         </member>
3473         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.BeforeRightClick">
3474             <summary>Occurs
when a worksheet is right-clicked, before the default right-click action.</summary>
3475         </member>
3476         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.Calculate">
3477             <summary>Occurs after the worksheet
is recalculated.</summary>
3478         </member>
3479         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.Change">
3480             <summary>Occurs
when cells on the worksheet are changed by the user or by an external link.</summary>
3481         </member>
3482         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.Deactivate">
3483             <summary>Occurs
when the worksheet is deactivated.</summary>
3484         </member>
3485         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.FollowHyperlink">
3486             <summary>Occurs
when you click any hyperlink on a worksheet. For application- and workbook-level events, see the SheetFollowHyperlink event.</summary>
3487         </member>
3488         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.PivotTableUpdate">
3489             <summary>Occurs after a PivotTable report
is updated on a worksheet.</summary>
3490         </member>
3491         <member name=
"E:Microsoft.Office.Interop.Excel.DocEvents_Event.SelectionChange">
3492             <summary>Occurs
when the selection changes on a worksheet.</summary>
3493         </member>
3494         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_FollowHyperlinkEventHandler">
3495             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.FollowHyperlink"></see> event. The FollowHyperlink event occurs when you click any hyperlink on a worksheet.</summary>
3496         </member>
3497         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_PivotTableUpdateEventHandler">
3498             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.PivotTableUpdate"></see> event. The PivotTableUpdate event occurs after a PivotTable report is updated on a worksheet.</summary>
3499         </member>
3500         <member name=
"T:Microsoft.Office.Interop.Excel.DocEvents_SelectionChangeEventHandler">
3501             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.DocEvents_Event.SelectionChange"></see> event. The SelectionChange event occurs when the selection changes on a worksheet.</summary>
3502         </member>
3503         <member name=
"T:Microsoft.Office.Interop.Excel.DownBars">
3504             <summary>Represents the down bars
in a chart group.</summary>
3505         </member>
3506         <member name=
"P:Microsoft.Office.Interop.Excel.DownBars.Format">
3507             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3508             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3509         </member>
3510         <member name=
"P:Microsoft.Office.Interop.Excel.DrawingObjects.DisplayVerticalScrollBar">
3511             <summary>True
if the vertical scroll bar is displayed. Read/write Boolean.</summary>
3512         </member>
3513         <member name=
"T:Microsoft.Office.Interop.Excel.DropLines">
3514             <summary>Represents the drop lines
in a chart group.</summary>
3515         </member>
3516         <member name=
"P:Microsoft.Office.Interop.Excel.DropLines.Format">
3517             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3518             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3519         </member>
3520         <member name=
"T:Microsoft.Office.Interop.Excel.Error">
3521             <summary>Represents a spreadsheet error
for a range.</summary>
3522         </member>
3523         <member name=
"T:Microsoft.Office.Interop.Excel.ErrorBars">
3524             <summary>Represents the error bars
on a chart series.</summary>
3525         </member>
3526         <member name=
"P:Microsoft.Office.Interop.Excel.ErrorBars.Format">
3527             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3528             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3529         </member>
3530         <member name=
"T:Microsoft.Office.Interop.Excel.ErrorCheckingOptions">
3531             <summary>Represents the error-checking options
for an application.</summary>
3532         </member>
3533         <member name=
"P:Microsoft.Office.Interop.Excel.ErrorCheckingOptions.InconsistentTableFormula">
3534             <summary>Returns True
if the table formula is inconsistent. Read/write Boolean.</summary>
3535             <returns>Boolean</returns>
3536         </member>
3537         <member name=
"T:Microsoft.Office.Interop.Excel.Errors">
3538             <summary>Represents the various spreadsheet errors
for a range.</summary>
3539         </member>
3540         <member name=
"P:Microsoft.Office.Interop.Excel.Errors._Default(System.Object)">
3541             <summary>Allows the user to to access error checking options.</summary>
3542         </member>
3543         <member name=
"P:Microsoft.Office.Interop.Excel.Errors.Item(System.Object)">
3544             <summary>Returns a single member of the <see cref=
"T:Microsoft.Office.Interop.Excel.Error"></see> object.</summary>
3545             <param name=
"Index">Required Object. The Index can also be one of these constants:xlEvaluateToError The cell evaluates to an error value.xlTextDate The cell contains a text date with 2 digit years.xlNumberAsText The cell contains a number stored as text.xlInconsistentFormula The cell contains an inconsistent formula for a region.xlOmittedCells The cell contains a formula omitting a cell for a region.xlUnlockedFormulaCells The cell which is unlocked contains a formula.xlEmptyCellReferences The cell contains a formula referring to empty cells.</param>
3546         </member>
3547         <member name=
"T:Microsoft.Office.Interop.Excel.FileExportConverter">
3548             <summary>Represents a file converter that
is used to save files.</summary>
3549         </member>
3550         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverter.Application">
3551             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Application"></see> object that represents the Microsoft Excel application. Read-only.</summary>
3552             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Application"></see>
3553 .</returns>
3554         </member>
3555         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverter.Creator">
3556             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see> that indicates the application in which the specified object was created. Read-only.</summary>
3557             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see>
3558 .</returns>
3559         </member>
3560         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverter.Description">
3561             <summary>Returns the description
for the file converter. Read-only String.</summary>
3562             <returns>String</returns>
3563         </member>
3564         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverter.Extensions">
3565             <summary>Returns the file name extensions associated with the specified <see cref=
"T:Microsoft.Office.Interop.Excel.FileExportConverter"></see> object. Read-only String.</summary>
3566             <returns>String</returns>
3567         </member>
3568         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverter.FileFormat">
3569             <summary>Returns an integer that identifies the file format associated with the specified <see cref=
"T:Microsoft.Office.Interop.Excel.FileExportConverter"></see> object. Read-only.</summary>
3570             <returns>Integer</returns>
3571         </member>
3572         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverter.Parent">
3573             <summary>Returns an Object that represents the parent
object of the specified <see cref="T:Microsoft.Office.Interop.Excel.FileExportConverter"></see> object. Read-only.</summary>
3574             <returns>Object</returns>
3575         </member>
3576         <member name=
"T:Microsoft.Office.Interop.Excel.FileExportConverters">
3577             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.FileExportConverter"></see> objects that represent all the file converters available for saving files.</summary>
3578         </member>
3579         <member name=
"M:Microsoft.Office.Interop.Excel.FileExportConverters.GetEnumerator">
3580             <returns><see cref=
"T:System.Collections.IEnumerator"></see></returns>
3581         </member>
3582         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverters._Default(System.Object)">
3583             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.FileExportConverter"></see></returns>
3584         </member>
3585         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverters.Application">
3586             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Application"></see>
3587  
object that represents the Microsoft Excel application. Read-only.</summary>
3588             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Application"></see></returns>
3589         </member>
3590         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverters.Count">
3591             <summary>Returns an Integer that represents the number of file converters
in the collection. Read-only.</summary>
3592             <returns>Integer</returns>
3593         </member>
3594         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverters.Creator">
3595             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see>
3596  constant that indicates the application
in which the specified object was created. Read-only Long.</summary>
3597             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
3598         </member>
3599         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverters.Item(System.Object)">
3600             <summary>Returns an individual <see cref=
"T:Microsoft.Office.Interop.Excel.FileExportConverter"></see> object from a collection.</summary>
3601             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.FileExportConverter"></see></returns>
3602         </member>
3603         <member name=
"P:Microsoft.Office.Interop.Excel.FileExportConverters.Parent">
3604             <summary>Returns an Object that represents the parent
object of the specified <see cref="T:Microsoft.Office.Interop.Excel.FileExportConverters"></see> collection. Read-only.</summary>
3605             <returns>Object</returns>
3606         </member>
3607         <member name=
"T:Microsoft.Office.Interop.Excel.FillFormat">
3608             <summary>Represents fill formatting
for a shape.</summary>
3609         </member>
3610         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.OneColorGradient(Microsoft.Office.Core.MsoGradientStyle,System.Int32,System.Single)">
3611             <summary>Sets the specified fill to a one-color gradient.</summary>
3612             <param name=
"Style">Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>.Can be one of the following MsoGradientStyle constants:msoGradientDiagonalDownmsoGradientDiagonalUpmsoGradientFromCentermsoGradientFromCornermsoGradientFromTitlemsoGradientHorizontalmsoGradientMixedmsoGradientVertical</param>
3613             <param name=
"Variant">Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If GradientStyle is msoGradientFromCenter, the Variant argument can only be 1 or 2.</param>
3614             <param name=
"Degree">Required Single. The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light).</param>
3615         </member>
3616         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.Patterned(Microsoft.Office.Core.MsoPatternType)">
3617             <summary>Sets the specified fill to a pattern.</summary>
3618             <param name=
"Pattern">Required <see cref="T:Microsoft.Office.Core.MsoPatternType"></see>.</param>
3619         </member>
3620         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.PresetGradient(Microsoft.Office.Core.MsoGradientStyle,System.Int32,Microsoft.Office.Core.MsoPresetGradientType)">
3621             <summary>Sets the specified fill to a preset gradient.</summary>
3622             <param name=
"PresetGradientType">Required <see cref="T:Microsoft.Office.Core.MsoPresetGradientType"></see>.</param>
3623             <param name=
"Style">Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>.Can be one of the following MsoGradientStyle constants:msoGradientDiagonalDownmsoGradientDiagonalUpmsoGradientFromCentermsoGradientFromCornermsoGradientFromTitlemsoGradientHorizontalmsoGradientMixedmsoGradientVertical</param>
3624             <param name=
"Variant">Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If GradientStyle is msoGradientFromCenter, the Variant argument can only be 1 or 2.</param>
3625         </member>
3626         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.PresetTextured(Microsoft.Office.Core.MsoPresetTexture)">
3627             <summary>Sets the specified fill format to a preset texture.</summary>
3628             <param name=
"PresetTexture">Required <see cref="T:Microsoft.Office.Core.MsoPresetTexture"></see>.</param>
3629         </member>
3630         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.TwoColorGradient(Microsoft.Office.Core.MsoGradientStyle,System.Int32)">
3631             <summary>Sets the specified fill to a two-color gradient.</summary>
3632             <param name=
"Style">Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>.Can be one of the following MsoGradientStyle constants:msoGradientDiagonalDownmsoGradientDiagonalUpmsoGradientFromCentermsoGradientFromCornermsoGradientFromTitlemsoGradientHorizontalmsoGradientMixedmsoGradientVertical</param>
3633             <param name=
"Variant">Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If Style is msoGradientFromCenter, the Variant argument can only be 1 or 2.</param>
3634         </member>
3635         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.UserPicture(System.String)">
3636             <summary>Fills the specified shape with an image.</summary>
3637             <param name=
"PictureFile">Required String. The name of the picture file.</param>
3638         </member>
3639         <member name=
"M:Microsoft.Office.Interop.Excel.FillFormat.UserTextured(System.String)">
3640             <summary>Fills the specified shape with small tiles of an image.</summary>
3641             <param name=
"TextureFile">Required String. The name of the picture file.</param>
3642         </member>
3643         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.GradientStops">
3644             <summary>Returns the end point
for the gradient fill. Read-only.</summary>
3645             <returns><see cref=
"T:Microsoft.Office.Core.GradientStops"></see></returns>
3646         </member>
3647         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.RotateWithObject">
3648             <summary>Returns or sets
if the fill style should rotate with the object. Read/write <see cref="T:Microsoft.Office.Core.MsoTriState"></see>.</summary>
3649         </member>
3650         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureAlignment">
3651             <summary>Returns or sets the text alignment
for the specified <see cref="T:Microsoft.Office.Interop.Excel.FillFormat"></see>object. Read/write.</summary>
3652             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see></returns>
3653         </member>
3654         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureHorizontalScale">
3655             <summary>Returns or sets the
value for horizontally scaling the text for the <see cref="T:Microsoft.Office.Interop.Excel.FillFormat"></see> object. Read/write Single.</summary>
3656             <returns>Single</returns>
3657         </member>
3658         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureOffsetX">
3659             <summary>Returns the offset X
value for the specified fill. Read/write Single.</summary>
3660             <returns>Single</returns>
3661         </member>
3662         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureOffsetY">
3663             <summary>Returns the offset Y
value for the specified fill. Read/write Single.</summary>
3664             <returns>Single</returns>
3665         </member>
3666         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureTile">
3667             <summary>Returns the texture tile style
for the specified fill. Read/write <see cref="T:Microsoft.Office.Core.MsoTriState"></see>.</summary>
3668         </member>
3669         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureType">
3670             <summary>Returns the texture type
for the specified fill. Read-only.</summary>
3671             <returns><see cref=
"T:Microsoft.Office.Core.MsoTextureType"></see></returns>
3672         </member>
3673         <member name=
"P:Microsoft.Office.Interop.Excel.FillFormat.TextureVerticalScale">
3674             <summary>Returns the texture vertical scale
for the specified fill. Read/write Single.</summary>
3675             <returns>Single</returns>
3676         </member>
3677         <member name=
"T:Microsoft.Office.Interop.Excel.Filter">
3678             <summary>Represents a filter
for a single column. The Filter object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.Filters"></see> collection. The Filters collection contains all the filters in an autofiltered range.</summary>
3679         </member>
3680         <member name=
"P:Microsoft.Office.Interop.Excel.Filter.Count">
3681             <summary>Returns the number of objects
in the collection. Read-only Integer.</summary>
3682             <returns>Integer</returns>
3683         </member>
3684         <member name=
"T:Microsoft.Office.Interop.Excel.Filters">
3685             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.Filter"></see> objects that represents all the filters in an autofiltered range.</summary>
3686         </member>
3687         <member name=
"P:Microsoft.Office.Interop.Excel.Filters.Item(System.Int32)">
3688             <summary>Returns a single
object from a collection.</summary>
3689             <param name=
"Index">Required Integer. The index number of the object.</param>
3690         </member>
3691         <member name=
"T:Microsoft.Office.Interop.Excel.Floor">
3692             <summary>Represents the floor of a
3-D chart.</summary>
3693         </member>
3694         <member name=
"P:Microsoft.Office.Interop.Excel.Floor.Fill">
3695             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see> object for a specified shape or a <see cref="T:Microsoft.Office.Interop.Excel.ChartFillFormat"></see> object for a specified chart that contains fill formatting properties for the shape or chart.</summary>
3696             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.FillFormat"></see> or <see cref="T:Microsoft.Office.Interop.Excel.ChartFillFormat"></see></returns>
3697         </member>
3698         <member name=
"P:Microsoft.Office.Interop.Excel.Floor.Format">
3699             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3700             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3701         </member>
3702         <member name=
"P:Microsoft.Office.Interop.Excel.Floor.Thickness">
3703             <summary>Returns or sets a Integer, specifying the thickness of the floor. Read/write.</summary>
3704             <returns>Integer</returns>
3705         </member>
3706         <member name=
"T:Microsoft.Office.Interop.Excel.Font">
3707             <summary>Contains the font attributes (font name, font size, color, and so
on) for an object.</summary>
3708         </member>
3709         <member name=
"P:Microsoft.Office.Interop.Excel.Font.ThemeColor">
3710             <summary>Returns or sets the theme color
in the applied color scheme that is associated with the specified object. Read/write Object.</summary>
3711             <returns>Integer</returns>
3712         </member>
3713         <member name=
"P:Microsoft.Office.Interop.Excel.Font.ThemeFont">
3714             <summary>Returns or sets the theme font
in the applied font scheme that is associated with the specified object. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlThemeFont"></see>.</summary>
3715             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlThemeFont"></see></returns>
3716         </member>
3717         <member name=
"P:Microsoft.Office.Interop.Excel.Font.TintAndShade">
3718             <summary>Returns or sets a Single that lightens or darkens a color.</summary>
3719             <returns>Object</returns>
3720         </member>
3721         <member name=
"T:Microsoft.Office.Interop.Excel.FormatColor">
3722             <summary>Represents the fill color specified
for a threshold of a color scale conditional format or the color of the bar in a data bar conditional format.</summary>
3723         </member>
3724         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.Application">
3725             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
3726             <returns>Application (see above)</returns>
3727         </member>
3728         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.Color">
3729             <summary>Returns or sets the fill color associated with a threshold
for a data bar or color scale conditional formatting rule.</summary>
3730             <returns>Object</returns>
3731         </member>
3732         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.ColorIndex">
3733             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlColorIndex"></see> enumeration, specifying if the fill color is expressed as an index value into the current color palette.</summary>
3734             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlColorIndex"></see></returns>
3735         </member>
3736         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.Creator">
3737             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only Integer.</summary>
3738             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
3739         </member>
3740         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.Parent">
3741             <summary>Returns the parent
object for the specified object. Read-only.</summary>
3742             <returns>Object</returns>
3743         </member>
3744         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.ThemeColor">
3745             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlThemeColor"></see> enumeration, specifying the theme color used in a threshold of a data bar or color scale conditional format.</summary>
3746             <returns>Object</returns>
3747         </member>
3748         <member name=
"P:Microsoft.Office.Interop.Excel.FormatColor.TintAndShade">
3749             <summary>Returns or sets a Single that lightens or darkens the fill color of a cell
for a threshold of a data bar or color scale conditional formatting rule.</summary>
3750             <returns>Object</returns>
3751         </member>
3752         <member name=
"T:Microsoft.Office.Interop.Excel.FormatCondition">
3753             <summary>Represents a conditional format.</summary>
3754         </member>
3755         <member name=
"M:Microsoft.Office.Interop.Excel.FormatCondition.Modify(Microsoft.Office.Interop.Excel.XlFormatConditionType,System.Object,System.Object,System.Object)">
3756             <summary>Modifies an existing conditional format.</summary>
3757             <param name=
"Formula1">Optional Object. The value or expression associated with the conditional format. Can be a constant value, a string value, a cell reference, or a formula.</param>
3758             <param name=
"Formula2">Optional Object. The value or expression associated with the conditional format. Can be a constant value, a string value, a cell reference, or a formula.</param>
3759             <param name=
"Operator">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlFormatConditionOperator"></see>. The conditional format operator. Can be one of the following XlFormatConditionOperator constants:xlBetweenxlEqualxlGreaterxlGreaterEqualxlLessxlLessEqualxlNotBetweenxlNotEqualIf Type, is xlExpression, the Operator argument is ignored.</param>
3760             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see>. Specifies whether the conditional format is based on a cell value or an expression. Can be one of the following XlFormatCondition constants:xlCellValuexlExpression</param>
3761         </member>
3762         <member name=
"M:Microsoft.Office.Interop.Excel.FormatCondition.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
3763             <summary>Sets the cell range to which
this formatting rule applies.</summary>
3764             <param name=
"Range">The range to which this formatting rule will be applied.</param>
3765         </member>
3766         <member name=
"M:Microsoft.Office.Interop.Excel.FormatCondition.SetFirstPriority">
3767             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
3768         </member>
3769         <member name=
"M:Microsoft.Office.Interop.Excel.FormatCondition.SetLastPriority">
3770             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
3771         </member>
3772         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.AppliesTo">
3773             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object specifying the cell range to which the formatting rule is applied.</summary>
3774             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
3775         </member>
3776         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.DateOperator">
3777             <summary>Specifies the <see cref=
"T:Microsoft.Office.Interop.Excel.XlTimePeriods"></see> Date operator used in the format condition. Read/write.</summary>
3778             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlTimePeriods"></see></returns>
3779         </member>
3780         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.NumberFormat">
3781             <summary>Returns or sets the number format applied to a cell
if the conditional formatting rule evaluates to True. Read/write Object.</summary>
3782             <returns>Object</returns>
3783         </member>
3784         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.Priority">
3785             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
3786             <returns>Integer</returns>
3787         </member>
3788         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.PTCondition">
3789             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a PivotTable chart. Read-only.</summary>
3790             <returns>Boolean</returns>
3791         </member>
3792         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.ScopeType">
3793             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see> enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.</summary>
3794             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
3795         </member>
3796         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.StopIfTrue">
3797             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
3798             <returns>Boolean</returns>
3799         </member>
3800         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.Text">
3801             <summary>Returns or sets a String
value specifying the text used by the conditional formatting rule.</summary>
3802             <returns>String</returns>
3803         </member>
3804         <member name=
"P:Microsoft.Office.Interop.Excel.FormatCondition.TextOperator">
3805             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlContainsOperator"></see> enumeration, specifying the text search performed by the conditional formatting rule.</summary>
3806             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlContainsOperator"></see></returns>
3807         </member>
3808         <member name=
"T:Microsoft.Office.Interop.Excel.FormatConditions">
3809             <summary>Represents the collection of conditional formats
for a single range.</summary>
3810         </member>
3811         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.Add(Microsoft.Office.Interop.Excel.XlFormatConditionType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
3812             <summary>Adds a
new conditional format.</summary>
3813             <returns>A <see cref=
"T:Microsoft.Office.Interop.Excel.FormatCondition"></see> object that represents the new conditional format.</returns>
3814             <param name=
"Formula1">The value or expression associated with the conditional format. Can be a constant value, a String value, a cell reference, or a formula.</param>
3815             <param name=
"Formula2">The value or expression associated with the second part of the conditional format when Operator is <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlBetween"></see> or <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlNotBetween"></see> (otherwise, this argument is ignored). Can be a constant value, a string value, a cell reference, or a formula.</param>
3816             <param name=
"Operator">The conditional format operator. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlFormatConditionOperator"></see> constants: <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlBetween"></see>, <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlEqual"></see>, <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlGreater"></see>, <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlGreaterEqual"></see>, <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlLess"></see>, <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlLessEqual"></see>, <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlNotBetween"></see>, or <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlNotEqual"></see>. If Type is <see cref="F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlExpression"></see>, the Operator argument is ignored.</param>
3817             <param name=
"Type">. (<see cref="T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see>. Specifies whether the conditional format is based on a cell value or an expression.</param>
3818         </member>
3819         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.AddAboveAverage">
3820             <summary>Returns a
new <see cref="T:Microsoft.Office.Interop.Excel.AboveAverage"></see> object representing a conditional formatting rule for the specified range. </summary>
3821             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.AboveAverage"></see> object</returns>
3822         </member>
3823         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.AddColorScale(System.Int32)">
3824             <summary>Returns a
new <see cref="T:Microsoft.Office.Interop.Excel.ColorScale"></see> object representing a conditional formatting rule that uses gradations in cell colors to indicate relative differences in the values of cells included in a selected range.</summary>
3825             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ColorScale"></see> object</returns>
3826             <param name=
"ColorScaleType">The type of color scale.</param>
3827         </member>
3828         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.AddDatabar">
3829             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Databar"></see> object representing a data bar conditional formatting rule for the specified range.</summary>
3830             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Databar"></see> object</returns>
3831         </member>
3832         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.AddIconSetCondition">
3833             <summary>Returns a
new <see cref="T:Microsoft.Office.Interop.Excel.IconSetCondition"></see> object which represents an icon set conditional formatting rule for the specified range.</summary>
3834             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.IconSetCondition"></see> object</returns>
3835         </member>
3836         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.AddTop10">
3837             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Top10"></see> object representing a conditional formatting rule for the specified range.</summary>
3838             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Top10"></see> object</returns>
3839         </member>
3840         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.AddUniqueValues">
3841             <summary>Returns a
new <see cref="T:Microsoft.Office.Interop.Excel.UniqueValues"></see> object representing a conditional formatting rule for the specified range.</summary>
3842             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.UniqueValues"></see> object</returns>
3843         </member>
3844         <member name=
"M:Microsoft.Office.Interop.Excel.FormatConditions.Item(System.Object)">
3845             <summary>Returns a single
object from a collection.</summary>
3846             <returns>Object</returns>
3847             <param name=
"Index">Required Object. The index number for the object.</param>
3848         </member>
3849         <member name=
"T:Microsoft.Office.Interop.Excel.FreeformBuilder">
3850             <summary>Represents the geometry of a freeform
while it’s being built.</summary>
3851         </member>
3852         <member name=
"M:Microsoft.Office.Interop.Excel.FreeformBuilder.AddNodes(Microsoft.Office.Core.MsoSegmentType,Microsoft.Office.Core.MsoEditingType,System.Single,System.Single,System.Object,System.Object,System.Object,System.Object)">
3853             <summary>Adds a node to a freeform.</summary>
3854             <param name=
"Y2">Optional Object.If the EditingType of the new segment is msoEditingCorner, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the second control point for the new segment.If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
3855             <param name=
"SegmentType">Required <see cref="T:Microsoft.Office.Interop.Office.MsoSegmentType"></see>. The type of segment to be added.MsoSegmentType can be one of these constants:msoSegmentLinemsoSegmentCurve</param>
3856             <param name=
"EditingType">Required <see cref="T:Microsoft.Office.Interop.Office.MsoEditingType"></see>. The editing property of the vertex.MsoEditingType can be one of these constants:msoEditingAutomsoEditingCornerCannot be msoEditingSmooth or msoEditingSymmetric.If SegmentType is msoSegmentLine, EditingType must be msoEditingAuto.</param>
3857             <param name=
"X2">Optional Object.If the EditingType of the new segment is msoEditingCorner, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the second control point for the new segment.If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
3858             <param name=
"X3">Optional Object.If the EditingType of the new segment is msoEditingCorner, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the end point of the new segment.If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
3859             <param name=
"Y3">Optional Object.If the EditingType of the new segment is msoEditingCorner, this argument specifies the vertical distance (in points) from the upper-left corner of the document to the end point of the new segment.If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
3860             <param name=
"X1">Required Single.If the EditingType of the new segment is msoEditingAuto, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the end point of the new segment.If the EditingType of the new node is msoEditingCorner, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the first control point for the new segment.</param>
3861             <param name=
"Y1">Required Single.If the EditingType of the new segment is msoEditingAuto, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the end point of the new segment.If the EditingType of the new node is msoEditingCorner, this argument specifies the horizontal distance (in points) from the upper-left corner of the document to the first control point for the new segment.</param>
3862         </member>
3863         <member name=
"T:Microsoft.Office.Interop.Excel.Graphic">
3864             <summary>Contains properties that apply to header and footer picture objects.</summary>
3865         </member>
3866         <member name=
"T:Microsoft.Office.Interop.Excel.Gridlines">
3867             <summary>Represents major or minor gridlines
on a chart axis.</summary>
3868         </member>
3869         <member name=
"P:Microsoft.Office.Interop.Excel.Gridlines.Format">
3870             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3871             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3872         </member>
3873         <member name=
"T:Microsoft.Office.Interop.Excel.GroupShapes">
3874             <summary>Represents the individual shapes within a grouped shape.</summary>
3875         </member>
3876         <member name=
"M:Microsoft.Office.Interop.Excel.GroupShapes.Item(System.Object)">
3877             <summary>Returns a single
object from a collection.</summary>
3878             <param name=
"Index">Required Object. The name or index number for the object.</param>
3879         </member>
3880         <member name=
"P:Microsoft.Office.Interop.Excel.GroupShapes.Range(System.Object)">
3881             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ShapeRange"></see> object that represents a subset of the shapes in a <see cref="T:Microsoft.Office.Interop.Excel.Shapes"></see> collection.</summary>
3882             <param name=
"Index">Required Object. The individual shapes to be included in the range. Can be an integer that specifies the index number of the shape, a string that specifies the name of the shape, or an array that contains either integers or strings.</param>
3883         </member>
3884         <member name=
"T:Microsoft.Office.Interop.Excel.HeaderFooter">
3885             <summary>Represents a single header or footer.</summary>
3886         </member>
3887         <member name=
"P:Microsoft.Office.Interop.Excel.HeaderFooter.Picture">
3888             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Graphic"></see>
3889  
object that represents a picture field included in the specified header or footer. Read-only.</summary>
3890             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Graphic"></see></returns>
3891         </member>
3892         <member name=
"P:Microsoft.Office.Interop.Excel.HeaderFooter.Text">
3893             <summary>Returns or sets a String
3894  that represents text included
in the specified header or footer. Read/write.</summary>
3895             <returns>String</returns>
3896         </member>
3897         <member name=
"T:Microsoft.Office.Interop.Excel.HiLoLines">
3898             <summary>Represents the high-low lines
in a chart group.</summary>
3899         </member>
3900         <member name=
"P:Microsoft.Office.Interop.Excel.HiLoLines.Format">
3901             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
3902             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
3903         </member>
3904         <member name=
"T:Microsoft.Office.Interop.Excel.HPageBreak">
3905             <summary>Represents a horizontal page
break.</summary>
3906         </member>
3907         <member name=
"M:Microsoft.Office.Interop.Excel.HPageBreak.DragOff(Microsoft.Office.Interop.Excel.XlDirection,System.Int32)">
3908             <summary>Drags a page
break out of the print area.</summary>
3909             <param name=
"RegionIndex">Required Integer. The print-area region index for the page break (the region where the mouse pointer is located when the mouse button is pressed if the user drags the page break). If the print area is contiguous, there’s only one print region. If the print area is noncontiguous, there’s more than one print region.</param>
3910             <param name=
"Direction">Required <see cref="T:Microsoft.Office.Interop.Excel.XlDirection"></see>. The direction in which the page break is dragged. XlDirection can be one of these constants:xlDownxlToRightxlToLeftxlUp</param>
3911         </member>
3912         <member name=
"T:Microsoft.Office.Interop.Excel.HPageBreaks">
3913             <summary>The collection of horizontal page breaks within the print area. Each horizontal page
break is represented by an <see cref="T:Microsoft.Office.Interop.Excel.HPageBreak"></see> object.</summary>
3914         </member>
3915         <member name=
"M:Microsoft.Office.Interop.Excel.HPageBreaks.Add(System.Object)">
3916             <summary>Adds a horizontal page
break. Returns an <see cref="T:Microsoft.Office.Interop.Excel.HPageBreak"></see> object.</summary>
3917             <param name=
"Before">Required Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object. The range above which the new page break will be added.</param>
3918         </member>
3919         <member name=
"P:Microsoft.Office.Interop.Excel.HPageBreaks.Item(System.Int32)">
3920             <summary>Returns a single
object from a collection.</summary>
3921             <param name=
"Index">Required Integer. The index number of the object.</param>
3922         </member>
3923         <member name=
"T:Microsoft.Office.Interop.Excel.Hyperlink">
3924             <summary>Represents a hyperlink.</summary>
3925         </member>
3926         <member name=
"M:Microsoft.Office.Interop.Excel.Hyperlink.AddToFavorites">
3927             <summary>Adds a shortcut to the workbook or hyperlink to the Favorites folder.</summary>
3928         </member>
3929         <member name=
"M:Microsoft.Office.Interop.Excel.Hyperlink.CreateNewDocument(System.String,System.Boolean,System.Boolean)">
3930             <summary>Creates a
new document linked to the specified hyperlink.</summary>
3931             <param name=
"EditNow">Required Boolean. True to have the specified document open immediately in its associated editing environment. The default value is True.</param>
3932             <param name=
"Filename">Required String. The file name of the specified document.</param>
3933             <param name=
"Overwrite">Required Boolean. True to overwrite any existing file of the same name in the same folder. False if any existing file of the same name is preserved and the Filename argument specifies a new file name. The default value is False.</param>
3934         </member>
3935         <member name=
"M:Microsoft.Office.Interop.Excel.Hyperlink.Follow(System.Object,System.Object,System.Object,System.Object,System.Object)">
3936             <summary>Displays a cached document
if it’s already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.</summary>
3937             <param name=
"ExtraInfo">Optional Object. A String or byte array that specifies additional information for HTTP to use to resolve the hyperlink. For example, you can use ExtraInfo to specify the coordinates of an image map, the contents of a form, or a FAT file name.</param>
3938             <param name=
"NewWindow">Optional Object. True to display the target application in a new window. The default value is False.</param>
3939             <param name=
"AddHistory">Optional Object. Not used. Reserved for future use.</param>
3940             <param name=
"HeaderInfo">Optional Object. A String that specifies header information for the HTTP request. The default value is an empty string.</param>
3941             <param name=
"Method">Optional Object. Specifies the way ExtraInfo is attached. Can be one of the following <see cref="T:Microsoft.Office.Core.MsoExtraInfoMethod"></see> constants.</param>
3942         </member>
3943         <member name=
"T:Microsoft.Office.Interop.Excel.Hyperlinks">
3944             <summary>Represents the collection of hyperlinks
for a worksheet or range. Each hyperlink is represented by a <see cref="T:Microsoft.Office.Interop.Excel.Hyperlink"></see> object.</summary>
3945         </member>
3946         <member name=
"M:Microsoft.Office.Interop.Excel.Hyperlinks.Add(System.Object,System.String,System.Object,System.Object,System.Object)">
3947             <summary>Adds a hyperlink to the specified range or shape. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Hyperlink"></see> object.</summary>
3948             <param name=
"SubAddress">Optional Object. The subaddress of the hyperlink.</param>
3949             <param name=
"Address">Required String. The address of the hyperlink.</param>
3950             <param name=
"Anchor">Required Object. The anchor for the hyperlink. Can be either a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> or <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> object.</param>
3951             <param name=
"ScreenTip">Optional Object. The screen tip to be displayed when the mouse pointer is paused over the hyperlink.</param>
3952             <param name=
"TextToDisplay">Optional Object. The text to be displayed for the hyperlink.</param>
3953         </member>
3954         <member name=
"M:Microsoft.Office.Interop.Excel.Hyperlinks.Delete">
3955             <summary>Deletes the
object.</summary>
3956         </member>
3957         <member name=
"P:Microsoft.Office.Interop.Excel.Hyperlinks.Item(System.Object)">
3958             <summary>Returns a single
object from a collection.</summary>
3959             <param name=
"Index">Required Object. The name or index number of the object.</param>
3960         </member>
3961         <member name=
"T:Microsoft.Office.Interop.Excel.Icon">
3962             <summary>Represents a single icon
in an icon set used in a conditional formatting rule.</summary>
3963         </member>
3964         <member name=
"P:Microsoft.Office.Interop.Excel.Icon.Application">
3965             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
3966         </member>
3967         <member name=
"P:Microsoft.Office.Interop.Excel.Icon.Creator">
3968             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only Long.</summary>
3969         </member>
3970         <member name=
"P:Microsoft.Office.Interop.Excel.Icon.Parent">
3971             <summary>Returns the parent
object for the specified object. Read-only.</summary>
3972         </member>
3973         <member name=
"T:Microsoft.Office.Interop.Excel.IconCriteria">
3974             <summary>Represents the collection of <see cref=
"T:Microsoft.Office.Interop.Excel.IconCriterion"></see> objects. Each IconCriterion represents the values and threshold type for each icon in an icon set conditional formatting rule.</summary>
3975         </member>
3976         <member name=
"P:Microsoft.Office.Interop.Excel.IconCriteria.Count">
3977             <summary>Returns a Long
value that specifies the number of criteria for an icon set conditional format rule. Read-only.</summary>
3978         </member>
3979         <member name=
"P:Microsoft.Office.Interop.Excel.IconCriteria.Item(System.Object)">
3980             <summary>Returns a single <see cref=
"T:Microsoft.Office.Interop.Excel.IconCriterion"></see> object from the IconCriteria collection. Read-only.</summary>
3981             <param name=
"Index">The index number of the IconCriterion object.</param>
3982         </member>
3983         <member name=
"T:Microsoft.Office.Interop.Excel.IconCriterion">
3984             <summary>Represents the criterion
for an individual icon in an icon set. The criterion specifies the range of values and the threshold type associated with the icon in an icon set conditional formatting rule.</summary>
3985         </member>
3986         <member name=
"P:Microsoft.Office.Interop.Excel.IconCriterion.Operator">
3987             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionOperator"></see> enumeration, which specifes if the threshold is "greater than" or "greater than or equal to" the threshold value.</summary>
3988         </member>
3989         <member name=
"P:Microsoft.Office.Interop.Excel.IconCriterion.Type">
3990             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlConditionValueTypes"></see> enumeration, which specifies how the threshold value for an icon set is determined. Read-only.</summary>
3991         </member>
3992         <member name=
"P:Microsoft.Office.Interop.Excel.IconCriterion.Value">
3993             <summary>Returns or sets the threshold
value for an icon in a conditional format. Read/write Variant.</summary>
3994         </member>
3995         <member name=
"T:Microsoft.Office.Interop.Excel.IconSet">
3996             <summary>Represents a single
set of icons that are used in an icon set conditional formatting rule.</summary>
3997         </member>
3998         <member name=
"P:Microsoft.Office.Interop.Excel.IconSet.Application">
3999             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4000             <returns>Application (see above)</returns>
4001         </member>
4002         <member name=
"P:Microsoft.Office.Interop.Excel.IconSet.Count">
4003             <summary>Returns a Integer
value that specifies the number of icons in the icon set. Read-only.</summary>
4004             <returns>Integer</returns>
4005         </member>
4006         <member name=
"P:Microsoft.Office.Interop.Excel.IconSet.Creator">
4007             <summary>Returns a
32-bit integer equivalent to a constant in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
4008             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4009         </member>
4010         <member name=
"P:Microsoft.Office.Interop.Excel.IconSet.ID">
4011             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlIconSet"></see> enumeration, which specifies the name of the icon set used in an icon set conditional formatting rule.</summary>
4012             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlIconSet"></see></returns>
4013         </member>
4014         <member name=
"P:Microsoft.Office.Interop.Excel.IconSet.Item(System.Object)">
4015             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Icon"></see> object that represents a single icon from an icon set. Read-only.</summary>
4016             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Icon"></see></returns>
4017             <param name=
"Index">The index number of the Icon object.</param>
4018         </member>
4019         <member name=
"P:Microsoft.Office.Interop.Excel.IconSet.Parent">
4020             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4021             <returns>Object</returns>
4022         </member>
4023         <member name=
"T:Microsoft.Office.Interop.Excel.IconSetCondition">
4024             <summary>Represents an icon
set conditional formatting rule.</summary>
4025         </member>
4026         <member name=
"M:Microsoft.Office.Interop.Excel.IconSetCondition.Delete">
4027             <summary>Deletes the specified conditional formatting rule
object.</summary>
4028         </member>
4029         <member name=
"M:Microsoft.Office.Interop.Excel.IconSetCondition.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
4030             <summary>Sets the cell range to which
this formatting rule applies.</summary>
4031             <param name=
"Range">The range to which this formatting rule will be applied.</param>
4032         </member>
4033         <member name=
"M:Microsoft.Office.Interop.Excel.IconSetCondition.SetFirstPriority">
4034             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
4035         </member>
4036         <member name=
"M:Microsoft.Office.Interop.Excel.IconSetCondition.SetLastPriority">
4037             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
4038         </member>
4039         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.Application">
4040             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4041             <returns>Application (see above)</returns>
4042         </member>
4043         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.AppliesTo">
4044             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object specifying the cell range to which the formatting rule is applied.</summary>
4045             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
4046         </member>
4047         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.Creator">
4048             <summary>Returns a
32-bit integer equivalent to an <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> value that indicates the application in which this object was created. Read-only.</summary>
4049             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4050         </member>
4051         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.Formula">
4052             <summary>Returns or sets a String representing a formula, which determines the values to which the icon
set will be applied.</summary>
4053             <returns>String</returns>
4054         </member>
4055         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.IconCriteria">
4056             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.IconCriteria"></see> collection, which represents the set of criteria for an icon set conditional formatting rule.</summary>
4057             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.IconCriteria"></see></returns>
4058         </member>
4059         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.IconSet">
4060             <summary>Returns or sets an <see cref=
"T:Microsoft.Office.Interop.Excel.IconSets"></see> collection, which specifies the icon set used in the conditional format.</summary>
4061             <returns>Object</returns>
4062         </member>
4063         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.Parent">
4064             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4065             <returns>Object</returns>
4066         </member>
4067         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.PercentileValues">
4068             <summary>Returns or sets a Boolean
value indicating if the thresholds for an icon set conditional format are determined by using percentiles.</summary>
4069             <returns>Boolean</returns>
4070         </member>
4071         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.Priority">
4072             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
4073             <returns>Integer</returns>
4074         </member>
4075         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.PTCondition">
4076             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a PivotTable chart. Read-only.</summary>
4077             <returns>Boolean</returns>
4078         </member>
4079         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.ReverseOrder">
4080             <summary>Returns or sets a Boolean
value indicating if the order of icons is reversed for an icon set.</summary>
4081             <returns>Boolean</returns>
4082         </member>
4083         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.ScopeType">
4084             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see> enumeration, which determines the scope of the conditional format when it is applied to a PivotTable chart.</summary>
4085             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
4086         </member>
4087         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.ShowIconOnly">
4088             <summary>Returns or sets a Boolean
value indicating if only the icon is displayed for an icon set conditional format.</summary>
4089             <returns>Boolean</returns>
4090         </member>
4091         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.StopIfTrue">
4092             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
4093             <returns>Boolean</returns>
4094         </member>
4095         <member name=
"P:Microsoft.Office.Interop.Excel.IconSetCondition.Type">
4096             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see> enumeration, which specifies the type of conditional format. Read-only.</summary>
4097             <returns>Integer</returns>
4098         </member>
4099         <member name=
"T:Microsoft.Office.Interop.Excel.IconSets">
4100             <summary>Represents a collection of icon sets used
in an icon set conditional formatting rule.</summary>
4101         </member>
4102         <member name=
"P:Microsoft.Office.Interop.Excel.IconSets.Application">
4103             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4104             <returns>Application (see above)</returns>
4105         </member>
4106         <member name=
"P:Microsoft.Office.Interop.Excel.IconSets.Count">
4107             <summary>Returns an Integer
value that specifies the number of icon sets available in the workbook. Read-only.</summary>
4108             <returns>Integer</returns>
4109         </member>
4110         <member name=
"P:Microsoft.Office.Interop.Excel.IconSets.Creator">
4111             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only Integer.</summary>
4112             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4113         </member>
4114         <member name=
"P:Microsoft.Office.Interop.Excel.IconSets.Item(System.Object)">
4115             <summary>Returns a single <see cref=
"T:Microsoft.Office.Interop.Excel.IconSet"></see> object from the <see cref="T:Microsoft.Office.Interop.Excel.IconSets"></see>collection. Read-only.</summary>
4116             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.IconSet"></see></returns>
4117             <param name=
"Index">The index number of the <see cref="T:Microsoft.Office.Interop.Excel.IconSet"></see> object.</param>
4118         </member>
4119         <member name=
"P:Microsoft.Office.Interop.Excel.IconSets.Parent">
4120             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4121             <returns>Object</returns>
4122         </member>
4123         <member name=
"T:Microsoft.Office.Interop.Excel.Interior">
4124             <summary>Represents the interior of an
object.</summary>
4125         </member>
4126         <member name=
"T:Microsoft.Office.Interop.Excel.IRtdServer">
4127             <summary>Represents an
interface for a real-time data server.</summary>
4128         </member>
4129         <member name=
"M:Microsoft.Office.Interop.Excel.IRtdServer.ConnectData(System.Int32,System.Array@,System.Boolean@)">
4130             <summary>Adds
new topics from a real-time data server. The ConnectData method is called when a file is opened that contains real-time data functions or when a user types in a new formula which contains the RTD function.</summary>
4131             <param name=
"TopicID">Required Integer. A unique value, assigned by Microsoft Excel, which identifies the topic.</param>
4132             <param name=
"GetNewValues">Required Boolean. True to determine if new values are to be acquired.</param>
4133             <param name=
"Strings">Required Object. A single-dimensional array of strings identifying the topic.</param>
4134         </member>
4135         <member name=
"M:Microsoft.Office.Interop.Excel.IRtdServer.DisconnectData(System.Int32)">
4136             <summary>Notifies a real-time data (RTD) server application that a topic
is no longer in use.</summary>
4137             <param name=
"TopicID">Required Integer. A unique value assigned to the topic assigned by Microsoft Excel.</param>
4138         </member>
4139         <member name=
"M:Microsoft.Office.Interop.Excel.IRtdServer.RefreshData(System.Int32@)">
4140             <summary>This method
is called by Microsoft Excel to get new data.</summary>
4141             <param name=
"TopicCount">Required Integer. The RTD server must change the value of the TopicCount to the number of elements in the array returned.</param>
4142         </member>
4143         <member name=
"M:Microsoft.Office.Interop.Excel.IRtdServer.ServerStart(Microsoft.Office.Interop.Excel.IRTDUpdateEvent)">
4144             <summary>The ServerStart method
is called immediately after a real-time data server is instantiated. Negative value or zero indicates failure to start the server; positive value indicates success.</summary>
4145             <param name=
"CallbackObject">Required <see cref="T:Microsoft.Office.Interop.Excel.IRTDUpdateEvent"></see> object. The callback object.</param>
4146         </member>
4147         <member name=
"M:Microsoft.Office.Interop.Excel.IRtdServer.ServerTerminate">
4148             <summary>Terminates the connection to the real-time data server.</summary>
4149         </member>
4150         <member name=
"T:Microsoft.Office.Interop.Excel.IRTDUpdateEvent">
4151             <summary>Represents real-time data update events.</summary>
4152         </member>
4153         <member name=
"M:Microsoft.Office.Interop.Excel.IRTDUpdateEvent.Disconnect">
4154             <summary>Instructs the real-time data server (RTD) to disconnect
from the specified <see cref="T:Microsoft.Office.Interop.Excel.IRTDUpdateEvent"></see> object.</summary>
4155         </member>
4156         <member name=
"T:Microsoft.Office.Interop.Excel.LeaderLines">
4157             <summary>Represents leader lines
on a chart.</summary>
4158         </member>
4159         <member name=
"P:Microsoft.Office.Interop.Excel.LeaderLines.Format">
4160             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
4161             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
4162         </member>
4163         <member name=
"T:Microsoft.Office.Interop.Excel.Legend">
4164             <summary>Represents the legend
in a chart.</summary>
4165         </member>
4166         <member name=
"M:Microsoft.Office.Interop.Excel.Legend.LegendEntries(System.Object)">
4167             <summary>Returns an
object that represents either a single legend entry (a <see cref="T:Microsoft.Office.Interop.Excel.LegendEntry"></see> object) or a collection of legend entries (a <see cref="T:Microsoft.Office.Interop.Excel.LegendEntries"></see> object) for the legend.</summary>
4168             <param name=
"Index">Optional Object. The number of the legend entry.</param>
4169         </member>
4170         <member name=
"P:Microsoft.Office.Interop.Excel.Legend.Format">
4171             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
4172             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
4173         </member>
4174         <member name=
"P:Microsoft.Office.Interop.Excel.Legend.IncludeInLayout">
4175             <summary>True
if a legend will occupy the chart layout space when a chart layout is being determined. The default value is True. Read/write Boolean.</summary>
4176             <returns>Boolean</returns>
4177         </member>
4178         <member name=
"T:Microsoft.Office.Interop.Excel.LegendEntries">
4179             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.LegendEntry"></see> objects in the specified chart legend.</summary>
4180         </member>
4181         <member name=
"M:Microsoft.Office.Interop.Excel.LegendEntries.Item(System.Object)">
4182             <summary>Returns a single
object from a collection.</summary>
4183             <param name=
"Index">Required Object. The name or index number for the object.</param>
4184         </member>
4185         <member name=
"T:Microsoft.Office.Interop.Excel.LegendEntry">
4186             <summary>Represents a legend entry
in a chart legend.</summary>
4187         </member>
4188         <member name=
"P:Microsoft.Office.Interop.Excel.LegendEntry.Format">
4189             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
4190             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
4191         </member>
4192         <member name=
"T:Microsoft.Office.Interop.Excel.LegendKey">
4193             <summary>Represents a legend key
in a chart legend.</summary>
4194         </member>
4195         <member name=
"P:Microsoft.Office.Interop.Excel.LegendKey.Format">
4196             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
4197             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
4198         </member>
4199         <member name=
"P:Microsoft.Office.Interop.Excel.LegendKey.PictureUnit2">
4200             <summary>Returns or sets the unit
for each picture on the chart if the <see cref="P:Microsoft.Office.Interop.Excel.LegendKey.PictureType"></see> property is set to <see cref="F:Microsoft.Office.Interop.Excel.XlChartPictureType.xlStackScale"></see>(if not, this property is ignored). Read/write Double.</summary>
4201             <returns>Double</returns>
4202         </member>
4203         <member name=
"T:Microsoft.Office.Interop.Excel.LinearGradient">
4204             <summary>The <see cref=
"T:Microsoft.Office.Interop.Excel.LinearGradient"></see> object transitions through a series of colors in a linear manner along a specific angle.</summary>
4205         </member>
4206         <member name=
"P:Microsoft.Office.Interop.Excel.LinearGradient.Application">
4207             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4208             <returns>Application (see above)</returns>
4209         </member>
4210         <member name=
"P:Microsoft.Office.Interop.Excel.LinearGradient.ColorStops">
4211             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ColorStops"></see> for the <see cref="T:Microsoft.Office.Interop.Excel.LinearGradient"></see> object. Read-only</summary>
4212             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ColorStops"></see></returns>
4213         </member>
4214         <member name=
"P:Microsoft.Office.Interop.Excel.LinearGradient.Creator">
4215             <summary>Returns a
32-bit integer equivalent to a value in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> that indicates the application in which this object was created. Read-only.</summary>
4216             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4217         </member>
4218         <member name=
"P:Microsoft.Office.Interop.Excel.LinearGradient.Degree">
4219             <summary>The angle of the linear gradient fill within a selection. Read/write</summary>
4220             <returns>Double</returns>
4221         </member>
4222         <member name=
"P:Microsoft.Office.Interop.Excel.LinearGradient.Parent">
4223             <summary>Returns the parent
object for the specified object. Read-only</summary>
4224             <returns>Object</returns>
4225         </member>
4226         <member name=
"T:Microsoft.Office.Interop.Excel.LineFormat">
4227             <summary>Represents line and arrowhead formatting.</summary>
4228         </member>
4229         <member name=
"T:Microsoft.Office.Interop.Excel.LinkFormat">
4230             <summary>Contains linked OLE
object properties.</summary>
4231         </member>
4232         <member name=
"T:Microsoft.Office.Interop.Excel.ListColumn">
4233             <summary>Represents a column
in a list. The <see cref="T:Microsoft.Office.Interop.Excel.ListColumn"></see> object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.ListColumns"></see> collection. The <see cref="T:Microsoft.Office.Interop.Excel.ListColumns"></see> collection contains all the columns in a list (<see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object).</summary>
4234         </member>
4235         <member name=
"P:Microsoft.Office.Interop.Excel.ListColumn.Creator">
4236             <summary>Returns a
32-bit integer that indicates the application in which this object was created. If the object was created in Microsoft Excel, this property returns the string XCEL, which is equivalent to the hexadecimal number 5843454C. Read-only <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see>.</summary>
4237             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4238         </member>
4239         <member name=
"P:Microsoft.Office.Interop.Excel.ListColumn.DataBodyRange">
4240             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that is the size of the data portion of a column. Read-only.</summary>
4241             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
4242         </member>
4243         <member name=
"P:Microsoft.Office.Interop.Excel.ListColumn.SharePointFormula">
4244             <summary>Returns a String representing the formula
in a calculated column. The formula is expressed in Excel syntax (US English locale, A1 notation). Read-only String.</summary>
4245             <returns>String</returns>
4246         </member>
4247         <member name=
"P:Microsoft.Office.Interop.Excel.ListColumn.Total">
4248             <summary>Returns the Total row
for a <see cref="T:Microsoft.Office.Interop.Excel.ListColumn"></see> object. Read-only.</summary>
4249             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
4250         </member>
4251         <member name=
"T:Microsoft.Office.Interop.Excel.ListColumns">
4252             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ListColumn"></see> objects in the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Each ListColumn object represents a column in the list.</summary>
4253         </member>
4254         <member name=
"M:Microsoft.Office.Interop.Excel.ListColumns.Add(System.Object)">
4255             <summary>Adds a
new column to the list object. Returns a <see cref="T:Microsoft.Office.Interop.Excel.ListColumn"></see> object.</summary>
4256             <param name=
"Position">Optional Object. Specifies the relative position of the new column that starts at 1. The previous column at this position is shifted outward.</param>
4257         </member>
4258         <member name=
"P:Microsoft.Office.Interop.Excel.ListColumns.Item(System.Object)">
4259             <summary>Returns a single
object from a collection.</summary>
4260             <param name=
"Index">Required Object. The name or index number of the object.</param>
4261         </member>
4262         <member name=
"T:Microsoft.Office.Interop.Excel.ListDataFormat">
4263             <summary>The ListDataFormat
object holds all the data type properties of the <see cref="T:Microsoft.Office.Interop.Excel.ListColumn"></see> object. These properties are read-only.</summary>
4264         </member>
4265         <member name=
"P:Microsoft.Office.Interop.Excel.ListDataFormat.Type">
4266             <summary>Indicates the data type of the list column. Read-only <see cref=
"T:Microsoft.Office.Interop.Excel.XlListDataType"></see>.</summary>
4267             <returns>Required. An expression that returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ListDataFormat"></see> object.</returns>
4268         </member>
4269         <member name=
"T:Microsoft.Office.Interop.Excel.ListObject">
4270             <summary>Represents a list
object on a worksheet.</summary>
4271         </member>
4272         <member name=
"M:Microsoft.Office.Interop.Excel.ListObject.ExportToVisio">
4273             <summary>Exports a <see cref=
"T:Microsoft.Office.Interop.Excel.ListObject"></see> object to Visio.</summary>
4274         </member>
4275         <member name=
"M:Microsoft.Office.Interop.Excel.ListObject.Publish(System.Object,System.Boolean)">
4276             <summary>Publishes the <see cref=
"T:Microsoft.Office.Interop.Excel.ListObject"></see> object to a server that is running Microsoft Windows SharePoint Services.</summary>
4277             <param name=
"LinkSource">Required Boolean.</param>
4278             <param name=
"Target">Required Object. Contains an Array of Strings. The following table describes the elements of this array:Element#Contents0URL of SharePoint server1ListName (Display Name)2Description of the list. Optional.</param>
4279         </member>
4280         <member name=
"M:Microsoft.Office.Interop.Excel.ListObject.Resize(Microsoft.Office.Interop.Excel.Range)">
4281             <summary>The Resize method allows a <see cref=
"T:Microsoft.Office.Interop.Excel.ListObject"></see> object to be resized over a new range.</summary>
4282             <param name=
"Range">Required Range.</param>
4283         </member>
4284         <member name=
"M:Microsoft.Office.Interop.Excel.ListObject.UpdateChanges(Microsoft.Office.Interop.Excel.XlListConflict)">
4285             <summary>Updates the list
on a Microsoft Windows SharePoint Services site with the changes made to the list in the worksheet.</summary>
4286             <param name=
"iConflictType">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlListConflict"></see>. Conflict resolution options.</param>
4287         </member>
4288         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.AutoFilter">
4289             <summary>Filters a list
using the <see cref="T:Microsoft.Office.Interop.Excel.AutoFilter"></see>. Read-only.</summary>
4290             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.AutoFilter"></see></returns>
4291         </member>
4292         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.Comment">
4293             <summary>Returns or sets the comment associated with the list
object. Read/write String.</summary>
4294             <returns>String</returns>
4295         </member>
4296         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.DisplayName">
4297             <summary>Returns or sets the display name
for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write String.</summary>
4298             <returns>String</returns>
4299         </member>
4300         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.ShowHeaders">
4301             <summary>Returns or sets
if the header information should be displayed for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write Boolean.</summary>
4302             <returns>Boolean</returns>
4303         </member>
4304         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.ShowTableStyleColumnStripes">
4305             <summary>Returns or sets
if the Column Stripes table style is used for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write Boolean.</summary>
4306             <returns>Boolean</returns>
4307         </member>
4308         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.ShowTableStyleFirstColumn">
4309             <summary>Returns or sets
if the first column is formatted for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write Boolean.</summary>
4310             <returns>Boolean</returns>
4311         </member>
4312         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.ShowTableStyleLastColumn">
4313             <summary>Returns or sets
if the last column is displayed for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write Boolean.</summary>
4314             <returns>Boolean</returns>
4315         </member>
4316         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.ShowTableStyleRowStripes">
4317             <summary>Returns or sets
if the Row Stripes table style is used for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write Boolean.</summary>
4318             <returns>Boolean</returns>
4319         </member>
4320         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.Sort">
4321             <summary>Gets or sets the sort column or columns, and sort order
for the <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> collection.</summary>
4322             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Sort"></see></returns>
4323         </member>
4324         <member name=
"P:Microsoft.Office.Interop.Excel.ListObject.TableStyle">
4325             <summary>Gets or sets the table style
for the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Read/write Object.</summary>
4326             <returns>Object</returns>
4327         </member>
4328         <member name=
"T:Microsoft.Office.Interop.Excel.ListObjects">
4329             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ListObject"></see> objects on a worksheet. Each <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object represents a list in the worksheet.</summary>
4330         </member>
4331         <member name=
"M:Microsoft.Office.Interop.Excel.ListObjects.Add(Microsoft.Office.Interop.Excel.XlListObjectSourceType,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlYesNoGuess,System.Object)">
4332             <summary>Creates a
new list object. Returns a <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object.</summary>
4333             <param name=
"LinkSource">Optional Boolean. Indicates whether an external data source is to be linked to the ListObject object. If SourceType is xlSrcExternal, default is True. Invalid if SourceType is xlSrcRange, and will return an error if not omitted.</param>
4334             <param name=
"Source">Optional when SourceType is xlSrcRange. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object representing the data source. If omitted, the Source will default to the range returned by list range detection code. Required when SourceType is xlSrcExternal. An array of String values specifying a connection to the source.Element#Contents0URL to SharePoint site 1ListName 2ViewGUID</param>
4335             <param name=
"XlListObjectHasHeaders">Optional Object. An <see cref="T:Microsoft.Office.Interop.Excel.XlYesNoGuess"></see> constant that indicates whether the data being imported has column labels. If the Source does not contain headers, Excel will automatically generate headers.</param>
4336             <param name=
"SourceType">Optional XlListObjectSourceType. Indicates the kind of source for the query. Can be one of the following XlListObjectSourceType constants: xlSrcExternal or xlSrcRange. If omitted, the SourceType will default to xlSrcRange.</param>
4337             <param name=
"Destination">Optional Object. A Range object specifying a single-cell reference as the destination for the top-left corner of the new list object. If the Range object refers to more than one cell, an error is generated. The Destination argument must be specified when SourceType is set to xlSrcExternal. The Destination argument is ignored if SourceType is set to xlSrcRange. The destination range must be on the worksheet that contains the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObjects"></see> collection. New columns will be inserted at the Destination to fit the new list. Therefore, existing data will not be overwritten.</param>
4338         </member>
4339         <member name=
"P:Microsoft.Office.Interop.Excel.ListObjects.Item(System.Object)">
4340             <summary>Returns a single
object from a collection.</summary>
4341             <param name=
"Index">Required Object. The name or index number of the object.</param>
4342         </member>
4343         <member name=
"T:Microsoft.Office.Interop.Excel.ListRow">
4344             <summary>Represents a row
in a List object. The ListRow object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.ListRows"></see> collection. The ListRows collection contains all the rows in a list object.</summary>
4345         </member>
4346         <member name=
"T:Microsoft.Office.Interop.Excel.ListRows">
4347             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ListRow"></see> objects in the specified <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see> object. Each ListRow object represents a row in the list.</summary>
4348         </member>
4349         <member name=
"M:Microsoft.Office.Interop.Excel.ListRows.Add(System.Object)">
4350             <summary>Adds a
new row to the list object. Returns a <see cref="T:Microsoft.Office.Interop.Excel.ListRow"></see> object.</summary>
4351             <param name=
"Position">Optional Integer. Specifies the relative position of the new row.</param>
4352         </member>
4353         <member name=
"P:Microsoft.Office.Interop.Excel.ListRows.Item(System.Object)">
4354             <summary>Returns a single
object from a collection.</summary>
4355             <param name=
"Index">Required Object. The name or index number of the object.</param>
4356         </member>
4357         <member name=
"T:Microsoft.Office.Interop.Excel.Mailer">
4358             <summary>You have requested Help
for a Visual Basic keyword used only on the Macintosh. For information about this keyword, consult the language reference Help included with Microsoft Office Macintosh Edition.</summary>
4359         </member>
4360         <member name=
"T:Microsoft.Office.Interop.Excel.ModuleView">
4361             <summary>Represents existing <see cref=
"T:Microsoft.Office.Interop.Excel.Module"></see>views in the workbook. </summary>
4362         </member>
4363         <member name=
"P:Microsoft.Office.Interop.Excel.ModuleView.Application">
4364             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4365             <returns>Application (see above)</returns>
4366         </member>
4367         <member name=
"P:Microsoft.Office.Interop.Excel.ModuleView.Creator">
4368             <summary>Returns a
32-bit integer equivalent to a <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> constant that indicates the application in which this object was created. Read-only.</summary>
4369             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4370         </member>
4371         <member name=
"P:Microsoft.Office.Interop.Excel.ModuleView.Parent">
4372             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4373             <returns>Object</returns>
4374         </member>
4375         <member name=
"P:Microsoft.Office.Interop.Excel.ModuleView.Sheet">
4376             <summary>Returns the sheet name
for the specified <see cref="T:Microsoft.Office.Interop.Excel.ModuleView"></see> object. Read-only.</summary>
4377             <returns>Object</returns>
4378         </member>
4379         <member name=
"T:Microsoft.Office.Interop.Excel.MultiThreadedCalculation">
4380             <summary>Returns or sets the concurrent calculation mode.</summary>
4381         </member>
4382         <member name=
"P:Microsoft.Office.Interop.Excel.MultiThreadedCalculation.Application">
4383             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4384             <returns>Application (see above)</returns>
4385         </member>
4386         <member name=
"P:Microsoft.Office.Interop.Excel.MultiThreadedCalculation.Creator">
4387             <summary>Returns a
32-bit integer corresponding to a constant in <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> that indicates the application in which this object was created. Read-only.</summary>
4388             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4389         </member>
4390         <member name=
"P:Microsoft.Office.Interop.Excel.MultiThreadedCalculation.Enabled">
4391             <summary>The Enabled property allows MultiThreadedCalculation objects to be enabled or disabled at run time. Read/write.</summary>
4392         </member>
4393         <member name=
"P:Microsoft.Office.Interop.Excel.MultiThreadedCalculation.Parent">
4394             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4395             <returns>Object</returns>
4396         </member>
4397         <member name=
"P:Microsoft.Office.Interop.Excel.MultiThreadedCalculation.ThreadCount">
4398             <summary>Gets the total count of the process threads that are a part of the specified <see cref=
"T:Microsoft.Office.Interop.Excel.MultiThreadedCalculation"></see> object.</summary>
4399             <returns>Integer</returns>
4400         </member>
4401         <member name=
"P:Microsoft.Office.Interop.Excel.MultiThreadedCalculation.ThreadMode">
4402             <summary>Returns or sets the thread mode
for the specified <see cref="T:Microsoft.Office.Interop.Excel.MultiThreadedCalculation"></see> object. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlThreadMode"></see>.</summary>
4403             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlThreadMode"></see></returns>
4404         </member>
4405         <member name=
"T:Microsoft.Office.Interop.Excel.Name">
4406             <summary>Represents a defined name
for a range of cells.</summary>
4407         </member>
4408         <member name=
"P:Microsoft.Office.Interop.Excel.Name.Comment">
4409             <summary>Returns or sets the comment associated with the name. Read/write String.</summary>
4410             <returns>String</returns>
4411         </member>
4412         <member name=
"P:Microsoft.Office.Interop.Excel.Name.ValidWorkbookParameter">
4413             <summary>Returns True
if the specified Name object is a valid workbook parameter. Read-only Boolen.</summary>
4414             <returns>Boolen</returns>
4415         </member>
4416         <member name=
"P:Microsoft.Office.Interop.Excel.Name.WorkbookParameter">
4417             <summary>Returns or sets the specified <see cref=
"T:Microsoft.Office.Interop.Excel.Name"></see> object as a workbook parameter. Read/write</summary>
4418             <returns>Boolean</returns>
4419         </member>
4420         <member name=
"T:Microsoft.Office.Interop.Excel.Names">
4421             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Name"></see> objects in the application or workbook. Each Name object represents a defined name for a range of cells. Names can be either built-in names — such as Database, Print_Area, and Auto_Open — or custom names.</summary>
4422         </member>
4423         <member name=
"M:Microsoft.Office.Interop.Excel.Names.Add(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
4424             <summary>Defines a
new name. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Name"></see> object.</summary>
4425             <param name=
"RefersTo">Optional Object. Required unless one of the other RefersTo arguments is specified. Describes what the name refers to (using A1-style notation). Note Nothing is returned if the reference does not exist.</param>
4426             <param name=
"Visible">Optional Object. True to define the name normally. False to define the name as a hidden name (that is, it doesn't appear in either the Define Name, Paste Name, or Goto dialog box). The default value is True.</param>
4427             <param name=
"ShortcutKey">Optional Object. The macro shortcut key. Must be a single letter, such as "z" or "Z". Applies only for command macros.</param>
4428             <param name=
"Category">Optional Object. The category of the macro or function if MacroType is 1 or 2. The category is used in the Function Wizard. Existing categories can be referred to either by number (starting at 1) or by name (in the language of the macro). Microsoft Excel creates a new category if the specified category doesn't already exist.</param>
4429             <param name=
"Name">Optional Object. Required if NameLocal isn't specified. The text to use as the name. Names cannot include spaces and cannot look like cell references.</param>
4430             <param name=
"MacroType">Optional Object. The macro type, as shown in the following table.ValueMeaning1User-defined function (Function procedure)2Macro (also known as Sub procedure)3 or omittedNone (that is, the name doesn't refer to a user-defined function or macro)</param>
4431             <param name=
"RefersToR1C1Local">Optional Object. Required unless one of the other RefersTo arguments is specified. Describes what the name refers to (in the language of the user, using R1C1-style notation).</param>
4432             <param name=
"RefersToLocal">Optional Object. Required unless one of the other RefersTo arguments is specified. Describes what the name refers to (in the language of the user, using A1-style notation).</param>
4433             <param name=
"NameLocal">Optional Object. Required if Name isn't specified. The text to use as the name (in the language of the user). Names cannot include spaces and cannot look like cell references.</param>
4434             <param name=
"CategoryLocal">Optional Object. Required if Category isn't specified. Text identifying the category of a custom function in the language of the user.</param>
4435             <param name=
"RefersToR1C1">Optional Object. Required unless one of the other RefersTo arguments is specified. Describes what the name refers to (using R1C1-style notation).</param>
4436         </member>
4437         <member name=
"M:Microsoft.Office.Interop.Excel.Names.Item(System.Object,System.Object,System.Object)">
4438             <summary>Returns a single <see cref=
"T:Microsoft.Office.Interop.Excel.Name"></see> object from a <see cref="T:Microsoft.Office.Interop.Excel.Names"></see> collection.</summary>
4439             <param name=
"RefersTo">Optional Object. What the name refers to. You use this argument to identify a name by what it refers to.</param>
4440             <param name=
"IndexLocal">Optional Object. The name of the defined name in the language of the user. No names will be translated if you use this argument.</param>
4441             <param name=
"Index">Optional Object. The name or number of the defined name to be returned.</param>
4442         </member>
4443         <member name=
"T:Microsoft.Office.Interop.Excel.ODBCConnection">
4444             <summary>Represents the ODBC connection.</summary>
4445         </member>
4446         <member name=
"M:Microsoft.Office.Interop.Excel.ODBCConnection.CancelRefresh">
4447             <summary>Cancels all refresh operations
in progress for the specified ODBC connection.</summary>
4448         </member>
4449         <member name=
"M:Microsoft.Office.Interop.Excel.ODBCConnection.Refresh">
4450             <summary>Refreshes an ODBC connection.</summary>
4451             <returns>Boolean</returns>
4452         </member>
4453         <member name=
"M:Microsoft.Office.Interop.Excel.ODBCConnection.SaveAsODC(System.String,System.Object,System.Object)">
4454             <summary>Saves the ODBC connection
as a Microsoft Office Data Connection file.</summary>
4455             <param name=
"ODCFileName">Location to save the file.</param>
4456             <param name=
"Keywords">Space-separated keywords that can be used to search for this file.</param>
4457             <param name=
"Description">Description that will be saved in the file.</param>
4458         </member>
4459         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.AlwaysUseConnectionFile">
4460             <summary>True
if the connection file is always used to establish connection to the data source. Read/write Boolean.</summary>
4461             <returns>Boolean</returns>
4462         </member>
4463         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.Application">
4464             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4465             <returns>Application (see above)</returns>
4466         </member>
4467         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.BackgroundQuery">
4468             <summary>True
if queries for the ODBC connection are performed asynchronously (in the background). Read/write Boolean.</summary>
4469             <returns>Boolean</returns>
4470         </member>
4471         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.CommandText">
4472             <summary>Returns or sets the command
string for the specified data source. Read/write Object.</summary>
4473             <returns>Object</returns>
4474         </member>
4475         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.CommandType">
4476             <summary>Returns or sets one of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlCmdType"></see> constants. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlCmdType"></see>. </summary>
4477             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCmdType"></see></returns>
4478         </member>
4479         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.Connection">
4480             <summary>Returns or sets a
string that contains ODBC settings that enable Microsoft Excel to connect to an ODBC data source. Read/write Object.</summary>
4481             <returns>Object</returns>
4482         </member>
4483         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.Creator">
4484             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
4485             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4486         </member>
4487         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.EnableRefresh">
4488             <summary>True
if the connection can be refreshed by the user. The default value is True. Read/write Boolean.</summary>
4489             <returns>Boolean</returns>
4490         </member>
4491         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.Parent">
4492             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4493             <returns>Object</returns>
4494         </member>
4495         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.RefreshDate">
4496             <summary>Returns the date
on which the ODBC connection was last refreshed. Read-only DateTime.</summary>
4497             <returns>DateTime</returns>
4498         </member>
4499         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.Refreshing">
4500             <summary>True
if a background ODBC query is in progress for the specified ODBC connection. Read/write Boolean.</summary>
4501             <returns>Boolean</returns>
4502         </member>
4503         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.RefreshOnFileOpen">
4504             <summary>True
if the connection is automatically updated each time the workbook is opened. The default value is False. Read/write Boolean.</summary>
4505             <returns>Boolean</returns>
4506         </member>
4507         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.RefreshPeriod">
4508             <summary>Returns or sets the number of minutes between refreshes. Read/write Integer.</summary>
4509             <returns>Integer</returns>
4510         </member>
4511         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.RobustConnect">
4512             <summary>Returns or sets how ODBC connection connects to its data source. Read/write <see cref=
"T:Microsoft.Office.Interop.Excel.XlRobustConnect"></see>.</summary>
4513             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlRobustConnect"></see></returns>
4514         </member>
4515         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.SavePassword">
4516             <summary>True
if password information in an ODBC connection string is saved in the connection string. False if the password is removed. Read/write Boolean.</summary>
4517             <returns>Boolean</returns>
4518         </member>
4519         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.ServerCredentialsMethod">
4520             <summary>Returns or sets the type of credentials that should be used
for server authentication. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlCredentialsMethod"></see>.</summary>
4521             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCredentialsMethod"></see></returns>
4522         </member>
4523         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.ServerSSOApplicationID">
4524             <summary>Returns or sets a single sign-
on application (SSO) identifier that is used to do a lookup in the SSO database for credentials. Read/write String.</summary>
4525             <returns>String</returns>
4526         </member>
4527         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.SourceConnectionFile">
4528             <summary>Returns or sets a String indicating the Microsoft Office Data Connection file or similar file that was used to create the connection. Read/write.</summary>
4529             <returns>String</returns>
4530         </member>
4531         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.SourceData">
4532             <summary>Returns the data source
for the ODBC connection, as shown in the table. Read/write Object.</summary>
4533         </member>
4534         <member name=
"P:Microsoft.Office.Interop.Excel.ODBCConnection.SourceDataFile">
4535             <summary>Returns or sets a String indicating the source data file
for an ODBC connection. Read/write.</summary>
4536             <returns>String</returns>
4537         </member>
4538         <member name=
"T:Microsoft.Office.Interop.Excel.ODBCError">
4539             <summary>Represents an ODBC error generated
by the most recent ODBC query.</summary>
4540         </member>
4541         <member name=
"T:Microsoft.Office.Interop.Excel.ODBCErrors">
4542             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.ODBCError"></see> objects.</summary>
4543         </member>
4544         <member name=
"M:Microsoft.Office.Interop.Excel.ODBCErrors.Item(System.Int32)">
4545             <summary>Returns a single
object from a collection.</summary>
4546             <param name=
"Index">Required Integer. The index number for the object.</param>
4547         </member>
4548         <member name=
"T:Microsoft.Office.Interop.Excel.OLEDBConnection">
4549             <summary>Represents the OLE DB connection.</summary>
4550         </member>
4551         <member name=
"M:Microsoft.Office.Interop.Excel.OLEDBConnection.CancelRefresh">
4552             <summary>Cancels all refresh operations
in progress for the specified OLE DB connection.</summary>
4553         </member>
4554         <member name=
"M:Microsoft.Office.Interop.Excel.OLEDBConnection.MakeConnection">
4555             <summary>Establishes a connection
for the specified OLE DB connection.</summary>
4556             <returns>Nothing</returns>
4557         </member>
4558         <member name=
"M:Microsoft.Office.Interop.Excel.OLEDBConnection.Refresh">
4559             <summary>Refreshes an OLE DB connection.</summary>
4560         </member>
4561         <member name=
"M:Microsoft.Office.Interop.Excel.OLEDBConnection.SaveAsODC(System.String,System.Object,System.Object)">
4562             <summary>Saves the OLE DB connection
as an Microsoft Office Data Connection file.</summary>
4563             <param name=
"ODCFileName">Location to save the file.</param>
4564             <param name=
"Keywords">Space-separated keywords that can be used to search for this file.</param>
4565             <param name=
"Description">Description that will be saved in the file.</param>
4566         </member>
4567         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ADOConnection">
4568             <summary>Returns an ADO connection
object if the PivotTable cache is connected to an OLE DB data source. Read-only.</summary>
4569             <returns>Object</returns>
4570         </member>
4571         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.AlwaysUseConnectionFile">
4572             <summary>Trueif the connection file
is always used to establish connection to the data source. Read/write Boolean.</summary>
4573             <returns>Boolean</returns>
4574         </member>
4575         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.Application">
4576             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4577             <returns>Application</returns>
4578         </member>
4579         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.BackgroundQuery">
4580             <summary>True
if queries for the OLE DB connection are performed asynchronously (in the background). Read/write Boolean.</summary>
4581             <returns>Boolean</returns>
4582         </member>
4583         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.CommandText">
4584             <summary>Returns or sets the command
string for the specified data source. Read/write Object.</summary>
4585             <returns>Object</returns>
4586         </member>
4587         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.CommandType">
4588             <summary>Returns or sets one of the XlCmdType constants. Read/write <see cref=
"T:Microsoft.Office.Interop.Excel.XlCmdType"></see>. </summary>
4589             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCmdType"></see></returns>
4590         </member>
4591         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.Connection">
4592             <summary>Returns or sets a
string that contains OLE DB settings that enable Microsoft Excel to connect to an OLE DB data source. Read/write Object.</summary>
4593             <returns>Object</returns>
4594         </member>
4595         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.Creator">
4596             <summary>Returns a constant
in the <see cref="T:Microsoft.Office.Interop.Excel.XlCreator"></see> enumeration that indicates the application in which this object was created. Read-only.</summary>
4597             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4598         </member>
4599         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.EnableRefresh">
4600             <summary>True
if the connection can be refreshed by the user. The default value is True. Read/write Boolean.</summary>
4601             <returns>Boolean</returns>
4602         </member>
4603         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.IsConnected">
4604             <summary>Returns True
if the <see cref="P:Microsoft.Office.Interop.Excel.OLEDBConnection.MaintainConnection"></see> property isTrue. Returns False if it is not currently connected to its source. Read-only Boolean.</summary>
4605             <returns>Boolean</returns>
4606         </member>
4607         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.LocalConnection">
4608             <summary>Returns or sets the connection
string to an offline cube file. Read/write Object.</summary>
4609             <returns>Object</returns>
4610         </member>
4611         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.MaintainConnection">
4612             <summary>Returns True
if the connection to the specified data source is maintained after the refresh operation and until the workbook is closed. Read/write Boolean.</summary>
4613             <returns>Boolean</returns>
4614         </member>
4615         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.MaxDrillthroughRecords">
4616             <summary>Returns or sets the maximum number of records to retrieve. Read/write Integer.</summary>
4617             <returns>Integer</returns>
4618         </member>
4619         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.OLAP">
4620             <summary>Returns True
if the OLE DB connection is connected to an Online Analytical Processing (OLAP) server. Read-only Boolean.</summary>
4621             <returns>Boolean</returns>
4622         </member>
4623         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.Parent">
4624             <summary>Returns the parent
object for the specified object. Read-only.</summary>
4625             <returns>Object</returns>
4626         </member>
4627         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.RefreshDate">
4628             <summary>Returns the date
on which the OLE DB connection was last refreshed. Read-only DateTime.</summary>
4629             <returns>DateTime</returns>
4630         </member>
4631         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.Refreshing">
4632             <summary>True
if a background OLE DB query is in progress for the specified OLE DB connection. Read/write Boolean.</summary>
4633             <returns>Boolean</returns>
4634         </member>
4635         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.RefreshOnFileOpen">
4636             <summary>True
if the connection is automatically updated each time the workbook is opened. The default value is False. Read/write Boolean.</summary>
4637             <returns>Boolean</returns>
4638         </member>
4639         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.RefreshPeriod">
4640             <summary>Returns or sets the number of minutes between refreshes. Read/write Integer.</summary>
4641             <returns>Integer</returns>
4642         </member>
4643         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.RetrieveInOfficeUILang">
4644             <summary>True
if the data and errors are to be retrieved in the Office user interface display language when available. Read/write Boolean.</summary>
4645             <returns>Boolean</returns>
4646         </member>
4647         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.RobustConnect">
4648             <summary>Returns or sets how OLE DB connection connects to its data source. Read/write <see cref=
"T:Microsoft.Office.Interop.Excel.XlRobustConnect"></see>.</summary>
4649             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlRobustConnect"></see></returns>
4650         </member>
4651         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.SavePassword">
4652             <summary>True
if password information in an OLE DB connection string is saved in the connection string. False if the password is removed. Read/write Boolean.</summary>
4653             <returns>Boolean</returns>
4654         </member>
4655         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ServerCredentialsMethod">
4656             <summary>Returns or sets the type of credentials that should be used
for server authentication. Read/write <see cref="T:Microsoft.Office.Interop.Excel.XlCredentialsMethod"></see>.</summary>
4657             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCredentialsMethod"></see></returns>
4658         </member>
4659         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ServerFillColor">
4660             <summary>True
if the fill color format for the OLAP server is retrieved from the server when using the specified connection. Read/write Boolean.</summary>
4661             <returns>Boolean</returns>
4662         </member>
4663         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ServerFontStyle">
4664             <summary>True
if the font style format for the OLAP server is retrieved from the server when using the specified connection. Read/write Boolean.</summary>
4665             <returns>Boolean</returns>
4666         </member>
4667         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ServerNumberFormat">
4668             <summary>True
if the number format for the OLAP server is retrieved from the server when using the specified connection. Read/write Boolean.</summary>
4669             <returns>Boolean</returns>
4670         </member>
4671         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ServerSSOApplicationID">
4672             <summary>Returns or sets a single sign-
on application (SSO) identifier that is used to perform a lookup in the SSO database for credentials. Read/write String.</summary>
4673             <returns>String</returns>
4674         </member>
4675         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.ServerTextColor">
4676             <summary>True
if the text color format for the OLAP server is retrieved from the server when using the specified connection. Read/write Boolean.</summary>
4677             <returns>Boolean</returns>
4678         </member>
4679         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.SourceConnectionFile">
4680             <summary>Returns or sets a String indicating the Microsoft Office Data Connection file or similar file that was used to create the connection. Read/write.</summary>
4681             <returns>String</returns>
4682         </member>
4683         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.SourceDataFile">
4684             <summary>Returns or sets a String indicating the source data file
for an OLE DB connection. Read/write.</summary>
4685             <returns>String</returns>
4686         </member>
4687         <member name=
"P:Microsoft.Office.Interop.Excel.OLEDBConnection.UseLocalConnection">
4688             <summary>True
if the <see cref="P:Microsoft.Office.Interop.Excel.OLEDBConnection.LocalConnection"></see> property is used to specify the string that enables Microsoft Excel to connect to a data source. False if the connection string specified by the <see cref="P:Microsoft.Office.Interop.Excel.OLEDBConnection.Connection"></see> property is used. Read/write Boolean.</summary>
4689             <returns>Boolean</returns>
4690         </member>
4691         <member name=
"T:Microsoft.Office.Interop.Excel.OLEDBError">
4692             <summary>Represents an OLE DB error returned
by the most recent OLE DB query.</summary>
4693         </member>
4694         <member name=
"T:Microsoft.Office.Interop.Excel.OLEDBErrors">
4695             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.OLEDBError"></see> objects.</summary>
4696         </member>
4697         <member name=
"M:Microsoft.Office.Interop.Excel.OLEDBErrors.Item(System.Int32)">
4698             <summary>Returns a single
object from a collection.</summary>
4699             <param name=
"Index">Required Integer. The index number for the object.</param>
4700         </member>
4701         <member name=
"T:Microsoft.Office.Interop.Excel.OLEFormat">
4702             <summary>Contains OLE
object properties.</summary>
4703         </member>
4704         <member name=
"M:Microsoft.Office.Interop.Excel.OLEFormat.Activate">
4705             <summary>Activates the
object.</summary>
4706         </member>
4707         <member name=
"M:Microsoft.Office.Interop.Excel.OLEFormat.Verb(System.Object)">
4708             <summary>Sends a verb to the server of the specified OLE
object.</summary>
4709             <param name=
"Verb">Optional Object. The verb that the server of the OLE object should act on. If this argument is omitted, the default verb is sent. The available verbs are determined by the object's source application. Typical verbs for an OLE object are Open and Primary (represented by the <see cref="T:Microsoft.Office.Interop.Excel.XlOLEVerb"></see> constants xlOpen and xlPrimary).</param>
4710         </member>
4711         <member name=
"T:Microsoft.Office.Interop.Excel.OLEObject">
4712             <summary>Represents an ActiveX control or a linked or embedded OLE
object on a worksheet. The OLEObject object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.OLEObjects"></see> collection. The OLEObjects collection contains all the OLE objects on a single worksheet.</summary>
4713         </member>
4714         <member name=
"T:Microsoft.Office.Interop.Excel.OLEObjectEvents_Event">
4715             <summary>Events
interface for Microsoft Excel <see cref="T:Microsoft.Office.Interop.Excel.OLEObject"></see> object events.</summary>
4716         </member>
4717         <member name=
"E:Microsoft.Office.Interop.Excel.OLEObjectEvents_Event.GotFocus">
4718             <summary>Occurs
when an ActiveX control gets input focus.</summary>
4719         </member>
4720         <member name=
"E:Microsoft.Office.Interop.Excel.OLEObjectEvents_Event.LostFocus">
4721             <summary>Occurs
when an ActiveX control loses input focus.</summary>
4722         </member>
4723         <member name=
"T:Microsoft.Office.Interop.Excel.OLEObjectEvents_GotFocusEventHandler">
4724             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.OLEObjectEvents_Event.GotFocus"></see> event. The GotFocus event occurs when an ActiveX control gets input focus.</summary>
4725         </member>
4726         <member name=
"T:Microsoft.Office.Interop.Excel.OLEObjectEvents_LostFocusEventHandler">
4727             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.OLEObjectEvents_Event.LostFocus"></see> event. The LostFocus event occurs when an ActiveX control loses input focus.</summary>
4728         </member>
4729         <member name=
"T:Microsoft.Office.Interop.Excel.OLEObjects">
4730             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.OLEObject"></see> objects on the specified worksheet. Each OLEObject object represents an ActiveX control or a linked or embedded OLE object.</summary>
4731         </member>
4732         <member name=
"M:Microsoft.Office.Interop.Excel.OLEObjects.Add(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
4733             <summary>Adds a
new OLE object to a sheet. Returns an <see cref="T:Microsoft.Office.Interop.Excel.OLEObject"></see> object.</summary>
4734             <param name=
"IconLabel">Optional Object. A string that specifies a label to display beneath the icon. This is used only if DisplayAsIcon is True. If this argument is omitted or is an empty string (""), no caption is displayed.</param>
4735             <param name=
"Top">Optional Object. The initial coordinates of the new object in points, relative to the upper-left corner of cell A1 on a worksheet, or to the upper-left corner of a chart.</param>
4736             <param name=
"DisplayAsIcon">Optional Object. True to display the new OLE object either as an icon or as its regular picture. If this argument is True, IconFileName and IconIndex can be used to specify an icon.</param>
4737             <param name=
"IconFileName">Optional Object. A string that specifies the file that contains the icon to be displayed. This argument is used only if DisplayAsIcon is True. If this argument isn't specified or the file contains no icons, the default icon for the OLE class is used</param>
4738             <param name=
"Link">Optional Object. True to have the new OLE object based on FileName be linked to that file. If the object isn't linked, the object is created as a copy of the file. The default value is False.</param>
4739             <param name=
"ClassType">Optional Object. (You must specify either ClassType or FileName.) A string that contains the programmatic identifier for the object to be created. If ClassType is specified, FileName and Link are ignored.</param>
4740             <param name=
"Width">Optional Object. The initial size of the new object in points.</param>
4741             <param name=
"Height">Optional Object. The initial size of the new object, in points.</param>
4742             <param name=
"Left">Optional Object. The initial coordinates of the new object in points, relative to the upper-left corner of cell A1 on a worksheet, or to the upper-left corner of a chart.</param>
4743             <param name=
"IconIndex">Optional Object. The number of the icon in the icon file. This is used only if DisplayAsIcon is True and IconFileName refers to a valid file that contains icons. If an icon with the given index number doesn't exist in the file specified by IconFileName, the first icon in the file is used.</param>
4744             <param name=
"Filename">Optional Object. (You must specify either ClassType or FileName.) A string that specifies the file to be used to create the OLE object.</param>
4745         </member>
4746         <member name=
"M:Microsoft.Office.Interop.Excel.OLEObjects.CopyPicture(Microsoft.Office.Interop.Excel.XlPictureAppearance,Microsoft.Office.Interop.Excel.XlCopyPictureFormat)">
4747             <summary>Copies the selected
object to the Clipboard as a picture.</summary>
4748             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat"></see>. The format of the picture.</param>
4749             <param name=
"Appearance">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. Specifies how the picture should be copied.</param>
4750         </member>
4751         <member name=
"M:Microsoft.Office.Interop.Excel.OLEObjects.Item(System.Object)">
4752             <summary>Returns a single
object from a collection.</summary>
4753             <param name=
"Index">Required Object. The name or index number for the object.</param>
4754         </member>
4755         <member name=
"M:Microsoft.Office.Interop.Excel.OLEObjects.Select(System.Object)">
4756             <summary>Selects the
object.</summary>
4757             <param name=
"Replace">Optional Object. True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.</param>
4758         </member>
4759         <member name=
"T:Microsoft.Office.Interop.Excel.Outline">
4760             <summary>Represents an outline
on a worksheet.</summary>
4761         </member>
4762         <member name=
"M:Microsoft.Office.Interop.Excel.Outline.ShowLevels(System.Object,System.Object)">
4763             <summary>Displays the specified number of row and/or column levels of an outline.</summary>
4764             <param name=
"ColumnLevels">Optional Object. Specifies the number of column levels of an outline to display. If the outline has fewer levels than the number specified, Microsoft Excel displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on columns.</param>
4765             <param name=
"RowLevels">Optional Object. Specifies the number of row levels of an outline to display. If the outline has fewer levels than the number specified, Microsoft Excel displays all the levels. If this argument is 0 (zero) or is omitted, no action is taken on rows.</param>
4766         </member>
4767         <member name=
"T:Microsoft.Office.Interop.Excel.Page">
4768             <summary>Represents a page
in a workbook. Use the <see cref="T:Microsoft.Office.Interop.Excel.PageSetup"></see> object and the related methods and properties for programmatically defining page layout in a workbook.</summary>
4769         </member>
4770         <member name=
"P:Microsoft.Office.Interop.Excel.Page.CenterFooter">
4771             <summary>Specifies a picture or text to be center aligned
in the page footer.</summary>
4772             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.HeaderFooter"></see></returns>
4773         </member>
4774         <member name=
"P:Microsoft.Office.Interop.Excel.Page.CenterHeader">
4775             <summary>Specifies a picture or text to be center aligned
in the page header.</summary>
4776             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.HeaderFooter"></see></returns>
4777         </member>
4778         <member name=
"P:Microsoft.Office.Interop.Excel.Page.LeftFooter">
4779             <summary>Specifies a picture or text to be left aligned
in the page footer.</summary>
4780             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.HeaderFooter"></see></returns>
4781         </member>
4782         <member name=
"P:Microsoft.Office.Interop.Excel.Page.LeftHeader">
4783             <summary>Specifies a picture or text to be left aligned
in the page header.</summary>
4784             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.HeaderFooter"></see></returns>
4785         </member>
4786         <member name=
"P:Microsoft.Office.Interop.Excel.Page.RightFooter">
4787             <summary>Specifies a picture or text to be right aligned
in the page footer.</summary>
4788             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.HeaderFooter"></see></returns>
4789         </member>
4790         <member name=
"P:Microsoft.Office.Interop.Excel.Page.RightHeader">
4791             <summary>Specifies a picture or text to be right aligned
in the page header.</summary>
4792             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.HeaderFooter"></see></returns>
4793         </member>
4794         <member name=
"T:Microsoft.Office.Interop.Excel.Pages">
4795             <summary>A collection of pages
in a document. Use the <see cref="T:Microsoft.Office.Interop.Excel.Pages"></see> collection and the related objects and properties for programmatically defining page layout in a workbook.</summary>
4796         </member>
4797         <member name=
"P:Microsoft.Office.Interop.Excel.Pages.Count">
4798             <summary>Returns the number of objects
in the collection. Read-only Integer.</summary>
4799             <returns>Integer</returns>
4800         </member>
4801         <member name=
"P:Microsoft.Office.Interop.Excel.Pages.Item(System.Object)">
4802             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Page"></see> object that represents a collection of pages in a workbook. Read-only.</summary>
4803             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Page"></see></returns>
4804             <param name=
"Index">Index value of the page.</param>
4805         </member>
4806         <member name=
"T:Microsoft.Office.Interop.Excel.PageSetup">
4807             <summary>Represents the page setup description. The <see cref=
"T:Microsoft.Office.Interop.Excel.PageSetup"></see> object contains all page setup attributes (left margin, bottom margin, paper size, and so on) as properties.</summary>
4808         </member>
4809         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.AlignMarginsHeaderFooter">
4810             <summary>Returns True
for Excel to align the header and the footer with the margins set in the page setup options. Read/write Boolean.</summary>
4811             <returns>Boolean</returns>
4812         </member>
4813         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.DifferentFirstPageHeaderFooter">
4814             <summary>True
if a different header or footer is used on the first page. Read/write Boolean.</summary>
4815             <returns>Boolean</returns>
4816         </member>
4817         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.EvenPage">
4818             <summary>Returns or sets the alignment of text
on the even page of a workbook or section.</summary>
4819             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Page"></see></returns>
4820         </member>
4821         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.FirstPage">
4822             <summary>Returns or sets the alignment of text
on the first page of a workbook or section.</summary>
4823             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Page"></see></returns>
4824         </member>
4825         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.OddAndEvenPagesHeaderFooter">
4826             <summary>True
if the specified PageSetup object has different headers and footers for odd-numbered and even-numbered pages. Read/write Boolean.</summary>
4827             <returns>Boolean</returns>
4828         </member>
4829         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.Pages">
4830             <summary>Returns or sets the the count or item number of the pages
in <see cref="T:Microsoft.Office.Interop.Excel.Pages"></see> collection.</summary>
4831             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Pages"></see></returns>
4832         </member>
4833         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.PrintQuality(System.Object)">
4834             <summary>Returns or sets the print quality.</summary>
4835             <param name=
"Index">Optional Object. Horizontal print quality (1) or vertical print quality (2). Some printers may not support vertical print quality. If you don’t specify this argument, the PrintQuality property returns (or can be set to) a two-element array that contains both horizontal and vertical print quality.</param>
4836         </member>
4837         <member name=
"P:Microsoft.Office.Interop.Excel.PageSetup.ScaleWithDocHeaderFooter">
4838             <summary>Returns or sets
if the header and footer should be scaled with the document when the size of the document changes. Read/write Boolean.</summary>
4839             <returns>Boolean</returns>
4840         </member>
4841         <member name=
"T:Microsoft.Office.Interop.Excel.Pane">
4842             <summary>Represents a pane of a window.</summary>
4843         </member>
4844         <member name=
"M:Microsoft.Office.Interop.Excel.Pane.LargeScroll(System.Object,System.Object,System.Object,System.Object)">
4845             <summary>Scrolls the contents of the window
by pages.</summary>
4846             <param name=
"ToRight">Optional Object. The number of pages to scroll the contents to the right.</param>
4847             <param name=
"Up">Optional Object. The number of pages to scroll the contents up.</param>
4848             <param name=
"ToLeft">Optional Object. The number of pages to scroll the contents to the left.</param>
4849             <param name=
"Down">Optional Object. The number of pages to scroll the contents down.</param>
4850         </member>
4851         <member name=
"M:Microsoft.Office.Interop.Excel.Pane.PointsToScreenPixelsX(System.Int32)">
4852             <summary>Returns or sets a pixel point
on the screen.</summary>
4853             <returns>Integer</returns>
4854             <param name=
"Points">Location of the pixel on the screen.</param>
4855         </member>
4856         <member name=
"M:Microsoft.Office.Interop.Excel.Pane.PointsToScreenPixelsY(System.Int32)">
4857             <summary>Returns or sets the location of the pixel
on the screen.</summary>
4858             <returns>Integer</returns>
4859             <param name=
"Points">Location of the starting point.</param>
4860         </member>
4861         <member name=
"M:Microsoft.Office.Interop.Excel.Pane.ScrollIntoView(System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
4862             <summary>Scrolls the pane so that the contents of a specified rectangular area are displayed
in either the upper-left or lower-right corner of the pane.</summary>
4863             <param name=
"Width">Required Integer. The width of the rectangle in points.</param>
4864             <param name=
"Start">Optional Object. True to have the upper-left corner of the rectangle appear in the upper-left corner of the pane. False to have the lower-right corner of the rectangle appear in the lower-right corner of the pane. The default value is True.</param>
4865             <param name=
"Height">Required Integer. The height of the rectangle in points.</param>
4866             <param name=
"Left">Required Integer. The horizontal position of the rectangle (in points) from the left edge of the pane.</param>
4867             <param name=
"Top">Required Integer. The vertical position of the rectangle (in points) from the top of the pane.</param>
4868         </member>
4869         <member name=
"M:Microsoft.Office.Interop.Excel.Pane.SmallScroll(System.Object,System.Object,System.Object,System.Object)">
4870             <summary>Scrolls the contents of the window
by rows or columns.</summary>
4871             <param name=
"ToRight">Optional Object. The number of columns to scroll the contents to the right.</param>
4872             <param name=
"Up">Optional Object. The number of rows to scroll the contents up.</param>
4873             <param name=
"ToLeft">Optional Object. The number of columns to scroll the contents to the left.</param>
4874             <param name=
"Down">Optional Object. The number of rows to scroll the contents down.</param>
4875         </member>
4876         <member name=
"T:Microsoft.Office.Interop.Excel.Panes">
4877             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Pane"></see> objects shown in the specified window.</summary>
4878         </member>
4879         <member name=
"P:Microsoft.Office.Interop.Excel.Panes.Item(System.Int32)">
4880             <summary>Returns a single
object from a collection.</summary>
4881             <param name=
"Index">Required Integer. The index number of the object.</param>
4882         </member>
4883         <member name=
"T:Microsoft.Office.Interop.Excel.Parameter">
4884             <summary>Represents a single parameter used
in a parameter query. The Parameter object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.Parameters"></see> collection.</summary>
4885         </member>
4886         <member name=
"M:Microsoft.Office.Interop.Excel.Parameter.SetParam(Microsoft.Office.Interop.Excel.XlParameterType,System.Object)">
4887             <summary>Defines a parameter
for the specified query table.</summary>
4888             <param name=
"Value">Required Object. The value of the specified parameter, as shown in the description of the Type argument.</param>
4889             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlParameterType"></see>.</param>
4890         </member>
4891         <member name=
"T:Microsoft.Office.Interop.Excel.Parameters">
4892             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.Parameter"></see> objects for the specified query table. Each Parameter object represents a single query parameter. Every query table contains a Parameters collection, but the collection is empty unless the query table is using a parameter query.</summary>
4893         </member>
4894         <member name=
"M:Microsoft.Office.Interop.Excel.Parameters.Add(System.String,System.Object)">
4895             <summary>Creates a
new query parameter. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Parameter"></see> object.</summary>
4896             <param name=
"iDataType">Optional Object. The data type of the parameter. Can be any <see cref="T:Microsoft.Office.Interop.Excel.XlParameterDataType"></see> constant.</param>
4897             <param name=
"Name">Required String. The name of the specified parameter. The parameter name should match the parameter clause in the SQL statement.</param>
4898         </member>
4899         <member name=
"M:Microsoft.Office.Interop.Excel.Parameters.Item(System.Object)">
4900             <summary>Returns a single
object from a collection.</summary>
4901             <param name=
"Index">Required Object. The name or index number for the object.</param>
4902         </member>
4903         <member name=
"T:Microsoft.Office.Interop.Excel.Phonetic">
4904             <summary>Contains information about a specific phonetic text
string in a cell.</summary>
4905         </member>
4906         <member name=
"T:Microsoft.Office.Interop.Excel.Phonetics">
4907             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Phonetic"></see> objects in the specified range. Each Phonetic object contains information about a specific phonetic text string.</summary>
4908         </member>
4909         <member name=
"M:Microsoft.Office.Interop.Excel.Phonetics.Add(System.Int32,System.Int32,System.String)">
4910             <summary>Adds phonetic text to the specified cell.</summary>
4911             <param name=
"Length">Required Integer. The number of characters from the Start position to the end of the text in the cell.</param>
4912             <param name=
"Text">Required String. Collectively, the characters that represent the phonetic text in the cell.</param>
4913             <param name=
"Start">Required Integer. The position that represents the first character in the specified cell.</param>
4914         </member>
4915         <member name=
"P:Microsoft.Office.Interop.Excel.Phonetics.Item(System.Int32)">
4916             <summary>Returns a single
object from a collection.</summary>
4917             <param name=
"Index">Required Integer. The index number of the object.</param>
4918         </member>
4919         <member name=
"T:Microsoft.Office.Interop.Excel.PictureFormat">
4920             <summary>Contains properties and methods that apply to pictures and OLE objects.</summary>
4921         </member>
4922         <member name=
"M:Microsoft.Office.Interop.Excel.PictureFormat.IncrementBrightness(System.Single)">
4923             <summary>Changes the brightness of the picture
by the specified amount.</summary>
4924             <param name=
"Increment">Required Single. Specifies how much to change the value of the <see cref="P:Microsoft.Office.Interop.Excel.PictureFormat.Brightness"></see> property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker.</param>
4925         </member>
4926         <member name=
"M:Microsoft.Office.Interop.Excel.PictureFormat.IncrementContrast(System.Single)">
4927             <summary>Changes the contrast of the picture
by the specified amount.</summary>
4928             <param name=
"Increment">Required Single. Specifies how much to change the value of the <see cref="P:Microsoft.Office.Interop.Excel.PictureFormat.Contrast"></see> property for the picture. A positive value increases the contrast; a negative value decreases the contrast.</param>
4929         </member>
4930         <member name=
"P:Microsoft.Office.Interop.Excel.PivotAxis.Application">
4931             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
4932             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
4933         </member>
4934         <member name=
"P:Microsoft.Office.Interop.Excel.PivotAxis.Creator">
4935             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
4936             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
4937         </member>
4938         <member name=
"P:Microsoft.Office.Interop.Excel.PivotAxis.Parent">
4939             <summary>Returns the parent
for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotAxis"></see> object. Read-only.</summary>
4940             <returns>Object</returns>
4941         </member>
4942         <member name=
"P:Microsoft.Office.Interop.Excel.PivotAxis.PivotLines">
4943             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLines"></see> attached to the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotAxis"></see> object. Read-only.</summary>
4944             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotLines"></see></returns>
4945         </member>
4946         <member name=
"T:Microsoft.Office.Interop.Excel.PivotCache">
4947             <summary>Represents the memory cache
for a PivotTable report.</summary>
4948         </member>
4949         <member name=
"M:Microsoft.Office.Interop.Excel.PivotCache.CreatePivotTable(System.Object,System.Object,System.Object,System.Object)">
4950             <summary>Creates a PivotTable report based
on a <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> object.</summary>
4951             <param name=
"TableDestination">Required Object. The cell in the upper-left corner of the PivotTable report’s destination range (the range on the worksheet where the resulting PivotTable report will be placed). The destination range must be on a worksheet in the workbook that contains the PivotCache object specified by expression.</param>
4952             <param name=
"DefaultVersion">Optional Object. The default version of the PivotTable report.</param>
4953             <param name=
"ReadData">Optional Object. True to create a PivotTable cache that contains all of the records from the external database; this cache can be very large. False to enable setting some of the fields as server-based page fields before the data is actually read.</param>
4954             <param name=
"TableName">Optional Object. The name of the new PivotTable report.</param>
4955         </member>
4956         <member name=
"M:Microsoft.Office.Interop.Excel.PivotCache.SaveAsODC(System.String,System.Object,System.Object)">
4957             <summary>Saves the PivotTable cache source
as a Microsoft Office Data Connection file.</summary>
4958             <param name=
"ODCFileName">Required String. Location to save the file.</param>
4959             <param name=
"Keywords">Optional Object. Space-separated keywords that can be used to search for this file.</param>
4960             <param name=
"Description">Optional Object. Description that will be saved in the file.</param>
4961         </member>
4962         <member name=
"P:Microsoft.Office.Interop.Excel.PivotCache.UpgradeOnRefresh">
4963             <summary>Contains information
on whether to upgrade the <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> and all connected <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see> on the next refresh. Read/write.</summary>
4964             <returns>Boolean</returns>
4965         </member>
4966         <member name=
"P:Microsoft.Office.Interop.Excel.PivotCache.Version">
4967             <summary>Returns the version of Microsoft Excel
in which the <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> was created. Read-only.</summary>
4968             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotTableVersionList"></see></returns>
4969         </member>
4970         <member name=
"P:Microsoft.Office.Interop.Excel.PivotCache.WorkbookConnection">
4971             <summary>Establishes a connection between the current workbook and the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotCache"></see> object. Read-only.</summary>
4972         </member>
4973         <member name=
"T:Microsoft.Office.Interop.Excel.PivotCaches">
4974             <summary>Represents the collection of memory caches
from the PivotTable reports in a workbook.</summary>
4975         </member>
4976         <member name=
"M:Microsoft.Office.Interop.Excel.PivotCaches.Add(Microsoft.Office.Interop.Excel.XlPivotTableSourceType,System.Object)">
4977             <summary>Adds a
new PivotTable cache to a <see cref="T:Microsoft.Office.Interop.Excel.PivotCaches"></see> collection.</summary>
4978             <param name=
"SourceData">Optional Object. The data for the new PivotTable cache. This argument is required if SourceType isn't xlExternal. Can be a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object, an array of ranges, or a text constant that represents the name of an existing PivotTable report. For an external database, this is a two-element array. The first element is the connection string specifying the provider of the data. The second element is the SQL query string used to get the data. If you specify this argument, you must also specify SourceType.</param>
4979             <param name=
"SourceType">Required <see cref="T:Microsoft.Office.Interop.Excel.XlPivotTableSourceType"></see>. The source of the PivotTable cache data. Can be one of the following XlPivotTableSourceType constants:xlConsolidationxlDatabasexlExternalxlPivotTablexlScenario</param>
4980         </member>
4981         <member name=
"M:Microsoft.Office.Interop.Excel.PivotCaches.Create(Microsoft.Office.Interop.Excel.XlPivotTableSourceType,System.Object,System.Object)">
4982             <summary>Creates a
new <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see>.</summary>
4983             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotCache"></see></returns>
4984             <param name=
"SourceData">Optional Object The data for the new <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> cache.</param>
4985             <param name=
"Version">Optional Object Version of the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. The version can be one of the <see cref="T:Microsoft.Office.Interop.Excel.XlPivotTableVersionList"></see> constants.</param>
4986             <param name=
"SourceType">Required SourceType can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlPivotTableSourceType"></see> constants: xlConsolidation, xlDatabase, or xlExternal.</param>
4987         </member>
4988         <member name=
"M:Microsoft.Office.Interop.Excel.PivotCaches.Item(System.Object)">
4989             <summary>Returns a single
object from a collection.</summary>
4990             <param name=
"Index">Required Object. The index number for the object.</param>
4991         </member>
4992         <member name=
"T:Microsoft.Office.Interop.Excel.PivotCell">
4993             <summary>Represents a cell
in a PivotTable report.</summary>
4994         </member>
4995         <member name=
"P:Microsoft.Office.Interop.Excel.PivotCell.PivotColumnLine">
4996             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see> on a column for a specific PivotCell object. Read-only.</summary>
4997             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see></returns>
4998         </member>
4999         <member name=
"P:Microsoft.Office.Interop.Excel.PivotCell.PivotRowLine">
5000             <summary>Returns the
5001 <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see>
5002  
on a row for a specific PivotCell object. Read-only PivotLine.</summary>
5003             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see></returns>
5004         </member>
5005         <member name=
"T:Microsoft.Office.Interop.Excel.PivotField">
5006             <summary>Represents a field
in a PivotTable report. The PivotField object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> collection. The PivotFields collection contains all the fields in a PivotTable report, including hidden fields.</summary>
5007         </member>
5008         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.AddPageItem(System.String,System.Object)">
5009             <summary>Adds an additional item to a multiple item page field.</summary>
5010             <param name=
"ClearList">Optional Object. If False (default), adds a page item to the existing list. If True, deletes all current items and adds Item.</param>
5011             <param name=
"Item">Required String. Source name of a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object, corresponding to the specific Online Analytical Processing (OLAP) member unique name.</param>
5012         </member>
5013         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.AutoShow(System.Int32,System.Int32,System.Int32,System.String)">
5014             <summary>Displays the number of top or bottom items
for a row, page, or column field in the specified PivotTable report.</summary>
5015             <param name=
"Range">Required Integer. The location at which to start showing items. Can be either of the following constants: xlTop or xlBottom.</param>
5016             <param name=
"Count">Required Integer. The number of items to be shown.</param>
5017             <param name=
"Field">Required String. The name of the base data field. You must specify the unique name (as returned from the <see cref="P:Microsoft.Office.Interop.Excel.PivotField.SourceName"></see> property) and not the displayed name.</param>
5018             <param name=
"Type">Required Integer. Use xlAutomatic to cause the specified PivotTable report to show the items that match the specified criteria. Use xlManual to disable this feature.</param>
5019         </member>
5020         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.AutoSort(System.Int32,System.String)">
5021             <summary>Establishes automatic field-sorting rules
for PivotTable reports.</summary>
5022             <param name=
"Field">Required String. The name of the sort key field. You must specify the unique name (as returned from the <see cref="P:Microsoft.Office.Interop.Excel.PivotField.SourceName"></see> property) and not the displayed name.</param>
5023             <param name=
"Order">Required <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order.</param>
5024         </member>
5025         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.ClearAllFilters">
5026             <summary>Calling
this method deletes all filters currently applied to the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>. This includes deleting all filters from the <see cref="T:Microsoft.Office.Interop.Excel.PivotFilters"></see> collection of the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> and removing any manual filtering applied to the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> as well. If the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> is in the Report Filter area, the item selected will be set to the default item.</summary>
5027         </member>
5028         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.ClearLabelFilters">
5029             <summary>This method deletes all label filters or all date filters
in the <see cref="T:Microsoft.Office.Interop.Excel.PivotFilters"></see> collection of the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>.</summary>
5030         </member>
5031         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.ClearManualFilter">
5032             <summary>Provides an easy way to
set the Visible property to True for all items of a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> in <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see>, and to empty the HiddenItemsList and VisibleItemsList collections in OLAP <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see>.</summary>
5033         </member>
5034         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.ClearValueFilters">
5035             <summary>Calling
this method deletes all value filters in the <see cref="T:Microsoft.Office.Interop.Excel.PivotFilters"></see> collection of the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>.</summary>
5036         </member>
5037         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.DrillTo(System.String)">
5038             <summary>The DrillTo method supports drilling to a specified <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> from another <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>.</summary>
5039             <param name=
"PivotFieldName">Required String The name of the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> to drill to.</param>
5040         </member>
5041         <member name=
"M:Microsoft.Office.Interop.Excel.PivotField.PivotItems(System.Object)">
5042             <summary>Returns an
object that represents either a single PivotTable item (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object) or a collection of all the visible and hidden items (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> object) in the specified field. Read-only.</summary>
5043             <param name=
"Index">Optional Object. The name or number of the item to be returned.</param>
5044         </member>
5045         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.AllItemsVisible">
5046             <summary> Retrieves a
value that indicates whether or not any manual filtering is applied to the <see cref="T:Microsoft.Office.Interop.Excel.Pivotfield"></see>.
5047  Read-only.</summary>
5048             <returns>Boolean</returns>
5049         </member>
5050         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.Application">
5051             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Excel application. Read-only.</summary>
5052             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
5053         </member>
5054         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.AutoSortCustomSubtotal">
5055             <summary>Returns an integer corresponding to the custom subtotal used to sort the specified <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see> field automatically. Read-only.</summary>
5056             <returns>Integer</returns>
5057         </member>
5058         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.AutoSortPivotLine">
5059             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see> used to sort the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> field automatically. Read-only.</summary>
5060             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see></returns>
5061         </member>
5062         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.ChildItems(System.Object)">
5063             <summary>Returns an
object that represents either a single PivotTable item (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object) or a collection of all the items (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> object) that are group children in the specified field, or children of the specified item. Read-only.</summary>
5064             <param name=
"Index">Optional Object. The item name or number (can be an array to specify more than one item).</param>
5065         </member>
5066         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.DisplayAsCaption">
5067             <summary>This property
is used to display member properties of <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>s as captions. Read-only.</summary>
5068             <returns>Boolean</returns>
5069         </member>
5070         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.DisplayAsTooltip">
5071             <summary>This property
is used to specify whether or not a specific member property <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> is displayed in tooltips. Read/write.</summary>
5072             <returns>Boolean</returns>
5073         </member>
5074         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.DisplayInReport">
5075             <summary>This property
is used to specify whether the specified member property <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> is displayed in the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> or not. Read/write.</summary>
5076             <returns>Boolean</returns>
5077         </member>
5078         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.EnableMultiplePageItems">
5079             <summary>Used
for specifying whether or not check boxes are present in the filter drop-down list for fields in the page area. Read/write.</summary>
5080             <returns>Boolean</returns>
5081         </member>
5082         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.Hidden">
5083             <summary>This property
is used to hide the individual levels of an OLAP hierarchy. Read/write.</summary>
5084             <returns>Boolean</returns>
5085         </member>
5086         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.HiddenItems(System.Object)">
5087             <summary>Returns an
object that represents either a single hidden PivotTable item (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object) or a collection of all the hidden items (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> object) in the specified field. Read-only.</summary>
5088             <param name=
"Index">Optional Object. The number or name of the item to be returned (can be an array to specify more than one item).</param>
5089         </member>
5090         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.IncludeNewItemsInFilter">
5091             <summary>Allows developers to specify whether excluded or included items should be tracked
when manual filtering is applied to the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>. Read/write.</summary>
5092             <returns>Boolean</returns>
5093         </member>
5094         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.LayoutCompactRow">
5095             <summary>Specifies whether or not a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> is compacted (items of multiple <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>s are displayed in a single column) when rows are selected. Read/write.</summary>
5096             <returns>Boolean</returns>
5097         </member>
5098         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.MemberPropertyCaption">
5099             <summary>Setting the <see cref=
"P:Microsoft.Office.Interop.Excel.PivotField.MemberPropertyCaption"></see> property controls which member property is used as caption for a given level. Read/write.</summary>
5100             <returns>String</returns>
5101         </member>
5102         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.ParentItems(System.Object)">
5103             <summary>Returns an
object that represents either a single PivotTable item (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object) or a collection of all the items (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> object) that are group parents in the specified field. The specified field must be a group parent of another field. Read-only.</summary>
5104             <param name=
"Index">Optional Object. The number or name of the item to be returned (can be an array to specify more than one item).</param>
5105         </member>
5106         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.PivotFilters">
5107             <summary>Returns or sets the <see cref=
"P:Microsoft.Office.Interop.Excel.PivotField.PivotFilters"></see> for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object. Read-only.</summary>
5108             <returns><see cref=
"P:Microsoft.Office.Interop.Excel.PivotField.PivotFilters"></see></returns>
5109         </member>
5110         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.ShowDetail">
5111             <summary>Gets or sets whether the specified <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> is showing detail. Read/write.</summary>
5112             <returns>Boolean</returns>
5113         </member>
5114         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.ShowingInAxis">
5115             <summary>Indicates
if the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> is currently visible in the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> or not. Read-only.</summary>
5116             <returns>Boolean</returns>
5117         </member>
5118         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.SourceCaption">
5119             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotField.SourceCaption"></see> property is applicable only for OLAP <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>s, and returns the original caption from the OLAP server for a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>. Read-only.</summary>
5120             <returns>String</returns>
5121         </member>
5122         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.Subtotals(System.Object)">
5123             <summary>Returns or sets subtotals displayed with the specified field. Valid only
for non-data fields. Read/write Object.</summary>
5124             <param name=
"Index">Optional Object. A subtotal index, as shown in the following table. If this argument is omitted, the Subtotals method returns an array that contains a Boolean value for each subtotal.IndexMeaning1Automatic2Sum3Count4Average5Max6Min7Product8Count Nums9StdDev10StdDevp11Var12VarpIf an index is True, the field shows that subtotal. If index 1 (Automatic) is True, all other values are set to False.</param>
5125         </member>
5126         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.UseMemberPropertyAsCaption">
5127             <summary>This property
is used to control whether member property captions are used for <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> captions of the <see cref="P:Microsoft.Office.Interop.Excel.PivotField"></see>. Read/write.</summary>
5128             <returns>Boolean</returns>
5129         </member>
5130         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.VisibleItems(System.Object)">
5131             <summary>Returns an
object that represents either a single visible PivotTable item (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object) or a collection of all the visible items (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> object) in the specified field. Read-only.</summary>
5132             <param name=
"Index">Optional Object. The number or name of the item to be returned (can be an array to specify more than one item).</param>
5133         </member>
5134         <member name=
"P:Microsoft.Office.Interop.Excel.PivotField.VisibleItemsList">
5135             <summary>Returns or sets a Object specifying an array of strings that represent included items
in a manual filter applied to a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>. Read/write.</summary>
5136             <returns>Object</returns>
5137         </member>
5138         <member name=
"T:Microsoft.Office.Interop.Excel.PivotFields">
5139             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> objects in a PivotTable report.</summary>
5140         </member>
5141         <member name=
"M:Microsoft.Office.Interop.Excel.PivotFields.Item(System.Object)">
5142             <summary>Returns a single
object from a collection.</summary>
5143             <param name=
"Index">Required Object. The name or index number for the object.</param>
5144         </member>
5145         <member name=
"T:Microsoft.Office.Interop.Excel.PivotFilter">
5146             <summary>A <see cref=
"T:Microsoft.Office.Interop.Excel.PivotFilter"></see> is applied to a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object.</summary>
5147         </member>
5148         <member name=
"M:Microsoft.Office.Interop.Excel.PivotFilter.Delete">
5149             <summary>Deletes the filter and removes it
from the filter collections of the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> and the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>.</summary>
5150         </member>
5151         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Active">
5152             <summary>Returns whether the specified <see cref=
"P:Microsoft.Office.Interop.Excel.PivotFilter"></see> is active. Read-only.</summary>
5153             <returns>Boolean</returns>
5154         </member>
5155         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Application">
5156             <summary>When used without an
object qualifier, this property returns the Microsoft Office Excel <see cref="T:Microsoft.Office.Interop.Excel._Application"></see>. When used with an object qualifier, this property returns the creator of the specified object. Read-only.</summary>
5157             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
5158         </member>
5159         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Creator">
5160             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
5161             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
5162         </member>
5163         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.DataCubeField">
5164             <summary>This property
is applicable only to OLAP <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see> and provides the <see cref="P:Microsoft.Office.Interop.Excel.PivotTable.Value"></see> field (<see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> in the Values area) being filtered by for a value filter. Read/write.</summary>
5165             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.CubeField"></see></returns>
5166         </member>
5167         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.DataField">
5168             <summary>This property
is applicable only to non-OLAP <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see> and provides the <see cref="P:Microsoft.Office.Interop.Excel.PivotTable.Value"></see> field (<see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> in the Values area) being filtered by for a value filter. Read/write.</summary>
5169             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see></returns>
5170         </member>
5171         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Description">
5172             <summary>Provides an optional description
for the <see cref="T:Microsoft.Office.Interop.Excel.PivotFilter"></see> object. Read-only.</summary>
5173             <returns>String</returns>
5174         </member>
5175         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.FilterType">
5176             <summary>Specifies the type of filter to be applied. Read-only.</summary>
5177             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotFilterType"></see></returns>
5178         </member>
5179         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.IsMemberPropertyFilter">
5180             <summary>Specifies whether the label filter
is based on the <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> captions of a member property of the field or on the <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> captions of the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> itself. Read-only.</summary>
5181             <returns>Boolean</returns>
5182         </member>
5183         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.MemberPropertyField">
5184             <summary>This property specifies the member property <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> on which the label filter is based. Read/write.</summary>
5185             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see></returns>
5186         </member>
5187         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Name">
5188             <summary>This property provides the option of naming filters
for reference. You cannot rely on the index value for accurate reference because this value can change.</summary>
5189             <returns>String</returns>
5190         </member>
5191         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Order">
5192             <summary>Specifies the evaluation order of the filter among all Value filters applied to the entire <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write </summary>
5193             <returns>Integer.</returns>
5194         </member>
5195         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Parent">
5196             <summary>Returns the parent
for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotFilter"></see>. Read-only.</summary>
5197             <returns>Object</returns>
5198         </member>
5199         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.PivotField">
5200             <summary>Specifies the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> to which the filter is applied. Read-only.</summary>
5201             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see></returns>
5202         </member>
5203         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Value1">
5204             <summary>This property
is a user-supplied parameter to define a filter for a <see cref="P:Microsoft.Office.Interop.Excel.PivotFilter.PivotField"></see>. Read/write.</summary>
5205             <returns>Object</returns>
5206         </member>
5207         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilter.Value2">
5208             <summary>This property
is a user-supplied parameter to define a filter for a <see cref="P:Microsoft.Office.Interop.Excel.PivotFilter.PivotField"></see>. Read/write.</summary>
5209             <returns>Object</returns>
5210         </member>
5211         <member name=
"T:Microsoft.Office.Interop.Excel.PivotFilters">
5212             <summary>The <see cref=
"T:Microsoft.Office.Interop.Excel.PivotFilters"></see> object is a collection of <see cref="T:Microsoft.Office.Interop.Excel.PivotFilter"></see> objects.</summary>
5213         </member>
5214         <member name=
"M:Microsoft.Office.Interop.Excel.PivotFilters.Add(Microsoft.Office.Interop.Excel.XlPivotFilterType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5215             <summary>Adds
new filters to the <see cref="T:Microsoft.Office.Interop.Excel.PivotFilters"></see> collection.</summary>
5216             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotFilter"></see></returns>
5217             <param name=
"Value2">Optional Object Filter value 2.</param>
5218             <param name=
"MemberPropertyField">Optional Object Specifies the member property field on which the label filter is based.</param>
5219             <param name=
"Name">Optional Object Name of the filter.</param>
5220             <param name=
"Order">Optional Object Order in which the data should be filtered.</param>
5221             <param name=
"Description">Optional Object A brief description of the filter.</param>
5222             <param name=
"Type">Required Requires a <see cref="T:Microsoft.Office.Interop.Excel.XlPivotFilterType"></see> type of filter.</param>
5223             <param name=
"DataField">Optional Object The field to which the filter is attached.</param>
5224             <param name=
"Value1">Optional Object Filter value 1.</param>
5225         </member>
5226         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilters.Application">
5227             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
5228             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
5229         </member>
5230         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilters.Count">
5231             <summary>Returns the number of items
in the PivotFilters collection. Read-only.</summary>
5232             <returns>Integer</returns>
5233         </member>
5234         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilters.Creator">
5235             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
5236             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
5237         </member>
5238         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilters.Item(System.Object)">
5239             <summary>Returns a specific element of the PivotFilters collection
object by its position in the collection. Read-only.</summary>
5240             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotFilter"></see></returns>
5241             <param name=
"Index">Required Object Specifies the position of an element of the collection. </param>
5242         </member>
5243         <member name=
"P:Microsoft.Office.Interop.Excel.PivotFilters.Parent">
5244             <summary>Returns the parent
for the specified PivotFilters object. Read-only.</summary>
5245             <returns>Object</returns>
5246         </member>
5247         <member name=
"T:Microsoft.Office.Interop.Excel.PivotFormula">
5248             <summary>Represents a formula used to calculate results
in a PivotTable report.</summary>
5249         </member>
5250         <member name=
"T:Microsoft.Office.Interop.Excel.PivotFormulas">
5251             <summary>Represents the collection of formulas
for a PivotTable report. Each formula is represented by a <see cref="T:Microsoft.Office.Interop.Excel.PivotFormula"></see> object.</summary>
5252         </member>
5253         <member name=
"M:Microsoft.Office.Interop.Excel.PivotFormulas.Add(System.String,System.Object)">
5254             <summary>Creates a
new PivotTable formula. Returns a <see cref="T:Microsoft.Office.Interop.Excel.PivotFormula"></see> object.</summary>
5255             <param name=
"Formula">Required String. The new PivotTable formula.</param>
5256             <param name=
"UseStandardFormula">Optional Object. A standard PivotTable formula.</param>
5257         </member>
5258         <member name=
"M:Microsoft.Office.Interop.Excel.PivotFormulas.Item(System.Object)">
5259             <summary>Returns a single
object from a collection.</summary>
5260             <param name=
"Index">Required Object. The name or index number for the object.</param>
5261         </member>
5262         <member name=
"T:Microsoft.Office.Interop.Excel.PivotItem">
5263             <summary>Represents an item
in a PivotTable field. The items are the individual data entries in a field category. The PivotItem object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> collection. The PivotItems collection contains all the items in a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object.</summary>
5264         </member>
5265         <member name=
"M:Microsoft.Office.Interop.Excel.PivotItem.DrillTo(System.String)">
5266             <summary>The<see cref=
"M:Microsoft.Office.Interop.Excel.PivotItem.DrillTo(System.String)"></see> method supports drilling to a specified <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> from a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see>.</summary>
5267             <param name=
"PivotItemName">Required String The name of the <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> to drill to.</param>
5268         </member>
5269         <member name=
"P:Microsoft.Office.Interop.Excel.PivotItem.ChildItems(System.Object)">
5270             <summary>Returns an
object that represents either a single PivotTable item (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItem"></see> object) or a collection of all the items (a <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> object) that are group children in the specified field or children of the specified item. Read-only.</summary>
5271             <param name=
"Index">Optional Object. The item name or number (can be an array to specify more than one item).</param>
5272         </member>
5273         <member name=
"T:Microsoft.Office.Interop.Excel.PivotItemList">
5274             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotItem"></see> objects in the specified PivotTable. Each PivotItem represents an item in a PivotTable field.</summary>
5275         </member>
5276         <member name=
"M:Microsoft.Office.Interop.Excel.PivotItemList.Item(System.Object)">
5277             <summary>Returns a single
object from a collection.</summary>
5278             <param name=
"Index">Required Object. The name or index number for the object.</param>
5279         </member>
5280         <member name=
"T:Microsoft.Office.Interop.Excel.PivotItems">
5281             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotItem"></see> objects in a PivotTable field. The items are the individual data entries in a field category.</summary>
5282         </member>
5283         <member name=
"M:Microsoft.Office.Interop.Excel.PivotItems.Add(System.String)">
5284             <summary>Creates a
new PivotTable item.</summary>
5285             <param name=
"Name">Required String. The name of the new PivotTable item.</param>
5286         </member>
5287         <member name=
"M:Microsoft.Office.Interop.Excel.PivotItems.Item(System.Object)">
5288             <summary>Returns a single
object from a collection.</summary>
5289             <param name=
"Index">Required Object. The name or index number for the object.</param>
5290         </member>
5291         <member name=
"T:Microsoft.Office.Interop.Excel.PivotLayout">
5292             <summary>Represents the placement of fields
in a PivotChart report.</summary>
5293         </member>
5294         <member name=
"T:Microsoft.Office.Interop.Excel.PivotLine">
5295             <summary>A <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see> object is a line of rows or columns in an Excel <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>.</summary>
5296         </member>
5297         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLine.Application">
5298             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
5299             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
5300         </member>
5301         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLine.Creator">
5302             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
5303             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
5304         </member>
5305         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLine.LineType">
5306             <summary>Returns a constant that indicates the type of <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see>. Read-only.</summary>
5307             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotLineType"></see></returns>
5308         </member>
5309         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLine.Parent">
5310             <summary>Returns the parent
object for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotLine"></see>. Read-only.</summary>
5311             <returns>Object</returns>
5312         </member>
5313         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLine.PivotLineCells">
5314             <summary>Returns a collection of <see cref=
"T:Microsoft.Office.Interop.Excel.PivotCell"></see> objects in a <see cref="T:Microsoft.Office.Interop.Excel.PivotLine"></see>. Read-only.</summary>
5315             <returns><see cref=
"P:Microsoft.Office.Interop.Excel.PivotLine.PivotLineCells"></see></returns>
5316         </member>
5317         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLine.Position">
5318             <summary>Returns or sets the position of the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see>. Read-only.</summary>
5319             <returns>Integer</returns>
5320         </member>
5321         <member name=
"T:Microsoft.Office.Interop.Excel.PivotLineCells">
5322             <summary>Collection of <see cref=
"T:Microsoft.Office.Interop.Excel.PivotCell"></see> objects for a specific <see cref="T:Microsoft.Office.Interop.Excel.PivotLine"></see>.</summary>
5323         </member>
5324         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLineCells.Application">
5325             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns the creator of the specified object. Read-only.</summary>
5326             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
5327         </member>
5328         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLineCells.Count">
5329             <summary>Returns the number of items
in the <see cref="T:Microsoft.Office.Interop.Excel.PivotLineCells"></see> collection. Read-only. </summary>
5330             <returns>Integer</returns>
5331         </member>
5332         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLineCells.Creator">
5333             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
5334             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
5335         </member>
5336         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLineCells.Item(System.Object)">
5337             <summary>Returns a specific element of the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLineCells"></see> collection object identified by its position in the collection. Read-only.</summary>
5338             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotCell"></see></returns>
5339             <param name=
"Index">Required Object Specifies the position of an element of the collection. </param>
5340         </member>
5341         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLineCells.Parent">
5342             <summary>Returns the parent
object for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotLineCells"></see> object. Read-only.</summary>
5343             <returns>Object</returns>
5344         </member>
5345         <member name=
"T:Microsoft.Office.Interop.Excel.PivotLines">
5346             <summary>The <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLines"></see> object is a collection of lines in a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>, containing all lines on rows or columns of the pivot. Each line is a set of <see cref="T:Microsoft.Office.Interop.Excel.PivotCell"></see>s.</summary>
5347         </member>
5348         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLines.Application">
5349             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
5350             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
5351         </member>
5352         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLines.Count">
5353             <summary>Returns the number of items
in the <see cref="T:Microsoft.Office.Interop.Excel.PivotLines"></see> collection. Read-only.</summary>
5354             <returns>Integer</returns>
5355         </member>
5356         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLines.Creator">
5357             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
5358             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
5359         </member>
5360         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLines.Item(System.Object)">
5361             <summary>Returns a specific element of the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotLines"></see> collection object by its position in the collection. Read-only.</summary>
5362             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotLine"></see></returns>
5363             <param name=
"Index">Required Object Specifies the position of an element of the collection. </param>
5364         </member>
5365         <member name=
"P:Microsoft.Office.Interop.Excel.PivotLines.Parent">
5366             <summary>Returns the parent
object for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotLines"></see> object. Read-only.</summary>
5367             <returns>Object</returns>
5368         </member>
5369         <member name=
"T:Microsoft.Office.Interop.Excel.PivotTable">
5370             <summary>Represents a PivotTable report
on a worksheet. The PivotTable object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see> collection. The PivotTables collection contains all the PivotTable objects on a single worksheet.</summary>
5371         </member>
5372         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.AddDataField(System.Object,System.Object,System.Object)">
5373             <summary>Adds a data field to a PivotTable report. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> object that represents the new data field.</summary>
5374             <param name=
"Caption">Optional Object. The label used in the PivotTable report to identify this data field.</param>
5375             <param name=
"Field">Required Object. The unique field on the server. If the source data is Online Analytical Processing (OLAP), the unique field is a cube field. If the source data is non-OLAP (non-OLAP source data), the unique field is a PivotTable field.</param>
5376             <param name=
"Function">Optional Object. The function performed in the added data field.</param>
5377         </member>
5378         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.AddFields(System.Object,System.Object,System.Object,System.Object)">
5379             <summary>Adds row, column, and page fields to a PivotTable report or PivotChart report.</summary>
5380             <param name=
"PageFields">Optional Object. Specifies a field name (or an array of field names) to be added as pages or to be added to the page area.</param>
5381             <param name=
"ColumnFields">Optional Object. Specifies a field name (or an array of field names) to be added as columns or to be added to the series axis.</param>
5382             <param name=
"RowFields">Optional Object. Specifies a field name (or an array of field names) to be added as rows or to be added to the category axis.</param>
5383             <param name=
"AddToTable">Optional Object. Applies only to PivotTable reports. True to add the specified fields to the report (none of the existing fields are replaced). False to replace existing fields with the new fields. The default value is False.</param>
5384         </member>
5385         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.ChangeConnection(Microsoft.Office.Interop.Excel.WorkbookConnection)">
5386             <summary>Changes the connection of the specified <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see>.</summary>
5387             <param name=
"conn">Required <see cref="T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see> object that represents the new connection for the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>.</param>
5388         </member>
5389         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.ChangePivotCache(System.Object)">
5390             <summary>Changes the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotCache"></see> of the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>.</summary>
5391             <param name=
"bstr">Required String a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> or <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> object that represents the new <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> for the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>.</param>
5392         </member>
5393         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.ClearAllFilters">
5394             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel.PivotTable.ClearAllFilters"></see> method deletes all filters currently applied to the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. This includes deleting all filters in the <see cref="T:Microsoft.Office.Interop.Excel.PivotFilters"></see> collection of the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> object, removing any manual filtering applied and setting all <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>s in the Report Filter area to the default item. </summary>
5395         </member>
5396         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.ClearTable">
5397             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel.PivotTable.ClearTable"></see> method is used for clearing a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Clearing <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>s includes removing all the fields and deleting all filtering and sorting applied to the <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see>. This method resets the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> to the state it had right after it was created, before any fields were added to it.</summary>
5398         </member>
5399         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.ConvertToFormulas(System.Boolean)">
5400             <summary>The <see cref=
"M:Microsoft.Office.Interop.Excel.PivotTable.ConvertToFormulas(System.Boolean)"></see> method is new in 1st_Excel12 and is used for converting a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> to cube formulas. </summary>
5401             <param name=
"ConvertFilters">Required Boolean Contains True or False to indicate the state of the ReportFilter area.</param>
5402         </member>
5403         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.CreateCubeFile(System.String,System.Object,System.Object,System.Object,System.Object)">
5404             <summary>Creates a cube file
from a PivotTable report connected to an Online Analytical Processing (OLAP) data source.</summary>
5405             <param name=
"Members">Optional Object. An array of string arrays. The elements correspond, in order, to the hierarchies represented in the Levels array. Each element is an array of string arrays that consists of the unique names of the top level members in the dimension that are to be included in the slice.</param>
5406             <param name=
"Measures">Optional Object. An array of unique names of measures that are to be part of the slice.</param>
5407             <param name=
"Properties">Optional Boolean. False results in no member properties being included in the slice. The default value is True.</param>
5408             <param name=
"File">Required String. The name of the cube file to be created. It will overwrite the file if it already exists.</param>
5409             <param name=
"Levels">Optional Object. An array of strings. Each array item is a unique level name. It represents the lowest level of a hierarchy that is in the slice.</param>
5410         </member>
5411         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.Format(Microsoft.Office.Interop.Excel.XlPivotFormatType)">
5412             <summary>Sets a PivotTable report to one of the predefined indented, nonindented, or cross-tabulated formats.</summary>
5413             <param name=
"Format">Required <see cref="T:Microsoft.Office.Interop.Excel.XlPivotFormatType"></see>. Specifies the type of report formatting to be applied to the specified PivotTable report.</param>
5414         </member>
5415         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.GetData(System.String)">
5416             <summary>Returns data
from the specified PivotTable cell.</summary>
5417             <param name=
"Name">Required String. Describes a single cell in the PivotTable report, using syntax similar to the <see cref="M:Microsoft.Office.Interop.Excel.PivotTable.PivotSelect(System.String,Microsoft.Office.Interop.Excel.XlPTSelectionMode,System.Object)"></see> method or the PivotTable report references in calculated item formulas.</param>
5418         </member>
5419         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.GetPivotData(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5420             <summary>Returns a Range
object with information about a data item in a PivotTable report.</summary>
5421             <param name=
"Field8">Optional Object. The name of a column or row field in the PivotTable report.</param>
5422             <param name=
"Field9">Optional Object. The name of a column or row field in the PivotTable report.</param>
5423             <param name=
"Field1">Optional Object. The name of a column or row field in the PivotTable report.</param>
5424             <param name=
"Field2">Optional Object. The name of a column or row field in the PivotTable report.</param>
5425             <param name=
"Field3">Optional Object. The name of a column or row field in the PivotTable report.</param>
5426             <param name=
"Field4">Optional Object. The name of a column or row field in the PivotTable report.</param>
5427             <param name=
"Field5">Optional Object. The name of a column or row field in the PivotTable report.</param>
5428             <param name=
"Field6">Optional Object. The name of a column or row field in the PivotTable report.</param>
5429             <param name=
"Field7">Optional Object. The name of a column or row field in the PivotTable report.</param>
5430             <param name=
"Field11">Optional Object. The name of a column or row field in the PivotTable report.</param>
5431             <param name=
"Field10">Optional Object. The name of a column or row field in the PivotTable report.</param>
5432             <param name=
"Field13">Optional Object. The name of a column or row field in the PivotTable report.</param>
5433             <param name=
"Field12">Optional Object. The name of a column or row field in the PivotTable report.</param>
5434             <param name=
"Item14">Optional Object. The name of an item in Field14.</param>
5435             <param name=
"Item12">Optional Object. The name of an item in Field12.</param>
5436             <param name=
"Item13">Optional Object. The name of an item in Field13.</param>
5437             <param name=
"Item10">Optional Object. The name of an item in Field10.</param>
5438             <param name=
"Item11">Optional Object. The name of an item in Field11.</param>
5439             <param name=
"Item1">Optional Object. The name of an item in Field1.</param>
5440             <param name=
"Item9">Optional Object. The name of an item in Field9.</param>
5441             <param name=
"Item8">Optional Object. The name of an item in Field8.</param>
5442             <param name=
"Item7">Optional Object. The name of an item in Field7.</param>
5443             <param name=
"Item6">Optional Object. The name of an item in Field6.</param>
5444             <param name=
"Item5">Optional Object. The name of an item in Field5.</param>
5445             <param name=
"Item4">Optional Object. The name of an item in Field4.</param>
5446             <param name=
"Item3">Optional Object. The name of an item in Field3.</param>
5447             <param name=
"Item2">Optional Object. The name of an item in Field2.</param>
5448             <param name=
"DataField">Optional Object. The name of the field containing the data for the PivotTable.</param>
5449             <param name=
"Field14">Optional Object. The name of a column or row field in the PivotTable report.</param>
5450         </member>
5451         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.PivotFields(System.Object)">
5452             <summary>Returns an
object that represents either a single PivotTable field (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of both the visible and hidden fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object) in the PivotTable report. Read-only.</summary>
5453             <param name=
"Index">Optional Object. The name or number of the field to be returned.</param>
5454         </member>
5455         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.PivotSelect(System.String,Microsoft.Office.Interop.Excel.XlPTSelectionMode,System.Object)">
5456             <summary>Selects part of a PivotTable report.</summary>
5457             <param name=
"Name">Required String. The selection, in standard PivotTable report selection format.</param>
5458             <param name=
"UseStandardName">Optional Object. True for recorded macros that will play back in other locales.</param>
5459             <param name=
"Mode">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPTSelectionMode"></see>. Specifies the structured selection mode.</param>
5460         </member>
5461         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.PivotTableWizard(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5462             <summary>Creates a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see> object. This method doesn’t display the PivotTable Wizard. This method isn’t available for OLE DB data sources. Use the <see cref="M:Microsoft.Office.Interop.Excel.PivotTables.Add(Microsoft.Office.Interop.Excel.PivotCache,System.Object,System.Object,System.Object,System.Object)"></see> method to add a PivotTable cache, and then create a PivotTable report based on the cache.</summary>
5463             <param name=
"SourceData">Optional Object. The data for the new report. Can be a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object, an array of ranges, or a text constant that represents the name of another report. For an external database, SourceData is an array of strings containing the SQL query string, where each element is up to 255 characters in length. You should use the Connection argument to specify the ODBC connection string. For compatibility with earlier versions of Excel, SourceData can be a two-element array. The first element is the connection string specifying the ODBC source for the data. The second element is the SQL query string used to get the data. If you specify SourceData, you must also specify SourceType. If the active cell is inside the SourceData range, you must specify TableDestination as well.</param>
5464             <param name=
"RowGrand">Optional Object. True to show grand totals for rows in the report.</param>
5465             <param name=
"BackgroundQuery">Optional Object. True to have Excel perform queries for the report asynchronously (in the background). The default value is False.</param>
5466             <param name=
"Connection">Optional Object. A string that contains ODBC settings that allow Excel to connect to an ODBC data source. The connection string has the form "ODBC;&lt;connection string&gt;". This argument overrides any previous setting for the <see cref="T:Microsoft.Office.Interop.Excel.PivotCache"></see> object’s <see cref="P:Microsoft.Office.Interop.Excel.PivotCache.Connection"></see> property.</param>
5467             <param name=
"HasAutoFormat">Optional Object. True to have Microsoft Excel automatically format the report when it’s refreshed or when fields are moved.</param>
5468             <param name=
"PageFieldOrder">Optional Object. The order in which page fields are added to the PivotTable report’s layout. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlOrder"></see> constants: xlDownThenOver or xlOverThenDown. The default value is xlDownThenOver.</param>
5469             <param name=
"PageFieldWrapCount">Optional Object. The number of page fields in each column or row in the PivotTable report. The default value is 0 (zero).</param>
5470             <param name=
"TableDestination">Optional Object. A Range object specifying where the report should be placed on the worksheet. If this argument is omitted, the report is placed at the active cell.</param>
5471             <param name=
"ReadData">Optional Object. True to create a PivotTable cache that contains all records from the external database; this cache can be very large. If ReadData is False, you can set some of the fields as server-based page fields before the data is actually read.</param>
5472             <param name=
"Reserved">Optional Object. Not used by Microsoft Excel.</param>
5473             <param name=
"AutoPage">Optional Object. Valid only if SourceType is xlConsolidation. True to have Microsoft Excel create a page field for the consolidation. If AutoPage is False, you must create the page field or fields.</param>
5474             <param name=
"ColumnGrand">Optional Object. True to show grand totals for columns in the report.</param>
5475             <param name=
"OptimizeCache">Optional Object. True to optimize the PivotTable cache when it's constructed. The default value is False.</param>
5476             <param name=
"SourceType">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPivotTableSourceType"></see>. The source of the report data.</param>
5477             <param name=
"SaveData">Optional Object. True to save data with the report. False to save only the report definition.</param>
5478             <param name=
"TableName">Optional Object. A string that specifies the name of the new report.</param>
5479         </member>
5480         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.RowAxisLayout(Microsoft.Office.Interop.Excel.XlLayoutRowType)">
5481             <summary>This method
is used for simultaneously setting layout options for all existing <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see>s.</summary>
5482             <param name=
"RowLayout">Required <see cref="T:Microsoft.Office.Interop.Excel.XlLayoutRowType"></see> Can be xlCompactRow, xlTabularRow, or xlOutlineRow.</param>
5483         </member>
5484         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.ShowPages(System.Object)">
5485             <summary>Creates a
new PivotTable report for each item in the page field. Each new report is created on a new worksheet.</summary>
5486             <param name=
"PageField">Optional Object. A string that names a single page field in the report.</param>
5487         </member>
5488         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTable.SubtotalLocation(Microsoft.Office.Interop.Excel.XlSubtototalLocationType)">
5489             <summary>This method changes the subtotal location
for all existing <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see>. Changing the subtotal location has an immediate visual effect only for fields in outline form, but it will be set for fields in tabular form as well. </summary>
5490             <param name=
"Location">Required <see cref="T:Microsoft.Office.Interop.Excel.XlSubtototalLocationType"></see> can be either xlAtTop or xlAtBottom.</param>
5491         </member>
5492         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ActiveFilters">
5493             <summary>Indicates the currently active filter
in the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read-only.</summary>
5494             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotFilters"></see></returns>
5495         </member>
5496         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.AllowMultipleFilters">
5497             <summary>Sets or retrieves a
value that indicates whether a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> can have multiple filters applied to it at the same time.
5498 Read/write.</summary>
5499             <returns>Boolean</returns>
5500         </member>
5501         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ColumnFields(System.Object)">
5502             <summary>Returns an
object that represents either a single PivotTable field (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of all the fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object) that are currently shown as column fields. Read-only.</summary>
5503             <param name=
"Index">Optional Object. The field name or number (can be an array to specify more than one field).</param>
5504         </member>
5505         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.CompactLayoutColumnHeader">
5506             <summary>Specifies the caption that
is displayed in the column header of a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> when in compact row layout form. Read/write.</summary>
5507             <returns>String</returns>
5508         </member>
5509         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.CompactLayoutRowHeader">
5510             <summary>Specifies the caption that
is displayed in the row header of a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> when in compact row layout form. Read/write.</summary>
5511             <returns>String</returns>
5512         </member>
5513         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.CompactRowIndent">
5514             <summary>Returns or sets the indent increment
for <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> when compact row layout form is turned on. Read/write.</summary>
5515             <returns>Integer</returns>
5516         </member>
5517         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.DataFields(System.Object)">
5518             <summary>Returns an
object that represents either a single PivotTable field (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of all the fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object) that are currently shown as data fields. Read-only.</summary>
5519             <param name=
"Index">Optional Object. The field name or number (can be an array to specify more than one field).</param>
5520         </member>
5521         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.DisplayContextTooltips">
5522             <summary>Controls whether or not tooltips are displayed
for <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> cells. Read/write.</summary>
5523             <returns>Boolean</returns>
5524         </member>
5525         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.DisplayFieldCaptions">
5526             <summary>Controls whether or not filter buttons and <see cref=
"T:Microsoft.Office.Interop.Excel.PivotField"></see> captions for rows and columns are displayed in the grid. Read/write.</summary>
5527             <returns>Boolean</returns>
5528         </member>
5529         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.DisplayMemberPropertyTooltips">
5530             <summary>Controls whether or not to display member properties
in tooltips. Read/write.</summary>
5531             <returns>Boolean</returns>
5532         </member>
5533         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.FieldListSortAscending">
5534             <summary>Controls the sort order of fields
in the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> Field List. Read/write.</summary>
5535             <returns>Boolean</returns>
5536         </member>
5537         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.HiddenFields(System.Object)">
5538             <summary>Returns an
object that represents either a single PivotTable field (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of all the fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object) that are currently not shown as row, column, page, or data fields. Read-only.</summary>
5539             <param name=
"Index">Optional Object. The name or number of the field to be returned (can be an array to specify more than one field).</param>
5540         </member>
5541         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.InGridDropZones">
5542             <summary>This property
is used to toggle in-grid drop zones for a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> object. In some cases, it also affects the layout of the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5543             <returns>Boolean</returns>
5544         </member>
5545         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.LayoutRowDefault">
5546             <summary>This property specifies the layout settings
for <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> when they are added to the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> for the first time. Read/write.</summary>
5547             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlLayoutRowType"></see></returns>
5548         </member>
5549         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.Location">
5550             <summary>Gets or sets a String that represents the top-left cell
in the body of the specified <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5551             <returns>String</returns>
5552         </member>
5553         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.PageFields(System.Object)">
5554             <summary>Returns an
object that represents either a single PivotTable field (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of all the fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object) that are currently showing as page fields. Read-only.</summary>
5555             <param name=
"Index">Optional Object. The name or number of the field to be returned (can be an array to specify more than one field).</param>
5556         </member>
5557         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.PivotColumnAxis">
5558             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotAxis"></see> object representing the entire column axis. Read-only.</summary>
5559             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotAxis"></see></returns>
5560         </member>
5561         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.PivotRowAxis">
5562             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.PivotAxis"></see> object representing the entire row axis. Read-only.</summary>
5563             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.PivotAxis"></see></returns>
5564         </member>
5565         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.PrintDrillIndicators">
5566             <summary>Specifies whether or not drill indicators are printed with the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5567             <returns>Boolean</returns>
5568         </member>
5569         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.RowFields(System.Object)">
5570             <summary>Returns an
object that represents either a single field in a PivotTable report (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of all the fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object) that are currently showing as row fields. Read-only.</summary>
5571             <param name=
"Index">Optional Object. The name or number of the field to be returned (can be an array to specify more than one field).</param>
5572         </member>
5573         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowDrillIndicators">
5574             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowDrillIndicators"></see> property is used for toggling the display of drill indicators in the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5575             <returns>Boolean</returns>
5576         </member>
5577         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleColumnHeaders">
5578             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleColumnHeaders"></see>
5579 property
is set to True if the coulmn headers should be displayed in the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5580             <returns>Boolean</returns>
5581         </member>
5582         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleColumnStripes">
5583             <summary>The Boolean property displays banded columns
in which even columns are formatted differently from odd columns. This makes <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see>easier to read. Read/write.</summary>
5584             <returns>Boolean</returns>
5585         </member>
5586         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleRowHeaders">
5587             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleRowHeaders"></see> property is set to True if the row headers should be displayed in the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5588             <returns>Boolean</returns>
5589         </member>
5590         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleRowStripes">
5591             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotTable.ShowTableStyleRowStripes"></see> property displays banded rows in which even rows are formatted differently from odd rows. This makes <see cref="T:Microsoft.Office.Interop.Excel.PivotTables"></see> easier to read. Read/write.</summary>
5592             <returns>Boolean</returns>
5593         </member>
5594         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.SortUsingCustomLists">
5595             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotTable.SortUsingCustomLists"></see> property controls whether custom lists are used for sorting items of fields, both initially when the <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> is initialized and the <see cref="T:Microsoft.Office.Interop.Excel.PivotItems"></see> are ordered by their captions; and later when the user applies a sort. Read/write.</summary>
5596             <returns>Boolean</returns>
5597         </member>
5598         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.TableStyle2">
5599             <summary>The <see cref=
"P:Microsoft.Office.Interop.Excel.PivotTable.TableStyle2"></see> property specifies the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> style currently applied to the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>. Read/write.</summary>
5600             <returns>Object</returns>
5601         </member>
5602         <member name=
"P:Microsoft.Office.Interop.Excel.PivotTable.VisibleFields(System.Object)">
5603             <summary>Returns an
object that represents either a single field in a PivotTable report (a <see cref="T:Microsoft.Office.Interop.Excel.PivotField"></see> object) or a collection of all the visible fields (a <see cref="T:Microsoft.Office.Interop.Excel.PivotFields"></see> object). Visible fields are shown as row, column, page, or data fields. Read-only.</summary>
5604             <param name=
"Index">Optional Object. The name or number of the field to be returned (can be an array to specify more than one field).</param>
5605         </member>
5606         <member name=
"T:Microsoft.Office.Interop.Excel.PivotTables">
5607             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.PivotTable"></see> objects on the specified worksheet.</summary>
5608         </member>
5609         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTables.Add(Microsoft.Office.Interop.Excel.PivotCache,System.Object,System.Object,System.Object,System.Object)">
5610             <summary>Adds a
new PivotTable report. Returns a <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> object.</summary>
5611             <param name=
"PivotCache">Required PivotCache. The PivotTable cache on which the new PivotTable report is based. The cache provides data for the report.</param>
5612             <param name=
"TableDestination">Required Object. The cell in the upper-left corner of the PivotTable report's destination range (the range on the worksheet where the resulting report will be placed). You must specify a destination range on the worksheet that contains the PivotTables object specified by expression.</param>
5613             <param name=
"DefaultVersion">Optional Object. The version of Microsoft Excel the PivotTable was originally created in.</param>
5614             <param name=
"ReadData">Optional Object. True to create a PivotTable cache that contains all records from the external database; this cache can be very large. False to enable setting some of the fields as server-based page fields before the data is actually read.</param>
5615             <param name=
"TableName">Optional Object. The name of the new PivotTable report.</param>
5616         </member>
5617         <member name=
"M:Microsoft.Office.Interop.Excel.PivotTables.Item(System.Object)">
5618             <summary>Returns a single
object from a collection.</summary>
5619             <param name=
"Index">Required Object. The name or index number for the object.</param>
5620         </member>
5621         <member name=
"T:Microsoft.Office.Interop.Excel.PlotArea">
5622             <summary>Represents the plot area of a chart. This
is the area where your chart data is plotted.</summary>
5623         </member>
5624         <member name=
"P:Microsoft.Office.Interop.Excel.PlotArea.Format">
5625             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
5626             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
5627         </member>
5628         <member name=
"P:Microsoft.Office.Interop.Excel.PlotArea.Position">
5629             <summary>Returns or sets the position of the plot area
on the chart. Read/write.</summary>
5630             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlChartElementPosition"></see></returns>
5631         </member>
5632         <member name=
"T:Microsoft.Office.Interop.Excel.Point">
5633             <summary>Represents a single point
in a series in a chart.</summary>
5634         </member>
5635         <member name=
"M:Microsoft.Office.Interop.Excel.Point.ApplyDataLabels(Microsoft.Office.Interop.Excel.XlDataLabelsType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5636             <summary>Applies data labels to a point
in a chart.</summary>
5637             <param name=
"ShowValue">Optional Object. The value for the data label.</param>
5638             <param name=
"ShowBubbleSize">Optional Object. The bubble size for the data label.</param>
5639             <param name=
"Separator">Optional Object. The separator for the data label.</param>
5640             <param name=
"HasLeaderLines">Optional Object. For the <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> and <see cref="T:Microsoft.Office.Interop.Excel.Series"></see> objects, True if the series has leader lines.</param>
5641             <param name=
"LegendKey">Optional Object. True to show the legend key next to the point. The default value is False.</param>
5642             <param name=
"ShowPercentage">Optional Object. The percentage for the data label.</param>
5643             <param name=
"ShowSeriesName">Optional Object. The series name for the data label.</param>
5644             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlDataLabelsType"></see>. The type of data label to apply. Can be one of the following XlDataLabelsType constants:xlDataLabelsShowBubbleSizesxlDataLabelsShowLabelAndPercent Percentage of the total and category for the point. Available only for pie charts and doughnut charts.xlDataLabelsShowPercent Percentage of the total. Available only for pie charts and doughnut charts.xlDataLabelsShowLabel Category for the point.xlDataLabelsShowNone No data labels.xlDataLabelsShowValue Default. Value for the point (assumed if this argument isn't specified).</param>
5645             <param name=
"ShowCategoryName">Optional Object. The category name for the data label.</param>
5646             <param name=
"AutoText">Optional Object. True if the object automatically generates appropriate text based on content.</param>
5647         </member>
5648         <member name=
"P:Microsoft.Office.Interop.Excel.Point.Format">
5649             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
5650             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
5651         </member>
5652         <member name=
"P:Microsoft.Office.Interop.Excel.Point.Has3DEffect">
5653             <summary> Returns and Sets a
value that states if a point has a three-dimensional appearance. Read/Write.</summary>
5654             <returns>Boolean</returns>
5655         </member>
5656         <member name=
"P:Microsoft.Office.Interop.Excel.Point.PictureUnit2">
5657             <summary>Returns or sets the unit
for each picture on the chart if the <see cref="P:Microsoft.Office.Interop.Excel.Point.PictureType"></see> property is set to xlStackScale (if not, this property is ignored). Read/write.</summary>
5658             <returns>Double</returns>
5659         </member>
5660         <member name=
"T:Microsoft.Office.Interop.Excel.Points">
5661             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Point"></see> objects in the specified series in a chart.</summary>
5662         </member>
5663         <member name=
"M:Microsoft.Office.Interop.Excel.Points.Item(System.Int32)">
5664             <summary>Returns a single
object from a collection.</summary>
5665             <param name=
"Index">Required Object. The name or index number for the object.</param>
5666         </member>
5667         <member name=
"T:Microsoft.Office.Interop.Excel.Protection">
5668             <summary>Represents the various types of protection options available
for a worksheet.</summary>
5669         </member>
5670         <member name=
"T:Microsoft.Office.Interop.Excel.PublishObject">
5671             <summary>Represents an item
in a workbook that has been saved to a Web page and can be refreshed according to values specified by the properties and methods of the PublishObject object.</summary>
5672         </member>
5673         <member name=
"M:Microsoft.Office.Interop.Excel.PublishObject.Publish(System.Object)">
5674             <summary>Saves an item or a collection of items
in a document to a Web page.</summary>
5675             <param name=
"Create">Optional Object. If the HTML file exists, setting this argument to True replaces the file, and setting this argument to False inserts the item or items at the end of the file. If the file does not exist, the file is created regardless of the value of the Create argument.</param>
5676         </member>
5677         <member name=
"T:Microsoft.Office.Interop.Excel.PublishObjects">
5678             <summary>A collection of all <see cref=
"T:Microsoft.Office.Interop.Excel.PublishObject"></see> objects in the workbook. Each PublishObject object represents an item in a workbook that has been saved to a Web page and can be refreshed according to values specified by the properties and methods of the object.</summary>
5679         </member>
5680         <member name=
"M:Microsoft.Office.Interop.Excel.PublishObjects.Add(Microsoft.Office.Interop.Excel.XlSourceType,System.String,System.Object,System.Object,System.Object,System.Object,System.Object)">
5681             <summary>Creates an
object that represents an item in a document saved to a Web page. Such objects facilitate subsequent updates to the Web page while automated changes are being made to the document in Microsoft Excel. Returns a <see cref="T:Microsoft.Office.Interop.Excel.PublishObject"></see> object.</summary>
5682             <param name=
"HtmlType">Optional Object. Specifies whether the item is saved as an interactive Microsoft Office Web component or as static text and images. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlHtmlType"></see> constants.ConstantDescriptionxlHtmlCalcItem saved as an interactive Microsoft Office Spreadsheet component.xlHtmlChartItem saved as an interactive Microsoft Office Chart component.xlHtmlListItem saved as an interactive Microsoft Office PivotTable component.xlHtmlStaticItem saved as static text and images.</param>
5683             <param name=
"Sheet">Optional Object. The name of the worksheet that was saved as a Web page.</param>
5684             <param name=
"Title">Optional Object. The title of the Web page.</param>
5685             <param name=
"Source">Optional Object. A unique name used to identify items that have one of the following constants as their SourceType argument: xlSourceAutoFilter, xlSourceChart, xlSourcePivotTable, xlSourcePrintArea, xlSourceQuery, or xlSourceRange. If SourceType is xlSourceRange, Source specifies a range, which can be a defined name. If SourceType is xlSourceChart, xlSourcePivotTable, or xlSourceQuery, Source specifies the name of a chart, PivotTable report, or query table.</param>
5686             <param name=
"Filename">Required String. The URL (on the intranet or the Web) or path (local or network) to which the source object was saved.</param>
5687             <param name=
"SourceType">Required <see cref="T:Microsoft.Office.Interop.Excel.XlSourceType"></see>. The source type.</param>
5688             <param name=
"DivID">Optional Object. The unique identifier used in the HTML DIV tag to identify the item on the Web page.</param>
5689         </member>
5690         <member name=
"P:Microsoft.Office.Interop.Excel.PublishObjects.Item(System.Object)">
5691             <summary>Returns a single
object from a collection.</summary>
5692             <param name=
"Index">Required Object. The name or index number of the object.</param>
5693         </member>
5694         <member name=
"T:Microsoft.Office.Interop.Excel.QueryTable">
5695             <summary>Represents a worksheet table built
from data returned from an external data source, such as a SQL server or a Microsoft Access database. The QueryTable object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.QueryTables"></see> collection. </summary>
5696         </member>
5697         <member name=
"T:Microsoft.Office.Interop.Excel.QueryTables">
5698             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.QueryTable"></see> objects. Each QueryTable object represents a worksheet table built from data returned from an external data source.</summary>
5699         </member>
5700         <member name=
"M:Microsoft.Office.Interop.Excel.QueryTables.Add(System.Object,Microsoft.Office.Interop.Excel.Range,System.Object)">
5701             <summary>Creates a
new query table. Returns a <see cref="T:Microsoft.Office.Interop.Excel.QueryTable"></see> object that represents the new query table.</summary>
5702             <param name=
"Connection">Required Object. The data source for the query table. Can be one of the following:A string containing an OLE DB or ODBC connection string. The ODBC connection string has the form "ODBC;&lt;connection string&gt;".A QueryTable object from which the query information is initially copied, including the connection string and the SQL text, but not including the Destination range. Specifying a QueryTable object causes the Sql argument to be ignored.An ADO or DAO Recordset object. Data is read from the ADO or DAO recordset. Microsoft Excel retains the recordset until the query table is deleted or the connection is changed. The resulting query table cannot be edited.A Web query. A string in the form "URL;&lt;url&gt;", where "URL;" is required but not localized and the rest of the string is used for the URL of the Web query.Data Finder. A string in the form "FINDER;&lt;data finder file path&gt;" where "FINDER;" is required but not localized. The rest of the string is the path and file name of a Data Finder file (*.dqy or *.iqy). The file is read when the Add method is run; subsequent calls to the <see cref="P:Microsoft.Office.Interop.Excel._QueryTable.Connection"></see> property of the query table will return strings beginning with "ODBC;" or "URL;" as appropriate.A text file. A string in the form "TEXT;&lt;text file path and name&gt;", where TEXT is required but not localized.</param>
5703             <param name=
"Sql">Optional Object. The SQL query string to be run on the ODBC data source. This argument is optional when you're using an ODBC data source You cannot use this argument when a QueryTable object, text file, or ADO or DAO Recordset object is specified as the data source.</param>
5704             <param name=
"Destination">Required Range. The cell in the upper-left corner of the query table destination range (the range where the resulting query table will be placed). The destination range must be on the worksheet that contains the <see cref="T:Microsoft.Office.Interop.Excel.QueryTables"></see> object.</param>
5705         </member>
5706         <member name=
"M:Microsoft.Office.Interop.Excel.QueryTables.Item(System.Object)">
5707             <summary>Returns a single
object from a collection.</summary>
5708             <param name=
"Index">Required Object. The name or index number for the object.</param>
5709         </member>
5710         <member name=
"T:Microsoft.Office.Interop.Excel.Range">
5711             <summary>Represents a cell, a row, a column, a selection of cells containing one or more contiguous blocks of cells, or a
3-D range.</summary>
5712         </member>
5713         <member name=
"M:Microsoft.Office.Interop.Excel.Range.AddComment(System.Object)">
5714             <summary>Adds a comment to the range.</summary>
5715             <param name=
"Text">Optional Object. The comment text.</param>
5716         </member>
5717         <member name=
"M:Microsoft.Office.Interop.Excel.Range.AdvancedFilter(Microsoft.Office.Interop.Excel.XlFilterAction,System.Object,System.Object,System.Object)">
5718             <summary>Filters or copies data
from a list based on a criteria range.</summary>
5719             <param name=
"CopyToRange">Optional Object. The destination range for the copied rows if Action is xlFilterCopy. Otherwise, this argument is ignored.</param>
5720             <param name=
"Unique">Optional Object. True to filter unique records only; False to filter all records that meet the criteria. The default value is False.</param>
5721             <param name=
"CriteriaRange">Optional Object. The criteria range. If this argument is omitted, there are no criteria.</param>
5722             <param name=
"Action">Required <see cref="T:Microsoft.Office.Interop.Excel.XlFilterAction"></see>. Can be one of the following XlFilterAction constants:xlFilterCopyxlFilterInPlace</param>
5723         </member>
5724         <member name=
"M:Microsoft.Office.Interop.Excel.Range.ApplyNames(System.Object,System.Object,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlApplyNamesOrder,System.Object)">
5725             <summary>Applies names to the cells
in the specified range.</summary>
5726             <param name=
"IgnoreRelativeAbsolute">Optional Object. True to replace references with names, regardless of the reference types of either the names or references; False to replace absolute references only with absolute names, relative references only with relative names, and mixed references only with mixed names. The default value is True.</param>
5727             <param name=
"UseRowColumnNames">Optional Object. True to use the names of row and column ranges that contain the specified range if names for the range cannot be found; False to ignore the OmitColumn and OmitRow arguments. The default value is True.</param>
5728             <param name=
"AppendLast">Optional Object. True to replace the definitions of the names in Names and also replace the definitions of the last names that were defined; False to replace the definitions of the names in Names only. The default value is False.</param>
5729             <param name=
"OmitColumn">Optional Object. True to replace the entire reference with the row-oriented name. The column-oriented name can be omitted only if the referenced cell is in the same column as the formula and is within a row-oriented named range. The default value is True.</param>
5730             <param name=
"Names">Optional Object. An array of the names to be applied. If this argument is omitted, all names on the sheet are applied to the range.</param>
5731             <param name=
"Order">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlApplyNamesOrder"></see>. Determines which range name is listed first when a cell reference is replaced by a row-oriented and column-oriented range name. Can be one of these XlApplyNamesOrder constants:xlColumnThenRowxlRowThenColumn default</param>
5732             <param name=
"OmitRow">Optional Object. True to replace the entire reference with the column-oriented name. The row-oriented name can be omitted only if the referenced cell is in the same row as the formula and is within a column-oriented named range. The default value is True.</param>
5733         </member>
5734         <member name=
"M:Microsoft.Office.Interop.Excel.Range.AutoComplete(System.String)">
5735             <summary>Returns an AutoComplete match
from the list.</summary>
5736             <param name=
"String">Required String. The string to complete.</param>
5737         </member>
5738         <member name=
"M:Microsoft.Office.Interop.Excel.Range.AutoFill(Microsoft.Office.Interop.Excel.Range,Microsoft.Office.Interop.Excel.XlAutoFillType)">
5739             <summary>Performs an autofill
on the cells in the specified range.</summary>
5740             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlAutoFillType"></see>. Specifies the fill type. Can be one of these XlAutoFillType constants:xlFillDaysxlFillFormatsxlFillSeriesxlFillWeekdaysxlGrowthTrendxlFillCopyxlFillDefaultdefaultxlFillMonthsxlFillValuesxlFillYearsxlLinearTrendIf this argument is xlFillDefault or omitted, Microsoft Excel selects the most appropriate fill type, based on the source range.</param>
5741             <param name=
"Destination">Required <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object. The cells to be filled. The destination must include the source range.</param>
5742         </member>
5743         <member name=
"M:Microsoft.Office.Interop.Excel.Range.AutoFilter(System.Object,System.Object,Microsoft.Office.Interop.Excel.XlAutoFilterOperator,System.Object,System.Object)">
5744             <summary>Filters a list
using the AutoFilter.</summary>
5745             <param name=
"Operator">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlAutoFilterOperator"></see>. Can be one of the following XlAutoFilterOperator constants:xlAnddefaultxlBottom10ItemsxlBottom10PercentxlOrxlTop10ItemsxlTop10PercentUse xlAnd and xlOr with Criteria1 and Criteria2 to construct compound criteria.</param>
5746             <param name=
"VisibleDropDown">Optional Object. True to display the AutoFilter drop-down arrow for the filtered field; False to hide the AutoFilter drop-down arrow for the filtered field. True by default.</param>
5747             <param name=
"Field">Optional Object. The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field one).</param>
5748             <param name=
"Criteria1">Optional Object. The criteria (a string; for example, "101"). Use "=" to find blank fields, or use "&lt;&gt;" to find nonblank fields. If this argument is omitted, the criteria is All. If Operator is xlTop10Items, Criteria1 specifies the number of items (for example, "10").</param>
5749             <param name=
"Criteria2">Optional Object. The second criteria (a string). Used with Criteria1 and Operator to construct compound criteria.</param>
5750         </member>
5751         <member name=
"M:Microsoft.Office.Interop.Excel.Range.AutoFormat(Microsoft.Office.Interop.Excel.XlRangeAutoFormat,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5752             <summary>Automatically formats the specified range,
using a predefined format.</summary>
5753             <param name=
"Number">Optional Object. True to include number formats in the AutoFormat. The default value is True.</param>
5754             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlRangeAutoFormat"></see>. The specified AutoFormat.Some of the XlRangeAutoFormat constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.</param>
5755             <param name=
"Font">Optional Object. True to include font formats in the AutoFormat. The default value is True.</param>
5756             <param name=
"Pattern">Optional Object. True to include pattern formats in the AutoFormat. The default value is True.</param>
5757             <param name=
"Width">Optional Object. True to include column width and row height in the AutoFormat. The default value is True.</param>
5758             <param name=
"Border">Optional Object. True to include border formats in the AutoFormat. The default value is True.</param>
5759             <param name=
"Alignment">Optional Object. True to include alignment in the AutoFormat. The default value is True.</param>
5760         </member>
5761         <member name=
"M:Microsoft.Office.Interop.Excel.Range.BorderAround(System.Object,Microsoft.Office.Interop.Excel.XlBorderWeight,Microsoft.Office.Interop.Excel.XlColorIndex,System.Object)">
5762             <summary>Adds a border to a range and sets the <see cref=
"P:Microsoft.Office.Interop.Excel.Border.Color"></see>, <see cref="P:Microsoft.Office.Interop.Excel.Border.LineStyle"></see>, and <see cref="P:Microsoft.Office.Interop.Excel.Border.Weight"></see> properties for the new border.</summary>
5763             <param name=
"Weight">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlBorderWeight"></see>. The border weight. Can be one of the following XlBorderWeight constants:xlHairlinexlMediumxlThickxlThindefault</param>
5764             <param name=
"LineStyle">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlLineStyle"></see>. The line style for the border. Can be one of the following XlLineStyle constants:xlContinuousdefaultxlDashxlDashDotxlDashDotDotxlDotxlDoublexlLineStlyeNonexlSlantDashDotxlLineStlyeNone</param>
5765             <param name=
"ColorIndex">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlColorIndex"></see>. The border color, as an index into the current color palette or as an XlColorIndex constant. Can be one of the following XlColorIndex constants:xlColorIndexAutomaticdefaultxlColorIndexNone</param>
5766             <param name=
"Color">Optional Object. The border color, as an RGB value.</param>
5767         </member>
5768         <member name=
"M:Microsoft.Office.Interop.Excel.Range.CalculateRowMajorOrder">
5769             <summary>Calculates a specfied range of cells.</summary>
5770             <returns>Object</returns>
5771         </member>
5772         <member name=
"M:Microsoft.Office.Interop.Excel.Range.CheckSpelling(System.Object,System.Object,System.Object,System.Object)">
5773             <summary>Checks the spelling of an
object.</summary>
5774             <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>
5775             <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>
5776             <param name=
"SpellLang">Optional Object. The language of the dictionary being used. Can be one of the MsoLanguageID values used by the <see cref="P:Microsoft.Office.Core.LanguageSettings.LanguageID(Microsoft.Office.Core.MsoAppLanguageID)"></see> property.</param>
5777             <param name=
"AlwaysSuggest">Optional Object. True to have Microsoft Excel display a list of suggested alternate spellings when an incorrect spelling is found; False to have Microsoft Excel pause while you input the correct spelling. If this argument is omitted, the current setting will be used.</param>
5778         </member>
5779         <member name=
"M:Microsoft.Office.Interop.Excel.Range.ColumnDifferences(System.Object)">
5780             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents all the cells whose contents are different from the comparison cell in each column.</summary>
5781             <param name=
"Comparison">Required Object. A single cell to compare to the specified range.</param>
5782         </member>
5783         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Consolidate(System.Object,System.Object,System.Object,System.Object,System.Object)">
5784             <summary>Consolidates data
from multiple ranges on multiple worksheets into a single range on a single worksheet.</summary>
5785             <param name=
"CreateLinks">Optional Object. True to have the consolidation use worksheet links; False to have the consolidation copy the data. The default value is False.</param>
5786             <param name=
"TopRow">Optional Object. True to consolidate data based on column titles in the top row of the consolidation ranges; False to consolidate data by position. The default value is False.</param>
5787             <param name=
"Sources">Optional Object. The sources of the consolidation as an array of text reference strings in R1C1-style notation. The references must include the full path of sheets to be consolidated.</param>
5788             <param name=
"LeftColumn">Optional Object. True to consolidate data based on row titles in the left column of the consolidation ranges; False to consolidate data by position. The default value is False.</param>
5789             <param name=
"Function">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlConsolidationFunction"></see>. Can be one of the following XlConsilidationFunction constants:xlAveragedefaultxlCountxlCountNumsxlMaxxlMinxlProductxlStDevxlStDevPxlSumxlVarxlVarP</param>
5790         </member>
5791         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Copy(System.Object)">
5792             <summary>Copies the range to the specified range or to the Clipboard.</summary>
5793             <param name=
"Destination">Optional Object. Specifies the new range to which the specified range will be copied. If this argument is omitted, Microsoft Excel copies the range to the Clipboard.</param>
5794         </member>
5795         <member name=
"M:Microsoft.Office.Interop.Excel.Range.CopyFromRecordset(System.Object,System.Object,System.Object)">
5796             <summary>Copies the contents of an ADO or DAO Recordset
object onto a worksheet, beginning at the upper-left corner of the specified range.</summary>
5797             <param name=
"MaxColumns">Optional Object. The maximum number of fields to copy onto the worksheet. If this argument is omitted, all the fields in the Recordset object are copied.</param>
5798             <param name=
"MaxRows">Optional Object. The maximum number of records to copy onto the worksheet. If this argument is omitted, all the records in the Recordset object are copied.</param>
5799             <param name=
"Data">Required Object. The Recordset object to copy into the range.</param>
5800         </member>
5801         <member name=
"M:Microsoft.Office.Interop.Excel.Range.CopyPicture(Microsoft.Office.Interop.Excel.XlPictureAppearance,Microsoft.Office.Interop.Excel.XlCopyPictureFormat)">
5802             <summary>Copies the selected
object to the Clipboard as a picture.</summary>
5803             <param name=
"Format">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat"></see>. The format of the picture. Can be one of the following XlPictureAppearance constants:xlPrinter. The picture is copied as it will look when it's printed.xlScreendefault. The picture is copied to resemble its display on the screen as closely as possible.</param>
5804             <param name=
"Appearance">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPictureAppearance"></see>. Specifies how the picture should be copied. Can be one of the following XlCopyPictureFormat constants:xlBitmapxlPicturedefault</param>
5805         </member>
5806         <member name=
"M:Microsoft.Office.Interop.Excel.Range.CreateNames(System.Object,System.Object,System.Object,System.Object)">
5807             <summary>Creates names
in the specified range, based on text labels in the sheet.</summary>
5808             <param name=
"Bottom">Optional Object. True to create names by using labels in the bottom row. The default value is False.</param>
5809             <param name=
"Right">Optional Object. True to create names by using labels in the right column. The default value is False.</param>
5810             <param name=
"Left">Optional Object. True to create names by using labels in the left column. The default value is False.</param>
5811             <param name=
"Top">Optional Object. True to create names by using labels in the top row. The default value is False.</param>
5812         </member>
5813         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Cut(System.Object)">
5814             <summary>Cuts the
object to the Clipboard or pastes it into a specified destination.</summary>
5815             <param name=
"Destination">Optional Object. The range where the object should be pasted. If this argument is omitted, the object is cut to the Clipboard.</param>
5816         </member>
5817         <member name=
"M:Microsoft.Office.Interop.Excel.Range.DataSeries(System.Object,Microsoft.Office.Interop.Excel.XlDataSeriesType,Microsoft.Office.Interop.Excel.XlDataSeriesDate,System.Object,System.Object,System.Object)">
5818             <summary>Creates a data series
in the specified range.</summary>
5819             <param name=
"Stop">Optional Object. The stop value for the series. If this argument is omitted, Microsoft Excel fills to the end of the range.</param>
5820             <param name=
"Rowcol">Optional Object. Can be the xlRows or xlColumns constant to have the data series entered in rows or columns, respectively. If this argument is omitted, the size and shape of the range is used.</param>
5821             <param name=
"Date">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlDataSeriesDate"></see>. If the Type argument is xlChronological, the Date argument indicates the step date unit. Can be one of the following XlDataSeriesDate constants:xlDaydefaultxlWeekdayxlMonthxlYear</param>
5822             <param name=
"Trend">Optional Object. True to create a linear trend or growth trend; False to create a standard data series. The default value is False.</param>
5823             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlDataSeriesType"></see>. Can be one of the following XlDataSeriesType constants:xlAutoFillxlDataSeriesLineardefaultxlChronologicalxlGrowth</param>
5824             <param name=
"Step">Optional Object. The step value for the series. The default value is 1.</param>
5825         </member>
5826         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Delete(System.Object)">
5827             <summary>Deletes the
object.</summary>
5828             <param name=
"Shift">Optional Object. Specifies how to shift cells to replace deleted cells. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlDeleteShiftDirection"></see> constants: xlShiftToLeft or xlShiftUp. If this argument is omitted, Microsoft Excel decides based on the shape of the range.</param>
5829         </member>
5830         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Dirty">
5831             <summary>Designates a range to be recalculated
when the next recalculation occurs.</summary>
5832         </member>
5833         <member name=
"M:Microsoft.Office.Interop.Excel.Range.ExportAsFixedFormat(Microsoft.Office.Interop.Excel.XlFixedFormatType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5834             <summary>Exports to a file of the specified format.</summary>
5835             <param name=
"IgnorePrintAreas">Optional Object set to True to ignore any print areas set when publishing; otherwise False.</param>
5836             <param name=
"IncludeDocProperties">Optional Object set to True to include the document properties; otherwise False.</param>
5837             <param name=
"To">Optional Object The number of the last page to publish. If this argument is omitted, publishing ends with the last page.</param>
5838             <param name=
"Filename">Optional Object The file name of the file to be saved. You can include a full path, or short_Excel2007 saves the file in the current folder.</param>
5839             <param name=
"FixedFormatExtClassPtr">Optional Object Pointer to the FixedFormatExt class.</param>
5840             <param name=
"Type"> Required <see cref="T:Microsoft.Office.Interop.Excel.XlFixedFormatType"></see> The type of file format to export to.</param>
5841             <param name=
"OpenAfterPublish">Optional Object set to True to display the file in the viewer after it is published; otherwise
5842 False.</param>
5843             <param name=
"Quality">Optional Object Typically formatted as a <see cref="T:Microsoft.Office.Interop.Excel.XlFixedFormatQuality"></see>. Specifies the quality of the published file.</param>
5844             <param name=
"From">Optional Object The number of the page at which to start publishing. If this argument is omitted, publishing starts at the beginning.</param>
5845         </member>
5846         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Find(System.Object,System.Object,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSearchDirection,System.Object,System.Object,System.Object)">
5847             <summary>Finds specific information
in a range and returns a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the first cell where that information is found.</summary>
5848             <param name=
"SearchOrder">Optional Object. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlSearchOrder"></see> constants: xlByRows or xlByColumns.</param>
5849             <param name=
"What">Required Object. The data to search for. Can be a string or any Microsoft Excel data type.</param>
5850             <param name=
"LookIn">Optional Object. The type of information.</param>
5851             <param name=
"MatchByte">Optional Object. Used only if you’ve selected or installed double-byte language support. True to have double-byte characters match only double-byte characters; False to have double-byte characters match their single-byte equivalents.</param>
5852             <param name=
"LookAt">Optional Object. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlLookAt"></see> constants: xlWhole or xlPart.</param>
5853             <param name=
"SearchFormat">Optional Object. The search format.</param>
5854             <param name=
"SearchDirection">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSearchDirection"></see>. The search direction. Can be one of these XlSearchDirection constants:xlNextdefaultxlPrevious</param>
5855             <param name=
"MatchCase">Optional Object. True to make the search case sensitive. The default value is False.</param>
5856             <param name=
"After">Optional Object. The cell after which you want the search to begin. This corresponds to the position of the active cell when a search is done from the user interface. Note that After must be a single cell in the range. Remember that the search begins after this cell; the specified cell isn’t searched until the method wraps back around to this cell. If you don’t specify this argument, the search starts after the cell in the upper-left corner of the range.</param>
5857         </member>
5858         <member name=
"M:Microsoft.Office.Interop.Excel.Range.FindNext(System.Object)">
5859             <summary>Continues a search that was begun with the <see cref=
"M:Microsoft.Office.Interop.Excel.Range.Find(System.Object,System.Object,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSearchDirection,System.Object,System.Object,System.Object)"></see> method.</summary>
5860             <param name=
"After">Optional Object. The cell after which you want to search. This corresponds to the position of the active cell when a search is done from the user interface. Note that After must be a single cell in the range. Remember that the search begins after this cell; the specified cell isn’t searched until the method wraps back around to this cell. If this argument isn’t specified, the search starts after the cell in the upper-left corner of the range.</param>
5861         </member>
5862         <member name=
"M:Microsoft.Office.Interop.Excel.Range.FindPrevious(System.Object)">
5863             <summary>Continues a search that was begun with the <see cref=
"M:Microsoft.Office.Interop.Excel.Range.Find(System.Object,System.Object,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSearchDirection,System.Object,System.Object,System.Object)"></see> method.</summary>
5864             <param name=
"After">Optional Object. The cell before which you want to search. This corresponds to the position of the active cell when a search is done from the user interface. Note that After must be a single cell in the range. Remember that the search begins before this cell; the specified cell isn’t searched until the method wraps back around to this cell. If this argument isn’t specified, the search starts before the upper-left cell in the range.</param>
5865         </member>
5866         <member name=
"M:Microsoft.Office.Interop.Excel.Range.GoalSeek(System.Object,Microsoft.Office.Interop.Excel.Range)">
5867             <summary>Calculates the values necessary to achieve a specific goal.</summary>
5868             <param name=
"ChangingCell">Required <see cref="T:Microsoft.Office.Interop.Excel.Range"></see>. Specifies which cell should be changed to achieve the target value.</param>
5869             <param name=
"Goal">Required Object. The value you want returned in this cell.</param>
5870         </member>
5871         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Group(System.Object,System.Object,System.Object,System.Object)">
5872             <summary>When the <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object represents a single cell in a PivotTable field’s data range, the Group method performs numeric or date-based grouping in that field.</summary>
5873             <param name=
"End">Optional Object. The last value to be grouped. If this argument is omitted or True, the last value in the field is used.</param>
5874             <param name=
"Periods">Optional Object. An array of Boolean values that specify the period for the group, as shown in the following table.If an element in the array is True, a group is created for the corresponding time; if the element is False, no group is created. If the field isn’t a date field, this argument is ignored.</param>
5875             <param name=
"Start">Optional Object. The first value to be grouped. If this argument is omitted or True, the first value in the field is used.</param>
5876             <param name=
"By">Optional Object. If the field is numeric, this argument specifies the size of each group. If the field is a date, this argument specifies the number of days in each group if element 4 in the Periods array is True and all the other elements are False. Otherwise, this argument is ignored. If this argument is omitted, Microsoft Excel automatically chooses a default group size.</param>
5877         </member>
5878         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Insert(System.Object,System.Object)">
5879             <summary>Inserts a cell or a range of cells
into the worksheet or macro sheet and shifts other cells away to make space.</summary>
5880             <param name=
"Shift">Optional Object. Specifies which way to shift the cells. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlInsertShiftDirection"></see> constants: xlShiftToRight or xlShiftDown. If this argument is omitted, Microsoft Excel decides based on the shape of the range.</param>
5881             <param name=
"CopyOrigin">Optional Object. The copy origin.</param>
5882         </member>
5883         <member name=
"M:Microsoft.Office.Interop.Excel.Range.InsertIndent(System.Int32)">
5884             <summary>Adds an indent to the specified range.</summary>
5885             <param name=
"InsertAmount">Required Integer. The amount to be added to the current indent.</param>
5886         </member>
5887         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Merge(System.Object)">
5888             <summary>Creates a merged cell
from the specified <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object.</summary>
5889             <param name=
"Across">Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False.</param>
5890         </member>
5891         <member name=
"M:Microsoft.Office.Interop.Excel.Range.NavigateArrow(System.Object,System.Object,System.Object)">
5892             <summary>Navigates a tracer arrow
for the specified range to the precedent, dependent, or error-causing cell or cells.</summary>
5893             <param name=
"ArrowNumber">Optional Object. Specifies the arrow number to navigate; corresponds to the numbered reference in the cell's formula.</param>
5894             <param name=
"LinkNumber">Optional Object. If the arrow is an external reference arrow, this argument indicates which external reference to follow. If this argument is omitted, the first external reference is followed.</param>
5895             <param name=
"TowardPrecedent">Optional Object. Specifies the direction to navigate: True to navigate toward precedents; False to navigate toward dependent.</param>
5896         </member>
5897         <member name=
"M:Microsoft.Office.Interop.Excel.Range.NoteText(System.Object,System.Object,System.Object)">
5898             <summary>Returns or sets the cell note associated with the cell
in the upper-left corner of the range.</summary>
5899             <param name=
"Length">Optional Object. The number of characters to be set or returned. If this argument is omitted, Microsoft Excel sets or returns characters from the starting position to the end of the note (up to 255 characters). If there are more than 255 characters from Start to the end of the note, this method returns only 255 characters.</param>
5900             <param name=
"Text">Optional Object. The text to add to the note (up to 255 characters). The text is inserted starting at position Start, replacing Length characters of the existing note. If this argument is omitted, this method returns the current text of the note starting at position Start, for Length characters.</param>
5901             <param name=
"Start">Optional Object. The starting position for the text that’s set or returned. If this argument is omitted, this method starts at the first character. To append text to the note, specify a number larger than the number of characters in the existing note.</param>
5902         </member>
5903         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Parse(System.Object,System.Object)">
5904             <summary>Parses a range of data and breaks it
into multiple cells.</summary>
5905             <param name=
"ParseLine">Optional Object. A string that contains left and right brackets to indicate where the cells should be split.For example, "[xxx][xxx]" would insert the first three characters into the first column of the destination range, and it would insert the next three characters into the second column.If this argument is omitted, Microsoft Excel guesses where to split the columns based on the spacing of the top left cell in the range. If you want to use a different range to guess the parse line, use a Range object as the ParseLine argument. That range must be one of the cells that's being parsed. The ParseLine argument cannot be longer than 255 characters, including the brackets and spaces.</param>
5906             <param name=
"Destination">Optional Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the upper-left corner of the destination range for the parsed data. If this argument is omitted, Microsoft Excel parses in place.</param>
5907         </member>
5908         <member name=
"M:Microsoft.Office.Interop.Excel.Range.PasteSpecial(Microsoft.Office.Interop.Excel.XlPasteType,Microsoft.Office.Interop.Excel.XlPasteSpecialOperation,System.Object,System.Object)">
5909             <summary>Pastes a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> from the Clipboard into the specified range.</summary>
5910             <param name=
"Transpose">Optional Object. True to transpose rows and columns when the range is pasted. The default value is False.</param>
5911             <param name=
"Paste">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPasteType"></see>. The part of the range to be pasted. Can be one of the following XlPasteType constants:xlPasteAll defaultxlPasteAllExceptBordersxlPasteColumnWidthsxlPasteCommentsxlPasteFormatsxlPasteFormulasxlPasteFormulasAndNumberFormatsxlPasteValidationxlPasteValuesxlPasteValuesAndNumberFormats</param>
5912             <param name=
"SkipBlanks">Optional Object. True to not have blank cells in the range on the Clipboard pasted into the destination range. The default value is False.</param>
5913             <param name=
"Operation">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation"></see>. The paste operation. Can be one of the following XlPasteSpecialOperation constants:xlPasteSpecialOperationAddxlPasteSpecialOperationDividexlPasteSpecialOperationMultiplyxlPasteSpecialOperationNonedefaultxlPasteSpecialOperationSubtract</param>
5914         </member>
5915         <member name=
"M:Microsoft.Office.Interop.Excel.Range.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5916             <summary>Prints the
object.</summary>
5917             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object; False (or omitted) to print the object immediately.</param>
5918             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
5919             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
5920             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
5921             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
5922             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
5923             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
5924             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
5925         </member>
5926         <member name=
"M:Microsoft.Office.Interop.Excel.Range.PrintPreview(System.Object)">
5927             <summary>Shows a preview of the
object as it would look when printed.</summary>
5928             <param name=
"EnableChanges">True to enable changes.</param>
5929         </member>
5930         <member name=
"M:Microsoft.Office.Interop.Excel.Range.RemoveDuplicates(System.Object,Microsoft.Office.Interop.Excel.XlYesNoGuess)">
5931             <summary>Removes duplicate values
from a range of values.</summary>
5932             <param name=
"Header">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlYesNoGuess"></see> Specifies whether the first row contains header information. <see cref="F:Microsoft.Office.Interop.Excel.XlYesNoGuess.xlNo"></see> is the default value; specify <see cref="F:Microsoft.Office.Interop.Excel.XlYesNoGuess.xlGuess"></see> if you want Excel to attempt to determine the header.</param>
5933             <param name=
"Columns">Optional Object Array of indexes of the columns that contain the duplicate information. If nothing is passed then it assumes all columns contain duplicate information.</param>
5934         </member>
5935         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Replace(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5936             <summary>Returns a Boolean indicating characters
in cells within the specified range.</summary>
5937             <param name=
"Replacement">Required Object. The replacement string.</param>
5938             <param name=
"SearchOrder">Optional Object. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlSearchOrder"></see> constants: xlByRows or xlByColumns.</param>
5939             <param name=
"What">Required Object. The string you want Microsoft Excel to search for.</param>
5940             <param name=
"MatchCase">Optional Object. True to make the search case sensitive.</param>
5941             <param name=
"MatchByte">Optional Object. You can use this argument only if you’ve selected or installed double-byte language support in Microsoft Excel. True to have double-byte characters match only double-byte characters; False to have double-byte characters match their single-byte equivalents.</param>
5942             <param name=
"LookAt">Optional Object. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlLookAt"></see> constants: xlWhole or xlPart.</param>
5943             <param name=
"SearchFormat">Optional Object. The search format for the method.</param>
5944             <param name=
"ReplaceFormat">Optional Object. The replace format for the method.</param>
5945         </member>
5946         <member name=
"M:Microsoft.Office.Interop.Excel.Range.RowDifferences(System.Object)">
5947             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents all the cells whose contents are different from those of the comparison cell in each row.</summary>
5948             <param name=
"Comparison">Required Object. A single cell to compare with the specified range.</param>
5949         </member>
5950         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Run(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
5951             <summary>Runs the Microsoft Excel macro at
this location.</summary>
5952             <param name=
"Arg28">Optional Object. The arguments that should be passed to the function.</param>
5953             <param name=
"Arg29">Optional Object. The arguments that should be passed to the function.</param>
5954             <param name=
"Arg24">Optional Object. The arguments that should be passed to the function.</param>
5955             <param name=
"Arg25">Optional Object. The arguments that should be passed to the function.</param>
5956             <param name=
"Arg26">Optional Object. The arguments that should be passed to the function.</param>
5957             <param name=
"Arg27">Optional Object. The arguments that should be passed to the function.</param>
5958             <param name=
"Arg20">Optional Object. The arguments that should be passed to the function.</param>
5959             <param name=
"Arg21">Optional Object. The arguments that should be passed to the function.</param>
5960             <param name=
"Arg22">Optional Object. The arguments that should be passed to the function.</param>
5961             <param name=
"Arg23">Optional Object. The arguments that should be passed to the function.</param>
5962             <param name=
"Arg30">Optional Object. The arguments that should be passed to the function.</param>
5963             <param name=
"Arg8">Optional Object. The arguments that should be passed to the function.</param>
5964             <param name=
"Arg9">Optional Object. The arguments that should be passed to the function.</param>
5965             <param name=
"Arg6">Optional Object. The arguments that should be passed to the function.</param>
5966             <param name=
"Arg7">Optional Object. The arguments that should be passed to the function.</param>
5967             <param name=
"Arg4">Optional Object. The arguments that should be passed to the function.</param>
5968             <param name=
"Arg5">Optional Object. The arguments that should be passed to the function.</param>
5969             <param name=
"Arg2">Optional Object. The arguments that should be passed to the function.</param>
5970             <param name=
"Arg3">Optional Object. The arguments that should be passed to the function.</param>
5971             <param name=
"Arg14">Optional Object. The arguments that should be passed to the function.</param>
5972             <param name=
"Arg1">Optional Object. The arguments that should be passed to the function.</param>
5973             <param name=
"Arg12">Optional Object. The arguments that should be passed to the function.</param>
5974             <param name=
"Arg11">Optional Object. The arguments that should be passed to the function.</param>
5975             <param name=
"Arg10">Optional Object. The arguments that should be passed to the function.</param>
5976             <param name=
"Arg16">Optional Object. The arguments that should be passed to the function.</param>
5977             <param name=
"Arg15">Optional Object. The arguments that should be passed to the function.</param>
5978             <param name=
"Arg13">Optional Object. The arguments that should be passed to the function.</param>
5979             <param name=
"Arg19">Optional Object. The arguments that should be passed to the function.</param>
5980             <param name=
"Arg18">Optional Object. The arguments that should be passed to the function.</param>
5981             <param name=
"Arg17">Optional Object. The arguments that should be passed to the function.</param>
5982         </member>
5983         <member name=
"M:Microsoft.Office.Interop.Excel.Range.ShowDependents(System.Object)">
5984             <summary>Draws tracer arrows to the direct dependents of the range.</summary>
5985             <param name=
"Remove">Optional Object. True to remove one level of tracer arrows to direct dependents; False to expand one level of tracer arrows. The default value is False.</param>
5986         </member>
5987         <member name=
"M:Microsoft.Office.Interop.Excel.Range.ShowPrecedents(System.Object)">
5988             <summary>Draws tracer arrows to the direct precedents of the range.</summary>
5989             <param name=
"Remove">Optional Object. True to remove one level of tracer arrows to direct precedents; False to expand one level of tracer arrows. The default value is False.</param>
5990         </member>
5991         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Sort(System.Object,Microsoft.Office.Interop.Excel.XlSortOrder,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSortOrder,System.Object,Microsoft.Office.Interop.Excel.XlSortOrder,Microsoft.Office.Interop.Excel.XlYesNoGuess,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSortOrientation,Microsoft.Office.Interop.Excel.XlSortMethod,Microsoft.Office.Interop.Excel.XlSortDataOption,Microsoft.Office.Interop.Excel.XlSortDataOption,Microsoft.Office.Interop.Excel.XlSortDataOption)">
5992             <summary>Sorts a PivotTable report, a range, or the active region
if the specified range contains only one cell.</summary>
5993             <param name=
"Key3">Optional Object. The third sort field, as either text (a range name) or a Range object. If you omit this argument, there’s no third sort field. Cannot be used when sorting PivotTable reports.</param>
5994             <param name=
"MatchCase">Optional Object. True to do a case-sensitive sort; False to do a sort that’s not case sensitive. Cannot be used when sorting PivotTable reports.</param>
5995             <param name=
"DataOption1">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see>. Specifies how to sort text in Key 1. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortDataOption constants:xlSortTextAsNumbers. Treat text as numeric data for the sort.xlSortNormaldefault. Sorts numeric and text data separately.</param>
5996             <param name=
"DataOption3">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see>. Specifies how to sort text in key 3. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortDataOption constants:xlSortTextAsNumbers. Treats text as numeric data for the sort.xlSortNormaldefault. Sorts numeric and text data separately.</param>
5997             <param name=
"DataOption2">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see>. Specifies how to sort text in Key 2. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortDataOption constants:xlSortTextAsNumbers. Treats text as numeric data for the sort.xlSortNormaldefault. Sorts numeric and text data separately.</param>
5998             <param name=
"Header">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlYesNoGuess"></see>. Specifies whether or not the first row contains headers. Cannot be used when sorting PivotTable reports. Can be one of the following XlYesNoGuess constants:xlGuess. Let Microsoft Excel determine whether there’s a header, and determine where it is if there is one.xlNodefault. (The entire range should be sorted).xlYes. (The entire range should not be sorted).</param>
5999             <param name=
"SortMethod">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortMethod"></see>. The type of sort. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed. Can be one of the following XlSortMethod constants:xlStroke Sorting by the quantity of strokes in each character.xlPinYindefault. Phonetic Chinese sort order for characters.</param>
6000             <param name=
"Order1">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order for the field or range specified in Key1. Can be one of the following XlSortOrder constants:xlDescending. Sorts Key1 in descending order.xlAscendingdefault. Sorts Key1 in ascending order.</param>
6001             <param name=
"Order2">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order for the field or range specified in Key2. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortOrder constants:xlDescending. Sorts Key2 in descending order.xlAscendingdefault. Sorts Key2 in ascending order.</param>
6002             <param name=
"Order3">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order for the field or range specified in Key3. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortOrder constants:xlDescending. Sorts Key3 in descending order.xlAscendingdefault. Sorts Key3 in ascending order.</param>
6003             <param name=
"Orientation">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrientation"></see>. The sort orientation. Can be one of the following XlSortOrientation constants:xlSortRowsdefault. Sorts by row.xlSortColumns. Sorts by column.</param>
6004             <param name=
"Key1">Optional Object. The first sort field, as either text (a PivotTable field or range name) or a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object ("Dept" or Cells(1, 1), for example).</param>
6005             <param name=
"Type">Optional Object. Specifies which elements are to be sorted. Use this argument only when sorting PivotTable reports. Can be one of the following XlSortType constants:xlSortLabels. Sorts the PivotTable report by labels.xlSortValues. Sorts the PivotTable report by values.</param>
6006             <param name=
"Key2">Optional Object. The second sort field, as either text (a PivotTable field or range name) or a Range object. If you omit this argument, there’s no second sort field. Cannot be used when sorting Pivot Table reports.</param>
6007             <param name=
"OrderCustom">Optional Object. This argument is a one-based integer offset to the list of custom sort orders. If you omit OrderCustom, a normal sort is used.</param>
6008         </member>
6009         <member name=
"M:Microsoft.Office.Interop.Excel.Range.SortSpecial(Microsoft.Office.Interop.Excel.XlSortMethod,System.Object,Microsoft.Office.Interop.Excel.XlSortOrder,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSortOrder,System.Object,Microsoft.Office.Interop.Excel.XlSortOrder,Microsoft.Office.Interop.Excel.XlYesNoGuess,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSortOrientation,Microsoft.Office.Interop.Excel.XlSortDataOption,Microsoft.Office.Interop.Excel.XlSortDataOption,Microsoft.Office.Interop.Excel.XlSortDataOption)">
6010             <summary>Uses East Asian sorting methods to sort the range or a PivotTable report, or uses the method
for the active region if the range contains only one cell. For example, Japanese sorts in the order of the Kana syllabary.</summary>
6011             <param name=
"Key3">Optional object. The third sort field, as either text (a range name) or a Range object. If you omit this argument, there’s no third sort field. Cannot be used when sorting PivotTable reports.</param>
6012             <param name=
"MatchCase">Optional Object. True to do a case-sensitive sort; False to do a sort that’s not case sensitive. Cannot be used when sorting PivotTable reports.</param>
6013             <param name=
"DataOption1">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see>. Specifies how to sort text in Key1. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortDataOption constants:xlSortTextAsNumbers. Treats text as numeric data for the sort.xlSortNormaldefault. Sorts numeric and text data separately.</param>
6014             <param name=
"DataOption3">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see>. Specifies how to sort text in Key 3. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortDataOption constants:xlSortTextAsNumbers. Treats text numeric data for the sort.xlSortNormaldefault. Sorts numeric and text data separately.</param>
6015             <param name=
"DataOption2">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see>. Specifies how to sort text in Key 2. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortDataOption constants:xlSortTextAsNumbers. Treats text as numeric data for the sort.xlSortNormaldefault. Sorts numeric and text data separately.</param>
6016             <param name=
"Header">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlYesNoGuess"></see>. Specifies whether or not the first row contains headers. Cannot be used when sorting PivotTable reports. Can be one of the following XlYesNoGuess constants:xlGuess. Lets Microsoft Excel determine whether there’s a header, and determine where it is if there is one.xlNodefault. The entire range should be sorted.xlYes. The entire range should not be sorted.</param>
6017             <param name=
"SortMethod">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortMethod"></see>. The type of sort. Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed. Can be one of the following XlSortMethod constants:xlStroke. Sorting by the quantity of strokes in each character.xlPinYindefault. Phonetic Chinese sort order for characters.</param>
6018             <param name=
"Order1">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order for the field or range specified in the Key1 argument. Can be one of the following XlSortOrder constants:xlDescending. Sorts Key1 in descending order.xlAscendingdefault. Sorts Key1 in ascending order.</param>
6019             <param name=
"Order2">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order for the field or range specified in the Key2 argument. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortOrder constants:xlDescending. Sorts Key2 in descending order xlAscending default. Sorts Key2 in ascending order.</param>
6020             <param name=
"Order3">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrder"></see>. The sort order for the field or range specified in the Key3 argument. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortOrder constants: xlDescending. Sorts Key3 in descending order.xlAscendingdefault. Sorts Key3 in ascending order.</param>
6021             <param name=
"Orientation">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSortOrientation"></see>. The sort orientation. Can be one of the following XlSortOrientation constants:xlSortRowsdefault. The sort is done by row.xlSortColumns. The sort is done by column.</param>
6022             <param name=
"Key1">Optional Object. The first sort field, as either text (a PivotTable field or range name) or a Range object ("Dept" or Cells(1, 1), for example).</param>
6023             <param name=
"Type">Optional Object. Specifies which elements are to be sorted. Use this argument only when sorting PivotTable reports.</param>
6024             <param name=
"Key2">Optional Object. The second sort field, as either text (a PivotTable field or range name) or a Range object. If you omit this argument, there’s no second sort field. Cannot be used when sorting PivotTable reports. Can be one of the following XlSortType constants:xlSortLabels. Sorts the PivotTable report by labels.xlSortValues. Sorts the PivotTable report by values.</param>
6025             <param name=
"OrderCustom">Optional Object. This argument is a one-based integer offset to the list of custom sort orders. If you omit OrderCustom, (normal sort order) is used.</param>
6026         </member>
6027         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Speak(System.Object,System.Object)">
6028             <summary>Causes the cells of the range to be spoken
in row order or column order.</summary>
6029             <param name=
"SpeakDirection">Optional Object. The speak direction, by rows or columns.</param>
6030             <param name=
"SpeakFormulas">Optional Object. True will cause formulas to be sent to the Text-To-Speech (TTS) engine for cells that have formulas. The value is sent if the cells do not have formulas; False (default) will cause values to always be sent to the TTS engine.</param>
6031         </member>
6032         <member name=
"M:Microsoft.Office.Interop.Excel.Range.SpecialCells(Microsoft.Office.Interop.Excel.XlCellType,System.Object)">
6033             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents all the cells that match the specified type and value.</summary>
6034             <param name=
"Value">Optional Object. If Type is either xlCellTypeConstants or xlCellTypeFormulas, this argument is used to determine which types of cells to include in the result. These values can be added together to return more than one type. The default is to select all constants or formulas, no matter what the type. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlSpecialCellsValue"></see> constants:xlErrorsxlLogicalxlNumbersxlTextValues</param>
6035             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlCellType"></see>. The cells to include. Can be one of the following XlCellType constants:xlCellTypeAllFormatConditions. Cells of any format.xlCellTypeAllValidation. Cells having validation criteria.xlCellTypeBlanks. Empty cells.xlCellTypeComments. Cells containing notes.xlCellTypeConstants. Cells containing constants.xlCellTypeFormulas. Cells containing formulas.xlCellTypeLastCell. The last cell in the used range.xlCellTypeSameFormatConditions. Cells having the same format.xlCellTypeSameValidation. Cells having the same validation criteria.xlCellTypeVisible. All visible cells.</param>
6036         </member>
6037         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Subtotal(System.Int32,Microsoft.Office.Interop.Excel.XlConsolidationFunction,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlSummaryRow)">
6038             <summary>Creates subtotals
for the range (or the current region, if the range is a single cell).</summary>
6039             <param name=
"PageBreaks">Optional Object. True to add page breaks after each group. The default value is False.</param>
6040             <param name=
"TotalList">Required Object. An array of 1-based field offsets, indicating the fields to which the subtotals are added. For more information, see the example.</param>
6041             <param name=
"SummaryBelowData">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSummaryRow"></see>. Places the summary data relative to the subtotal. Can be one of the following XlSummaryRow constants:xlSummaryAbovexlSummaryBelowdefault</param>
6042             <param name=
"GroupBy">Required Integer. The field to group by, as a one-based integer offset. For more information, see the example.</param>
6043             <param name=
"Replace">Optional Object. True to replace existing subtotals. The default value is False.</param>
6044             <param name=
"Function">Required <see cref="T:Microsoft.Office.Interop.Excel.XlConsolidationFunction"></see>. The subtotal function. Can be one of the following XlConsolidationFunction constants:xlAveragexlCountxlCountNumsxlMaxxlMinxlProductxlStDevxlStDevPxlSumxlUnknownxlVarxlVarP</param>
6045         </member>
6046         <member name=
"M:Microsoft.Office.Interop.Excel.Range.Table(System.Object,System.Object)">
6047             <summary>Creates a data table based
on input values and formulas that you define on a worksheet.</summary>
6048             <param name=
"RowInput">Optional Object. A single cell to use as the row input for your table.</param>
6049             <param name=
"ColumnInput">Optional Object. A single cell to use as the column input for your table.</param>
6050         </member>
6051         <member name=
"M:Microsoft.Office.Interop.Excel.Range.TextToColumns(System.Object,Microsoft.Office.Interop.Excel.XlTextParsingType,Microsoft.Office.Interop.Excel.XlTextQualifier,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
6052             <summary>Parses a column of cells that contain text
into several columns.</summary>
6053             <param name=
"OtherChar">Optional Object (required if Other is True). The delimiter character when Other is True. If more than one character is specified, only the first character of the string is used; the remaining characters are ignored.</param>
6054             <param name=
"DataType">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlTextParsingType"></see>. The format of the text to be split into columns. Can be one of the following XlTextParsingType constants:xlDelimited defaultxlFixedWidth</param>
6055             <param name=
"Tab">Optional Object. True to have DataType be xlDelimited and to have the tab character be a delimiter. The default value is False.</param>
6056             <param name=
"DecimalSeparator">Optional String. The decimal separator that Microsoft Excel uses when recognizing numbers. The default setting is the system setting.</param>
6057             <param name=
"Semicolon">Optional Object. True to have DataType be xlDelimited and to have the semicolon be a delimiter. The default value is False.</param>
6058             <param name=
"Comma">Optional Object. True to have DataType be xlDelimited and to have the comma be a delimiter. The default value is False.</param>
6059             <param name=
"TrailingMinusNumbers">Optional Object. Numbers that begin with a minus character.</param>
6060             <param name=
"Space">Optional Object. True to have DataType be xlDelimited and to have the space character be a delimiter. The default value is False.</param>
6061             <param name=
"ConsecutiveDelimiter">Optional Object. True to have Microsoft Excel consider consecutive delimiters as one delimiter. The default value is False.</param>
6062             <param name=
"Other">Optional Object. True to have DataType be xlDelimited and to have the character specified by the OtherChar argument be a delimiter. The default value is False.</param>
6063             <param name=
"TextQualifier">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlTextQualifier"></see>. Can be one of the following XlTextQualifier constants:xlTextQualifierDoubleQuotedefaultxlTextQualifierNonexlTextQualifierSingleQuote</param>
6064             <param name=
"ThousandsSeparator">Optional String. The thousands separator that Excel uses when recognizing numbers. The default setting is the system setting.</param>
6065             <param name=
"Destination">Optional Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that specifies where Microsoft Excel will place the results. If the range is larger than a single cell, the top left cell is used.</param>
6066             <param name=
"FieldInfo">Optional Object. An array containing parse information for the individual columns of data. The interpretation depends on the value of DataType. When the data is delimited, this argument is an array of two-element arrays, with each two-element array specifying the conversion options for a particular column. The first element is the column number (1-based), and the second element is one of the <see cref="T:Microsoft.Office.Interop.Excel.XlColumnDataType"></see> constants specifying how the column is parsed. Can be one of the following XlColumnDataType constants:xlGeneralFormat. Genera. xlTextFormat. Text.xlMDYFormat. MDY Date.xlDMYFormat. DMY Date.xlYMDFormat. YMD Date.xlMYDFormat. MYD Date.xlDYMFormat. DYM Date.xlYDMFormat. YDM Date.xlEMDFormat. EMD Date.xlSkipColumn. Skip Column.You can use xlEMDFormat only if Taiwanese language support is installed and selected. The xlEMDFormat constant specifies that Taiwanese era dates are being used.The column specifiers can be in any order. If a given column specifier is not present for a particular column in the input data, the column is parsed with the General setting.If the source data has fixed-width columns, the first element of each two-element array specifies the starting character position in the column (as an integer; 0 (zero) is the first character). The second element of the two-element array specifies the parse option for the column as a number from 1 through 9, as listed above.</param>
6067         </member>
6068         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Address(System.Object,System.Object,Microsoft.Office.Interop.Excel.XlReferenceStyle,System.Object,System.Object)">
6069             <summary>Returns the range reference.</summary>
6070             <param name=
"External">Optional Object. True to return an external reference; False to return a local reference. The default value is False.</param>
6071             <param name=
"ColumnAbsolute">Optional Object. True to return the column part of the reference as an absolute reference. The default value is True.</param>
6072             <param name=
"RowAbsolute">Optional Object. True to return the row part of the reference as an absolute reference. The default value is True.</param>
6073             <param name=
"RelativeTo">Optional Object. If RowAbsolute and ColumnAbsolute are False, and ReferenceStyle is xlR1C1, you must include a starting point for the relative reference. This argument is a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that defines the starting point.</param>
6074             <param name=
"ReferenceStyle">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlReferenceStyle"></see>.</param>
6075         </member>
6076         <member name=
"P:Microsoft.Office.Interop.Excel.Range.AddressLocal(System.Object,System.Object,Microsoft.Office.Interop.Excel.XlReferenceStyle,System.Object,System.Object)">
6077             <summary>Returns the range reference
for the specified range in the language of the user. </summary>
6078             <param name=
"External">Optional Object. True to return an external reference. False to return a local reference. The default value is False.</param>
6079             <param name=
"ColumnAbsolute">Optional Object. True to return the column part of the reference as an absolute reference. The default value is True.</param>
6080             <param name=
"RowAbsolute">Optional Object. True to return the row part of the reference as an absolute reference. The default value is True.</param>
6081             <param name=
"RelativeTo">Optional Object. If RowAbsolute and ColumnAbsolute are both set to False and ReferenceStyle is set to xlR1C1, you must include a starting point for the relative reference. This argument is a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that defines the starting point for the reference.</param>
6082             <param name=
"ReferenceStyle">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlReferenceStyle"></see>.</param>
6083         </member>
6084         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Characters(System.Object,System.Object)">
6085             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Characters"></see> object that represents a range of characters within the object text. </summary>
6086             <param name=
"Length">Optional Object. The number of characters to be returned. If this argument is omitted, this property returns the remainder of the string (everything after the Start character).</param>
6087             <param name=
"Start">Optional Object. The first character to be returned. If this argument is either 1 or omitted, this property returns a range of characters starting with the first character.</param>
6088         </member>
6089         <member name=
"P:Microsoft.Office.Interop.Excel.Range.CountLarge">
6090             <summary>Counts the largest
value in a given Range of values. Read-only.</summary>
6091             <returns>Object</returns>
6092         </member>
6093         <member name=
"P:Microsoft.Office.Interop.Excel.Range.End(Microsoft.Office.Interop.Excel.XlDirection)">
6094             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the cell at the end of the region that contains the source range.</summary>
6095             <param name=
"Direction">Required <see cref="T:Microsoft.Office.Interop.Excel.XlDirection"></see>. The direction in which to move.</param>
6096         </member>
6097         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Item(System.Object,System.Object)">
6098             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents a range at an offset to the specified range.</summary>
6099             <param name=
"ColumnIndex">Optional Object. A number or string that indicates the column number of the cell you want to access, starting with either 1 or "A" for the first column in the range.</param>
6100             <param name=
"RowIndex">Required Object. The index number of the cell you want to access, in order from left to right, then down. Range.Item(1) returns the upper-left cell in the range; Range.Item(2) returns the cell immediately to the right of the upper-left cell.</param>
6101         </member>
6102         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Offset(System.Object,System.Object)">
6103             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents a range that’s offset from the specified range.</summary>
6104             <param name=
"RowOffset">Optional Object. The number of rows (positive, negative, or 0 (zero)) by which the range is to be offset. Positive values are offset downward, and negative values are offset upward. The default value is 0.</param>
6105             <param name=
"ColumnOffset">Optional Object. The number of columns (positive, negative, or 0 (zero)) by which the range is to be offset. Positive values are offset to the right, and negative values are offset to the left. The default value is 0.</param>
6106         </member>
6107         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Range(System.Object,System.Object)">
6108             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents a cell or a range of cells.</summary>
6109             <param name=
"Cell1">Required Object. The name of the range. This must be an A1-style reference in the language of the macro. It can include the range operator (a colon), the intersection operator (a space), or the union operator (a comma). It can also include dollar signs, but they’re ignored. You can use a local defined name in any part of the range. If you use a name, the name is assumed to be in the language of the macro.</param>
6110             <param name=
"Cell2">Optional Object. The cell in the upper-left and lower-right corner of the range. Can be a Range object that contains a single cell, an entire column, or entire row, or it can be a string that names a single cell in the language of the macro.</param>
6111         </member>
6112         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Resize(System.Object,System.Object)">
6113             <summary>Resizes the specified range.</summary>
6114             <param name=
"RowSize">Optional Object. The number of rows in the new range. If this argument is omitted, the number of rows in the range remains the same.</param>
6115             <param name=
"ColumnSize">Optional Object. The number of columns in the new range. If this argument is omitted, the number of columns in the range remains the same.</param>
6116         </member>
6117         <member name=
"P:Microsoft.Office.Interop.Excel.Range.ServerActions">
6118             <summary>Specifies the actions that can be performed
on the SharePoint server for a <see cref="T: Microsoft.Office.Interop.Excel.Range"></see> object.</summary>
6119             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Actions"></see></returns>
6120         </member>
6121         <member name=
"P:Microsoft.Office.Interop.Excel.Range.Value(System.Object)">
6122             <summary>Returns or sets the
value of the specified range.</summary>
6123             <param name=
"RangeValueDataType">Optional Object. The range value data type. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlRangeValueDataType"></see> constants:xlRangeValueDefaultdefault If the specified <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object is empty, returns the value Empty (use the IsEmpty function to test for this case). If the Range object contains more than one cell, returns an array of values (use the IsArray function to test for this case).xlRangeValueMSPersistXML Returns the recordset representation of the specified Range object in an XML format.xlRangeValueXMLSpreadsheet Returns the values, formatting, formulas, and names of the specified Range object in the XML Spreadsheet format.</param>
6124         </member>
6125         <member name=
"P:Microsoft.Office.Interop.Excel.Range.VerticalAlignment">
6126             <summary>Returns or sets the vertical alignment of the specified
object.</summary>
6127             <returns>.</returns>
6128         </member>
6129         <member name=
"T:Microsoft.Office.Interop.Excel.Ranges">
6130             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see>
6131  objects.</summary>
6132         </member>
6133         <member name=
"P:Microsoft.Office.Interop.Excel.Ranges.Application">
6134             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns the creator of the specified object. Read-only.</summary>
6135             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6136         </member>
6137         <member name=
"P:Microsoft.Office.Interop.Excel.Ranges.Count">
6138             <summary>Returns the number of objects
in the collection. Read-only.</summary>
6139             <returns>Integer</returns>
6140         </member>
6141         <member name=
"P:Microsoft.Office.Interop.Excel.Ranges.Creator">
6142             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only. </summary>
6143             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6144         </member>
6145         <member name=
"P:Microsoft.Office.Interop.Excel.Ranges.Item(System.Object)">
6146             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> object that represents a range of items in a workbook. Read-only.</summary>
6147             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
6148             <param name=
"Index">Required Object the index value of the <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> item.</param>
6149         </member>
6150         <member name=
"P:Microsoft.Office.Interop.Excel.Ranges.Parent">
6151             <summary>Returns the parent of the specified
object. Read-only.</summary>
6152             <returns>Object</returns>
6153         </member>
6154         <member name=
"T:Microsoft.Office.Interop.Excel.RecentFile">
6155             <summary>Represents a file
in the list of recently used files.</summary>
6156         </member>
6157         <member name=
"T:Microsoft.Office.Interop.Excel.RecentFiles">
6158             <summary>Represents the list of recently used files. Each file
is represented by a <see cref="T:Microsoft.Office.Interop.Excel.RecentFile"></see> object.</summary>
6159         </member>
6160         <member name=
"M:Microsoft.Office.Interop.Excel.RecentFiles.Add(System.String)">
6161             <summary>Adds a file to the list of recently used files. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.RecentFile"></see> object.</summary>
6162             <param name=
"Name">Required String. The file name.</param>
6163         </member>
6164         <member name=
"P:Microsoft.Office.Interop.Excel.RecentFiles.Item(System.Int32)">
6165             <summary>Returns a single
object from a collection.</summary>
6166             <param name=
"Index">Required Integer. The index number of the object.</param>
6167         </member>
6168         <member name=
"T:Microsoft.Office.Interop.Excel.RectangularGradient">
6169             <summary>The <see cref=
"T:Microsoft.Office.Interop.Excel.RectangularGradient"></see> object transitions through a series of colors in a linear manner along a specific angle.</summary>
6170         </member>
6171         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.Application">
6172             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
6173             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6174         </member>
6175         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.ColorStops">
6176             <summary>Returns the <see cref=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.ColorStops"></see>
6177  
for the <see cref="T:Microsoft.Office.Interop.Excel.RectangularGradient"></see> object. Read-only</summary>
6178             <returns><see cref=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.ColorStops"></see></returns>
6179         </member>
6180         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.Creator">
6181             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only</summary>
6182             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6183         </member>
6184         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.Parent">
6185             <summary>Returns the parent
for the specified object. Read-only</summary>
6186             <returns>Object</returns>
6187         </member>
6188         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.RectangleBottom">
6189             <summary>Represents the point or vector that the gradient fill converges to. Read/write</summary>
6190             <returns>Double</returns>
6191         </member>
6192         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.RectangleLeft">
6193             <summary>Represents the point or vector that the gradient fill converges to. Read/write</summary>
6194             <returns>Double</returns>
6195         </member>
6196         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.RectangleRight">
6197             <summary>Represents the point or vector that the gradient fill converges to. Read/write</summary>
6198             <returns>Double</returns>
6199         </member>
6200         <member name=
"P:Microsoft.Office.Interop.Excel.RectangularGradient.RectangleTop">
6201             <summary>Represents the point or vector that the gradient fill converges to. Read/write</summary>
6202             <returns>Double</returns>
6203         </member>
6204         <member name=
"T:Microsoft.Office.Interop.Excel.RefreshEvents_AfterRefreshEventHandler">
6205             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.RefreshEvents_Event.AfterRefresh"></see> event. The AfterRefresh event occurs after a query is completed or canceled.</summary>
6206         </member>
6207         <member name=
"T:Microsoft.Office.Interop.Excel.RefreshEvents_BeforeRefreshEventHandler">
6208             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.RefreshEvents_Event.BeforeRefresh"></see> event. The BeforeRefresh event occurs before any refreshes of the query table.</summary>
6209         </member>
6210         <member name=
"T:Microsoft.Office.Interop.Excel.RefreshEvents_Event">
6211             <summary>Events
interface for Microsoft Excel <see cref="T:Microsoft.Office.Interop.Excel.QueryTable"></see> object events.</summary>
6212         </member>
6213         <member name=
"E:Microsoft.Office.Interop.Excel.RefreshEvents_Event.AfterRefresh">
6214             <summary>Occurs after a query
is completed or canceled.</summary>
6215         </member>
6216         <member name=
"E:Microsoft.Office.Interop.Excel.RefreshEvents_Event.BeforeRefresh">
6217             <summary>Occurs before any refreshes of the query table. This includes refreshes resulting
from calling the Refresh method, from the user's actions in the product, and from opening the workbook containing the query table.</summary>
6218         </member>
6219         <member name=
"T:Microsoft.Office.Interop.Excel.Research">
6220             <summary>Represents the controls of a Research query. </summary>
6221         </member>
6222         <member name=
"M:Microsoft.Office.Interop.Excel.Research.IsResearchService(System.String)">
6223             <summary>Indicates whether the GUID specified
in the ServiceID parameter corresponds to a currently configured service.</summary>
6224             <param name=
"ServiceID">Required String an object that specifies the GUID that identifies the research service.</param>
6225         </member>
6226         <member name=
"M:Microsoft.Office.Interop.Excel.Research.Query(System.String,System.Object,System.Object,System.Object,System.Object)">
6227             <summary>Specifies a research query.</summary>
6228             <returns>Object</returns>
6229             <param name=
"LaunchQuery">Optional BooleanTrue launches the query. False displays the Research task pane scoped to search the specified research service.</param>
6230             <param name=
"QueryLanguage">Optional Object Specifies the query language of the query string.</param>
6231             <param name=
"NewQueryContextXML">Optional Object Specifies the XML file containing the new query content.</param>
6232             <param name=
"RequeryContextXML">Optional Object Specifies the XML file containing the requested content.</param>
6233             <param name=
"UseSelection">Optional BooleanTrue to use the current selection as the query string. This overrides the QueryString parameter if set. Default value is False.</param>
6234             <param name=
"QueryString">Optional Object Specifies the query string.</param>
6235             <param name=
"ServiceID">Required String Specifies a GUID that identifies the research service.</param>
6236         </member>
6237         <member name=
"M:Microsoft.Office.Interop.Excel.Research.SetLanguagePair(System.Int32,System.Int32)">
6238             <summary>Sets the languages
for the translation service.</summary>
6239             <returns>Object</returns>
6240             <param name=
"LanguageFrom">Required Integer Specifies the language to translate from.</param>
6241             <param name=
"LanguageTo">Required Integer Specifies the langauge to translate to.</param>
6242         </member>
6243         <member name=
"P:Microsoft.Office.Interop.Excel.Research.Application">
6244             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object representing the creator of the specified object. Read-only.</summary>
6245             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6246         </member>
6247         <member name=
"P:Microsoft.Office.Interop.Excel.Research.Creator">
6248             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
6249             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6250         </member>
6251         <member name=
"P:Microsoft.Office.Interop.Excel.Research.Parent">
6252             <summary>Returns the parent
for the specified object. Read-only.</summary>
6253             <returns>Object</returns>
6254         </member>
6255         <member name=
"T:Microsoft.Office.Interop.Excel.RoutingSlip">
6256             <summary>Represents the routing slip
for a workbook. The routing slip is used to send a workbook through the electronic mail system.</summary>
6257         </member>
6258         <member name=
"P:Microsoft.Office.Interop.Excel.RoutingSlip.Recipients(System.Object)">
6259             <summary>Returns or sets the recipients
on the routing slip.</summary>
6260             <param name=
"Index">Optional Object. The recipient. If this argument isn’t specified, the Recipients property returns (or can be set to) an array that contains all recipients.</param>
6261         </member>
6262         <member name=
"T:Microsoft.Office.Interop.Excel.RTD">
6263             <summary>Represents a real-time data
object.</summary>
6264         </member>
6265         <member name=
"T:Microsoft.Office.Interop.Excel.Scenario">
6266             <summary>Represents a scenario
on a worksheet. A scenario is a group of input values (called changing cells) that’s named and saved.</summary>
6267         </member>
6268         <member name=
"M:Microsoft.Office.Interop.Excel.Scenario.ChangeScenario(System.Object,System.Object)">
6269             <summary>Changes the scenario to have a
new set of changing cells and (optionally) scenario values.</summary>
6270             <param name=
"ChangingCells">Required Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that specifies the new set of changing cells for the scenario. The changing cells must be on the same sheet as the scenario.</param>
6271             <param name=
"Values">Optional Object. An array that contains the new scenario values for the changing cells. If this argument is omitted, the scenario values are assumed to be the current values in the changing cells.</param>
6272         </member>
6273         <member name=
"P:Microsoft.Office.Interop.Excel.Scenario.Values(System.Object)">
6274             <summary>Returns an array that contains the current values of the changing cells
for the scenario.</summary>
6275             <param name=
"Index">Optional Object. The position of the value.</param>
6276         </member>
6277         <member name=
"T:Microsoft.Office.Interop.Excel.Scenarios">
6278             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Scenario"></see> objects on the specified worksheet. A scenario is a group of input values (called changing cells) that’s named and saved.</summary>
6279         </member>
6280         <member name=
"M:Microsoft.Office.Interop.Excel.Scenarios.Add(System.String,System.Object,System.Object,System.Object,System.Object,System.Object)">
6281             <summary>Creates a
new scenario and adds it to the list of scenarios that are available for the current worksheet.</summary>
6282             <param name=
"Comment">Optional Object. A string that specifies comment text for the scenario. When a new scenario is added, the author's name and date are automatically added at the beginning of the comment text.</param>
6283             <param name=
"Hidden">Optional Object. True to hide the scenario. The default value is False.</param>
6284             <param name=
"ChangingCells">Required Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that refers to the changing cells for the scenario.</param>
6285             <param name=
"Locked">Optional Object. True to lock the scenario to prevent changes. The default value is True.</param>
6286             <param name=
"Name">Required String. The scenario name.</param>
6287             <param name=
"Values">Optional Object. An array that contains the scenario values for the cells in ChangingCells. If this argument is omitted, the scenario values are assumed to be the current values in the cells in ChangingCells.</param>
6288         </member>
6289         <member name=
"M:Microsoft.Office.Interop.Excel.Scenarios.CreateSummary(Microsoft.Office.Interop.Excel.XlSummaryReportType,System.Object)">
6290             <summary>Creates a
new worksheet that contains a summary report for the scenarios on the specified worksheet.</summary>
6291             <param name=
"ReportType">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlSummaryReportType"></see>.</param>
6292             <param name=
"ResultCells">Optional Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that represents the result cells on the specified worksheet. Normally, this range refers to one or more cells containing the formulas that depend on the changing cell values for your model — that is, the cells that show the results of a particular scenario. If this argument is omitted, there are no result cells included in the report.</param>
6293         </member>
6294         <member name=
"M:Microsoft.Office.Interop.Excel.Scenarios.Item(System.Object)">
6295             <summary>Returns a single
object from a collection.</summary>
6296             <param name=
"Index">Required Object. The name or index number for the object.</param>
6297         </member>
6298         <member name=
"M:Microsoft.Office.Interop.Excel.Scenarios.Merge(System.Object)">
6299             <summary>Merges the scenarios
from another sheet into the <see cref="T:Microsoft.Office.Interop.Excel.Scenarios"></see> collection.</summary>
6300             <param name=
"Source">Required Object. The name of the sheet that contains scenarios to be merged, or a <see cref="T:Microsoft.Office.Interop.Excel.Worksheet"></see> object that represents that sheet.</param>
6301         </member>
6302         <member name=
"T:Microsoft.Office.Interop.Excel.Series">
6303             <summary>Represents a series
in a chart. The Series object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.SeriesCollection"></see> collection.</summary>
6304         </member>
6305         <member name=
"M:Microsoft.Office.Interop.Excel.Series.ApplyCustomType(Microsoft.Office.Interop.Excel.XlChartType)">
6306             <summary>Applies a standard or custom chart type to a series.</summary>
6307             <param name=
"ChartType">Required <see cref="T:Microsoft.Office.Interop.Excel.XlChartType"></see>. A standard chart type.</param>
6308         </member>
6309         <member name=
"M:Microsoft.Office.Interop.Excel.Series.ApplyDataLabels(Microsoft.Office.Interop.Excel.XlDataLabelsType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
6310             <summary>Applies data labels to a point, a series, or all the series
in a chart.</summary>
6311             <param name=
"ShowValue">Optional Object. The value for the data label.</param>
6312             <param name=
"ShowBubbleSize">Optional Object. The bubble size for the data label.</param>
6313             <param name=
"Separator">Optional Object. The separator for the data label.</param>
6314             <param name=
"HasLeaderLines">Optional Object. For the <see cref="T:Microsoft.Office.Interop.Excel.Chart"></see> and <see cref="T:Microsoft.Office.Interop.Excel.Series"></see> objects, True if the series has leader lines.</param>
6315             <param name=
"LegendKey">Optional Object. True to show the legend key next to the point. The default value is False.</param>
6316             <param name=
"ShowPercentage">Optional Object. The percentage for the data label.</param>
6317             <param name=
"ShowSeriesName">Optional Object. The series name for the data label.</param>
6318             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlDataLabelsType"></see>. The type of data label to apply.</param>
6319             <param name=
"ShowCategoryName">Optional Object. The category name for the data label.</param>
6320             <param name=
"AutoText">Optional Object. True if the object automatically generates appropriate text based on content.</param>
6321         </member>
6322         <member name=
"M:Microsoft.Office.Interop.Excel.Series.DataLabels(System.Object)">
6323             <summary>Returns an
object that represents either a single data label (a <see cref="T:Microsoft.Office.Interop.Excel.DataLabel"></see> object) or a collection of all the data labels for the series (a <see cref="T:Microsoft.Office.Interop.Excel.DataLabels"></see> collection).</summary>
6324             <param name=
"Index">Optional Object. The number of the data label.</param>
6325         </member>
6326         <member name=
"M:Microsoft.Office.Interop.Excel.Series.ErrorBar(Microsoft.Office.Interop.Excel.XlErrorBarDirection,Microsoft.Office.Interop.Excel.XlErrorBarInclude,Microsoft.Office.Interop.Excel.XlErrorBarType,System.Object,System.Object)">
6327             <summary>Applies error bars to the series. Object.</summary>
6328             <param name=
"Direction">Required <see cref="T:Microsoft.Office.Interop.Excel.XlErrorBarDirection"></see>. The error bar direction.</param>
6329             <param name=
"Include">Required <see cref="T:Microsoft.Office.Interop.Excel.XlErrorBarInclude"></see>. The error bar parts to include.</param>
6330             <param name=
"MinusValues">Optional Object. The negative error amount when Type is xlErrorBarTypeCustom.</param>
6331             <param name=
"Amount">Optional Object. The error amount. Used for only the positive error amount when Type is xlErrorBarTypeCustom.</param>
6332             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlErrorBarType"></see>. The error bar type.</param>
6333         </member>
6334         <member name=
"M:Microsoft.Office.Interop.Excel.Series.Points(System.Object)">
6335             <summary>Returns an
object that represents a single point (a <see cref="T:Microsoft.Office.Interop.Excel.Point"></see> object) or a collection of all the points (a <see cref="T:Microsoft.Office.Interop.Excel.Points"></see> collection) in the series. Read-only.</summary>
6336             <param name=
"Index">Optional Object. The name or number of the point.</param>
6337         </member>
6338         <member name=
"M:Microsoft.Office.Interop.Excel.Series.Trendlines(System.Object)">
6339             <summary>Returns an
object that represents a single trendline (a <see cref="T:Microsoft.Office.Interop.Excel.Trendline"></see> object) or a collection of all the trendlines (a <see cref="T:Microsoft.Office.Interop.Excel.Trendlines"></see> collection) for the series.</summary>
6340             <param name=
"Index">Optional Object. The name or number of the trendline.</param>
6341         </member>
6342         <member name=
"P:Microsoft.Office.Interop.Excel.Series.Format">
6343             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
6344             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
6345         </member>
6346         <member name=
"P:Microsoft.Office.Interop.Excel.Series.PictureUnit2">
6347             <summary>Returns or sets the unit
for each picture on the chart if the <see cref="P:Microsoft.Office.Interop.Excel.Series.PictureType"></see> property is set to <see cref="F:Microsoft.Office.Interop.Excel.XlChartPictureType.xlStackScale"></see> (if not, this property is ignored). Read/Write.</summary>
6348             <returns>Double</returns>
6349         </member>
6350         <member name=
"T:Microsoft.Office.Interop.Excel.SeriesCollection">
6351             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Series"></see> objects in the specified chart or chart group.</summary>
6352         </member>
6353         <member name=
"M:Microsoft.Office.Interop.Excel.SeriesCollection.Add(System.Object,Microsoft.Office.Interop.Excel.XlRowCol,System.Object,System.Object,System.Object)">
6354             <summary>Adds one or more
new series to the <see cref="T:Microsoft.Office.Interop.Excel.SeriesCollection"></see> collection.</summary>
6355             <param name=
"SeriesLabels">Optional Object. Ignored if Source is an array. True if the first row or column contains the name of the data series. False if the first row or column contains the first data point of the series. If this argument is omitted, Microsoft Excel attempts to determine the location of the series name from the contents of the first row or column.</param>
6356             <param name=
"CategoryLabels">Optional Object. Ignored if Source is an array. True if the first row or column contains the name of the category labels. False if the first row or column contains the first data point of the series. If this argument is omitted, Microsoft Excel attempts to determine the location of the category label from the contents of the first row or column.</param>
6357             <param name=
"Source">Required Object. The new data, either as a Range object or an array of data points.</param>
6358             <param name=
"Rowcol">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlRowCol"></see>. Specifies whether the new values are in the rows or columns of the specified range.</param>
6359             <param name=
"Replace">Optional Object. If CategoryLabels is True and Replace is True, the specified categories replace the categories that currently exist for the series. If Replace is False, the existing categories will not be replaced. The default value is False.</param>
6360         </member>
6361         <member name=
"M:Microsoft.Office.Interop.Excel.SeriesCollection.Extend(System.Object,System.Object,System.Object)">
6362             <summary>Adds
new data points to an existing series collection.</summary>
6363             <param name=
"CategoryLabels">Optional Object. Ignored if Source is an array. True to have the first row or column contain the name of the category labels. False to have the first row or column contain the first data point of the series. If this argument is omitted, Microsoft Excel attempts to determine the location of the category label from the contents of the first row or column.</param>
6364             <param name=
"Source">Required Object. The new data to be added to the <see cref="T:Microsoft.Office.Interop.Excel.SeriesCollection"></see> object, either as a <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object or an array of data points.</param>
6365             <param name=
"Rowcol">Optional Object. Ignored if Source is an array. Specifies whether the new values are in the rows or columns of the given range source. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlRowCol"></see> constants: xlRows or xlColumns. If this argument is omitted, Microsoft Excel attempts to determine where the values are by the size and orientation of the selected range or by the dimensions of the array.</param>
6366         </member>
6367         <member name=
"M:Microsoft.Office.Interop.Excel.SeriesCollection.Item(System.Object)">
6368             <summary>Returns a single
object from a collection.</summary>
6369             <param name=
"Index">Required Object. The name or index number for the object.</param>
6370         </member>
6371         <member name=
"M:Microsoft.Office.Interop.Excel.SeriesCollection.Paste(Microsoft.Office.Interop.Excel.XlRowCol,System.Object,System.Object,System.Object,System.Object)">
6372             <summary>Pastes data
from the Clipboard into the specified series collection.</summary>
6373             <param name=
"CategoryLabels">Optional Object. True to use the contents of the first row (or column) of the selection as the categories for the chart. False to use the contents of the first row (or column) as the first data series in the chart. The default value is False.</param>
6374             <param name=
"SeriesLabels">Optional Object. True to use the contents of the cell in the first column of each row (or the first row of each column) as the name of the data series in that row (or column). False to use the contents of the cell in the first column of each row (or the first row of each column) as the first data point in the data series. The default value is False.</param>
6375             <param name=
"Rowcol">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlRowCol"></see>. Specifies whether the values corresponding to a particular data series are in rows or columns. Can be one of these XlRowCol constants:xlColumns defaultxlRows</param>
6376             <param name=
"Replace">Optional Object. True to apply categories while replacing existing categories with information from the copied range. False to insert new categories without replacing any old ones. The default value is True.</param>
6377             <param name=
"NewSeries">Optional Object. True to paste the data as a new series. False to paste the data as new points in an existing series. The default value is True.</param>
6378         </member>
6379         <member name=
"T:Microsoft.Office.Interop.Excel.SeriesLines">
6380             <summary>Represents series lines
in a chart group. Series lines connect the data values from each series.</summary>
6381         </member>
6382         <member name=
"P:Microsoft.Office.Interop.Excel.SeriesLines.Format">
6383             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
6384             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
6385         </member>
6386         <member name=
"T:Microsoft.Office.Interop.Excel.ServerViewableItems">
6387             <summary>A collection of objects that have been marked
as viewable on the server.</summary>
6388         </member>
6389         <member name=
"M:Microsoft.Office.Interop.Excel.ServerViewableItems.Add(System.Object)">
6390             <summary>Adds a reference to the <see cref=
"T:Microsoft.Office.Interop.Excel.ServerViewableItems"></see> collection.</summary>
6391             <returns>Object</returns>
6392             <param name=
"Obj">Required ObjectObj can be a reference to sheets or named items (for example, named <see cref="T: Microsoft.Office.Interop.Excel.Range"></see>s, charts, tables, and <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see>s). You cannot have both sheets and named items in the same collection.</param>
6393         </member>
6394         <member name=
"M:Microsoft.Office.Interop.Excel.ServerViewableItems.Delete(System.Object)">
6395             <summary>Deletes a reference to an
object in the <see cref="T:Microsoft.Office.Interop.Excel.ServerViewableItems"></see> collection in the <see cref="T:Microsoft.Office.Interop.Excel._Workbook"></see>. </summary>
6396             <param name=
"Index">Required Integer The index of the object you want to delete.</param>
6397         </member>
6398         <member name=
"M:Microsoft.Office.Interop.Excel.ServerViewableItems.DeleteAll">
6399             <summary>Deletes references to all the objects
in the <see cref="T:Microsoft.Office.Interop.Excel.ServerViewableItems"></see> collection in the <see cref="T:Microsoft.Office.Interop.Excel._Workbook"></see>. </summary>
6400         </member>
6401         <member name=
"M:Microsoft.Office.Interop.Excel.ServerViewableItems.Item(System.Object)">
6402             <summary>Returns a single Object
from the <see cref="T:Microsoft.Office.Interop.Excel.ServerViewableItems"></see> collection.</summary>
6403             <returns>Object</returns>
6404             <param name=
"Index">Required Integer The index of the Object to be returned.</param>
6405         </member>
6406         <member name=
"P:Microsoft.Office.Interop.Excel.ServerViewableItems.Application">
6407             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see> object. Read-only.</summary>
6408             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6409         </member>
6410         <member name=
"P:Microsoft.Office.Interop.Excel.ServerViewableItems.Count">
6411             <summary>Returns the number of objects
in the collection. Read-only.</summary>
6412             <returns>Integer</returns>
6413         </member>
6414         <member name=
"P:Microsoft.Office.Interop.Excel.ServerViewableItems.Creator">
6415             <summary>Returns a
32-bit Integer that indicates the application in which this object was created. Read-only.</summary>
6416             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6417         </member>
6418         <member name=
"P:Microsoft.Office.Interop.Excel.ServerViewableItems.Parent">
6419             <summary>Returns the parent
for the specified object. Read-only.</summary>
6420             <returns>Object</returns>
6421         </member>
6422         <member name=
"T:Microsoft.Office.Interop.Excel.ShadowFormat">
6423             <summary>Represents shadow formatting
for a <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see>.</summary>
6424         </member>
6425         <member name=
"M:Microsoft.Office.Interop.Excel.ShadowFormat.IncrementOffsetX(System.Single)">
6426             <summary>Changes the horizontal offset of the shadow
by the specified number of points.</summary>
6427             <param name=
"Increment">Required Single. Specifies how far the shadow offset is to be moved horizontally in points. A positive value moves the shadow to the right; a negative value moves it to the left.</param>
6428         </member>
6429         <member name=
"M:Microsoft.Office.Interop.Excel.ShadowFormat.IncrementOffsetY(System.Single)">
6430             <summary>Changes the vertical offset of the shadow
by the specified number of points.</summary>
6431             <param name=
"Increment">Required Single. Specifies how far the shadow offset is to be moved vertically in points. A positive value moves the shadow down; a negative value moves it up.</param>
6432         </member>
6433         <member name=
"P:Microsoft.Office.Interop.Excel.ShadowFormat.Blur">
6434             <summary>Returns or sets the degree of blurriness of the specified shadow. Read/write.</summary>
6435             <returns>Float</returns>
6436         </member>
6437         <member name=
"P:Microsoft.Office.Interop.Excel.ShadowFormat.RotateWithShape">
6438             <summary>Returns or sets a <see cref=
"T:Microsoft.Office.Core.MsoTriState"></see> that represents whether to rotate the shadow when rotating the <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see>. Read/write.</summary>
6439             <returns><see cref=
"T:Microsoft.Office.Core.MsoTriState"></see></returns>
6440         </member>
6441         <member name=
"P:Microsoft.Office.Interop.Excel.ShadowFormat.Size">
6442             <summary>Returns or sets the size of the specified shadow. Read/write.</summary>
6443             <returns>Single</returns>
6444         </member>
6445         <member name=
"P:Microsoft.Office.Interop.Excel.ShadowFormat.Style">
6446             <summary>Either returns or uses a <see cref=
"T:Microsoft.Office.Core.MsoShadowStyle"></see> object to set the style of the specified shadow. Read/write. </summary>
6447             <returns><see cref=
"T:Microsoft.Office.Core.MsoShadowStyle"></see></returns>
6448         </member>
6449         <member name=
"T:Microsoft.Office.Interop.Excel.Shape">
6450             <summary>Represents an
object in the drawing layer, such as an AutoShape, freeform, OLE object, or picture. The Shape object is a member of the <see cref="T:Microsoft.Office.Interop.Excel.Shapes"></see> collection. The Shapes collection contains all the shapes on a slide.</summary>
6451         </member>
6452         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.CopyPicture(System.Object,System.Object)">
6453             <summary>Copies the selected
object to the Clipboard as a picture.</summary>
6454             <param name=
"Format">Optional Object. The format of the picture.</param>
6455             <param name=
"Appearance">Optional Object. Specifies how the picture should be copied.</param>
6456         </member>
6457         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.Flip(Microsoft.Office.Core.MsoFlipCmd)">
6458             <summary>Flips the specified shape around its horizontal or vertical axis.</summary>
6459             <param name=
"FlipCmd">Required <see cref="T:Microsoft.Office.Core.MsoFlipCmd"></see>. Specifies whether the shape is to be flipped horizontally or vertically.</param>
6460         </member>
6461         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.IncrementLeft(System.Single)">
6462             <summary>Moves the specified shape horizontally
by the specified number of points.</summary>
6463             <param name=
"Increment">Required Single. Specifies how far the shape is to be moved horizontally in points. A positive value moves the shape to the right; a negative value moves it to the left.</param>
6464         </member>
6465         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.IncrementRotation(System.Single)">
6466             <summary>Changes the rotation of the specified shape around the z-axis
by the specified number of degrees. Use the <see cref="P:Microsoft.Office.Interop.Excel.Shape.Rotation"></see> property to set the absolute rotation of the shape.</summary>
6467             <param name=
"Increment">Required Single. Specifies how far the shape is to be rotated horizontally in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.</param>
6468         </member>
6469         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.IncrementTop(System.Single)">
6470             <summary>Moves the specified shape vertically
by the specified number of points.</summary>
6471             <param name=
"Increment">Required Single. Specifies how far the shape object is to be moved vertically in points. A positive value moves the shape down; a negative value moves it up.</param>
6472         </member>
6473         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.ScaleHeight(System.Single,Microsoft.Office.Core.MsoTriState,System.Object)">
6474             <summary>Scales the height of the shape
by a specified factor.</summary>
6475             <param name=
"Scale">Optional <see cref="T:Microsoft.Office.Core.MsoScaleFrom"></see>. Specifies which part of the shape retains its position when the shape is scaled.</param>
6476             <param name=
"Factor">Required Single. Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.</param>
6477             <param name=
"RelativeToOriginalSize">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. msoTrue to scale the shape relative to its original size. msoFalse to scale it relative to its current size. You can specify msoTrue for this argument only if the specified shape is a picture or an OLE object.</param>
6478         </member>
6479         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.ScaleWidth(System.Single,Microsoft.Office.Core.MsoTriState,System.Object)">
6480             <summary>Scales the width of the shape
by a specified factor.</summary>
6481             <param name=
"Scale">Optional <see cref="T:Microsoft.Office.Core.MsoScaleFrom"></see>. Specifies which part of the shape retains its position when the shape is scaled.</param>
6482             <param name=
"Factor">Required Single. Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.</param>
6483             <param name=
"RelativeToOriginalSize">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. False to scale it relative to its current size. You can specify True for this argument only if the specified shape is a picture or an OLE object.</param>
6484         </member>
6485         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.Select(System.Object)">
6486             <summary>Selects the
object.</summary>
6487             <param name=
"Replace">Optional Object. The object to replace.</param>
6488         </member>
6489         <member name=
"M:Microsoft.Office.Interop.Excel.Shape.ZOrder(Microsoft.Office.Core.MsoZOrderCmd)">
6490             <summary>Moves the specified shape
in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).</summary>
6491             <param name=
"ZOrderCmd">Required <see cref="T:Microsoft.Office.Core.MsoZOrderCmd"></see>. Specifies where to move the specified shape relative to the other shapes.</param>
6492         </member>
6493         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.BackgroundStyle">
6494             <summary>Returns or sets the background style. Read/write.</summary>
6495             <returns><see cref=
"T:Microsoft.Office.Core.MsoBackgroundStyleIndex"></see></returns>
6496         </member>
6497         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.Chart">
6498             <summary>Returns an
object that represents the <see cref="T:Microsoft.Office.Interop.Excel._Chart"></see> contained in the <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see>. Read-only.</summary>
6499             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Chart"></see></returns>
6500         </member>
6501         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.Glow">
6502             <summary>Returns an
object for a specified shape that contains glow formatting properties for that shape. Read-only.</summary>
6503             <returns><see cref=
"T:Microsoft.Office.Core.GlowFormat"></see></returns>
6504         </member>
6505         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.HasChart">
6506             <summary>Returns information
on if a <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> contains a chart. Read-only.</summary>
6507             <returns><see cref=
"T:Microsoft.Office.Core.MsoTriState"></see></returns>
6508         </member>
6509         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.Reflection">
6510             <summary>Returns an
object that contains reflection formatting properties for the shape. Read-only.</summary>
6511             <returns><see cref=
"T:Microsoft.Office.Core.ReflectionFormat"></see></returns>
6512         </member>
6513         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.ShapeStyle">
6514             <summary>Returns or sets a <see cref=
"T:Microsoft.Office.Core.MsoShapeStyleIndex"></see> that represents the shape style of the shape. Read/write.</summary>
6515             <returns><see cref=
"T:Microsoft.Office.Core.MsoShapeStyleIndex"></see></returns>
6516         </member>
6517         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.SoftEdge">
6518             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.SoftEdgeFormat"></see> object for a specified shape that contains soft edge formatting properties for the shape. Read-only.</summary>
6519             <returns><see cref=
"T:Microsoft.Office.Core.SoftEdgeFormat"></see></returns>
6520         </member>
6521         <member name=
"P:Microsoft.Office.Interop.Excel.Shape.TextFrame2">
6522             <summary>Returns an
object that contains text formatting for the specified shape. Read-only.</summary>
6523             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TextFrame2"></see></returns>
6524         </member>
6525         <member name=
"T:Microsoft.Office.Interop.Excel.ShapeNode">
6526             <summary>Represents the geometry and the geometry-editing properties of the nodes
in a user-defined freeform.</summary>
6527         </member>
6528         <member name=
"T:Microsoft.Office.Interop.Excel.ShapeNodes">
6529             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.ShapeNode"></see> objects in the specified freeform.</summary>
6530         </member>
6531         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeNodes.Delete(System.Int32)">
6532             <summary>Deletes the
object.</summary>
6533             <param name=
"Index">Required Integer.</param>
6534         </member>
6535         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeNodes.Insert(System.Int32,Microsoft.Office.Core.MsoSegmentType,Microsoft.Office.Core.MsoEditingType,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
6536             <summary>Inserts a node
into a freeform shape.</summary>
6537             <param name=
"Y2">Optional Single. If the EditingType of the new segment is msoEditingCorner, this argument specifies the vertical distance measured in points from the upper-left corner of the document to the second control point for the new segment. If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
6538             <param name=
"SegmentType">Required <see cref="T:Microsoft.Office.Core.MsoSegmentType"></see>. The segment type.</param>
6539             <param name=
"Index">Required Integer. The number of the shape node after which to insert a new node.</param>
6540             <param name=
"EditingType">Required <see cref="T:Microsoft.Office.Core.MsoEditingType"></see>. The editing type.</param>
6541             <param name=
"X2">Optional Single. If the EditingType of the new segment is msoEditingCorner, this argument specifies the horizontal distance measured in points from the upper-left corner of the document to the second control point for the new segment. If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
6542             <param name=
"X3">Optional Single. If the EditingType of the new segment is msoEditingCorner, this argument specifies the horizontal distance measured in points from the upper-left corner of the document to the end point of the new segment. If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
6543             <param name=
"Y3">Optional Single. If the EditingType of the new segment is msoEditingCorner, this argument specifies the vertical distance measured in points from the upper-left corner of the document to the end point of the new segment. If the EditingType of the new segment is msoEditingAuto, don't specify a value for this argument.</param>
6544             <param name=
"X1">Required Single. If the EditingType of the new segment is msoEditingAuto, this argument specifies the horizontal distance, measured in points, from the upper-left corner of the document to the end point of the new segment. If the EditingType of the new node is msoEditingCorner, this argument specifies the horizontal distance measured in points from the upper-left corner of the document to the first control point for the new segment.</param>
6545             <param name=
"Y1">Required Single. If the EditingType of the new segment is msoEditingAuto, this argument specifies the vertical distance measured in points from the upper-left corner of the document to the end point of the new segment. If the EditingType of the new node is msoEditingCorner, this argument specifies the vertical distance measured in points from the upper-left corner of the document to the first control point for the new segment.</param>
6546         </member>
6547         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeNodes.Item(System.Object)">
6548             <summary>Returns a single
object from a collection.</summary>
6549             <param name=
"Index">Required Object. The name or index number for the object.</param>
6550         </member>
6551         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeNodes.SetEditingType(System.Int32,Microsoft.Office.Core.MsoEditingType)">
6552             <summary>Sets the editing type of the specified node.</summary>
6553             <param name=
"Index">Required Integer. The node whose editing type is to be set.</param>
6554             <param name=
"EditingType">Required <see cref="T:Microsoft.Office.Core.MsoEditingType"></see>. The editing property of the vertex.</param>
6555         </member>
6556         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeNodes.SetPosition(System.Int32,System.Single,System.Single)">
6557             <summary>Sets the location of the specified node.</summary>
6558             <param name=
"Index">Required Integer. The node whose position is to be set.</param>
6559             <param name=
"X1">Required Single. The position (in points) of the new node relative to the upper-left corner of the document.</param>
6560             <param name=
"Y1">Required Single. The position (in points) of the new node relative to the upper-left corner of the document.</param>
6561         </member>
6562         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeNodes.SetSegmentType(System.Int32,Microsoft.Office.Core.MsoSegmentType)">
6563             <summary>Sets the segment type of the segment that follows the specified node.</summary>
6564             <param name=
"SegmentType">Required <see cref="T:Microsoft.Office.Core.MsoSegmentType"></see>. Specifies if the segment is straight or curved. Can be one of these MsoSegmentType constants:MsoSegmentTypemsoSegmentCurvemsoSegmentLine</param>
6565             <param name=
"Index">Required Integer. The node whose segment type is to be set.</param>
6566         </member>
6567         <member name=
"T:Microsoft.Office.Interop.Excel.ShapeRange">
6568             <summary>Represents a shape range, which
is a set of shapes on a document.</summary>
6569         </member>
6570         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.Align(Microsoft.Office.Core.MsoAlignCmd,Microsoft.Office.Core.MsoTriState)">
6571             <summary>Aligns the shapes
in the specified range of shapes.</summary>
6572             <param name=
"AlignCmd">Required <see cref="T:Microsoft.Office.Core.MsoAlignCmd"></see>. Specifies the way the shapes in the specified shape range are to be aligned.</param>
6573             <param name=
"RelativeTo">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. Not used in Microsoft Excel. Must be False.</param>
6574         </member>
6575         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.Distribute(Microsoft.Office.Core.MsoDistributeCmd,Microsoft.Office.Core.MsoTriState)">
6576             <summary>Horizontally or vertically distributes the shapes
in the specified range of shapes.</summary>
6577             <param name=
"DistributeCmd">Required <see cref="T:Microsoft.Office.Core.MsoDistributeCmd"></see>. Specifies whether shapes in the range are to be distributed horizontally or vertically.</param>
6578             <param name=
"RelativeTo">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. Not used in Microsoft Excel. Must be False.</param>
6579         </member>
6580         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.Flip(Microsoft.Office.Core.MsoFlipCmd)">
6581             <summary>Flips the specified shape around its horizontal or vertical axis.</summary>
6582             <param name=
"FlipCmd">Required <see cref="T:Microsoft.Office.Core.MsoFlipCmd"></see>. Specifies whether the shape is to be flipped horizontally or vertically.</param>
6583         </member>
6584         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.IncrementLeft(System.Single)">
6585             <summary>Moves the specified shape horizontally
by the specified number of points.</summary>
6586             <param name=
"Increment">Required Single. Specifies how far the shape is to be moved horizontally in points. A positive value moves the shape to the right; a negative value moves it to the left.</param>
6587         </member>
6588         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.IncrementRotation(System.Single)">
6589             <summary>Changes the rotation of the specified shape around the z-axis
by the specified number of degrees. Use the <see cref="P:Microsoft.Office.Interop.Excel.ShapeRange.Rotation"></see> property to set the absolute rotation of the shape.</summary>
6590             <param name=
"Increment">Required Single. Specifies how far the shape is to be rotated horizontally in degrees. A positive value rotates the shape clockwise; a negative value rotates it counterclockwise.</param>
6591         </member>
6592         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.IncrementTop(System.Single)">
6593             <summary>Moves the specified shape vertically
by the specified number of points.</summary>
6594             <param name=
"Increment">Required Single. Specifies how far the shape object is to be moved vertically in points. A positive value moves the shape down; a negative value moves it up.</param>
6595         </member>
6596         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.Item(System.Object)">
6597             <summary>Returns a single
object from a collection.</summary>
6598             <param name=
"Index">Required Object. The name or index number for the object.</param>
6599         </member>
6600         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.ScaleHeight(System.Single,Microsoft.Office.Core.MsoTriState,System.Object)">
6601             <summary>Scales the height of the shape
by a specified factor.</summary>
6602             <param name=
"Scale">Optional <see cref="T:Microsoft.Office.Core.MsoScaleFrom"></see>. Specifies which part of the shape retains its position when the shape is scaled.</param>
6603             <param name=
"Factor">Required Single. Specifies the ratio between the height of the shape after you resize it and the current or original height. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.</param>
6604             <param name=
"RelativeToOriginalSize">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. msoTrue to scale the shape relative to its original size. msoFalse to scale it relative to its current size. You can specify msoTrue for this argument only if the specified shape is a picture or an OLE object.</param>
6605         </member>
6606         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.ScaleWidth(System.Single,Microsoft.Office.Core.MsoTriState,System.Object)">
6607             <summary>Scales the width of the shape
by a specified factor.</summary>
6608             <param name=
"Scale">Optional <see cref="T:Microsoft.Office.Core.MsoScaleFrom"></see>. Specifies which part of the shape retains its position when the shape is scaled.</param>
6609             <param name=
"Factor">Required Single. Specifies the ratio between the width of the shape after you resize it and the current or original width. For example, to make a rectangle 50 percent larger, specify 1.5 for this argument.</param>
6610             <param name=
"RelativeToOriginalSize">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. False to scale it relative to its current size. You can specify True for this argument only if the specified shape is a picture or an OLE object.</param>
6611         </member>
6612         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.Select(System.Object)">
6613             <summary>Selects the
object.</summary>
6614             <param name=
"Replace">Optional Object. The object to replace.</param>
6615         </member>
6616         <member name=
"M:Microsoft.Office.Interop.Excel.ShapeRange.ZOrder(Microsoft.Office.Core.MsoZOrderCmd)">
6617             <summary>Moves the specified shape
in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).</summary>
6618             <param name=
"ZOrderCmd">Required <see cref="T:Microsoft.Office.Core.MsoZOrderCmd"></see>. Specifies where to move the specified shape relative to the other shapes.</param>
6619         </member>
6620         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.BackgroundStyle">
6621             <summary>Returns or sets the background style. Read/write.</summary>
6622             <returns><see cref=
"T:Microsoft.Office.Core.MsoBackgroundStyleIndex"></see></returns>
6623         </member>
6624         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.Chart">
6625             <summary>Returns an
object that represents the chart contained in the shape range. Read-only.</summary>
6626             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Chart"></see></returns>
6627         </member>
6628         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.Glow">
6629             <summary>Returns an
object that contains glow formatting properties for the shape range. Read-only.</summary>
6630             <returns><see cref=
"T:Microsoft.Office.Core.GlowFormat"></see></returns>
6631         </member>
6632         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.HasChart">
6633             <summary>Returns information
on if a <see cref="P: Microsoft.Office.Interop.Excel.ShapeRange"></see> contains a chart. Read-only.</summary>
6634             <returns><see cref=
"T:Microsoft.Office.Core.MsoTriState"></see></returns>
6635         </member>
6636         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.Reflection">
6637             <summary>Returns a <see cref=
"T:Microsoft.Office.Core.ReflectionFormat"></see> object for a specified shape range that contains reflection formatting properties for the shape range. Read-only.</summary>
6638             <returns><see cref=
"T:Microsoft.Office.Core.ReflectionFormat"></see></returns>
6639         </member>
6640         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.ShapeStyle">
6641             <summary>Returns or sets a <see cref=
"T:Microsoft.Office.Core.MsoShapeStyleIndex"></see> that represents shape style for a shape range. Read/write.</summary>
6642             <returns><see cref=
"T:Microsoft.Office.Core.MsoShapeStyleIndex"></see></returns>
6643         </member>
6644         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.SoftEdge">
6645             <summary>Returns an
object that contains soft edge formatting properties for a specified shape range. Read-only.</summary>
6646             <returns><see cref=
"T:Microsoft.Office.Core.SoftEdgeFormat"></see></returns>
6647         </member>
6648         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.TextFrame">
6649             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.TextFrame"></see> object that contains the alignment and anchoring properties for the specified shape range. Read-only.</summary>
6650             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TextFrame"></see></returns>
6651         </member>
6652         <member name=
"P:Microsoft.Office.Interop.Excel.ShapeRange.TextFrame2">
6653             <summary>Returns an
object that contains text formatting for the specified shape range. Read-only.</summary>
6654             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TextFrame2"></see></returns>
6655         </member>
6656         <member name=
"T:Microsoft.Office.Interop.Excel.Shapes">
6657             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> objects on the specified sheet. Each Shape object represents an object in the drawing layer, such as an AutoShape, freeform, OLE object, or picture.</summary>
6658         </member>
6659         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddCallout(Microsoft.Office.Core.MsoCalloutType,System.Single,System.Single,System.Single,System.Single)">
6660             <summary>Creates a borderless line callout. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new callout.</summary>
6661             <param name=
"Width">Required Single. The width of the callout's bounding box, in points.</param>
6662             <param name=
"Height">Required Single. The height of the callout's bounding box, in points.</param>
6663             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.</param>
6664             <param name=
"Type">Required <see cref="T:Microsoft.Office.Core.MsoCalloutType"></see>. The type of callout line. Can be one of these MsoCalloutType constants:msoCalloutOne. A single-segment callout line that can be either horizontal or vertical.msoCalloutTwo. A single-segment callout line that rotates freely.msoCalloutMixed.msoCalloutThree. A two-segment line.msoCalloutFour. A three-segment line.</param>
6665             <param name=
"Top">Required Single. The position (in points) of the upper-left corner of the callout's bounding box relative to the upper-left corner of the document.</param>
6666         </member>
6667         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddChart(System.Object,System.Object,System.Object,System.Object,System.Object)">
6668             <summary>Creates a chart at the specified location
on the active sheet.</summary>
6669             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see></returns>
6670             <param name=
"Width">The width, in points, of the object. </param>
6671             <param name=
"Height">The height, in points, of the object. </param>
6672             <param name=
"Left">The distance, in points, from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart). </param>
6673             <param name=
"Type">The chart type.</param>
6674             <param name=
"Top">The distance, in points, from the top edge of the topmost shape in the shape range to the top edge of the worksheet.</param>
6675         </member>
6676         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddConnector(Microsoft.Office.Core.MsoConnectorType,System.Single,System.Single,System.Single,System.Single)">
6677             <summary>Creates a connector. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new connector.</summary>
6678             <param name=
"BeginY">Required Single. The vertical position (in points) of the connector's starting point relative to the upper-left corner of the document.</param>
6679             <param name=
"BeginX">Required Single. The horizontal position (in points) of the connector's starting point relative to the upper-left corner of the document.</param>
6680             <param name=
"EndY">Required Single. The veritcal position (in points) of the connector's end point relative to the upper-left corner of the document.</param>
6681             <param name=
"EndX">Required Single. The horizontal position (in points) of the connector's end point relative to the upper-left corner of the document.</param>
6682             <param name=
"Type">Required <see cref="T:Microsoft.Office.Core.MsoConnectorType"></see>. The connector type to add. Can be one of these MsoConnectorType constants:msoConnectorElbowmsoConnectorTypeMixedmsoConnectorCurvemsoConnectorStraight</param>
6683         </member>
6684         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddCurve(System.Object)">
6685             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents a Bézier curve in a worksheet.</summary>
6686             <param name=
"SafeArrayOfPoints">Required Object. An array of coordinate pairs that specifies the vertices and control points of the curve. The first point you specify is the starting vertex, and the next two points are control points for the first Bézier segment. Then, for each additional segment of the curve, you specify a vertex and two control points. The last point you specify is the ending vertex for the curve. Note that you must always specify 3n + 1 points, where n is the number of segments in the curve.</param>
6687         </member>
6688         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddDiagram(Microsoft.Office.Core.MsoDiagramType,System.Single,System.Single,System.Single,System.Single)">
6689             <summary>Creates a diagram. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new diagram.</summary>
6690             <param name=
"Width">Required Single. The width of the diagram, in points.</param>
6691             <param name=
"Height">Required Single. The height of the diagram, in points.</param>
6692             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the diagram relative to the upper-left corner of the worksheet.</param>
6693             <param name=
"Type">Required <see cref="T:Microsoft.Office.Core.MsoDiagramType"></see>. The type of diagram. Can be one of these MsoDiagramType constants:msoDiagramCycle A process diagram with a continuous cycle diagram type.msoDiagramMixed A mixed diagram type.msoDiagramOrgChart A hierarchical relationship diagram type.msoDiagramPyramid A foundation based relationships diagram type.msoDiagramRadial A diagram type showing relationships of a core element.msoDiagramTarget A diagram type showing steps toward a goal.msoDiagramVenn A diagram type showing areas of overlap between elements.</param>
6694             <param name=
"Top">Required Single. The position (in points) of the upper-left top of the diagram relative to the upper-left corner of the worksheet.</param>
6695         </member>
6696         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddFormControl(Microsoft.Office.Interop.Excel.XlFormControl,System.Int32,System.Int32,System.Int32,System.Int32)">
6697             <summary>Creates a Microsoft Excel control. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new control.</summary>
6698             <param name=
"Width">Required Integer. The initial size of the new object, in points.</param>
6699             <param name=
"Height">Required Integer. The initial size of the new object, in points.</param>
6700             <param name=
"Left">Required Integer. The initial coordinates of the new object (in points) relative to the upper-left corner of cell A1 on a worksheet or to the upper-left corner of a chart.</param>
6701             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlFormControl"></see>. The Microsoft Excel control type. You cannot create an edit box on a worksheet. Can be one of these XlFormControl constants:xlButtonControlxlCheckBoxxlDropDownxlEditBoxxlGroupBoxxlLabelxlListBoxxlOptionButtonxlScrollBarxlSpinner</param>
6702             <param name=
"Top">Required Integer. The initial coordinates of the new object (in points) relative to the upper-left corner of cell A1 on a worksheet or to the upper-left corner of a chart.</param>
6703         </member>
6704         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddLabel(Microsoft.Office.Core.MsoTextOrientation,System.Single,System.Single,System.Single,System.Single)">
6705             <summary>Creates a label. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new label.</summary>
6706             <param name=
"Width">Required Single. The width of the label, in points.</param>
6707             <param name=
"Orientation">Required <see cref="T:Microsoft.Office.Core.MsoTextOrientation"></see>. The text orientation within the label. Can be one of these MsoTextOrientation constants:msoTextOrientationDownwardmsoTextOrientationHorizontalmsoTextOrientationHorizontalRotatedFarEastmsoTextOrientationMixedmsoTextOrientationUpwardmsoTextOrientationVerticalmsoTextOrientationVerticalFarEast Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.</param>
6708             <param name=
"Height">Required Single. The height of the label, in points.</param>
6709             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the label relative to the upper-left corner of the document.</param>
6710             <param name=
"Top">Required Single. The position (in points) of the upper-left corner of the label relative to the top corner of the document.</param>
6711         </member>
6712         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddLine(System.Single,System.Single,System.Single,System.Single)">
6713             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new line in a worksheet.</summary>
6714             <param name=
"BeginY">Required Single. The position (in points) of the line's starting point relative to the upper-left corner of the document.</param>
6715             <param name=
"BeginX">Required Single. The position (in points) of the line's starting point relative to the upper-left corner of the document.</param>
6716             <param name=
"EndY">Required Single. The position (in points) of the line's end point relative to the upper-left corner of the document.</param>
6717             <param name=
"EndX">Required Single. The position (in points) of the line's end point relative to the upper-left corner of the document.</param>
6718         </member>
6719         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddOLEObject(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
6720             <summary>Creates an OLE
object. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new OLE object.</summary>
6721             <param name=
"IconLabel">Optional Object. A label (caption) to be displayed beneath the icon.</param>
6722             <param name=
"Top">Optional Object. The position (in points) of the upper-left corner of the new object relative to the upper-left corner of the document. The default value is 0 (zero).</param>
6723             <param name=
"DisplayAsIcon">Optional Object. True to display the OLE object as an icon. The default value is False.</param>
6724             <param name=
"IconFileName">Optional Object. The file that contains the icon to be displayed.</param>
6725             <param name=
"Link">Optional Object. True to link the OLE object to the file from which it was created. False to make the OLE object an independent copy of the file. If you specified a value for ClassType, this argument must be False. The default value is False.</param>
6726             <param name=
"ClassType">Optional Object. (you must specify either ClassType or FileName). A string that contains the programmatic identifier for the object to be created. If ClassType is specified, FileName and Link are ignored.</param>
6727             <param name=
"Width">Optional Object. The initial dimensions of the OLE object, in points.</param>
6728             <param name=
"Height">Optional Object. The initial dimensions of the OLE object, in points.</param>
6729             <param name=
"Left">Optional Object. The position (in points) of the upper-left corner of the new object relative to the upper-left corner of the document. The default value is 0 (zero).</param>
6730             <param name=
"IconIndex">Optional Object. The index of the icon within IconFileName. The order of icons in the specified file corresponds to the order in which the icons appear in the Change Icon dialog box (accessed from the Object dialog box when the Display as icon check box is selected). The first icon in the file has the index number 0 (zero). If an icon with the given index number doesn't exist in IconFileName, the icon with the index number 1 (the second icon in the file) is used. The default value is 0 (zero).</param>
6731             <param name=
"Filename">Optional Object. The file from which the object is to be created. If the path isn’t specified, the current working folder is used. You must specify either the ClassType or FileName argument for the object, but not both.</param>
6732         </member>
6733         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddPicture(System.String,Microsoft.Office.Core.MsoTriState,Microsoft.Office.Core.MsoTriState,System.Single,System.Single,System.Single,System.Single)">
6734             <summary>Creates a picture
from an existing file. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new picture.</summary>
6735             <param name=
"Width">Required Single. The width of the picture, in points.</param>
6736             <param name=
"LinkToFile">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. The file to link to. Can be one of these MsoTriState constants:msoCTruemsoFalse To make the picture an independent copy of the file.msoTriStateMixedmsoTriStateTogglemsoTrue To link the picture to the file from which it was created.</param>
6737             <param name=
"Filename">Required String. The file from which the OLE object is to be created.</param>
6738             <param name=
"Height">Required Single. The height of the picture, in points.</param>
6739             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the picture relative to the upper-left corner of the document.</param>
6740             <param name=
"SaveWithDocument">Required MsoTriState. To save the picture with the document.</param>
6741             <param name=
"Top">Required Single. The position (in points) of the upper-left corner of the picture relative to the top of the document.</param>
6742         </member>
6743         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddPolyline(System.Object)">
6744             <summary>Creates an open polyline or a closed polygon drawing. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new polyline or polygon.</summary>
6745             <param name=
"SafeArrayOfPoints">Required Object. An array of coordinate pairs that specifies the polyline drawing's vertices.</param>
6746         </member>
6747         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddShape(Microsoft.Office.Core.MsoAutoShapeType,System.Single,System.Single,System.Single,System.Single)">
6748             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new AutoShape in a worksheet.</summary>
6749             <param name=
"Width">Required Single. The width and height of the AutoShape's bounding box, in points.</param>
6750             <param name=
"Height">Required Single. The width and height of the AutoShape's bounding box, in points.</param>
6751             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the AutoShape's bounding box relative to the upper-left corner of the document.</param>
6752             <param name=
"Type">Required <see cref="T:Microsoft.Office.Core.MsoAutoShapeType"></see>. Specifies the type of AutoShape to create.</param>
6753             <param name=
"Top">Required Single. The position (in points) of the upper-left corner of the AutoShape's bounding box relative to the upper-left corner of the document.</param>
6754         </member>
6755         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddTextbox(Microsoft.Office.Core.MsoTextOrientation,System.Single,System.Single,System.Single,System.Single)">
6756             <summary>Creates a text box. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new text box.</summary>
6757             <param name=
"Width">Required Single. The width of the text box, in points.</param>
6758             <param name=
"Orientation">Required <see cref="T:Microsoft.Office.Core.MsoTextOrientation"></see>. The orientation of the textbox.</param>
6759             <param name=
"Height">Required Single. The height of the text box, in points.</param>
6760             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the text box relative to the upper-left corner of the document.</param>
6761             <param name=
"Top">Required Single. The position (in points) of the upper-left corner of the text box relative to the top of the document.</param>
6762         </member>
6763         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.AddTextEffect(Microsoft.Office.Core.MsoPresetTextEffect,System.String,System.String,System.Single,Microsoft.Office.Core.MsoTriState,Microsoft.Office.Core.MsoTriState,System.Single,System.Single)">
6764             <summary>Creates a WordArt
object. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see> object that represents the new WordArt object.</summary>
6765             <param name=
"FontName">Required String. The name of the font used in the WordArt.</param>
6766             <param name=
"FontBold">Required <see cref="T:Microsoft.Office.Core.MsoTriState"></see>. The font used in the WordArt to bold.</param>
6767             <param name=
"FontSize">Required Single. The size (in points) of the font used in the WordArt.</param>
6768             <param name=
"Text">Required String. The text in the WordArt.</param>
6769             <param name=
"FontItalic">Required MsoTriState. The font used in the WordArt to italic.</param>
6770             <param name=
"Left">Required Single. The position (in points) of the upper-left corner of the WordArt's bounding box relative to the upper-left corner of the document.</param>
6771             <param name=
"PresetTextEffect">Required <see cref="T:Microsoft.Office.Core.MsoPresetTextEffect"></see>. The preset text effect.</param>
6772             <param name=
"Top">Required Single. The position (in points) of the upper-left corner of the WordArt's bounding box relative to the top of the document.</param>
6773         </member>
6774         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.BuildFreeform(Microsoft.Office.Core.MsoEditingType,System.Single,System.Single)">
6775             <summary>Builds a freeform
object. Returns a <see cref="T:Microsoft.Office.Interop.Excel.FreeformBuilder"></see> object that represents the freeform as it is being built.</summary>
6776             <param name=
"EditingType">Required <see cref="T:Microsoft.Office.Core.MsoEditingType"></see>. The editing property of the first node.</param>
6777             <param name=
"X1">Required Single. The position (in points) of the first node in the freeform drawing relative to the upper-left corner of the document.</param>
6778             <param name=
"Y1">Required Single. The position (in points) of the first node in the freeform drawing relative to the upper-left corner of the document.</param>
6779         </member>
6780         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.Item(System.Object)">
6781             <summary>Returns a single
object from a collection.</summary>
6782             <param name=
"Index">Required Object. The name or index number for the object.</param>
6783         </member>
6784         <member name=
"M:Microsoft.Office.Interop.Excel.Shapes.SelectAll">
6785             <summary>Selects all the shapes
in the specified <see cref="T:Microsoft.Office.Interop.Excel.Shapes"></see> collection.</summary>
6786         </member>
6787         <member name=
"P:Microsoft.Office.Interop.Excel.Shapes.Range(System.Object)">
6788             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ShapeRange"></see> object that represents a subset of the shapes in a <see cref="T:Microsoft.Office.Interop.Excel.Shapes"></see> collection.</summary>
6789             <param name=
"Index">Required Object. The individual shapes to be included in the range. Can be an integer that specifies the index number of the shape, a string that specifies the name of the shape, or an array that contains either integers or strings.</param>
6790         </member>
6791         <member name=
"T:Microsoft.Office.Interop.Excel.Sheets">
6792             <summary>A collection of all the sheets
in the specified or active workbook.</summary>
6793         </member>
6794         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.Add(System.Object,System.Object,System.Object,System.Object)">
6795             <summary>Creates a
new worksheet, chart, or macro sheet. The new worksheet becomes the active sheet.</summary>
6796             <param name=
"Before">Optional Object. An object that specifies the sheet before which the new sheet is added.</param>
6797             <param name=
"Count">Optional Object. The number of sheets to be added. The default value is one.</param>
6798             <param name=
"Type">Optional Object. Specifies the sheet type. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlSheetType"></see> constants: xlWorksheet, xlChart, xlExcel4MacroSheet, or xlExcel4IntlMacroSheet. If you are inserting a sheet based on an existing template, specify the path to the template. The default value is xlWorksheet.</param>
6799             <param name=
"After">Optional Object. An object that specifies the sheet after which the new sheet is added.</param>
6800         </member>
6801         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.Copy(System.Object,System.Object)">
6802             <summary>Copies the sheet to another location
in the workbook.</summary>
6803             <param name=
"Before">Optional Object. The sheet before which the copied sheet will be placed. You cannot specify Before if you specify After.</param>
6804             <param name=
"After">Optional Object. The sheet after which the copied sheet will be placed. You cannot specify After if you specify Before.</param>
6805         </member>
6806         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.FillAcrossSheets(Microsoft.Office.Interop.Excel.Range,Microsoft.Office.Interop.Excel.XlFillWith)">
6807             <summary>Copies a range to the same area
on all other worksheets in a collection.</summary>
6808             <param name=
"Range">Required Range object. The range to fill on all the worksheets in the collection. The range must be from a worksheet within the collection.</param>
6809             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlFillWith"></see>. Specifies how to copy the range.</param>
6810         </member>
6811         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.Move(System.Object,System.Object)">
6812             <summary>Moves the sheet to another location
in the workbook.</summary>
6813             <param name=
"Before">Optional Object. The sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.</param>
6814             <param name=
"After">Optional Object. The sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.</param>
6815         </member>
6816         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
6817             <summary>Prints the
object.</summary>
6818             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
6819             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
6820             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
6821             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
6822             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
6823             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
6824             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
6825             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
6826         </member>
6827         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.PrintPreview(System.Object)">
6828             <summary>Shows a preview of the
object as it would look when printed.</summary>
6829             <param name=
"EnableChanges">Enables changes to the object.</param>
6830         </member>
6831         <member name=
"M:Microsoft.Office.Interop.Excel.Sheets.Select(System.Object)">
6832             <summary>Selects the
object</summary>
6833             <param name=
"Replace">Optional Object. The object to replace.</param>
6834         </member>
6835         <member name=
"P:Microsoft.Office.Interop.Excel.Sheets.Item(System.Object)">
6836             <summary>Returns a single
object from a collection.</summary>
6837             <param name=
"Index">Required Object. The name or index number of the object.</param>
6838         </member>
6839         <member name=
"T:Microsoft.Office.Interop.Excel.SheetViews">
6840             <summary>A collection of all the sheet views
in the specified or active workbook window.
6841 </summary>
6842         </member>
6843         <member name=
"P:Microsoft.Office.Interop.Excel.SheetViews.Application">
6844             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
6845             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6846         </member>
6847         <member name=
"P:Microsoft.Office.Interop.Excel.SheetViews.Count">
6848             <summary>Returns the number of objects
in the collection. Read-only.</summary>
6849             <returns>Integer</returns>
6850         </member>
6851         <member name=
"P:Microsoft.Office.Interop.Excel.SheetViews.Creator">
6852             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
6853             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6854         </member>
6855         <member name=
"P:Microsoft.Office.Interop.Excel.SheetViews.Item(System.Object)">
6856             <summary>Returns an
object that represents views in a workbook. Read-only.</summary>
6857             <returns>Object</returns>
6858             <param name=
"Index">Index value of the view.</param>
6859         </member>
6860         <member name=
"P:Microsoft.Office.Interop.Excel.SheetViews.Parent">
6861             <summary>Returns the parent
object for the specified object. Read-only.</summary>
6862             <returns>Object</returns>
6863         </member>
6864         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTag">
6865             <summary>Represents an identifier that
is assigned to a cell.</summary>
6866         </member>
6867         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTagAction">
6868             <summary>Represents the actions that can be performed with smart tags.</summary>
6869         </member>
6870         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTagActions">
6871             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.SmartTagAction"></see> objects that represent the actions that can be performed with smart tags.</summary>
6872         </member>
6873         <member name=
"P:Microsoft.Office.Interop.Excel.SmartTagActions.Item(System.Object)">
6874             <summary>Returns a single
object from a collection.</summary>
6875             <param name=
"Index">Required Object. The name or index number of the object.</param>
6876         </member>
6877         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTagOptions">
6878             <summary>Represents the options that can be performed with smart tags.</summary>
6879         </member>
6880         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTagRecognizer">
6881             <summary>Represents recognition engines which label data with types of information
as you work in Microsoft Excel.</summary>
6882         </member>
6883         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTagRecognizers">
6884             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.SmartTagRecognizer"></see> objects that represent recognition engines that label data with types of information as you work in Microsoft Excel.</summary>
6885         </member>
6886         <member name=
"P:Microsoft.Office.Interop.Excel.SmartTagRecognizers.Item(System.Object)">
6887             <summary>Returns a single
object from a collection.</summary>
6888             <param name=
"Index">Required Object. The name or index number of the object.</param>
6889         </member>
6890         <member name=
"T:Microsoft.Office.Interop.Excel.SmartTags">
6891             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.SmartTag"></see> objects that represent the identifiers assigned to each cell.</summary>
6892         </member>
6893         <member name=
"M:Microsoft.Office.Interop.Excel.SmartTags.Add(System.String)">
6894             <summary>Adds a smart tag. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.SmartTag"></see> object.</summary>
6895             <param name=
"SmartTagType">Required String. The type of smart tag.</param>
6896         </member>
6897         <member name=
"T:Microsoft.Office.Interop.Excel.Sort">
6898             <summary>Represents a sort of a range of data.</summary>
6899         </member>
6900         <member name=
"M:Microsoft.Office.Interop.Excel.Sort.Apply">
6901             <summary>Sorts the range based
on the currently applied sort states.</summary>
6902         </member>
6903         <member name=
"M:Microsoft.Office.Interop.Excel.Sort.SetRange(Microsoft.Office.Interop.Excel.Range)">
6904             <summary>Sets the starting and ending character positions
for the <see cref="T:Microsoft.Office.Interop.Excel.Sort"></see> object.</summary>
6905             <param name=
"Rng">Specifies the range for the <see cref="T:Microsoft.Office.Interop.Excel.Sort"></see> collection.</param>
6906         </member>
6907         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.Application">
6908             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
6909             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6910         </member>
6911         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.Creator">
6912             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
6913             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6914         </member>
6915         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.Header">
6916             <summary>Specifies whether the first row contains header information. Read/write.</summary>
6917             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlYesNoGuess"></see></returns>
6918         </member>
6919         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.MatchCase">
6920             <summary>Set to True to perform a
case-sensitive sort or set to False to perform non-case sensitive sort. Read/write.</summary>
6921             <returns>Boolean</returns>
6922         </member>
6923         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.Orientation">
6924             <summary>Specifies the orientation
for the sort. Read/write.</summary>
6925             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlSortOrientation"></see></returns>
6926         </member>
6927         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.Parent">
6928             <summary>Returns the parent
object for the specified object. Read-only.</summary>
6929             <returns>Object</returns>
6930         </member>
6931         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.Rng">
6932             <summary>Return the range of values
on which the sort is performed. Read-only.</summary>
6933             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
6934         </member>
6935         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.SortFields">
6936             <summary>Stores the sort state
for workbooks, lists, and autofilters. Read-only.</summary>
6937             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.SortFields"></see></returns>
6938         </member>
6939         <member name=
"P:Microsoft.Office.Interop.Excel.Sort.SortMethod">
6940             <summary>Specifies the sort method
for Chinese languages. Read/write.</summary>
6941             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlSortMethod"></see></returns>
6942         </member>
6943         <member name=
"T:Microsoft.Office.Interop.Excel.SortField">
6944             <summary>The <see cref=
"T:Microsoft.Office.Interop.Excel.SortField"></see> object contains all the sort information for the <see cref="T:Microsoft.Office.Interop.Excel.Worksheet"></see>, <see cref="T:Microsoft.Office.Interop.Excel.ListObject"></see>, and <see cref="T:Microsoft.Office.Interop.Excel.AutoFilter"></see> objects.</summary>
6945         </member>
6946         <member name=
"M:Microsoft.Office.Interop.Excel.SortField.Delete">
6947             <summary>Removes the specified <see cref=
"T:Microsoft.Office.Interop.Excel.SortField"></see> object from the <see cref="T:Microsoft.Office.Interop.Excel.SortFields"></see> collection.</summary>
6948         </member>
6949         <member name=
"M:Microsoft.Office.Interop.Excel.SortField.ModifyKey(Microsoft.Office.Interop.Excel.Range)">
6950             <summary>Modify the key
value by which values are sorted in the field.</summary>
6951             <param name=
"Key">Specifies the key to be modified.</param>
6952         </member>
6953         <member name=
"M:Microsoft.Office.Interop.Excel.SortField.SetIcon(Microsoft.Office.Interop.Excel.Icon)">
6954             <summary>Sets an icon
for a <see cref="T:Microsoft.Office.Interop.Excel.SortField"></see> object.</summary>
6955             <param name=
"Icon">The icon to be set.</param>
6956         </member>
6957         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.Application">
6958             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
6959             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
6960         </member>
6961         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.Creator">
6962             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
6963             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
6964         </member>
6965         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.CustomOrder">
6966             <summary>Specifies a custom order to sort the fields. Read/write.</summary>
6967             <returns>Object</returns>
6968         </member>
6969         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.DataOption">
6970             <summary>Specifies how to sort text
in the range specified in <see cref="T:Microsoft.Office.Interop.Excel.SortField"></see> object. Read/write.</summary>
6971             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlSortDataOption"></see></returns>
6972         </member>
6973         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.Key">
6974             <summary>Specifies the range that
is currently being sorted on. Read-only.</summary>
6975             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
6976         </member>
6977         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.Order">
6978             <summary>Determines the sort order
for the values specified in the key. Read/write.</summary>
6979             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlSortOrder"></see></returns>
6980         </member>
6981         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.Parent">
6982             <summary>Returns the parent
object for the specified object. Read-only.</summary>
6983             <returns>Object</returns>
6984         </member>
6985         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.Priority">
6986             <summary>Specifies the priority
for the sort field. Read/write.</summary>
6987             <returns>Integer</returns>
6988         </member>
6989         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.SortOn">
6990             <summary>Returns or sets what attribute of the cell to sort
on . Read/write.</summary>
6991             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlSortOn"></see></returns>
6992         </member>
6993         <member name=
"P:Microsoft.Office.Interop.Excel.SortField.SortOnValue">
6994             <summary>Retun the
value on which the sort is performed for the specified <see cref="T:Microsoft.Office.Interop.Excel.SortField"></see> object. Read-only.</summary>
6995             <returns>Object</returns>
6996         </member>
6997         <member name=
"T:Microsoft.Office.Interop.Excel.SortFields">
6998             <summary>The <see cref=
"T:Microsoft.Office.Interop.Excel.SortFields"></see> collection is a collection of <see cref="T:Microsoft.Office.Interop.Excel.SortField"></see> objects. It allows developers to store a sort state on workbooks, lists, and autofilters. </summary>
6999         </member>
7000         <member name=
"M:Microsoft.Office.Interop.Excel.SortFields.Add(Microsoft.Office.Interop.Excel.Range,System.Object,System.Object,System.Object,System.Object)">
7001             <summary>Creates a
new sort field and returns a <see cref="T:Microsoft.Office.Interop.Excel.SortField"></see> object.</summary>
7002             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.SortField"></see></returns>
7003             <param name=
"Key">Specifies a key value for the sort.</param>
7004             <param name=
"DataOption">Specifies the data option.</param>
7005             <param name=
"CustomOrder">Specifies if a custom sort order should be used.</param>
7006             <param name=
"SortOn">The field to sort on.</param>
7007             <param name=
"Order">Specifies the sort order.</param>
7008         </member>
7009         <member name=
"M:Microsoft.Office.Interop.Excel.SortFields.Clear">
7010             <summary>Clears all the <see cref=
"T:Microsoft.Office.Interop.Excel.SortField"></see> objects.</summary>
7011         </member>
7012         <member name=
"P:Microsoft.Office.Interop.Excel.SortFields.Application">
7013             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
7014             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
7015         </member>
7016         <member name=
"P:Microsoft.Office.Interop.Excel.SortFields.Count">
7017             <summary>Returns the number of objects
in the collection. Read-only.</summary>
7018             <returns>Integer</returns>
7019         </member>
7020         <member name=
"P:Microsoft.Office.Interop.Excel.SortFields.Creator">
7021             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7022             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7023         </member>
7024         <member name=
"P:Microsoft.Office.Interop.Excel.SortFields.Item(System.Object)">
7025             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.SortField"></see> object that represents a collection of items that can be sorted in a workbook. Read-only.</summary>
7026             <param name=
"Index">Index value of the <see cref="T:Microsoft.Office.Interop.Excel.SortField"></see>.</param>
7027         </member>
7028         <member name=
"P:Microsoft.Office.Interop.Excel.SortFields.Parent">
7029             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7030             <returns>Object</returns>
7031         </member>
7032         <member name=
"T:Microsoft.Office.Interop.Excel.SoundNote">
7033             <summary>This
object should not be used. Sound notes have been removed from Microsoft Excel.</summary>
7034         </member>
7035         <member name=
"M:Microsoft.Office.Interop.Excel.SoundNote.Import(System.String)">
7036             <summary>This method should not be used. Sound notes have been removed
from Microsoft Excel.</summary>
7037             <param name=
"Filename">This method has been deprecated.</param>
7038         </member>
7039         <member name=
"T:Microsoft.Office.Interop.Excel.Speech">
7040             <summary>Contains methods and properties that pertain to speech.</summary>
7041         </member>
7042         <member name=
"M:Microsoft.Office.Interop.Excel.Speech.Speak(System.String,System.Object,System.Object,System.Object)">
7043             <summary>Microsoft Excel plays back the specified text
string.</summary>
7044             <param name=
"Purge">Optional Object. True will cause current speech to be terminated and any buffered text to be purged before Text is spoken. False will not cause the current speech to be terminated and will not purge the buffered text before Text is spoken. The default is False.</param>
7045             <param name=
"Text">Required String. The text to be spoken.</param>
7046             <param name=
"SpeakAsync">Optional Object. True will cause the Text to be spoken asynchronously (the method will not wait for the Text to be spoken). False will cause the Text to be spoken synchronously (the method waits for the Text to be spoken before continuing). The default is False.</param>
7047             <param name=
"SpeakXML">Optional Boolean. True will cause the Text to be interpreted as XML. False will cause the Text not to be interpreted as XML, so any XML tags will be read and not interpreted. The default is False.</param>
7048         </member>
7049         <member name=
"T:Microsoft.Office.Interop.Excel.SpellingOptions">
7050             <summary>Represents the various spell-checking options
for a worksheet.</summary>
7051         </member>
7052         <member name=
"T:Microsoft.Office.Interop.Excel.Style">
7053             <summary>Represents a style description
for a range.</summary>
7054         </member>
7055         <member name=
"T:Microsoft.Office.Interop.Excel.Styles">
7056             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Style"></see> objects in the specified or active workbook.</summary>
7057         </member>
7058         <member name=
"M:Microsoft.Office.Interop.Excel.Styles.Add(System.String,System.Object)">
7059             <summary>Creates a
new style and adds it to the list of styles that are available for the current workbook.</summary>
7060             <param name=
"BasedOn">Optional Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that refers to a cell that's used as the basis for the new style. If this argument is omitted, the newly created style is based on the Normal style.</param>
7061             <param name=
"Name">Required String. The new style name.</param>
7062         </member>
7063         <member name=
"M:Microsoft.Office.Interop.Excel.Styles.Merge(System.Object)">
7064             <summary>Merges the styles
from another workbook into the <see cref="T:Microsoft.Office.Interop.Excel.Styles"></see> collection.</summary>
7065             <param name=
"Workbook">Required Object. A <see cref="T:Microsoft.Office.Interop.Excel.Workbook"></see> object that represents the workbook containing styles to be merged.</param>
7066         </member>
7067         <member name=
"P:Microsoft.Office.Interop.Excel.Styles.Item(System.Object)">
7068             <summary>Returns a single
object from a collection.</summary>
7069             <param name=
"Index">Required Object. The name or index number of the object.</param>
7070         </member>
7071         <member name=
"T:Microsoft.Office.Interop.Excel.Tab">
7072             <summary>Represents a tab
in a chart or a worksheet.</summary>
7073         </member>
7074         <member name=
"P:Microsoft.Office.Interop.Excel.Tab.ThemeColor">
7075             <summary>Returns or sets the theme color
in the applied color scheme that is associated with the specified object. Read/write.</summary>
7076             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlThemeColor"></see></returns>
7077         </member>
7078         <member name=
"P:Microsoft.Office.Interop.Excel.Tab.TintAndShade">
7079             <summary>Returns or sets a Single that lightens or darkens a color.</summary>
7080             <returns>Single</returns>
7081         </member>
7082         <member name=
"T:Microsoft.Office.Interop.Excel.TableStyle">
7083             <summary>Represents a single style that can be applied to a table.</summary>
7084         </member>
7085         <member name=
"M:Microsoft.Office.Interop.Excel.TableStyle.Delete">
7086             <summary>Deletes the <see cref=
"T:Microsoft.Office.Interop.Excel.TableStyle"></see> object.</summary>
7087         </member>
7088         <member name=
"M:Microsoft.Office.Interop.Excel.TableStyle.Duplicate(System.Object)">
7089             <summary>Duplicates the <see cref=
"T:Microsoft.Office.Interop.Excel.TableStyle"></see> object and returns a reference to the new copy.</summary>
7090             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TableStyle"></see></returns>
7091             <param name=
"NewTableStyleName">The name of the new table style.</param>
7092         </member>
7093         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.Application">
7094             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
7095             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
7096         </member>
7097         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.BuiltIn">
7098             <summary>True
if the style is a built-in style. Read-only.</summary>
7099             <returns>Boolean</returns>
7100         </member>
7101         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.Creator">
7102             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7103             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7104         </member>
7105         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.Name">
7106             <summary>Returns the name of the
object. Read-only.</summary>
7107             <returns>String</returns>
7108         </member>
7109         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.NameLocal">
7110             <summary>Returns or sets the name of the
object, in the language of the user. Read-only.</summary>
7111             <returns>String</returns>
7112         </member>
7113         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.Parent">
7114             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7115             <returns>Object</returns>
7116         </member>
7117         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.ShowAsAvailablePivotTableStyle">
7118             <summary>Sets or returns
if a style is shown in the gallery for PivotTable styles or not. Read/write.</summary>
7119             <returns>Boolean</returns>
7120         </member>
7121         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.ShowAsAvailableTableStyle">
7122             <summary>Returns or sets a table style shown
as available in the table styles gallery. Read/write.</summary>
7123             <returns>Boolean</returns>
7124         </member>
7125         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyle.TableStyleElements">
7126             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.TableStyleElements"></see> object. Read-only.</summary>
7127         </member>
7128         <member name=
"T:Microsoft.Office.Interop.Excel.TableStyleElement">
7129             <summary>Represents a single table style element.</summary>
7130         </member>
7131         <member name=
"M:Microsoft.Office.Interop.Excel.TableStyleElement.Clear">
7132             <summary>Clears the formatting
for this element.</summary>
7133         </member>
7134         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.Application">
7135             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
7136             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
7137         </member>
7138         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.Borders">
7139             <summary>Returns the borders of a table style element. Read-only.</summary>
7140             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Borders"></see></returns>
7141         </member>
7142         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.Creator">
7143             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7144             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7145         </member>
7146         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.Font">
7147             <summary>Returns the font of the specified
object. Read-only.</summary>
7148             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see></returns>
7149         </member>
7150         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.HasFormat">
7151             <summary>Returns whether a table style element has formatting applied to the specified element. Read-only.</summary>
7152             <returns>Boolean</returns>
7153         </member>
7154         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.Interior">
7155             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see> object that represents the interior of the specified object. Read-only.</summary>
7156             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see></returns>
7157         </member>
7158         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.Parent">
7159             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7160             <returns>Object</returns>
7161         </member>
7162         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElement.StripeSize">
7163             <summary>Returns or sets the size of banding. Read/write.</summary>
7164             <returns>Integer</returns>
7165         </member>
7166         <member name=
"T:Microsoft.Office.Interop.Excel.TableStyleElements">
7167             <summary>Represents table style elements.</summary>
7168         </member>
7169         <member name=
"M:Microsoft.Office.Interop.Excel.TableStyleElements.Item(Microsoft.Office.Interop.Excel.XlTableStyleElementType)">
7170             <summary>Returns a single
object from a collection.</summary>
7171             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TableStyleElement"></see></returns>
7172             <param name=
"Index">A table style element.</param>
7173         </member>
7174         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElements.Application">
7175             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
7176             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
7177         </member>
7178         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElements.Count">
7179             <summary>Returns the number of objects
in the collection. Read-only.</summary>
7180             <returns>Integer</returns>
7181         </member>
7182         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElements.Creator">
7183             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7184             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7185         </member>
7186         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyleElements.Parent">
7187             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7188             <returns>Object</returns>
7189         </member>
7190         <member name=
"T:Microsoft.Office.Interop.Excel.TableStyles">
7191             <summary>Represents styles that can be applied to a table.</summary>
7192         </member>
7193         <member name=
"M:Microsoft.Office.Interop.Excel.TableStyles.Add(System.String)">
7194             <summary>Creates a
new <see cref="T:Microsoft.Office.Interop.Excel.TableStyle"></see> object and adds it to the collection. </summary>
7195             <returns>TableStyle</returns>
7196             <param name=
"TableStyleName">The name of the table style.</param>
7197         </member>
7198         <member name=
"M:Microsoft.Office.Interop.Excel.TableStyles.Item(System.Object)">
7199             <summary>Returns a single
object from a collection.</summary>
7200             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.TableStyle"></see></returns>
7201             <param name=
"Index">The name or index number for the object.</param>
7202         </member>
7203         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyles.Application">
7204             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
7205             <returns>Object</returns>
7206         </member>
7207         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyles.Count">
7208             <summary>Returns the number of objects
in the collection. Read-only.</summary>
7209             <returns>Integer</returns>
7210         </member>
7211         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyles.Creator">
7212             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7213             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7214         </member>
7215         <member name=
"P:Microsoft.Office.Interop.Excel.TableStyles.Parent">
7216             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7217             <returns>Object</returns>
7218         </member>
7219         <member name=
"T:Microsoft.Office.Interop.Excel.TextEffectFormat">
7220             <summary>Contains properties and methods that apply to WordArt objects.</summary>
7221         </member>
7222         <member name=
"T:Microsoft.Office.Interop.Excel.TextFrame">
7223             <summary>Represents the text frame
in a Shape object. Contains the text in the text frame as well as the properties and methods that control the alignment and anchoring of the text frame.</summary>
7224         </member>
7225         <member name=
"M:Microsoft.Office.Interop.Excel.TextFrame.Characters(System.Object,System.Object)">
7226             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Characters"></see> object that represents a range of characters within a shape’s text frame.</summary>
7227             <param name=
"Length">Optional Object. The number of characters to be returned. If this argument is omitted, the Characters method returns the remainder of the string (everything after the character that was set as the Start argument).</param>
7228             <param name=
"Start">Optional Object. The first character to be returned. If this argument is either set to 1 or omitted, the Characters method returns a range of characters starting with the first character.</param>
7229         </member>
7230         <member name=
"T:Microsoft.Office.Interop.Excel.TextFrame2">
7231             <summary>Represents the text frame
in a <see cref="T:Microsoft.Office.Interop.Excel.Shape"></see>, <see cref="T:Microsoft.Office.Interop.Excel.ShapeRange"></see>, or <see cref="T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. </summary>
7232         </member>
7233         <member name=
"M:Microsoft.Office.Interop.Excel.TextFrame2.DeleteText">
7234             <summary>Deletes the text
from a text frame and all the associated text properties.</summary>
7235         </member>
7236         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.Application">
7237             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see> object. Read-only.</summary>
7238             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
7239         </member>
7240         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.AutoSize">
7241             <summary>The size of the specified
object that changes automatically to fit text within its boundaries. Read/write.</summary>
7242             <returns><see cref=
"T:Microsoft.Office.Core.MsoAutoSize"></see></returns>
7243         </member>
7244         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.Column">
7245             <summary>Returns the <see cref=
"T:Microsoft.Office.Core.TextColumn2"></see> object that represents the columns within the text frame. Read-only.</summary>
7246             <returns><see cref=
"T:Microsoft.Office.Core.TextColumn2"></see></returns>
7247         </member>
7248         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.Creator">
7249             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7250             <returns>Integer</returns>
7251         </member>
7252         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.HasText">
7253             <summary>Returns whether the specified text frame has text. Read-only.</summary>
7254             <returns><see cref=
"T:Microsoft.Office.Core.MsoTriState"></see></returns>
7255         </member>
7256         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.HorizontalAnchor">
7257             <summary>Returns or sets the horizontal anchor type
for the specified text. Read/write.</summary>
7258             <returns><see cref=
"T:Microsoft.Office.Core.MsoHorizontalAnchor"></see></returns>
7259         </member>
7260         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.MarginBottom">
7261             <summary>Returns or sets the distance (
in points) between the bottom of the text frame and the bottom of the inscribed rectangle of the shape that contains the text. Read/write.</summary>
7262             <returns>Single</returns>
7263         </member>
7264         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.MarginLeft">
7265             <summary>Returns or sets the distance (
in points) between the left edge of the text frame and the left edge of the inscribed rectangle of the shape that contains the text. Read/write.</summary>
7266             <returns>Single</returns>
7267         </member>
7268         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.MarginRight">
7269             <summary>Returns or sets the distance (
in points) between the right edge of the text frame and the right edge of the inscribed rectangle of the shape that contains the text. Read/write.</summary>
7270             <returns>Single</returns>
7271         </member>
7272         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.MarginTop">
7273             <summary>Returns or sets the distance (
in points) between the top of the text frame and the top of the inscribed rectangle of the shape that contains the text. Read/write.</summary>
7274             <returns>Single</returns>
7275         </member>
7276         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.Orientation">
7277             <summary>Returns or sets a
value that represents the text frame orientation. Read/write.</summary>
7278             <returns><see cref=
"T:Microsoft.Office.Core.MsoTextOrientation"></see></returns>
7279         </member>
7280         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.Parent">
7281             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7282             <returns>Object</returns>
7283         </member>
7284         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.PathFormat">
7285             <summary>Returns or sets the path type
for the specified text frame. Read/write.</summary>
7286             <returns><see cref=
"T:Microsoft.Office.Core.MsoPathFormat"></see></returns>
7287         </member>
7288         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.Ruler">
7289             <summary>Returns the ruler
for the specified text. Read-only.</summary>
7290             <returns><see cref=
"T:Microsoft.Office.Core.Ruler2"></see></returns>
7291         </member>
7292         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.TextRange">
7293             <summary>Returns the <see cref=
"T:Microsoft.Office.Core.TextRange2"></see> object that represents the text in the object. Read-only.</summary>
7294             <returns><see cref=
"T:Microsoft.Office.Core.TextRange2"></see></returns>
7295         </member>
7296         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.ThreeD">
7297             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object that contains 3-D–effect formatting properties for the specified text. Read-only.</summary>
7298             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see></returns>
7299         </member>
7300         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.VerticalAnchor">
7301             <summary>Returns or sets the vertical anchor type
for the specified text. Read/write.</summary>
7302             <returns><see cref=
"T:Microsoft.Office.Core.MsoVerticalAnchor"></see></returns>
7303         </member>
7304         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.WarpFormat">
7305             <summary>Returns or sets the warp type
for the specified text frame. Read/write.</summary>
7306             <returns><see cref=
"T:Microsoft.Office.Core.MsoWarpFormat"></see></returns>
7307         </member>
7308         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.WordArtformat">
7309             <summary>Returns or sets the Word Art type
for the specified text frame. Read/write.</summary>
7310             <returns><see cref=
"T:Microsoft.Office.Core.MsoPresetTextEffect"></see></returns>
7311         </member>
7312         <member name=
"P:Microsoft.Office.Interop.Excel.TextFrame2.WordWrap">
7313             <summary>Returns or sets text
break lines within or past the boundaries of the shape. Read/write.</summary>
7314             <returns><see cref=
"T:Microsoft.Office.Core.MsoTriState"></see></returns>
7315         </member>
7316         <member name=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat">
7317             <summary>Represents a shape
's three-dimensional formatting.</summary>
7318         </member>
7319         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.IncrementRotationHorizontal(System.Single)">
7320             <summary>Changes the rotation of the specified shape horizontally
by the specified number of degrees.</summary>
7321             <param name=
"Increment">Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from90 through 90. A positive value moves the shape left; a negative value moves it to the right.</param>
7322         </member>
7323         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.IncrementRotationVertical(System.Single)">
7324             <summary>Changes the rotation of the specified shape vertically
by the specified number of degrees.</summary>
7325             <param name=
"Increment">Specifies how much (in degrees) the rotation of the shape is to be changed horizontally. Can be a value from90 through 90. A positive value tilts the shape up; a negative value tilts it down.</param>
7326         </member>
7327         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.IncrementRotationX(System.Single)">
7328             <summary>Changes the rotation of the specified shape around the x-axis
by the specified number of degrees.</summary>
7329             <param name=
"Increment">Required Single. Specifies how much (in degrees) the rotation of the shape around the x-axis is to be changed. Can be a value from90 through 90. A positive value tilts the shape up; a negative value tilts it down.</param>
7330         </member>
7331         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.IncrementRotationY(System.Single)">
7332             <summary>Changes the rotation of the specified shape around the y-axis
by the specified number of degrees.</summary>
7333             <param name=
"Increment">Required Single. Specifies how much (in degrees) the rotation of the shape around the y-axis is to be changed. Can be a value from90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.</param>
7334         </member>
7335         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.IncrementRotationZ(System.Single)">
7336             <summary>Changes the rotation of the specified shape around the z-axis
by the specified number of degrees.</summary>
7337             <param name=
"Increment">Specifies how much (in degrees) the rotation of the shape around the z-axis is to be changed. Can be a value from90 through 90. A positive value tilts the shape to the left; a negative value tilts it to the right.</param>
7338         </member>
7339         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.SetExtrusionDirection(Microsoft.Office.Core.MsoPresetExtrusionDirection)">
7340             <summary>Sets the direction that the extrusion
's sweep path takes away from the extruded shape.</summary>
7341             <param name=
"PresetExtrusionDirection">Required <see cref="T:Microsoft.Office.Core.MsoPresetExtrusionDirection"></see>. Specifies the extrusion direction.</param>
7342         </member>
7343         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.SetPresetCamera(Microsoft.Office.Core.MsoPresetCamera)">
7344             <summary>Sets the camera
for the specified <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object.</summary>
7345             <param name=
"PresetCamera">Specifies the preset camera.</param>
7346         </member>
7347         <member name=
"M:Microsoft.Office.Interop.Excel.ThreeDFormat.SetThreeDFormat(Microsoft.Office.Core.MsoPresetThreeDFormat)">
7348             <summary>Sets the preset extrusion format. Each preset extrusion format contains a
set of preset values for the various properties of the extrusion.</summary>
7349             <param name=
"PresetThreeDFormat">Required MsoPresetThreeDFormat. Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, from top to bottom) displayed when you click the 3-D button on the Drawing toolbar.</param>
7350         </member>
7351         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.BevelBottomDepth">
7352             <summary>Returns or sets the bottom depth
when using the bevel effect on a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7353             <returns>Single</returns>
7354         </member>
7355         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.BevelBottomInset">
7356             <summary>Returns or sets a
value indicating whether the bottom insert bevel should be raised for a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7357             <returns>Single</returns>
7358         </member>
7359         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.BevelBottomType">
7360             <summary>Returns or sets the bottom bevel type
for a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7361             <returns><see cref=
"T:Microsoft.Office.Core.MsoBevelType"></see></returns>
7362         </member>
7363         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.BevelTopDepth">
7364             <summary>Returns or sets the top depth
when using the bevel effect on a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7365             <returns>Single</returns>
7366         </member>
7367         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.BevelTopInset">
7368             <summary>Returns or sets a
value indicating whether the top insert bevel should be raised for a <see cref="M:Microsoft.Office.Interop.Excel.ThreeDFormat.SetThreeDFormat(Microsoft.Office.Core.MsoPresetThreeDFormat)"></see> object. Read/write.</summary>
7369             <returns>Single</returns>
7370         </member>
7371         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.BevelTopType">
7372             <summary>Returns or sets the top Bevel type
for a ThreeDFormat object. Read/write.</summary>
7373             <returns><see cref=
"T:Microsoft.Office.Core.MsoBevelType"></see></returns>
7374         </member>
7375         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.ContourColor">
7376             <summary>Returns the contour color
for a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read-only.</summary>
7377             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ColorFormat"></see></returns>
7378         </member>
7379         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.ContourWidth">
7380             <summary>Returns or sets the contour width
for a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7381             <returns>Single</returns>
7382         </member>
7383         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.FieldOfView">
7384             <summary>Returns or sets the angle at which a <see cref=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object can be viewed. Read/write.</summary>
7385             <returns>Single</returns>
7386         </member>
7387         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.LightAngle">
7388             <summary>Returns or sets the angel of the extrusion lights
set on a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7389             <returns>Single</returns>
7390         </member>
7391         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.PresetCamera">
7392             <summary>Returns or sets the extrusion preset camera
for a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read-only.</summary>
7393             <returns><see cref=
"T:Microsoft.Office.Core.MsoPresetCamera"></see></returns>
7394         </member>
7395         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.PresetLighting">
7396             <summary>Returns or sets the extrusion preset lighting
for a <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read-only.</summary>
7397             <returns><see cref=
"T:Microsoft.Office.Core.MsoLightRigType"></see></returns>
7398         </member>
7399         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.PresetLightingDirection">
7400             <summary>Returns or sets the position of the light source relative to the extrusion.</summary>
7401             <returns><see cref=
"T:Microsoft.Office.Core.MsoLightRigType"></see></returns>
7402         </member>
7403         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.ProjectText">
7404             <summary>Returns or sets the project text state
for the specified <see cref="T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7405             <returns><see cref=
"T:Microsoft.Office.Core.MsoTriState"></see></returns>
7406         </member>
7407         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.RotationZ">
7408             <summary>Returns or sets the rotation of the extruded shape around the z-axis
in degrees. Read/write.</summary>
7409             <returns>Single</returns>
7410         </member>
7411         <member name=
"P:Microsoft.Office.Interop.Excel.ThreeDFormat.Z">
7412             <summary>Returns the Z order of the specified <see cref=
"T:Microsoft.Office.Interop.Excel.ThreeDFormat"></see> object. Read/write.</summary>
7413             <returns>Single</returns>
7414         </member>
7415         <member name=
"T:Microsoft.Office.Interop.Excel.TickLabels">
7416             <summary>Represents the tick mark labels associated with tick marks
on a chart axis.</summary>
7417         </member>
7418         <member name=
"P:Microsoft.Office.Interop.Excel.TickLabels.Format">
7419             <summary>Returns the chart element format. Read-only.</summary>
7420             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
7421         </member>
7422         <member name=
"P:Microsoft.Office.Interop.Excel.TickLabels.MultiLevel">
7423             <summary>Sets whether an axis
is multilevel or not. Read/write. </summary>
7424             <returns>Boolean</returns>
7425         </member>
7426         <member name=
"T:Microsoft.Office.Interop.Excel.Top10">
7427             <summary>Represents a top ten visual of a conditional formatting rule. Applying a color to a range helps you see the
value of a cell relative to other cells.</summary>
7428         </member>
7429         <member name=
"M:Microsoft.Office.Interop.Excel.Top10.Delete">
7430             <summary>Deletes the specified conditional formatting rule
object.</summary>
7431         </member>
7432         <member name=
"M:Microsoft.Office.Interop.Excel.Top10.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
7433             <summary>Sets the cell range to which
this formatting rule applies.</summary>
7434             <param name=
"Range">The range to which this formatting rule will be applied.</param>
7435         </member>
7436         <member name=
"M:Microsoft.Office.Interop.Excel.Top10.SetFirstPriority">
7437             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
7438         </member>
7439         <member name=
"M:Microsoft.Office.Interop.Excel.Top10.SetLastPriority">
7440             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
7441         </member>
7442         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Application">
7443             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
7444             <returns>Application</returns>
7445         </member>
7446         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.AppliesTo">
7447             <summary>Returns the cell range to which the formatting rule
is applied.</summary>
7448             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
7449         </member>
7450         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Borders">
7451             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Borders"></see> collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only.</summary>
7452             <returns>Borders</returns>
7453         </member>
7454         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.CalcFor">
7455             <summary>Returns or sets how the conditional format
in a PivotTable report should be evaluated.</summary>
7456             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCalcFor"></see></returns>
7457         </member>
7458         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Creator">
7459             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7460             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7461         </member>
7462         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Font">
7463             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see> object that specifies the font formatting if the conditional formatting rule evaluates to True. Read-only.</summary>
7464             <returns>Font</returns>
7465         </member>
7466         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Interior">
7467             <summary>Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see> object that specifies a cell's interior attributes for a conditional formatting rule that evaluates to True. Read-only.</summary>
7468             <returns>Interior</returns>
7469         </member>
7470         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.NumberFormat">
7471             <summary>Returns or sets the number format applied to a cell
if the conditional formatting rule evaluates to True. Read/write.</summary>
7472             <returns>Object</returns>
7473         </member>
7474         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Parent">
7475             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7476             <returns>Object</returns>
7477         </member>
7478         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Percent">
7479             <summary>Returns or sets a Boolean
value, specifying if the rank is determined by a percentage value.</summary>
7480             <returns>Boolean</returns>
7481         </member>
7482         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Priority">
7483             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
7484             <returns>Integer</returns>
7485         </member>
7486         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.PTCondition">
7487             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a PivotTable chart. Read-only.</summary>
7488             <returns>Boolean</returns>
7489         </member>
7490         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Rank">
7491             <summary>Returns or sets an Integer
value, specifying either the number or percentage of the rank value for the conditional format rule.</summary>
7492             <returns>Integer</returns>
7493         </member>
7494         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.ScopeType">
7495             <summary>Returns or sets the scope of the conditional format
when it is applied to a PivotTable chart.</summary>
7496             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
7497         </member>
7498         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.StopIfTrue">
7499             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
7500             <returns>Boolean</returns>
7501         </member>
7502         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.TopBottom">
7503             <summary>Returns or sets one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlTopBottom"></see> enumeration, determining if the ranking is evaluated from the top or bottom.</summary>
7504             <returns>XlTopBottom</returns>
7505         </member>
7506         <member name=
"P:Microsoft.Office.Interop.Excel.Top10.Type">
7507             <summary>Returns the type of conditional format. Read-only.</summary>
7508             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see></returns>
7509         </member>
7510         <member name=
"T:Microsoft.Office.Interop.Excel.TreeviewControl">
7511             <summary>Represents the hierarchical member-selection control of a cube field. You use
this object primarily for macro recording; it is not intended for any other use.</summary>
7512         </member>
7513         <member name=
"T:Microsoft.Office.Interop.Excel.Trendline">
7514             <summary>Represents a trendline
in a chart. A trendline shows the trend, or direction, of data in a series.</summary>
7515         </member>
7516         <member name=
"P:Microsoft.Office.Interop.Excel.Trendline.Backward2">
7517             <summary>Returns or sets the number of periods (or units
on a scatter chart) that the trendline extends backward. Read/write.</summary>
7518             <returns>Double</returns>
7519         </member>
7520         <member name=
"P:Microsoft.Office.Interop.Excel.Trendline.Format">
7521             <summary>Returns the format
for chart elements. Read-only.</summary>
7522             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see></returns>
7523         </member>
7524         <member name=
"P:Microsoft.Office.Interop.Excel.Trendline.Forward2">
7525             <summary>Returns or sets the number of periods (or units
on a scatter chart) that the trendline extends forward. Read/write.</summary>
7526             <returns>Double</returns>
7527         </member>
7528         <member name=
"T:Microsoft.Office.Interop.Excel.Trendlines">
7529             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Trendline"></see> objects for the specified series. Each Trendline object represents a trendline in a chart. A trendline shows the trend, or direction, of data in a series.</summary>
7530         </member>
7531         <member name=
"M:Microsoft.Office.Interop.Excel.Trendlines.Add(Microsoft.Office.Interop.Excel.XlTrendlineType,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
7532             <summary>Creates a
new trendline. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Trendline"></see> object.</summary>
7533             <param name=
"Name">Optional Object. The name of the trendline as text. If this argument is omitted, Microsoft Excel generates a name.</param>
7534             <param name=
"DisplayRSquared">Optional Object. True to display the R-squared value of the trendline on the chart (in the same data label as the equation). The default value is False.</param>
7535             <param name=
"Intercept">Optional Object. The trendline intercept. If this argument is omitted, the intercept is automatically set by the regression.</param>
7536             <param name=
"Period">Optional Object. Required if Type is xlMovingAvg. The trendline period. Must be an integer greater than 1 and less than the number of data points in the series you're adding a trendline to.</param>
7537             <param name=
"DisplayEquation">Optional Object. True to display the equation of the trendline on the chart (in the same data label as the R-squared value). The default value is False.</param>
7538             <param name=
"Forward">Optional Object. The number of periods (or units on a scatter chart) that the trendline extends forward.</param>
7539             <param name=
"Order">Optional Object. Required if Type is xlPolynomial. The trendline order. Must be an integer from 2 to 6, inclusive.</param>
7540             <param name=
"Backward">Optional Object. The number of periods (or units on a scatter chart) that the trendline extends backward.</param>
7541             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlTrendlineType"></see>. The trendline type.</param>
7542         </member>
7543         <member name=
"M:Microsoft.Office.Interop.Excel.Trendlines.Item(System.Object)">
7544             <summary>Returns a single
object from a collection.</summary>
7545             <param name=
"Index">Required Object. The name or index number for the object.</param>
7546         </member>
7547         <member name=
"T:Microsoft.Office.Interop.Excel.UniqueValues">
7548             <summary>The UniqueValues
object uses the <see cref="P:Microsoft.Office.Interop.Excel.UniqueValues.DupeUnique"></see> property to returns or sets an enum that determines whether the rule should look for duplicate or unique values in the range. </summary>
7549         </member>
7550         <member name=
"M:Microsoft.Office.Interop.Excel.UniqueValues.Delete">
7551             <summary>Deletes the specified conditional formatting rule
object.</summary>
7552         </member>
7553         <member name=
"M:Microsoft.Office.Interop.Excel.UniqueValues.ModifyAppliesToRange(Microsoft.Office.Interop.Excel.Range)">
7554             <summary>Sets the cell range to which
this formatting rule applies.</summary>
7555             <param name=
"Range">The range to which this formatting rule will be applied.</param>
7556         </member>
7557         <member name=
"M:Microsoft.Office.Interop.Excel.UniqueValues.SetFirstPriority">
7558             <summary>Sets the priority
value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.</summary>
7559             <returns>Integer</returns>
7560         </member>
7561         <member name=
"M:Microsoft.Office.Interop.Excel.UniqueValues.SetLastPriority">
7562             <summary>Sets the evaluation order
for this conditional formatting rule so it is evaluated after all other rules on the worksheet.</summary>
7563         </member>
7564         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Application">
7565             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
7566             <returns>Application</returns>
7567         </member>
7568         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.AppliesTo">
7569             <summary>Returns the cell range to which the formatting rule
is applied.</summary>
7570             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see></returns>
7571         </member>
7572         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Borders">
7573             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Borders"></see> collection that specifies the formatting of cell borders if the conditional formatting rule evaluates to True. Read-only.</summary>
7574             <returns>Borders</returns>
7575         </member>
7576         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Creator">
7577             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
7578             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
7579         </member>
7580         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.DupeUnique">
7581             <summary>Returns or sets
if the conditional format rule is looking for unique or duplicate values.</summary>
7582             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlDupeUnique"></see></returns>
7583         </member>
7584         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Font">
7585             <summary>Returns the font formatting specified
if the conditional formatting rule evaluates to True. Read-only.</summary>
7586             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Font"></see></returns>
7587         </member>
7588         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Interior">
7589             <summary>Returns a cell
's interior attributes for a conditional formatting rule that evaluates to True. Read-only.</summary>
7590             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.Interior"></see></returns>
7591         </member>
7592         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.NumberFormat">
7593             <summary>Returns or sets the number format applied to a cell
if the conditional formatting rule evaluates to True. Read/write.</summary>
7594             <returns>Object</returns>
7595         </member>
7596         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Parent">
7597             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7598             <returns>Object</returns>
7599         </member>
7600         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Priority">
7601             <summary>Returns or sets the priority
value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.</summary>
7602             <returns>Integer</returns>
7603         </member>
7604         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.PTCondition">
7605             <summary>Returns a Boolean
value indicating if the conditional format is being applied to a PivotTable chart. Read-only.</summary>
7606             <returns>Boolean</returns>
7607         </member>
7608         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.ScopeType">
7609             <summary>Returns or sets the scope of the conditional format
when it is applied to a PivotTable chart.</summary>
7610             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlPivotConditionScope"></see></returns>
7611         </member>
7612         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.StopIfTrue">
7613             <summary>Returns or sets a Boolean
value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</summary>
7614             <returns>Boolean</returns>
7615         </member>
7616         <member name=
"P:Microsoft.Office.Interop.Excel.UniqueValues.Type">
7617             <summary>Returns one of the constants of the <see cref=
"T:Microsoft.Office.Interop.Excel.XlFormatConditionType"></see> enumeration, which specifies the type of conditional format. Read-only.</summary>
7618             <returns>XlFormatConditionType</returns>
7619         </member>
7620         <member name=
"T:Microsoft.Office.Interop.Excel.UpBars">
7621             <summary>Represents the up bars
in a chart group. Up bars connect points on series one with higher values on the last series in the chart group (the lines go up from series one).</summary>
7622         </member>
7623         <member name=
"P:Microsoft.Office.Interop.Excel.UpBars.Format">
7624             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
7625             <returns>ChartFormat</returns>
7626         </member>
7627         <member name=
"T:Microsoft.Office.Interop.Excel.UsedObjects">
7628             <summary>Represents objects that have been allocated
in a workbook.</summary>
7629         </member>
7630         <member name=
"P:Microsoft.Office.Interop.Excel.UsedObjects.Item(System.Object)">
7631             <summary>Returns a single
object from a collection.</summary>
7632             <param name=
"Index">Required Object. The name or index number of the object.</param>
7633         </member>
7634         <member name=
"T:Microsoft.Office.Interop.Excel.UserAccess">
7635             <summary>Represents the user access
for a protected range.</summary>
7636         </member>
7637         <member name=
"T:Microsoft.Office.Interop.Excel.UserAccessList">
7638             <summary>A collection of <see cref=
"T:Microsoft.Office.Interop.Excel.UserAccess"></see> objects that represent the user access for protected ranges.</summary>
7639         </member>
7640         <member name=
"M:Microsoft.Office.Interop.Excel.UserAccessList.Add(System.String,System.Boolean)">
7641             <summary>Adds a user access list. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.UserAccess"></see> object.</summary>
7642             <param name=
"AllowEdit">Required Boolean. True allows users on the access list to edit the editable ranges on a protected worksheet.</param>
7643             <param name=
"Name">Required String. The name of the user access list.</param>
7644         </member>
7645         <member name=
"P:Microsoft.Office.Interop.Excel.UserAccessList.Item(System.Object)">
7646             <summary>Returns a single
object from a collection.</summary>
7647             <param name=
"Index">Required Object. The name or index number of the object.</param>
7648         </member>
7649         <member name=
"T:Microsoft.Office.Interop.Excel.Validation">
7650             <summary>Represents data validation
for a worksheet range.</summary>
7651         </member>
7652         <member name=
"M:Microsoft.Office.Interop.Excel.Validation.Add(Microsoft.Office.Interop.Excel.XlDVType,System.Object,System.Object,System.Object,System.Object)">
7653             <summary>Adds data validation to the specified range.</summary>
7654             <param name=
"Formula1">Optional Object. The first part of the data validation equation.</param>
7655             <param name=
"Formula2">Optional Object. The second part of the data validation when Operator is xlBetween or xlNotBetween (otherwise, this argument is ignored).</param>
7656             <param name=
"Operator">Optional Object. The data validation operator. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlFormatConditionOperator"></see> constants: xlBetween, xlEqual, xlGreater, xlGreaterEqual, xlLess, xlLessEqual, xlNotBetween, or xlNotEqual.</param>
7657             <param name=
"AlertStyle">Optional Object. The validation alert style. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlDVAlertStyle"></see> constants: xlValidAlertInformation, xlValidAlertStop, or xlValidAlertWarning.</param>
7658             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlDVType"></see>. The validation type.</param>
7659         </member>
7660         <member name=
"M:Microsoft.Office.Interop.Excel.Validation.Modify(System.Object,System.Object,System.Object,System.Object,System.Object)">
7661             <summary>Modifies data validation
for a range.</summary>
7662             <param name=
"Formula1">Optional Object. The first part of the data validation equation.</param>
7663             <param name=
"Formula2">Optional Object. The second part of the data validation when Operator is xlBetween or xlNotBetween (otherwise, this argument is ignored).</param>
7664             <param name=
"Operator">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlFormatConditionOperator"></see>. The data validation operator.</param>
7665             <param name=
"AlertStyle">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlDVAlertStyle"></see>. The validation alert style.</param>
7666             <param name=
"Type">Required <see cref="T:Microsoft.Office.Interop.Excel.XlDVType"></see>. The validation type.</param>
7667         </member>
7668         <member name=
"T:Microsoft.Office.Interop.Excel.VPageBreak">
7669             <summary>Represents a vertical page
break.</summary>
7670         </member>
7671         <member name=
"M:Microsoft.Office.Interop.Excel.VPageBreak.DragOff(Microsoft.Office.Interop.Excel.XlDirection,System.Int32)">
7672             <summary>Drags a page
break out of the print area.</summary>
7673             <param name=
"RegionIndex">Required Integer. The print-area region index for the page break (the region where the mouse pointer is located when the mouse button is pressed if the user drags the page break). If the print area is contiguous, there’s only one print region. If the print area is noncontiguous, there’s more than one print region.</param>
7674             <param name=
"Direction">Required <see cref="T:Microsoft.Office.Interop.Excel.XlDirection"></see>. The direction in which the page break is dragged.</param>
7675         </member>
7676         <member name=
"T:Microsoft.Office.Interop.Excel.VPageBreaks">
7677             <summary>A collection of vertical page breaks within the print area. Each vertical page
break is represented by a <see cref="T:Microsoft.Office.Interop.Excel.VPageBreak"></see> object.</summary>
7678         </member>
7679         <member name=
"M:Microsoft.Office.Interop.Excel.VPageBreaks.Add(System.Object)">
7680             <summary>Adds a vertical page
break. Returns a <see cref="T:Microsoft.Office.Interop.Excel.VPageBreak"></see> object.</summary>
7681             <param name=
"Before">Required Object. A <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object. The range to the left of which the new page break will be added.</param>
7682         </member>
7683         <member name=
"P:Microsoft.Office.Interop.Excel.VPageBreaks.Item(System.Int32)">
7684             <summary>Returns a single
object from a collection.</summary>
7685             <param name=
"Index">Required Object. The name or index number of the object.</param>
7686         </member>
7687         <member name=
"T:Microsoft.Office.Interop.Excel.Walls">
7688             <summary>Represents the walls of a
3-D chart.</summary>
7689         </member>
7690         <member name=
"M:Microsoft.Office.Interop.Excel.Walls.Paste">
7691             <summary>Pastes a picture
from the Clipboard on the walls of the specified chart.</summary>
7692         </member>
7693         <member name=
"P:Microsoft.Office.Interop.Excel.Walls.Format">
7694             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.ChartFormat"></see> object. Read-only.</summary>
7695             <returns>ChartFormat</returns>
7696         </member>
7697         <member name=
"P:Microsoft.Office.Interop.Excel.Walls.Thickness">
7698             <summary>Returns or sets the thickness of the wall. Read/write.</summary>
7699             <returns>Integer</returns>
7700         </member>
7701         <member name=
"T:Microsoft.Office.Interop.Excel.Watch">
7702             <summary>Represents a range which
is tracked when the worksheet is recalculated.</summary>
7703         </member>
7704         <member name=
"T:Microsoft.Office.Interop.Excel.Watches">
7705             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Watch"></see> objects in a specified application.</summary>
7706         </member>
7707         <member name=
"M:Microsoft.Office.Interop.Excel.Watches.Add(System.Object)">
7708             <summary>Adds a range which
is tracked when the worksheet is recalculated. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Watch"></see> object.</summary>
7709             <param name=
"Source">Required Object. The source for the range.</param>
7710         </member>
7711         <member name=
"P:Microsoft.Office.Interop.Excel.Watches.Item(System.Object)">
7712             <summary>Returns a single
object from a collection.</summary>
7713             <param name=
"Index">Required Object. The name or index number of the object.</param>
7714         </member>
7715         <member name=
"T:Microsoft.Office.Interop.Excel.WebOptions">
7716             <summary>Contains workbook-level attributes used
by Microsoft Excel when you save a document as a Web page or open a Web page.</summary>
7717         </member>
7718         <member name=
"T:Microsoft.Office.Interop.Excel.Window">
7719             <summary>Represents a window. Many worksheet characteristics, such
as scroll bars and gridlines, are actually properties of the window.</summary>
7720         </member>
7721         <member name=
"M:Microsoft.Office.Interop.Excel.Window.Close(System.Object,System.Object,System.Object)">
7722             <summary>Closes the
object.</summary>
7723             <param name=
"RouteWorkbook">Optional Object. If the workbook doesn't need to be routed to the next recipient (if it has no routing slip or has already been routed), this argument is ignored. Otherwise, Microsoft Excel routes the workbook as shown in the following table.ValueMeaningTrueSends the workbook to the next recipient.FalseDoesn't send the workbook.OmittedDisplays a dialog box asking the user whether the workbook should be sent.</param>
7724             <param name=
"Filename">Optional Object. Save changes under this file name.</param>
7725             <param name=
"SaveChanges">Optional Object. If there are no changes to the workbook, this argument is ignored. If there are changes to the workbook and the workbook appears in other open windows, this argument is ignored. If there are changes to the workbook but the workbook doesn't appear in any other open windows, this argument specifies whether changes should be saved, as shown in the following table.ValueActionTrueSaves the changes to the workbook. If there is not yet a file name associated with the workbook, then FileName is used. If FileName is omitted, the user is asked to supply a file name.FalseDoes not save the changes to this file.OmittedDisplays a dialog box asking the user whether or not to save changes.</param>
7726         </member>
7727         <member name=
"M:Microsoft.Office.Interop.Excel.Window.LargeScroll(System.Object,System.Object,System.Object,System.Object)">
7728             <summary>Scrolls the contents of the window
by pages.</summary>
7729             <param name=
"ToRight">Optional Object. The number of pages to scroll the contents to the right.</param>
7730             <param name=
"Up">Optional Object. The number of pages to scroll the contents up.</param>
7731             <param name=
"ToLeft">Optional Object. The number of pages to scroll the contents to the left.</param>
7732             <param name=
"Down">Optional Object. The number of pages to scroll the contents down.</param>
7733         </member>
7734         <member name=
"M:Microsoft.Office.Interop.Excel.Window.PointsToScreenPixelsX(System.Int32)">
7735             <summary>Converts a horizontal measurement
from points (document coordinates) to screen pixels (screen coordinates).</summary>
7736             <param name=
"Points">Required Integer. The number of points horizontally along the top of the document window, starting from the left.</param>
7737         </member>
7738         <member name=
"M:Microsoft.Office.Interop.Excel.Window.PointsToScreenPixelsY(System.Int32)">
7739             <summary>Converts a vertical measurement
from points (document coordinates) to screen pixels (screen coordinates).</summary>
7740             <param name=
"Points">Required Integer. The number of points vertically along the left edge of the document window, starting from the top.</param>
7741         </member>
7742         <member name=
"M:Microsoft.Office.Interop.Excel.Window.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
7743             <summary>Prints the
object.</summary>
7744             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
7745             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
7746             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
7747             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
7748             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
7749             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
7750             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
7751             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
7752         </member>
7753         <member name=
"M:Microsoft.Office.Interop.Excel.Window.PrintPreview(System.Object)">
7754             <summary>Shows a preview of the
object as it would look when printed.</summary>
7755             <param name=
"EnableChanges">Enables changes during preview.</param>
7756         </member>
7757         <member name=
"M:Microsoft.Office.Interop.Excel.Window.RangeFromPoint(System.Int32,System.Int32)">
7758             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.Shape"></see> or <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object that is positioned at the specified pair of screen coordinates. If there isn’t a shape located at the specified coordinates, this method returns Nothing.</summary>
7759             <param name=
"x">Required Integer. The value (in pixels) that represents the horizontal distance from the left edge of the screen, starting at the top.</param>
7760             <param name=
"y">Required Integer. The value (in pixels) that represents the vertical distance from the top of the screen, starting on the left.</param>
7761         </member>
7762         <member name=
"M:Microsoft.Office.Interop.Excel.Window.ScrollIntoView(System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
7763             <summary>Scrolls the document window so that the contents of a specified rectangular area are displayed
in either the upper-left or lower-right corner of the document window or pane.</summary>
7764             <param name=
"Width">Required Integer. The width of the rectangle, in points.</param>
7765             <param name=
"Start">Optional Integer. True to have the upper-left corner of the rectangle appear in the upper-left corner of the document window or pane. False to have the lower-right corner of the rectangle appear in the lower-right corner of the document window or pane. The default value is True.</param>
7766             <param name=
"Height">Required Integer. The height of the rectangle, in points.</param>
7767             <param name=
"Left">Required Integer. The horizontal position of the rectangle (in points) from the left edge of the document window or pane.</param>
7768             <param name=
"Top">Required Integer. The vertical position of the rectangle (in points) from the top of the document window or pane.</param>
7769         </member>
7770         <member name=
"M:Microsoft.Office.Interop.Excel.Window.ScrollWorkbookTabs(System.Object,System.Object)">
7771             <summary>Scrolls through the workbook tabs at the bottom of the window.</summary>
7772             <param name=
"Position">Optional Object. Use xlFirst to scroll to the first sheet, or use xlLast to scroll to the last sheet. You must specify Position if you don't specify Sheets.</param>
7773             <param name=
"Sheets">Optional Object. The number of sheets to scroll by. Use a positive number to scroll forward, a negative number to scroll backward, or 0 (zero) not to scroll at all. You must specify Sheets if you don't specify Position.</param>
7774         </member>
7775         <member name=
"M:Microsoft.Office.Interop.Excel.Window.SmallScroll(System.Object,System.Object,System.Object,System.Object)">
7776             <summary>Scrolls the contents of the window
by rows or columns.</summary>
7777             <param name=
"ToRight">Optional Object. The number of columns to scroll the contents to the right.</param>
7778             <param name=
"Up">Optional Object. The number of rows to scroll the contents up.</param>
7779             <param name=
"ToLeft">Optional Object. The number of columns to scroll the contents to the left.</param>
7780             <param name=
"Down">Optional Object. The number of rows to scroll the contents down.</param>
7781         </member>
7782         <member name=
"P:Microsoft.Office.Interop.Excel.Window.ActiveSheet">
7783             <summary>Returns an
object that represents the active sheet (the sheet on top) in the active workbook or in the specified window or workbook. Returns Nothing if no sheet is active.</summary>
7784             <returns>Object</returns>
7785         </member>
7786         <member name=
"P:Microsoft.Office.Interop.Excel.Window.ActiveSheetView">
7787             <summary>Returns an
object that represents the view of the active sheet in the specified window. Read-only.</summary>
7788         </member>
7789         <member name=
"P:Microsoft.Office.Interop.Excel.Window.AutoFilterDateGrouping">
7790             <summary>True
if the auto filter for date grouping is currently displayed in the specified window. Read/write.</summary>
7791             <returns>Boolean</returns>
7792         </member>
7793         <member name=
"P:Microsoft.Office.Interop.Excel.Window.DisplayRuler">
7794             <summary>True
if a ruler is displayed for the specified window. Read/write.</summary>
7795             <returns>Boolean</returns>
7796         </member>
7797         <member name=
"P:Microsoft.Office.Interop.Excel.Window.DisplayWhitespace">
7798             <summary>True
if whitespace is displayed. Read/write.</summary>
7799             <returns>Boolean</returns>
7800         </member>
7801         <member name=
"P:Microsoft.Office.Interop.Excel.Window.SheetViews">
7802             <summary>Returns the <see cref=
"T:Microsoft.Office.Interop.Excel.SheetViews"></see> object for the specified window. Read-only.</summary>
7803             <returns>SheetViews</returns>
7804         </member>
7805         <member name=
"T:Microsoft.Office.Interop.Excel.Windows">
7806             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Window"></see> objects in Microsoft Excel.</summary>
7807         </member>
7808         <member name=
"M:Microsoft.Office.Interop.Excel.Windows.Arrange(Microsoft.Office.Interop.Excel.XlArrangeStyle,System.Object,System.Object,System.Object)">
7809             <summary>Arranges the windows
on the screen.</summary>
7810             <param name=
"SyncHorizontal">Optional Object. Ignored if ActiveWorkbook is False or omitted. True to synchronize the windows of the active workbook when scrolling horizontally. False not to synchronize the windows. The default value is False.</param>
7811             <param name=
"SyncVertical">Optional Object. Ignored if ActiveWorkbook is False or omitted. True to synchronize the windows of the active workbook when scrolling vertically. False not to synchronize the windows. The default value is False.</param>
7812             <param name=
"ArrangeStyle">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlArrangeStyle"></see>.</param>
7813             <param name=
"ActiveWorkbook">Optional Object. True to arrange only the visible windows of the active workbook. False to arrange all windows. The default value is False.</param>
7814         </member>
7815         <member name=
"M:Microsoft.Office.Interop.Excel.Windows.CompareSideBySideWith(System.Object)">
7816             <summary>Opens two windows
in side-by-side mode.</summary>
7817             <param name=
"WindowName">The name of a window to open.</param>
7818         </member>
7819         <member name=
"P:Microsoft.Office.Interop.Excel.Windows.Item(System.Object)">
7820             <summary>Returns a single
object from a collection.</summary>
7821             <param name=
"Index">Required Object. The name or index number of the object.</param>
7822         </member>
7823         <member name=
"T:Microsoft.Office.Interop.Excel.Workbook">
7824             <summary>Represents a Microsoft Excel workbook.</summary>
7825         </member>
7826         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookConnection">
7827             <summary>A connection
is a set of information needed to obtain data from an external data source other than an 1st_Excel12 workbook. </summary>
7828         </member>
7829         <member name=
"M:Microsoft.Office.Interop.Excel.WorkbookConnection.Delete">
7830             <summary>Deletes a workbook connection.</summary>
7831         </member>
7832         <member name=
"M:Microsoft.Office.Interop.Excel.WorkbookConnection.Refresh">
7833             <summary>Refreshes a workbook connection.</summary>
7834         </member>
7835         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Application">
7836             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary>
7837         </member>
7838         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Creator">
7839             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only Integer.</summary>
7840         </member>
7841         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Description">
7842             <summary>Returns or sets a brief description
for a <see cref="T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see> object. Read/write String.</summary>
7843         </member>
7844         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Name">
7845             <summary>Returns or sets the name of the workbook connection
object. Read/write String.</summary>
7846         </member>
7847         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.ODBCConnection">
7848             <summary>Retuns the ODBC Connection details
for the specified <see cref="T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see> object. Read-only <see cref="T:Microsoft.Office.Interop.Excel.ODBCConnection"></see>.</summary>
7849         </member>
7850         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.OLEDBConnection">
7851             <summary>Retuns the OLEDB Connection details
for the specified <see cref="T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see> object. Read-only <see cref="T:Microsoft.Office.Interop.Excel.OLEDBConnection"></see>.</summary>
7852         </member>
7853         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Parent">
7854             <summary>Returns the parent
object for the specified object. Read-only.</summary>
7855         </member>
7856         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Ranges">
7857             <summary>Returns the range of
object for the specified <see cref="T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see> object. Read-only <see cref="T:Microsoft.Office.Interop.Excel.Ranges"></see>.</summary>
7858         </member>
7859         <member name=
"P:Microsoft.Office.Interop.Excel.WorkbookConnection.Type">
7860             <summary>Returns the workbook connection type. Read-only <see cref=
"T:Microsoft.Office.Interop.Excel.XlConnectionType"></see>.</summary>
7861         </member>
7862         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_ActivateEventHandler">
7863             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Activate"></see> event. The Activate event occurs when a workbook is activated.</summary>
7864         </member>
7865         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_AddinInstallEventHandler">
7866             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AddinInstall"></see> event. The AddinInstall event occurs when the workbook is installed as an add-in.</summary>
7867         </member>
7868         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_AddinUninstallEventHandler">
7869             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AddinUninstall"></see> event. The AddinUninstall event occurs when the workbook is uninstalled as an add-in.</summary>
7870         </member>
7871         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_AfterXmlExportEventHandler">
7872             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AfterXmlExport"></see> event. The AfterXmlExport event occurs after Microsoft Excel saves or exports data from the specified workbook to an XML data file.</summary>
7873         </member>
7874         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_AfterXmlImportEventHandler">
7875             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AfterXmlImport"></see> event. The AfterXmlImport event occurs after an existing XML data connection is refreshed or after new XML data is imported into the specified Microsoft Excel workbook.</summary>
7876         </member>
7877         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_BeforeCloseEventHandler">
7878             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeClose"></see> event. The BeforeClose event occurs before the workbook closes. If the workbook has been changed, this event occurs before the user is asked to save changes.</summary>
7879         </member>
7880         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_BeforePrintEventHandler">
7881             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforePrint"></see> event. The BeforePrint event occurs before the workbook (or anything in it) is printed.</summary>
7882         </member>
7883         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_BeforeSaveEventHandler">
7884             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeSave"></see> event. The BeforeSave event occurs before the workbook is saved.</summary>
7885         </member>
7886         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_BeforeXmlExportEventHandler">
7887             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeXmlExport"></see> event. The BeforeXmlExport event occurs before Microsoft Excel saves or exports data from the specified workbook to an XML data file.</summary>
7888         </member>
7889         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_BeforeXmlImportEventHandler">
7890             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeXmlImport"></see> event. The BeforeXmlImport event occurs before an existing XML data connection is refreshed or before new XML data is imported into a Microsoft Excel workbook.</summary>
7891         </member>
7892         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_DeactivateEventHandler">
7893             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Deactivate"></see> event. The Deactivate event occurs when the workbook is deactivated.</summary>
7894         </member>
7895         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_Event">
7896             <summary>Events
interface for Microsoft Excel <see cref="T:Microsoft.Office.Interop.Excel.Workbook"></see> object events.</summary>
7897         </member>
7898         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Activate">
7899             <summary>Occurs
when a workbook is activated.</summary>
7900         </member>
7901         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AddinInstall">
7902             <summary>Occurs
when the workbook is installed as an add-in.</summary>
7903         </member>
7904         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AddinUninstall">
7905             <summary>Occurs
when the workbook is uninstalled as an add-in.</summary>
7906         </member>
7907         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AfterXmlExport">
7908             <summary>Occurs after Microsoft Excel saves or exports data
from the specified workbook to an XML data file.</summary>
7909         </member>
7910         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.AfterXmlImport">
7911             <summary>Occurs after an existing XML data connection
is refreshed or after new XML data is imported into the specified Microsoft Excel workbook.</summary>
7912         </member>
7913         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeClose">
7914             <summary>Occurs before the workbook closes. If the workbook has been changed,
this event occurs before the user is asked to save changes.</summary>
7915         </member>
7916         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforePrint">
7917             <summary>Occurs before the workbook (or anything
in it) is printed.</summary>
7918         </member>
7919         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeSave">
7920             <summary>Occurs before the workbook
is saved.</summary>
7921         </member>
7922         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeXmlExport">
7923             <summary>Occurs before Microsoft Excel saves or exports data
from the specified workbook to an XML data file.</summary>
7924         </member>
7925         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.BeforeXmlImport">
7926             <summary>Occurs before an existing XML data connection
is refreshed or before new XML data is imported into a Microsoft Excel workbook.</summary>
7927         </member>
7928         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Deactivate">
7929             <summary>Occurs
when the workbook is deactivated.</summary>
7930         </member>
7931         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.NewSheet">
7932             <summary>Occurs
when a new sheet is created in the workbook.</summary>
7933         </member>
7934         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Open">
7935             <summary>Occurs
when the workbook is opened.</summary>
7936         </member>
7937         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.PivotTableCloseConnection">
7938             <summary>Occurs after a PivotTable report closes the connection to its data source.</summary>
7939         </member>
7940         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.PivotTableOpenConnection">
7941             <summary>Occurs after a PivotTable report opens the connection to its data source.</summary>
7942         </member>
7943         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.RowsetComplete">
7944             <summary>The
event is raised when the user either drills through the recordset or invokes the rowset action on an OLAP PivotTable.</summary>
7945         </member>
7946         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetActivate">
7947             <summary>Occurs
when any sheet is activated.</summary>
7948         </member>
7949         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetBeforeDoubleClick">
7950             <summary>Occurs
when any worksheet is double-clicked, before the default double-click action.</summary>
7951         </member>
7952         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetBeforeRightClick">
7953             <summary>Occurs
when any worksheet is right-clicked, before the default right-click action.</summary>
7954         </member>
7955         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetCalculate">
7956             <summary>Occurs after any worksheet
is recalculated or after any changed data is plotted on a chart.</summary>
7957         </member>
7958         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetChange">
7959             <summary>Occurs
when cells in any worksheet are changed by the user or by an external link.</summary>
7960         </member>
7961         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetDeactivate">
7962             <summary>Occurs
when any sheet is deactivated.</summary>
7963         </member>
7964         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetFollowHyperlink">
7965             <summary>Occurs
when you click any hyperlink in Microsoft Excel.</summary>
7966         </member>
7967         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetPivotTableUpdate">
7968             <summary>Occurs after the sheet of the PivotTable report has been updated.</summary>
7969         </member>
7970         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetSelectionChange">
7971             <summary>Occurs
when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet).</summary>
7972         </member>
7973         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Sync">
7974             <summary>Occurs
when the local copy of a worksheet that is part of a Document Workspace is synchronized with the copy on the server.</summary>
7975         </member>
7976         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.WindowActivate">
7977             <summary>Occurs
when any workbook window is activated.</summary>
7978         </member>
7979         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.WindowDeactivate">
7980             <summary>Occurs
when any workbook window is deactivated.</summary>
7981         </member>
7982         <member name=
"E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.WindowResize">
7983             <summary>Occurs
when any workbook window is resized.</summary>
7984         </member>
7985         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_NewSheetEventHandler">
7986             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.NewSheet"></see> event. The NewSheet event occurs when a new sheet is created in the workbook.</summary>
7987         </member>
7988         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_OpenEventHandler">
7989             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Open"></see> event. The Open event occurs when the workbook is opened.</summary>
7990         </member>
7991         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_PivotTableCloseConnectionEventHandler">
7992             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.PivotTableCloseConnection"></see> event. The PivotTableCloseConnection event occurs after a PivotTable report closes the connection to its data source.</summary>
7993         </member>
7994         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_PivotTableOpenConnectionEventHandler">
7995             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.PivotTableOpenConnection"></see> event. The PivotTableOpenConnection event occurs after a PivotTable report opens the connection to its data source.</summary>
7996         </member>
7997         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetActivateEventHandler">
7998             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetActivate"></see> event. The SheetActivate event occurs when any sheet is activated.</summary>
7999         </member>
8000         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetBeforeDoubleClickEventHandler">
8001             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetBeforeDoubleClick"></see> event. The SheetBeforeDoubleClick event occurs when any worksheet is double-clicked, before the default double-click action.</summary>
8002         </member>
8003         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetBeforeRightClickEventHandler">
8004             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetBeforeRightClick"></see> event. The SheetBeforeRightClick event occurs when any worksheet is right-clicked, before the default right-click action.</summary>
8005         </member>
8006         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetCalculateEventHandler">
8007             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetCalculate"></see> event. The SheetCalculate event occurs after any worksheet is recalculated or after any changed data is plotted on a chart.</summary>
8008         </member>
8009         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetChangeEventHandler">
8010             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetChange"></see> event. The SheetChange event occurs when cells in any worksheet are changed by the user or by an external link.</summary>
8011         </member>
8012         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetDeactivateEventHandler">
8013             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetDeactivate"></see> event. The SheetDeactivate event occurs when any sheet is deactivated.</summary>
8014         </member>
8015         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetFollowHyperlinkEventHandler">
8016             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetFollowHyperlink"></see> event. The SheetFollowHyperlink event occurs when you click any hyperlink in Microsoft Excel.</summary>
8017         </member>
8018         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetPivotTableUpdateEventHandler">
8019             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetPivotTableUpdate"></see> event. The SheetPivotTableUpdate event occurs after the sheet of the PivotTable report has been updated.</summary>
8020         </member>
8021         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SheetSelectionChangeEventHandler">
8022             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.SheetSelectionChange"></see> event. The SheetSelectionChange event occurs when the selection changes on any worksheet (doesn't occur if the selection is on a chart sheet).</summary>
8023         </member>
8024         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_SyncEventHandler">
8025             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.Sync"></see> event. The Sync event occurs when the local copy of a worksheet that is part of a Document Workspace is synchronized with the copy on the server.</summary>
8026         </member>
8027         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_WindowActivateEventHandler">
8028             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.WindowActivate"></see> event. The WindowActivate event occurs when any workbook window is activated.</summary>
8029         </member>
8030         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_WindowDeactivateEventHandler">
8031             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.WindowDeactivate"></see> event. The WindowDeactivate event occurs when any workbook window is deactivated.</summary>
8032         </member>
8033         <member name=
"T:Microsoft.Office.Interop.Excel.WorkbookEvents_WindowResizeEventHandler">
8034             <summary>A Delegate type used to
add an event handler for the <see cref="E:Microsoft.Office.Interop.Excel.WorkbookEvents_Event.WindowResize"></see> event. The WindowResize event occurs when any workbook window is resized.</summary>
8035         </member>
8036         <member name=
"T:Microsoft.Office.Interop.Excel.Workbooks">
8037             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Workbook"></see> objects that are currently open in the Microsoft Excel application.</summary>
8038         </member>
8039         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.Add(System.Object)">
8040             <summary>Creates a
new workbook. The new workbook becomes the active workbook. Returns a <see cref="T:Microsoft.Office.Interop.Excel.Workbook"></see> object.</summary>
8041             <param name=
"Template">Optional Object. Determines how the new workbook is created. If this argument is a string specifying the name of an existing Microsoft Excel file, the new workbook is created with the specified file as a template. If this argument is a constant, the new workbook contains a single sheet of the specified type. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlWBATemplate"></see> constants: xlWBATChart, xlWBATExcel4IntlMacroSheet, xlWBATExcel4MacroSheet, or xlWBATWorksheet. If this argument is omitted, Microsoft Excel creates a new workbook with a number of blank sheets (the number of sheets is set by the SheetsInNewWorkbook property).</param>
8042         </member>
8043         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.CanCheckOut(System.String)">
8044             <summary>True
if Microsoft Excel can check out a specified workbook from a server. Read/write Boolean.</summary>
8045             <param name=
"Filename">Required String. The name of the file to check out.</param>
8046         </member>
8047         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.CheckOut(System.String)">
8048             <summary>Copies the specified workbook
from a server to a local computer for editing.</summary>
8049             <param name=
"Filename">Required String. The name of the file to check out.</param>
8050         </member>
8051         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.Open(System.String,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
8052             <summary>Opens a workbook.</summary>
8053             <param name=
"AddToMru">Optional Object. True to add this workbook to the list of recently used files. The default value is False.</param>
8054             <param name=
"IgnoreReadOnlyRecommended">Optional Object. True to have Microsoft Excel not display the read-only recommended message (if the workbook was saved with the Read-Only Recommended option).</param>
8055             <param name=
"Format">Optional Object. If Microsoft Excel is opening a text file, this argument specifies the delimiter character, as shown in the following table. If this argument is omitted, the current delimiter is used.</param>
8056             <param name=
"ReadOnly">Optional Object. True to open the workbook in read-only mode.</param>
8057             <param name=
"Password">Optional Object. A string that contains the password required to open a protected workbook. If this argument is omitted and the workbook requires a password, the user is prompted for the password.</param>
8058             <param name=
"Editable">Optional Object. If the file is a Microsoft Excel 4.0 add-in, this argument is True to open the add-in so that it’s a visible window. If this argument is False or omitted, the add-in is opened as hidden, and it cannot be unhidden. This option doesn't apply to add-ins created in Microsoft Excel 5.0 or later. If the file is an Excel template, use True to open the specified template for editing or False to open a new workbook based on the specified template. The default value is False.</param>
8059             <param name=
"CorruptLoad">Optional Object. Can be one of the following constants: xlNormalLoad, xlRepairFile, and xlExtractData. The default behavior if no value is specified is usually normal, but may be safe load or data recovery if Excel has already attempted to open the file. The first attempt is normal. If Excel stops operating while opening the file, the second attempt is safe load. If Excel again stops operating, the next attempt is data recovery.</param>
8060             <param name=
"UpdateLinks">Optional Object. Specifies the way links in the file are updated. If this argument is omitted, the user is prompted to specify how links will be updated. Otherwise, this argument is one of the values listed in the following table.If Microsoft Excel is opening a file in the WKS, WK1, or WK3 format and the UpdateLinks argument is 2, Microsoft Excel generates charts from the graphs attached to the file. If the argument is 0, no charts are created.</param>
8061             <param name=
"Filename">Required String. The file name of the workbook to be opened.</param>
8062             <param name=
"Origin">Optional Object. If the file is a text file, this argument indicates where it originated (so that code pages and Carriage Return/Line Feed (CR/LF) can be mapped correctly). Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlPlatform"></see> constants: xlMacintosh, xlWindows, or xlMSDOS. If this argument is omitted, the current operating system is used.</param>
8063             <param name=
"Converter">Optional Object. The index of the first file converter to try when opening the file. The specified file converter is tried first; if this converter doesn’t recognize the file, all other converters are tried. The converter index consists of the row numbers of the converters returned by the <see cref="P:Microsoft.Office.Interop.Excel._Application.FileConverters(System.Object,System.Object)"></see> property.</param>
8064             <param name=
"WriteResPassword">Optional Object. A string that contains the password required to write to a write-reserved workbook. If this argument is omitted and the workbook requires a password, the user will be prompted for the password.</param>
8065             <param name=
"Notify">Optional Object. If the file cannot be opened in read/write mode, this argument is True to add the file to the file notification list. Microsoft Excel will open the file as read-only, poll the file notification list, and then notify the user when the file becomes available. If this argument is False or omitted, no notification is requested, and any attempts to open an unavailable file will fail.</param>
8066             <param name=
"Delimiter">Optional Object. If the file is a text file and the Format argument is 6, this argument is a string that specifies the character to be used as the delimiter. For example, use Chr(9) for tabs, use "," for commas, use ";" for semicolons, or use a custom character. Only the first character of the string is used.</param>
8067             <param name=
"Local">Optional Object. True saves files against the language of Microsoft Excel (including control panel settings). False (default) saves files against the language of Visual Basic for Applications (VBA) (which is typically U.S. English unless the VBA project where Workbooks.Open is run from is an old internationalized XL5/95 VBA project).</param>
8068         </member>
8069         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.OpenDatabase(System.String,System.Object,System.Object,System.Object,System.Object)">
8070             <summary>Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Workbook"></see> object representing a database.</summary>
8071             <param name=
"CommandText">Optional Object. The command text of the query.</param>
8072             <param name=
"Filename">Required String. The connection string.</param>
8073             <param name=
"ImportDataAs">Optional Object. Determines the format of the query.</param>
8074             <param name=
"CommandType">Optional Object. The command type of the query. The following command types are available: Default, SQL, and Table.</param>
8075             <param name=
"BackgroundQuery">Optional Object. The background of the query.</param>
8076         </member>
8077         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.OpenText(System.String,System.Object,System.Object,System.Object,Microsoft.Office.Interop.Excel.XlTextQualifier,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
8078             <summary>Loads and parses a text file
as a new workbook with a single sheet that contains the parsed text-file data.</summary>
8079             <param name=
"OtherChar">Optional Object (required if Other is True). Specifies the delimiter character when Other is True. If more than one character is specified, only the first character of the string is used; the remaining characters are ignored.</param>
8080             <param name=
"DataType">Optional Object. Specifies the column format of the data in the file. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlTextParsingType"></see> constants: xlDelimited or xlFixedWidth. If this argument is not specified, Microsoft Excel attempts to determine the column format when it opens the file.</param>
8081             <param name=
"Tab">Optional Object. True to have the tab character be the delimiter (DataType must be xlDelimited). The default value is False.</param>
8082             <param name=
"DecimalSeparator">Optional Object. The decimal separator that Microsoft Excel uses when recognizing numbers. The default setting is the system setting.</param>
8083             <param name=
"Local">Optional Object.</param>
8084             <param name=
"Semicolon">Optional Object. True to have the semicolon character be the delimiter (DataType must be xlDelimited). The default value is False.</param>
8085             <param name=
"Comma">Optional Object. True to have the comma character be the delimiter (DataType must be xlDelimited). The default value is False.</param>
8086             <param name=
"TrailingMinusNumbers">Optional Object.</param>
8087             <param name=
"Space">Optional Object. True to have the space character be the delimiter (DataType must be xlDelimited). The default value is False.</param>
8088             <param name=
"Filename">Required String. Specifies the file name of the text file to be opened and parsed.</param>
8089             <param name=
"Other">Optional Object. True to have the character specified by the OtherChar argument be the delimiter (DataType must be xlDelimited). The default value is False.</param>
8090             <param name=
"ConsecutiveDelimiter">Optional Object. True to have consecutive delimiters considered one delimiter. The default is False.</param>
8091             <param name=
"Origin">Optional Object. Specifies the origin of the text file. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlPlatform"></see> constants: xlMacintosh, xlWindows, or xlMSDOS. Additionally, this could be an integer representing the code page number of the desired code page. For example, "1256" would specify that the encoding of the source text file is Arabic (Windows). If this argument is omitted, the method uses the current setting of the File Origin option in the Text Import Wizard.</param>
8092             <param name=
"StartRow">Optional Object. The row number at which to start parsing text. The default value is 1.</param>
8093             <param name=
"TextQualifier">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlTextQualifier"></see>. Specifies the text qualifier. Can be one of these <see cref="T:Microsoft.Office.Interop.Excel.XlTextQualifier"></see> constants.xlTextQualifierDoubleQuotedefaultxlTextQualifierNonexlTextQualifierSingleQuote</param>
8094             <param name=
"ThousandsSeparator">Optional Object. The thousands separator that Excel uses when recognizing numbers. The default setting is the system setting.The following table shows the results of importing text into Excel for various import settings. Numeric results are displayed in the rightmost column.</param>
8095             <param name=
"TextVisualLayout">Optional Object. The visual layout of the text.</param>
8096             <param name=
"FieldInfo">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlColumnDataType"></see>. An array containing parse information for individual columns of data. The interpretation depends on the value of DataType. When the data is delimited, this argument is an array of two-element arrays, with each two-element array specifying the conversion options for a particular column. The first element is the column number (1-based), and the second element is one of theXlColumnDataType constants specifying how the column is parsed.xlGeneralFormat GeneralxlTextFormat TextxlMDYFormat MDY datexlDMYFormat DMY datexlYMDFormat YMD datexlMYDFormat MYD datexlDYMFormat DYM datexlYDMFormat YDM datexlEMDFormat EMD datexlSkipColumn Skip ColumnYou can use xlEMDFormat only if you have installed and selected Taiwanese language support. The xlEMDFormat constant specifies that Taiwanese era dates are being used.The column specifiers can be in any order. If there's no column specifier for a particular column in the input data, the column is parsed with the General setting.NotesIf you specify that a column is to be skipped, you must explicitly state the type for all remaining columns or the data will not parse correctly.If there is a recognizable date in the data, the cell will be formatted as a date in the worksheet even if the setting for the column is General. Additionally, if you specify one of the above date formats for a column and the data does not contain a recognized date, then the cell format in the worksheet will be General.If the source data has fixed-width columns, the first element in each two-element array specifies the position of the starting character in the column (as an integer; character 0 (zero) is the first character). The second element in the two-element array specifies the parse option for the column as a number between 0 and 9, as listed in the preceding table.</param>
8097         </member>
8098         <member name=
"M:Microsoft.Office.Interop.Excel.Workbooks.OpenXML(System.String,System.Object,System.Object)">
8099             <summary>Opens an XML data file. Returns a <see cref=
"T:Microsoft.Office.Interop.Excel.Workbook"></see> object.</summary>
8100             <param name=
"LoadOption">Optional Object. Specifies how Excel opens the XML data file. Can be one of these <see cref="T:Microsoft.Office.Interop.Excel.XlXmlLoadOption"></see> constants:xlXmlLoadImportToList Places the contents of the XML data file in an XML list.xlXmlLoadMapXml Displays the schema of the XML data file in the XML Structure task pane.xlXmlLoadOpenXml Opens the XML data file. The contents of the file will be flattened.xlXmlLoadPromptUser Prompts the user to choose how to open the file.</param>
8101             <param name=
"Filename">Required String. The name of the file to open.</param>
8102             <param name=
"Stylesheets">Optional Object. Either a single value or an array of values that specify which XSL Transformation (XSLT) style sheet processing instructions to apply.</param>
8103         </member>
8104         <member name=
"P:Microsoft.Office.Interop.Excel.Workbooks.Item(System.Object)">
8105             <summary>Returns a single
object from a collection.</summary>
8106             <param name=
"Index">Required Object. The name or index number of the object.</param>
8107         </member>
8108         <member name=
"T:Microsoft.Office.Interop.Excel.Worksheet">
8109             <summary>Represents a worksheet.</summary>
8110         </member>
8111         <member name=
"T:Microsoft.Office.Interop.Excel.Worksheets">
8112             <summary>A collection of all the <see cref=
"T:Microsoft.Office.Interop.Excel.Worksheet"></see> objects in the specified or active workbook. Each Worksheet object represents a worksheet.</summary>
8113         </member>
8114         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.Add(System.Object,System.Object,System.Object,System.Object)">
8115             <summary>Creates a
new worksheet, chart, or macro sheet. The new worksheet becomes the active sheet.</summary>
8116             <param name=
"Before">Optional Object. An object that specifies the sheet before which the new sheet is added.</param>
8117             <param name=
"Count">Optional Object. The number of sheets to be added. The default value is one</param>
8118             <param name=
"Type">Optional Object. Specifies the sheet type. Can be one of the following <see cref="T:Microsoft.Office.Interop.Excel.XlSheetType"></see> constants: xlWorksheet, xlChart, xlExcel4MacroSheet, or xlExcel4IntlMacroSheet. If you are inserting a sheet based on an existing template, specify the path to the template. The default value is xlWorksheet.</param>
8119             <param name=
"After">Optional Object. An object that specifies the sheet after which the new sheet is added.</param>
8120         </member>
8121         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.Copy(System.Object,System.Object)">
8122             <summary>Copies the sheet to another location
in the workbook.</summary>
8123             <param name=
"Before">Optional Object. The sheet before which the copied sheet will be placed. You cannot specify Before if you specify After.</param>
8124             <param name=
"After">Optional Object. The sheet after which the copied sheet will be placed. You cannot specify After if you specify Before.</param>
8125         </member>
8126         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.FillAcrossSheets(Microsoft.Office.Interop.Excel.Range,Microsoft.Office.Interop.Excel.XlFillWith)">
8127             <summary>Copies a range to the same area
on all other worksheets in a collection.</summary>
8128             <param name=
"Range">Required <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> object. The range to fill on all the worksheets in the collection. The range must be from a worksheet within the collection.</param>
8129             <param name=
"Type">Optional <see cref="T:Microsoft.Office.Interop.Excel.XlFillWith"></see>. Specifies how to copy the range.</param>
8130         </member>
8131         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.Move(System.Object,System.Object)">
8132             <summary>Moves the sheet to another location
in the workbook.</summary>
8133             <param name=
"Before">Optional Object. The sheet before which the moved sheet will be placed. You cannot specify Before if you specify After.</param>
8134             <param name=
"After">Optional Object. The sheet after which the moved sheet will be placed. You cannot specify After if you specify Before.</param>
8135         </member>
8136         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.PrintOut(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
8137             <summary>Prints the
object.</summary>
8138             <param name=
"Preview">Optional Object. True to have Microsoft Excel invoke print preview before printing the object. False (or omitted) to print the object immediately.</param>
8139             <param name=
"Collate">Optional Object. True to collate multiple copies.</param>
8140             <param name=
"PrToFileName">Optional Object. If PrintToFile is set to True, this argument specifies the name of the file you want to print to.</param>
8141             <param name=
"To">Optional Object. The number of the last page to print. If this argument is omitted, printing ends with the last page.</param>
8142             <param name=
"PrintToFile">Optional Object. True to print to a file. If PrToFileName is not specified, Microsoft Excel prompts the user to enter the name of the output file.</param>
8143             <param name=
"Copies">Optional Object. The number of copies to print. If this argument is omitted, one copy is printed.</param>
8144             <param name=
"ActivePrinter">Optional Object. Sets the name of the active printer.</param>
8145             <param name=
"From">Optional Object. The number of the page at which to start printing. If this argument is omitted, printing starts at the beginning.</param>
8146         </member>
8147         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.PrintPreview(System.Object)">
8148             <summary>Shows a preview of the
object as it would look when printed.</summary>
8149             <param name=
"EnableChanges">Enables changes to the object.</param>
8150         </member>
8151         <member name=
"M:Microsoft.Office.Interop.Excel.Worksheets.Select(System.Object)">
8152             <summary>Selects the
object.</summary>
8153             <param name=
"Replace">Optional Object (used only with sheets). True to replace the current selection with the specified object. False to extend the current selection to include any previously selected objects and the specified object.</param>
8154         </member>
8155         <member name=
"P:Microsoft.Office.Interop.Excel.Worksheets.Item(System.Object)">
8156             <summary>Returns a single
object from a collection.</summary>
8157             <param name=
"Index">Required Object. The name or index number of the object.</param>
8158         </member>
8159         <member name=
"T:Microsoft.Office.Interop.Excel.WorksheetView">
8160             <summary>A collection of all the WorksheetView objects
in the specified or active workbook.</summary>
8161         </member>
8162         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.Application">
8163             <summary>When used without an
object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an <see cref="T:Microsoft.Office.Interop.Excel._Application"></see> object that represents the creator of the specified object. Read-only.</summary>
8164             <returns><see cref=
"T:Microsoft.Office.Interop.Excel._Application"></see></returns>
8165         </member>
8166         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.Creator">
8167             <summary>Returns a
32-bit integer that indicates the application in which this object was created. Read-only.</summary>
8168             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.XlCreator"></see></returns>
8169         </member>
8170         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.DisplayFormulas">
8171             <summary>Returns or sets
if formulas should be displayed or hidden in the current worksheet view. Read/write.</summary>
8172             <returns>Boolean</returns>
8173         </member>
8174         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.DisplayGridlines">
8175             <summary>True
if gridlines are displayed. Read/write.</summary>
8176             <returns>Boolean</returns>
8177         </member>
8178         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.DisplayHeadings">
8179             <summary>True
if both row and column headings are displayed; False if no headings are displayed. Read/write.</summary>
8180             <returns>Boolean</returns>
8181         </member>
8182         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.DisplayOutline">
8183             <summary>True
if outline symbols are displayed.</summary>
8184             <returns>Boolean</returns>
8185         </member>
8186         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.DisplayZeros">
8187             <summary>True
if zero values are displayed. Read/write .</summary>
8188             <returns>Boolean</returns>
8189         </member>
8190         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.Parent">
8191             <summary>Returns the parent
object for the specified object. Read-only.</summary>
8192             <returns>Object</returns>
8193         </member>
8194         <member name=
"P:Microsoft.Office.Interop.Excel.WorksheetView.Sheet">
8195             <summary>Returns the sheet name
for the specified <see cref="T:Microsoft.Office.Interop.Excel.WorksheetView"></see> object. Read-only.</summary>
8196             <returns>Object</returns>
8197         </member>
8198         <member name=
"T:Microsoft.Office.Interop.Excel.XlAboveBelow">
8199             <summary>Specifies
if the values are above or below average.</summary>
8200         </member>
8201         <member name=
"F:Microsoft.Office.Interop.Excel.XlAboveBelow.xlAboveAverage">
8202             <summary>Above average.</summary>
8203         </member>
8204         <member name=
"F:Microsoft.Office.Interop.Excel.XlAboveBelow.xlAboveStdDev">
8205             <summary>Above standard deviation.</summary>
8206         </member>
8207         <member name=
"F:Microsoft.Office.Interop.Excel.XlAboveBelow.xlBelowAverage">
8208             <summary>Below average.</summary>
8209         </member>
8210         <member name=
"F:Microsoft.Office.Interop.Excel.XlAboveBelow.xlBelowStdDev">
8211             <summary>Below standard deviation</summary>
8212         </member>
8213         <member name=
"F:Microsoft.Office.Interop.Excel.XlAboveBelow.xlEqualAboveAverage">
8214             <summary>Equal above average.</summary>
8215         </member>
8216         <member name=
"F:Microsoft.Office.Interop.Excel.XlAboveBelow.xlEqualBelowAverage">
8217             <summary>Equal below average.</summary>
8218         </member>
8219         <member name=
"T:Microsoft.Office.Interop.Excel.XlActionType">
8220             <summary>Specifies the action that should be performed.</summary>
8221         </member>
8222         <member name=
"F:Microsoft.Office.Interop.Excel.XlActionType.xlActionTypeDrillthrough">
8223             <summary>Drill through.</summary>
8224         </member>
8225         <member name=
"F:Microsoft.Office.Interop.Excel.XlActionType.xlActionTypeReport">
8226             <summary>Report.</summary>
8227         </member>
8228         <member name=
"F:Microsoft.Office.Interop.Excel.XlActionType.xlActionTypeRowset">
8229             <summary>Rowset.</summary>
8230         </member>
8231         <member name=
"F:Microsoft.Office.Interop.Excel.XlActionType.xlActionTypeUrl">
8232             <summary>URL.</summary>
8233         </member>
8234         <member name=
"T:Microsoft.Office.Interop.Excel.XlApplicationInternational">
8235             <summary>Specifies country/region and international settings.</summary>
8236         </member>
8237         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xl24HourClock">
8238             <summary>True
if you’re using 24-hour time; False if you’re using 12-hour time.</summary>
8239         </member>
8240         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xl4DigitYears">
8241             <summary>True
if you’re using four-digit years; False if you’re using two-digit years.</summary>
8242         </member>
8243         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlAlternateArraySeparator">
8244             <summary>Alternate array item separator to be used
if the current array separator is the same as the decimal separator.</summary>
8245         </member>
8246         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlColumnSeparator">
8247             <summary>Character used to separate columns
in array literals.</summary>
8248         </member>
8249         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCountryCode">
8250             <summary>Country/Region version of Microsoft Excel.</summary>
8251         </member>
8252         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCountrySetting">
8253             <summary>Current country/region setting
in the Windows Control Panel.</summary>
8254         </member>
8255         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyBefore">
8256             <summary>True
if the currency symbol precedes the currency values; False if it follows them.</summary>
8257         </member>
8258         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyCode">
8259             <summary>Currency symbol.</summary>
8260         </member>
8261         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyDigits">
8262             <summary>Number of
decimal digits to be used in currency formats.</summary>
8263         </member>
8264         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyLeadingZeros">
8265             <summary>True
if leading zeros are displayed for zero currency values.</summary>
8266         </member>
8267         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyMinusSign">
8268             <summary>True
if you’re using a minus sign for negative numbers; False if you’re using parentheses.</summary>
8269         </member>
8270         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyNegative">
8271             <summary>Currency format
for negative currency values:0 = (symbolx) or (xsymbol)1 = -symbolx or -xsymbol2 = symbol-x or x-symbol3 = symbolx- or xsymbol-where symbol is the currency symbol of the country or region. Note that the position of the currency symbol is determined by xlCurrencyBefore.</summary>
8272         </member>
8273         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencySpaceBefore">
8274             <summary>True
if a space is added before the currency symbol.</summary>
8275         </member>
8276         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlCurrencyTrailingZeros">
8277             <summary>True
if trailing zeros are displayed for zero currency values.</summary>
8278         </member>
8279         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlDateOrder">
8280             <summary>Order of date elements:
0 = month-day-year1 = day-month-year2 = year-month-day</summary>
8281         </member>
8282         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlDateSeparator">
8283             <summary>Date separator (/).</summary>
8284         </member>
8285         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlDayCode">
8286             <summary>Day symbol (d).</summary>
8287         </member>
8288         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlDayLeadingZero">
8289             <summary>True
if a leading zero is displayed in days.</summary>
8290         </member>
8291         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlDecimalSeparator">
8292             <summary>Decimal separator.</summary>
8293         </member>
8294         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlGeneralFormatName">
8295             <summary>Name of the General number format.</summary>
8296         </member>
8297         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlHourCode">
8298             <summary>Hour symbol (h).</summary>
8299         </member>
8300         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlLeftBrace">
8301             <summary>Character used instead of the left brace ({)
in array literals.</summary>
8302         </member>
8303         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlLeftBracket">
8304             <summary>Character used instead of the left bracket ([)
in R1C1-style relative references.</summary>
8305         </member>
8306         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlListSeparator">
8307             <summary>List separator.</summary>
8308         </member>
8309         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlLowerCaseColumnLetter">
8310             <summary>Lowercase column letter.</summary>
8311         </member>
8312         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlLowerCaseRowLetter">
8313             <summary>Lowercase row letter.</summary>
8314         </member>
8315         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlMDY">
8316             <summary>True
if the date order is month-day-year for dates displayed in the long form; False if the date order is day-month-year.</summary>
8317         </member>
8318         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlMetric">
8319             <summary>True
if you’re using the metric system; False if you’re using the English measurement system.</summary>
8320         </member>
8321         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlMinuteCode">
8322             <summary>Minute symbol (m).</summary>
8323         </member>
8324         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlMonthCode">
8325             <summary>Month symbol (m).</summary>
8326         </member>
8327         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlMonthLeadingZero">
8328             <summary>True
if a leading zero is displayed in months (when months are displayed as numbers).</summary>
8329         </member>
8330         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlMonthNameChars">
8331             <summary>Always returns three characters
for backward compatibility. Abbreviated month names are read from Microsoft Windows and can be any length.</summary>
8332         </member>
8333         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlNoncurrencyDigits">
8334             <summary>Number of
decimal digits to be used in noncurrency formats.</summary>
8335         </member>
8336         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlNonEnglishFunctions">
8337             <summary>True
if you’re not displaying functions in English.</summary>
8338         </member>
8339         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlRightBrace">
8340             <summary>Character used instead of the right brace (})
in array literals.</summary>
8341         </member>
8342         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlRightBracket">
8343             <summary>Character used instead of the right bracket (])
in R1C1-style references.</summary>
8344         </member>
8345         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlRowSeparator">
8346             <summary>Character used to separate rows
in array literals.</summary>
8347         </member>
8348         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlSecondCode">
8349             <summary>Second symbol (s).</summary>
8350         </member>
8351         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlThousandsSeparator">
8352             <summary>Zero or thousands separator.</summary>
8353         </member>
8354         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlTimeLeadingZero">
8355             <summary>True
if a leading zero is displayed in times.</summary>
8356         </member>
8357         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlTimeSeparator">
8358             <summary>Time separator (:).</summary>
8359         </member>
8360         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlUpperCaseColumnLetter">
8361             <summary>Uppercase column letter.</summary>
8362         </member>
8363         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlUpperCaseRowLetter">
8364             <summary>Uppercase row letter (
for R1C1-style references).</summary>
8365         </member>
8366         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlWeekdayNameChars">
8367             <summary>Always returns three characters
for backward compatibility. Abbreviated weekday names are read from Microsoft Windows and can be any length.</summary>
8368         </member>
8369         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplicationInternational.xlYearCode">
8370             <summary>Year symbol
in number formats (y).</summary>
8371         </member>
8372         <member name=
"T:Microsoft.Office.Interop.Excel.XlApplyNamesOrder">
8373             <summary>Specifies which range name
is listed first when a cell reference is replaced by a row-oriented and column-oriented range name.</summary>
8374         </member>
8375         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplyNamesOrder.xlColumnThenRow">
8376             <summary>Columns listed before rows.</summary>
8377         </member>
8378         <member name=
"F:Microsoft.Office.Interop.Excel.XlApplyNamesOrder.xlRowThenColumn">
8379             <summary>Rows listed before columns.</summary>
8380         </member>
8381         <member name=
"T:Microsoft.Office.Interop.Excel.XlArabicModes">
8382             <summary>Specifies spelling rules
for the Arabic spelling checker.</summary>
8383         </member>
8384         <member name=
"F:Microsoft.Office.Interop.Excel.XlArabicModes.xlArabicBothStrict">
8385             <summary>The spelling checker uses spelling rules regarding both Arabic words ending with the letter yaa and Arabic words beginning with an alef hamza.</summary>
8386         </member>
8387         <member name=
"F:Microsoft.Office.Interop.Excel.XlArabicModes.xlArabicNone">
8388             <summary>The spelling checker ignores spelling rules regarding either Arabic words ending with the letter yaa or Arabic words beginning with an alef hamza.</summary>
8389         </member>
8390         <member name=
"F:Microsoft.Office.Interop.Excel.XlArabicModes.xlArabicStrictAlefHamza">
8391             <summary>The spelling checker uses spelling rules regarding Arabic words beginning with an alef hamza.</summary>
8392         </member>
8393         <member name=
"F:Microsoft.Office.Interop.Excel.XlArabicModes.xlArabicStrictFinalYaa">
8394             <summary>The spelling checker uses spelling rules regarding Arabic words ending with the letter yaa.</summary>
8395         </member>
8396         <member name=
"T:Microsoft.Office.Interop.Excel.XlArrangeStyle">
8397             <summary>Specifies how windows are arranged
on the screen.</summary>
8398         </member>
8399         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrangeStyle.xlArrangeStyleCascade">
8400             <summary>Windows are cascaded.</summary>
8401         </member>
8402         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrangeStyle.xlArrangeStyleHorizontal">
8403             <summary>Windows are arranged horizontally</summary>
8404         </member>
8405         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrangeStyle.xlArrangeStyleTiled">
8406             <summary>
default. Windows are tiled.</summary>
8407         </member>
8408         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrangeStyle.xlArrangeStyleVertical">
8409             <summary>Windows are arranged vertically.</summary>
8410         </member>
8411         <member name=
"T:Microsoft.Office.Interop.Excel.XlArrowHeadLength">
8412             <summary>Specifies the length of the arrowhead at the end of a line.</summary>
8413         </member>
8414         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadLength.xlArrowHeadLengthLong">
8415             <summary>Longest arrowhead.</summary>
8416         </member>
8417         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadLength.xlArrowHeadLengthMedium">
8418             <summary>Medium-length arrowhead.</summary>
8419         </member>
8420         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadLength.xlArrowHeadLengthShort">
8421             <summary>Shortest arrowhead.</summary>
8422         </member>
8423         <member name=
"T:Microsoft.Office.Interop.Excel.XlArrowHeadStyle">
8424             <summary>Specifies the type of arrowhead to apply to the line end.</summary>
8425         </member>
8426         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadStyle.xlArrowHeadStyleClosed">
8427             <summary>Small arrowhead with curved edge at connection to line.</summary>
8428         </member>
8429         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadStyle.xlArrowHeadStyleDoubleClosed">
8430             <summary>Large diamond-shaped arrowhead.</summary>
8431         </member>
8432         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadStyle.xlArrowHeadStyleDoubleOpen">
8433             <summary>Large arrowhead with curved edge at connection to line.</summary>
8434         </member>
8435         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadStyle.xlArrowHeadStyleNone">
8436             <summary>No arrowhead.</summary>
8437         </member>
8438         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadStyle.xlArrowHeadStyleOpen">
8439             <summary>Large triangular arrowhead.</summary>
8440         </member>
8441         <member name=
"T:Microsoft.Office.Interop.Excel.XlArrowHeadWidth">
8442             <summary>Specifies the width of the arrowhead at the line end.</summary>
8443         </member>
8444         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadWidth.xlArrowHeadWidthMedium">
8445             <summary>Medium-width arrowhead.</summary>
8446         </member>
8447         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadWidth.xlArrowHeadWidthNarrow">
8448             <summary>Narrowest arrowhead.</summary>
8449         </member>
8450         <member name=
"F:Microsoft.Office.Interop.Excel.XlArrowHeadWidth.xlArrowHeadWidthWide">
8451             <summary>Widest arrowhead.</summary>
8452         </member>
8453         <member name=
"T:Microsoft.Office.Interop.Excel.XlAutoFillType">
8454             <summary>Specifies how the target range
is to be filled, based on the contents of the source range.</summary>
8455         </member>
8456         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillCopy">
8457             <summary>Copy the values and formats
from the source range to the target range, repeating if necessary.</summary>
8458         </member>
8459         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillDays">
8460             <summary>Extend the names of the days of the week
in the source range into the target range. Formats are copied from the source range to the target range, repeating if necessary.</summary>
8461         </member>
8462         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillDefault">
8463             <summary>Excel determines the values and formats used to fill the target range.</summary>
8464         </member>
8465         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillFormats">
8466             <summary>Copy only the formats
from the source range to the target range, repeating if necessary.</summary>
8467         </member>
8468         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillMonths">
8469             <summary>Extend the names of the months
in the source range into the target range. Formats are copied from the source range to the target range, repeating if necessary.</summary>
8470         </member>
8471         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillSeries">
8472             <summary>Extend the values
in the source range into the target range as a series (e.g., '1, 2' is extended as '3, 4, 5'). Formats are copied from the source range to the target range, repeating if necessary.</summary>
8473         </member>
8474         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillValues">
8475             <summary>Copy only the values
from the source range to the target range, repeating if necessary.</summary>
8476         </member>
8477         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillWeekdays">
8478             <summary>Extend the names of the days of the workweek
in the source range into the target range. Formats are copied from the source range to the target range, repeating if necessary.</summary>
8479         </member>
8480         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillYears">
8481             <summary>Extend the years
in the source range into the target range. Formats are copied from the source range to the target range, repeating if necessary.</summary>
8482         </member>
8483         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlGrowthTrend">
8484             <summary>Extend the numeric values
from the source range into the target range, assuming that the relationships between the numbers in the source range are multiplicative (e.g., '1, 2,' is extended as '4, 8, 16' assuming that each number is a result of multiplying the previous number by some value). Formats are copied from the source range to the target range, repeating if necessary.</summary>
8485         </member>
8486         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFillType.xlLinearTrend">
8487             <summary>Extend the numeric values
from the source range into the target range, assuming that the relationships between the numbers is additive (e.g., '1, 2,' is extended as '3, 4, 5' assuming that each number is a result of adding some value to the previous number). Formats are copied from the source range to the target range, repeating if necessary.</summary>
8488         </member>
8489         <member name=
"T:Microsoft.Office.Interop.Excel.XlAutoFilterOperator">
8490             <summary>Specifies the
operator to use to associate two criteria applied by a filter.</summary>
8491         </member>
8492         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlAnd">
8493             <summary>Logical AND of Criteria1 and Criteria2.</summary>
8494         </member>
8495         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlBottom10Items">
8496             <summary>Lowest-valued items displayed (number of items specified
in Criteria1).</summary>
8497         </member>
8498         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlBottom10Percent">
8499             <summary>Lowest-valued items displayed (percentage specified
in Criteria1).</summary>
8500         </member>
8501         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlFilterCellColor">
8502             <summary>Color of the cell</summary>
8503         </member>
8504         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlFilterDynamic">
8505             <summary>Dynamic filter</summary>
8506         </member>
8507         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlFilterFontColor">
8508             <summary>Color of the font</summary>
8509         </member>
8510         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlFilterIcon">
8511             <summary>Filter icon</summary>
8512         </member>
8513         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlFilterValues">
8514             <summary>Filter values</summary>
8515         </member>
8516         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlOr">
8517             <summary>Logical OR of Criteria1 and Criteria2.</summary>
8518         </member>
8519         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlTop10Items">
8520             <summary>Highest-valued items displayed (number of items specified
in Criteria1).</summary>
8521         </member>
8522         <member name=
"F:Microsoft.Office.Interop.Excel.XlAutoFilterOperator.xlTop10Percent">
8523             <summary>Lowest-valued items displayed (percentage of items specified
in Criteria1).</summary>
8524         </member>
8525         <member name=
"T:Microsoft.Office.Interop.Excel.XlAxisCrosses">
8526             <summary>Specifies the point
on the specified axis where the other axis crosses.</summary>
8527         </member>
8528         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisCrosses.xlAxisCrossesAutomatic">
8529             <summary>Microsoft Excel sets the axis crossing point.</summary>
8530         </member>
8531         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisCrosses.xlAxisCrossesCustom">
8532             <summary>The CrossesAt property specifies the axis crossing point.</summary>
8533         </member>
8534         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisCrosses.xlAxisCrossesMaximum">
8535             <summary>The axis crosses at the maximum
value.</summary>
8536         </member>
8537         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisCrosses.xlAxisCrossesMinimum">
8538             <summary>The axis crosses at the minimum
value.</summary>
8539         </member>
8540         <member name=
"T:Microsoft.Office.Interop.Excel.XlAxisGroup">
8541             <summary>Specifies the type of axis
group.</summary>
8542         </member>
8543         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisGroup.xlPrimary">
8544             <summary>Primary axis
group.</summary>
8545         </member>
8546         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisGroup.xlSecondary">
8547             <summary>Secondary axis
group.</summary>
8548         </member>
8549         <member name=
"T:Microsoft.Office.Interop.Excel.XlAxisType">
8550             <summary>Specifies the axis type.</summary>
8551         </member>
8552         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisType.xlCategory">
8553             <summary>Axis displays categories.</summary>
8554         </member>
8555         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisType.xlSeriesAxis">
8556             <summary>Axis displays data series.</summary>
8557         </member>
8558         <member name=
"F:Microsoft.Office.Interop.Excel.XlAxisType.xlValue">
8559             <summary>Axis displays values.</summary>
8560         </member>
8561         <member name=
"T:Microsoft.Office.Interop.Excel.XlBackground">
8562             <summary>Specifies the background type
for text in charts.</summary>
8563         </member>
8564         <member name=
"F:Microsoft.Office.Interop.Excel.XlBackground.xlBackgroundAutomatic">
8565             <summary>Excel controls the background.</summary>
8566         </member>
8567         <member name=
"F:Microsoft.Office.Interop.Excel.XlBackground.xlBackgroundOpaque">
8568             <summary>Opaque.</summary>
8569         </member>
8570         <member name=
"F:Microsoft.Office.Interop.Excel.XlBackground.xlBackgroundTransparent">
8571             <summary>Transparent.</summary>
8572         </member>
8573         <member name=
"T:Microsoft.Office.Interop.Excel.XlBarShape">
8574             <summary>Specifies the shape used with the
3-D bar or column chart.</summary>
8575         </member>
8576         <member name=
"F:Microsoft.Office.Interop.Excel.XlBarShape.xlBox">
8577             <summary>Box.</summary>
8578         </member>
8579         <member name=
"F:Microsoft.Office.Interop.Excel.XlBarShape.xlConeToMax">
8580             <summary>Cone, truncated at
value.</summary>
8581         </member>
8582         <member name=
"F:Microsoft.Office.Interop.Excel.XlBarShape.xlConeToPoint">
8583             <summary>Cone, coming to point at
value.</summary>
8584         </member>
8585         <member name=
"F:Microsoft.Office.Interop.Excel.XlBarShape.xlCylinder">
8586             <summary>Cylinder.</summary>
8587         </member>
8588         <member name=
"F:Microsoft.Office.Interop.Excel.XlBarShape.xlPyramidToMax">
8589             <summary>Pyramid, truncated at
value.</summary>
8590         </member>
8591         <member name=
"F:Microsoft.Office.Interop.Excel.XlBarShape.xlPyramidToPoint">
8592             <summary>Pyramid, coming to point at
value.</summary>
8593         </member>
8594         <member name=
"T:Microsoft.Office.Interop.Excel.XlBordersIndex">
8595             <summary>Specifies the border to be retrieved.</summary>
8596         </member>
8597         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlDiagonalDown">
8598             <summary>Border running
from the upper left-hand corner to the lower right of each cell in the range.</summary>
8599         </member>
8600         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlDiagonalUp">
8601             <summary>Border running
from the lower left-hand corner to the upper right of each cell in the range.</summary>
8602         </member>
8603         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlEdgeBottom">
8604             <summary>Border at the bottom of the range.</summary>
8605         </member>
8606         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlEdgeLeft">
8607             <summary>Border at the left-hand edge of the range.</summary>
8608         </member>
8609         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlEdgeRight">
8610             <summary>Border at the right-hand edge of the range.</summary>
8611         </member>
8612         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlEdgeTop">
8613             <summary>Border at the top of the range.</summary>
8614         </member>
8615         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlInsideHorizontal">
8616             <summary>Horizontal borders
for all cells in the range except borders on the outside of the range.</summary>
8617         </member>
8618         <member name=
"F:Microsoft.Office.Interop.Excel.XlBordersIndex.xlInsideVertical">
8619             <summary>Vertical borders
for all the cells in the range except borders on the outside of the range.</summary>
8620         </member>
8621         <member name=
"T:Microsoft.Office.Interop.Excel.XlBorderWeight">
8622             <summary>Specifies the weight of the border around a range.</summary>
8623         </member>
8624         <member name=
"F:Microsoft.Office.Interop.Excel.XlBorderWeight.xlHairline">
8625             <summary>Hairline (thinnest border).</summary>
8626         </member>
8627         <member name=
"F:Microsoft.Office.Interop.Excel.XlBorderWeight.xlMedium">
8628             <summary>Medium.</summary>
8629         </member>
8630         <member name=
"F:Microsoft.Office.Interop.Excel.XlBorderWeight.xlThick">
8631             <summary>Thick (widest border).</summary>
8632         </member>
8633         <member name=
"F:Microsoft.Office.Interop.Excel.XlBorderWeight.xlThin">
8634             <summary>Thin.</summary>
8635         </member>
8636         <member name=
"T:Microsoft.Office.Interop.Excel.XlBuiltInDialog">
8637             <summary>Specifies which dialog box to display.</summary>
8638         </member>
8639         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog._xlDialogChartSourceData">
8640             <summary>Displays the dialog box described
in the constant name.</summary>
8641         </member>
8642         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog._xlDialogPhonetic">
8643             <summary>Displays the dialog box described
in the constant name.</summary>
8644         </member>
8645         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogActivate">
8646             <summary>Displays the dialog box described
in the constant name.</summary>
8647         </member>
8648         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogActiveCellFont">
8649             <summary>Displays the dialog box described
in the constant name.</summary>
8650         </member>
8651         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAddChartAutoformat">
8652             <summary>Displays the dialog box described
in the constant name.</summary>
8653         </member>
8654         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAddinManager">
8655             <summary>Displays the dialog box described
in the constant name.</summary>
8656         </member>
8657         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAlignment">
8658             <summary>Displays the dialog box described
in the constant name.</summary>
8659         </member>
8660         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogApplyNames">
8661             <summary>Displays the dialog box described
in the constant name.</summary>
8662         </member>
8663         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogApplyStyle">
8664             <summary>Displays the dialog box described
in the constant name.</summary>
8665         </member>
8666         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAppMove">
8667             <summary>Displays the dialog box described
in the constant name.</summary>
8668         </member>
8669         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAppSize">
8670             <summary>Displays the dialog box described
in the constant name.</summary>
8671         </member>
8672         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogArrangeAll">
8673             <summary>Displays the dialog box described
in the constant name.</summary>
8674         </member>
8675         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAssignToObject">
8676             <summary>Displays the dialog box described
in the constant name.</summary>
8677         </member>
8678         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAssignToTool">
8679             <summary>Displays the dialog box described
in the constant name.</summary>
8680         </member>
8681         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAttachText">
8682             <summary>Displays the dialog box described
in the constant name.</summary>
8683         </member>
8684         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAttachToolbars">
8685             <summary>Displays the dialog box described
in the constant name.</summary>
8686         </member>
8687         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAutoCorrect">
8688             <summary>Displays the dialog box described
in the constant name.</summary>
8689         </member>
8690         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogAxes">
8691             <summary>Displays the dialog box described
in the constant name.</summary>
8692         </member>
8693         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogBorder">
8694             <summary>Displays the dialog box described
in the constant name.</summary>
8695         </member>
8696         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCalculation">
8697             <summary>Displays the dialog box described
in the constant name.</summary>
8698         </member>
8699         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCellProtection">
8700             <summary>Displays the dialog box described
in the constant name.</summary>
8701         </member>
8702         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChangeLink">
8703             <summary>Displays the dialog box described
in the constant name.</summary>
8704         </member>
8705         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartAddData">
8706             <summary>Displays the dialog box described
in the constant name.</summary>
8707         </member>
8708         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartLocation">
8709             <summary>Displays the dialog box described
in the constant name.</summary>
8710         </member>
8711         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartOptionsDataLabelMultiple">
8712             <summary>Displays the dialog box described
in the constant name.</summary>
8713         </member>
8714         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartOptionsDataLabels">
8715             <summary>Displays the dialog box described
in the constant name.</summary>
8716         </member>
8717         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartOptionsDataTable">
8718             <summary>Displays the dialog box described
in the constant name.</summary>
8719         </member>
8720         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartSourceData">
8721             <summary>Displays the dialog box described
in the constant name.</summary>
8722         </member>
8723         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartTrend">
8724             <summary>Displays the dialog box described
in the constant name.</summary>
8725         </member>
8726         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartType">
8727             <summary>Displays the dialog box described
in the constant name.</summary>
8728         </member>
8729         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogChartWizard">
8730             <summary>Displays the dialog box described
in the constant name.</summary>
8731         </member>
8732         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCheckboxProperties">
8733             <summary>Displays the dialog box described
in the constant name.</summary>
8734         </member>
8735         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogClear">
8736             <summary>Displays the dialog box described
in the constant name.</summary>
8737         </member>
8738         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogColorPalette">
8739             <summary>Displays the dialog box described
in the constant name.</summary>
8740         </member>
8741         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogColumnWidth">
8742             <summary>Displays the dialog box described
in the constant name.</summary>
8743         </member>
8744         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCombination">
8745             <summary>Displays the dialog box described
in the constant name.</summary>
8746         </member>
8747         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogConditionalFormatting">
8748             <summary>Displays the dialog box described
in the constant name.</summary>
8749         </member>
8750         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogConsolidate">
8751             <summary>Displays the dialog box described
in the constant name.</summary>
8752         </member>
8753         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCopyChart">
8754             <summary>Displays the dialog box described
in the constant name.</summary>
8755         </member>
8756         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCopyPicture">
8757             <summary>Displays the dialog box described
in the constant name.</summary>
8758         </member>
8759         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCreateList">
8760             <summary>Displays the dialog box described
in the constant name.</summary>
8761         </member>
8762         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCreateNames">
8763             <summary>Displays the dialog box described
in the constant name.</summary>
8764         </member>
8765         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCreatePublisher">
8766             <summary>Displays the dialog box described
in the constant name.</summary>
8767         </member>
8768         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCustomizeToolbar">
8769             <summary>Displays the dialog box described
in the constant name.</summary>
8770         </member>
8771         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogCustomViews">
8772             <summary>Displays the dialog box described
in the constant name.</summary>
8773         </member>
8774         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDataDelete">
8775             <summary>Displays the dialog box described
in the constant name.</summary>
8776         </member>
8777         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDataLabel">
8778             <summary>Displays the dialog box described
in the constant name.</summary>
8779         </member>
8780         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDataLabelMultiple">
8781             <summary>Displays the dialog box described
in the constant name.</summary>
8782         </member>
8783         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDataSeries">
8784             <summary>Displays the dialog box described
in the constant name.</summary>
8785         </member>
8786         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDataValidation">
8787             <summary>Displays the dialog box described
in the constant name.</summary>
8788         </member>
8789         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDefineName">
8790             <summary>Displays the dialog box described
in the constant name.</summary>
8791         </member>
8792         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDefineStyle">
8793             <summary>Displays the dialog box described
in the constant name.</summary>
8794         </member>
8795         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDeleteFormat">
8796             <summary>Displays the dialog box described
in the constant name.</summary>
8797         </member>
8798         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDeleteName">
8799             <summary>Displays the dialog box described
in the constant name.</summary>
8800         </member>
8801         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDemote">
8802             <summary>Displays the dialog box described
in the constant name.</summary>
8803         </member>
8804         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDisplay">
8805             <summary>Displays the dialog box described
in the constant name.</summary>
8806         </member>
8807         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogDocumentInspector">
8808             <summary>Document Inspector dialog box</summary>
8809         </member>
8810         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogEditboxProperties">
8811             <summary>Displays the dialog box described
in the constant name.</summary>
8812         </member>
8813         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogEditColor">
8814             <summary>Displays the dialog box described
in the constant name.</summary>
8815         </member>
8816         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogEditDelete">
8817             <summary>Displays the dialog box described
in the constant name.</summary>
8818         </member>
8819         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogEditionOptions">
8820             <summary>Displays the dialog box described
in the constant name.</summary>
8821         </member>
8822         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogEditSeries">
8823             <summary>Displays the dialog box described
in the constant name.</summary>
8824         </member>
8825         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogErrorbarX">
8826             <summary>Displays the dialog box described
in the constant name.</summary>
8827         </member>
8828         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogErrorbarY">
8829             <summary>Displays the dialog box described
in the constant name.</summary>
8830         </member>
8831         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogErrorChecking">
8832             <summary>Displays the dialog box described
in the constant name.</summary>
8833         </member>
8834         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogEvaluateFormula">
8835             <summary>Displays the dialog box described
in the constant name.</summary>
8836         </member>
8837         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogExternalDataProperties">
8838             <summary>Displays the dialog box described
in the constant name.</summary>
8839         </member>
8840         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogExtract">
8841             <summary>Displays the dialog box described
in the constant name.</summary>
8842         </member>
8843         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFileDelete">
8844             <summary>Displays the dialog box described
in the constant name.</summary>
8845         </member>
8846         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFileSharing">
8847             <summary>Displays the dialog box described
in the constant name.</summary>
8848         </member>
8849         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFillGroup">
8850             <summary>Displays the dialog box described
in the constant name.</summary>
8851         </member>
8852         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFillWorkgroup">
8853             <summary>Displays the dialog box described
in the constant name.</summary>
8854         </member>
8855         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFilter">
8856             <summary>Displays the dialog box described
in the constant name.</summary>
8857         </member>
8858         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFilterAdvanced">
8859             <summary>Displays the dialog box described
in the constant name.</summary>
8860         </member>
8861         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFindFile">
8862             <summary>Displays the dialog box described
in the constant name.</summary>
8863         </member>
8864         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFont">
8865             <summary>Displays the dialog box described
in the constant name.</summary>
8866         </member>
8867         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFontProperties">
8868             <summary>Displays the dialog box described
in the constant name.</summary>
8869         </member>
8870         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatAuto">
8871             <summary>Displays the dialog box described
in the constant name.</summary>
8872         </member>
8873         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatChart">
8874             <summary>Displays the dialog box described
in the constant name.</summary>
8875         </member>
8876         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatCharttype">
8877             <summary>Displays the dialog box described
in the constant name.</summary>
8878         </member>
8879         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatFont">
8880             <summary>Displays the dialog box described
in the constant name.</summary>
8881         </member>
8882         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatLegend">
8883             <summary>Displays the dialog box described
in the constant name.</summary>
8884         </member>
8885         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatMain">
8886             <summary>Displays the dialog box described
in the constant name.</summary>
8887         </member>
8888         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatMove">
8889             <summary>Displays the dialog box described
in the constant name.</summary>
8890         </member>
8891         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatNumber">
8892             <summary>Displays the dialog box described
in the constant name.</summary>
8893         </member>
8894         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatOverlay">
8895             <summary>Displays the dialog box described
in the constant name.</summary>
8896         </member>
8897         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatSize">
8898             <summary>Displays the dialog box described
in the constant name.</summary>
8899         </member>
8900         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormatText">
8901             <summary>Displays the dialog box described
in the constant name.</summary>
8902         </member>
8903         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormulaFind">
8904             <summary>Displays the dialog box described
in the constant name.</summary>
8905         </member>
8906         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormulaGoto">
8907             <summary>Displays the dialog box described
in the constant name.</summary>
8908         </member>
8909         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFormulaReplace">
8910             <summary>Displays the dialog box described
in the constant name.</summary>
8911         </member>
8912         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogFunctionWizard">
8913             <summary>Displays the dialog box described
in the constant name.</summary>
8914         </member>
8915         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGallery3dArea">
8916             <summary>Displays the dialog box described
in the constant name.</summary>
8917         </member>
8918         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGallery3dBar">
8919             <summary>Displays the dialog box described
in the constant name.</summary>
8920         </member>
8921         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGallery3dColumn">
8922             <summary>Displays the dialog box described
in the constant name.</summary>
8923         </member>
8924         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGallery3dLine">
8925             <summary>Displays the dialog box described
in the constant name.</summary>
8926         </member>
8927         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGallery3dPie">
8928             <summary>Displays the dialog box described
in the constant name.</summary>
8929         </member>
8930         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGallery3dSurface">
8931             <summary>Displays the dialog box described
in the constant name.</summary>
8932         </member>
8933         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryArea">
8934             <summary>Displays the dialog box described
in the constant name.</summary>
8935         </member>
8936         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryBar">
8937             <summary>Displays the dialog box described
in the constant name.</summary>
8938         </member>
8939         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryColumn">
8940             <summary>Displays the dialog box described
in the constant name.</summary>
8941         </member>
8942         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryCustom">
8943             <summary>Displays the dialog box described
in the constant name.</summary>
8944         </member>
8945         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryDoughnut">
8946             <summary>Displays the dialog box described
in the constant name.</summary>
8947         </member>
8948         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryLine">
8949             <summary>Displays the dialog box described
in the constant name.</summary>
8950         </member>
8951         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryPie">
8952             <summary>Displays the dialog box described
in the constant name.</summary>
8953         </member>
8954         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryRadar">
8955             <summary>Displays the dialog box described
in the constant name.</summary>
8956         </member>
8957         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGalleryScatter">
8958             <summary>Displays the dialog box described
in the constant name.</summary>
8959         </member>
8960         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGoalSeek">
8961             <summary>Displays the dialog box described
in the constant name.</summary>
8962         </member>
8963         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogGridlines">
8964             <summary>Displays the dialog box described
in the constant name.</summary>
8965         </member>
8966         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogImportTextFile">
8967             <summary>Displays the dialog box described
in the constant name.</summary>
8968         </member>
8969         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogInsert">
8970             <summary>Displays the dialog box described
in the constant name.</summary>
8971         </member>
8972         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogInsertHyperlink">
8973             <summary>Displays the dialog box described
in the constant name.</summary>
8974         </member>
8975         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogInsertNameLabel">
8976             <summary>Displays the dialog box described
in the constant name.</summary>
8977         </member>
8978         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogInsertObject">
8979             <summary>Displays the dialog box described
in the constant name.</summary>
8980         </member>
8981         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogInsertPicture">
8982             <summary>Displays the dialog box described
in the constant name.</summary>
8983         </member>
8984         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogInsertTitle">
8985             <summary>Displays the dialog box described
in the constant name.</summary>
8986         </member>
8987         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogLabelProperties">
8988             <summary>Displays the dialog box described
in the constant name.</summary>
8989         </member>
8990         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogListboxProperties">
8991             <summary>Displays the dialog box described
in the constant name.</summary>
8992         </member>
8993         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMacroOptions">
8994             <summary>Displays the dialog box described
in the constant name.</summary>
8995         </member>
8996         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMailEditMailer">
8997             <summary>Displays the dialog box described
in the constant name.</summary>
8998         </member>
8999         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMailLogon">
9000             <summary>Displays the dialog box described
in the constant name.</summary>
9001         </member>
9002         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMailNextLetter">
9003             <summary>Displays the dialog box described
in the constant name.</summary>
9004         </member>
9005         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMainChart">
9006             <summary>Displays the dialog box described
in the constant name.</summary>
9007         </member>
9008         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMainChartType">
9009             <summary>Displays the dialog box described
in the constant name.</summary>
9010         </member>
9011         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMenuEditor">
9012             <summary>Displays the dialog box described
in the constant name.</summary>
9013         </member>
9014         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMove">
9015             <summary>Displays the dialog box described
in the constant name.</summary>
9016         </member>
9017         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogMyPermission">
9018             <summary>Displays the dialog box described
in the constant name.</summary>
9019         </member>
9020         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogNameManager">
9021             <summary>NameManager dialog box</summary>
9022         </member>
9023         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogNew">
9024             <summary>Displays the dialog box described
in the constant name.</summary>
9025         </member>
9026         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogNewName">
9027             <summary>NewName dialog box</summary>
9028         </member>
9029         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogNewWebQuery">
9030             <summary>Displays the dialog box described
in the constant name.</summary>
9031         </member>
9032         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogNote">
9033             <summary>Displays the dialog box described
in the constant name.</summary>
9034         </member>
9035         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogObjectProperties">
9036             <summary>Displays the dialog box described
in the constant name.</summary>
9037         </member>
9038         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogObjectProtection">
9039             <summary>Displays the dialog box described
in the constant name.</summary>
9040         </member>
9041         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOpen">
9042             <summary>Displays the dialog box described
in the constant name.</summary>
9043         </member>
9044         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOpenLinks">
9045             <summary>Displays the dialog box described
in the constant name.</summary>
9046         </member>
9047         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOpenMail">
9048             <summary>Displays the dialog box described
in the constant name.</summary>
9049         </member>
9050         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOpenText">
9051             <summary>Displays the dialog box described
in the constant name.</summary>
9052         </member>
9053         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsCalculation">
9054             <summary>Displays the dialog box described
in the constant name.</summary>
9055         </member>
9056         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsChart">
9057             <summary>Displays the dialog box described
in the constant name.</summary>
9058         </member>
9059         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsEdit">
9060             <summary>Displays the dialog box described
in the constant name.</summary>
9061         </member>
9062         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsGeneral">
9063             <summary>Displays the dialog box described
in the constant name.</summary>
9064         </member>
9065         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsListsAdd">
9066             <summary>Displays the dialog box described
in the constant name.</summary>
9067         </member>
9068         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsME">
9069             <summary>Displays the dialog box described
in the constant name.</summary>
9070         </member>
9071         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsTransition">
9072             <summary>Displays the dialog box described
in the constant name.</summary>
9073         </member>
9074         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOptionsView">
9075             <summary>Displays the dialog box described
in the constant name.</summary>
9076         </member>
9077         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOutline">
9078             <summary>Displays the dialog box described
in the constant name.</summary>
9079         </member>
9080         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOverlay">
9081             <summary>Displays the dialog box described
in the constant name.</summary>
9082         </member>
9083         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogOverlayChartType">
9084             <summary>Displays the dialog box described
in the constant name.</summary>
9085         </member>
9086         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPageSetup">
9087             <summary>Displays the dialog box described
in the constant name.</summary>
9088         </member>
9089         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogParse">
9090             <summary>Displays the dialog box described
in the constant name.</summary>
9091         </member>
9092         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPasteNames">
9093             <summary>Displays the dialog box described
in the constant name.</summary>
9094         </member>
9095         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPasteSpecial">
9096             <summary>Displays the dialog box described
in the constant name.</summary>
9097         </member>
9098         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPatterns">
9099             <summary>Displays the dialog box described
in the constant name.</summary>
9100         </member>
9101         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPermission">
9102             <summary>Displays the dialog box described
in the constant name.</summary>
9103         </member>
9104         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPhonetic">
9105             <summary>Displays the dialog box described
in the constant name.</summary>
9106         </member>
9107         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotCalculatedField">
9108             <summary>Displays the dialog box described
in the constant name.</summary>
9109         </member>
9110         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotCalculatedItem">
9111             <summary>Displays the dialog box described
in the constant name.</summary>
9112         </member>
9113         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotClientServerSet">
9114             <summary>Displays the dialog box described
in the constant name.</summary>
9115         </member>
9116         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotFieldGroup">
9117             <summary>Displays the dialog box described
in the constant name.</summary>
9118         </member>
9119         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotFieldProperties">
9120             <summary>Displays the dialog box described
in the constant name.</summary>
9121         </member>
9122         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotFieldUngroup">
9123             <summary>Displays the dialog box described
in the constant name.</summary>
9124         </member>
9125         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotShowPages">
9126             <summary>Displays the dialog box described
in the constant name.</summary>
9127         </member>
9128         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotSolveOrder">
9129             <summary>Displays the dialog box described
in the constant name.</summary>
9130         </member>
9131         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotTableOptions">
9132             <summary>Displays the dialog box described
in the constant name.</summary>
9133         </member>
9134         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPivotTableWizard">
9135             <summary>Displays the dialog box described
in the constant name.</summary>
9136         </member>
9137         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPlacement">
9138             <summary>Displays the dialog box described
in the constant name.</summary>
9139         </member>
9140         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPrint">
9141             <summary>Displays the dialog box described
in the constant name.</summary>
9142         </member>
9143         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPrinterSetup">
9144             <summary>Displays the dialog box described
in the constant name.</summary>
9145         </member>
9146         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPrintPreview">
9147             <summary>Displays the dialog box described
in the constant name.</summary>
9148         </member>
9149         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPromote">
9150             <summary>Displays the dialog box described
in the constant name.</summary>
9151         </member>
9152         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogProperties">
9153             <summary>Displays the dialog box described
in the constant name.</summary>
9154         </member>
9155         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPropertyFields">
9156             <summary>Displays the dialog box described
in the constant name.</summary>
9157         </member>
9158         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogProtectDocument">
9159             <summary>Displays the dialog box described
in the constant name.</summary>
9160         </member>
9161         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogProtectSharing">
9162             <summary>Displays the dialog box described
in the constant name.</summary>
9163         </member>
9164         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPublishAsWebPage">
9165             <summary>Displays the dialog box described
in the constant name.</summary>
9166         </member>
9167         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogPushbuttonProperties">
9168             <summary>Displays the dialog box described
in the constant name.</summary>
9169         </member>
9170         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogReplaceFont">
9171             <summary>Displays the dialog box described
in the constant name.</summary>
9172         </member>
9173         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogRoutingSlip">
9174             <summary>Displays the dialog box described
in the constant name.</summary>
9175         </member>
9176         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogRowHeight">
9177             <summary>Displays the dialog box described
in the constant name.</summary>
9178         </member>
9179         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogRun">
9180             <summary>Displays the dialog box described
in the constant name.</summary>
9181         </member>
9182         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSaveAs">
9183             <summary>Displays the dialog box described
in the constant name.</summary>
9184         </member>
9185         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSaveCopyAs">
9186             <summary>Displays the dialog box described
in the constant name.</summary>
9187         </member>
9188         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSaveNewObject">
9189             <summary>Displays the dialog box described
in the constant name.</summary>
9190         </member>
9191         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSaveWorkbook">
9192             <summary>Displays the dialog box described
in the constant name.</summary>
9193         </member>
9194         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSaveWorkspace">
9195             <summary>Displays the dialog box described
in the constant name.</summary>
9196         </member>
9197         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScale">
9198             <summary>Displays the dialog box described
in the constant name.</summary>
9199         </member>
9200         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScenarioAdd">
9201             <summary>Displays the dialog box described
in the constant name.</summary>
9202         </member>
9203         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScenarioCells">
9204             <summary>Displays the dialog box described
in the constant name.</summary>
9205         </member>
9206         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScenarioEdit">
9207             <summary>Displays the dialog box described
in the constant name.</summary>
9208         </member>
9209         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScenarioMerge">
9210             <summary>Displays the dialog box described
in the constant name.</summary>
9211         </member>
9212         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScenarioSummary">
9213             <summary>Displays the dialog box described
in the constant name.</summary>
9214         </member>
9215         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogScrollbarProperties">
9216             <summary>Displays the dialog box described
in the constant name.</summary>
9217         </member>
9218         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSearch">
9219             <summary>Displays the dialog box described
in the constant name.</summary>
9220         </member>
9221         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSelectSpecial">
9222             <summary>Displays the dialog box described
in the constant name.</summary>
9223         </member>
9224         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSendMail">
9225             <summary>Displays the dialog box described
in the constant name.</summary>
9226         </member>
9227         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSeriesAxes">
9228             <summary>Displays the dialog box described
in the constant name.</summary>
9229         </member>
9230         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSeriesOptions">
9231             <summary>Displays the dialog box described
in the constant name.</summary>
9232         </member>
9233         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSeriesOrder">
9234             <summary>Displays the dialog box described
in the constant name.</summary>
9235         </member>
9236         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSeriesShape">
9237             <summary>Displays the dialog box described
in the constant name.</summary>
9238         </member>
9239         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSeriesX">
9240             <summary>Displays the dialog box described
in the constant name.</summary>
9241         </member>
9242         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSeriesY">
9243             <summary>Displays the dialog box described
in the constant name.</summary>
9244         </member>
9245         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSetBackgroundPicture">
9246             <summary>Displays the dialog box described
in the constant name.</summary>
9247         </member>
9248         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSetPrintTitles">
9249             <summary>Displays the dialog box described
in the constant name.</summary>
9250         </member>
9251         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSetUpdateStatus">
9252             <summary>Displays the dialog box described
in the constant name.</summary>
9253         </member>
9254         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogShowDetail">
9255             <summary>Displays the dialog box described
in the constant name.</summary>
9256         </member>
9257         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogShowToolbar">
9258             <summary>Displays the dialog box described
in the constant name.</summary>
9259         </member>
9260         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSize">
9261             <summary>Displays the dialog box described
in the constant name.</summary>
9262         </member>
9263         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSort">
9264             <summary>Displays the dialog box described
in the constant name.</summary>
9265         </member>
9266         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSortSpecial">
9267             <summary>Displays the dialog box described
in the constant name.</summary>
9268         </member>
9269         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSplit">
9270             <summary>Displays the dialog box described
in the constant name.</summary>
9271         </member>
9272         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogStandardFont">
9273             <summary>Displays the dialog box described
in the constant name.</summary>
9274         </member>
9275         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogStandardWidth">
9276             <summary>Displays the dialog box described
in the constant name.</summary>
9277         </member>
9278         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogStyle">
9279             <summary>Displays the dialog box described
in the constant name.</summary>
9280         </member>
9281         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSubscribeTo">
9282             <summary>Displays the dialog box described
in the constant name.</summary>
9283         </member>
9284         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSubtotalCreate">
9285             <summary>Displays the dialog box described
in the constant name.</summary>
9286         </member>
9287         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogSummaryInfo">
9288             <summary>Displays the dialog box described
in the constant name.</summary>
9289         </member>
9290         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogTable">
9291             <summary>Displays the dialog box described
in the constant name.</summary>
9292         </member>
9293         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogTabOrder">
9294             <summary>Displays the dialog box described
in the constant name.</summary>
9295         </member>
9296         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogTextToColumns">
9297             <summary>Displays the dialog box described
in the constant name.</summary>
9298         </member>
9299         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogUnhide">
9300             <summary>Displays the dialog box described
in the constant name.</summary>
9301         </member>
9302         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogUpdateLink">
9303             <summary>Displays the dialog box described
in the constant name.</summary>
9304         </member>
9305         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogVbaInsertFile">
9306             <summary>Displays the dialog box described
in the constant name.</summary>
9307         </member>
9308         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogVbaMakeAddin">
9309             <summary>Displays the dialog box described
in the constant name.</summary>
9310         </member>
9311         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogVbaProcedureDefinition">
9312             <summary>Displays the dialog box described
in the constant name.</summary>
9313         </member>
9314         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogView3d">
9315             <summary>Displays the dialog box described
in the constant name.</summary>
9316         </member>
9317         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWebOptionsBrowsers">
9318             <summary>Displays the dialog box described
in the constant name.</summary>
9319         </member>
9320         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWebOptionsEncoding">
9321             <summary>Displays the dialog box described
in the constant name.</summary>
9322         </member>
9323         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWebOptionsFiles">
9324             <summary>Displays the dialog box described
in the constant name.</summary>
9325         </member>
9326         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWebOptionsFonts">
9327             <summary>Displays the dialog box described
in the constant name.</summary>
9328         </member>
9329         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWebOptionsGeneral">
9330             <summary>Displays the dialog box described
in the constant name.</summary>
9331         </member>
9332         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWebOptionsPictures">
9333             <summary>Displays the dialog box described
in the constant name.</summary>
9334         </member>
9335         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWindowMove">
9336             <summary>Displays the dialog box described
in the constant name.</summary>
9337         </member>
9338         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWindowSize">
9339             <summary>Displays the dialog box described
in the constant name.</summary>
9340         </member>
9341         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookAdd">
9342             <summary>Displays the dialog box described
in the constant name.</summary>
9343         </member>
9344         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookCopy">
9345             <summary>Displays the dialog box described
in the constant name.</summary>
9346         </member>
9347         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookInsert">
9348             <summary>Displays the dialog box described
in the constant name.</summary>
9349         </member>
9350         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookMove">
9351             <summary>Displays the dialog box described
in the constant name.</summary>
9352         </member>
9353         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookName">
9354             <summary>Displays the dialog box described
in the constant name.</summary>
9355         </member>
9356         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookNew">
9357             <summary>Displays the dialog box described
in the constant name.</summary>
9358         </member>
9359         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookOptions">
9360             <summary>Displays the dialog box described
in the constant name.</summary>
9361         </member>
9362         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookProtect">
9363             <summary>Displays the dialog box described
in the constant name.</summary>
9364         </member>
9365         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookTabSplit">
9366             <summary>Displays the dialog box described
in the constant name.</summary>
9367         </member>
9368         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkbookUnhide">
9369             <summary>Displays the dialog box described
in the constant name.</summary>
9370         </member>
9371         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkgroup">
9372             <summary>Displays the dialog box described
in the constant name.</summary>
9373         </member>
9374         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogWorkspace">
9375             <summary>Displays the dialog box described
in the constant name.</summary>
9376         </member>
9377         <member name=
"F:Microsoft.Office.Interop.Excel.XlBuiltInDialog.xlDialogZoom">
9378             <summary>Displays the dialog box described
in the constant name.</summary>
9379         </member>
9380         <member name=
"T:Microsoft.Office.Interop.Excel.XlCalcFor">
9381             <summary>Specifies what should be calculated.</summary>
9382         </member>
9383         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalcFor.xlAllValues">
9384             <summary>All values.</summary>
9385         </member>
9386         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalcFor.xlColGroups">
9387             <summary>Column groups.</summary>
9388         </member>
9389         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalcFor.xlRowGroups">
9390             <summary>Row groups.</summary>
9391         </member>
9392         <member name=
"T:Microsoft.Office.Interop.Excel.XlCalculatedMemberType">
9393             <summary>Specifies the type of a calculated member
in a pivot table.</summary>
9394         </member>
9395         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculatedMemberType.xlCalculatedMember">
9396             <summary>The member uses a Multidimensional Expression (MDX) formula.</summary>
9397         </member>
9398         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculatedMemberType.xlCalculatedSet">
9399             <summary>The member contains an MDX formula
for a set in a cube field.</summary>
9400         </member>
9401         <member name=
"T:Microsoft.Office.Interop.Excel.XlCalculation">
9402             <summary>Specifies the calculation mode.</summary>
9403         </member>
9404         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculation.xlCalculationAutomatic">
9405             <summary>Excel controls recalculation.</summary>
9406         </member>
9407         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculation.xlCalculationManual">
9408             <summary>Calculation
is done when the user requests it.</summary>
9409         </member>
9410         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculation.xlCalculationSemiautomatic">
9411             <summary>Excel controls recalculation but ignores changes
in tables.</summary>
9412         </member>
9413         <member name=
"T:Microsoft.Office.Interop.Excel.XlCalculationInterruptKey">
9414             <summary>Specifies which key interrupts recalculation.</summary>
9415         </member>
9416         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculationInterruptKey.xlAnyKey">
9417             <summary>Pressing any key interrupts recalculation.</summary>
9418         </member>
9419         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculationInterruptKey.xlEscKey">
9420             <summary>Pressing the ESC key interrupts recalculation.</summary>
9421         </member>
9422         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculationInterruptKey.xlNoKey">
9423             <summary>No key press can interrupt recalculation.</summary>
9424         </member>
9425         <member name=
"T:Microsoft.Office.Interop.Excel.XlCalculationState">
9426             <summary>Specifies the calculation state of the application.</summary>
9427         </member>
9428         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculationState.xlCalculating">
9429             <summary>Calculations
in process.</summary>
9430         </member>
9431         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculationState.xlDone">
9432             <summary>Calculations complete.</summary>
9433         </member>
9434         <member name=
"F:Microsoft.Office.Interop.Excel.XlCalculationState.xlPending">
9435             <summary>Changes that trigger calculation have been made, but a recalculation has not yet been performed.</summary>
9436         </member>
9437         <member name=
"T:Microsoft.Office.Interop.Excel.XlCategoryType">
9438             <summary>Specifies the type of the category axis.</summary>
9439         </member>
9440         <member name=
"F:Microsoft.Office.Interop.Excel.XlCategoryType.xlAutomaticScale">
9441             <summary>Excel controls the axis type.</summary>
9442         </member>
9443         <member name=
"F:Microsoft.Office.Interop.Excel.XlCategoryType.xlCategoryScale">
9444             <summary>Axis groups data
by an arbitrary set of categories.</summary>
9445         </member>
9446         <member name=
"F:Microsoft.Office.Interop.Excel.XlCategoryType.xlTimeScale">
9447             <summary>Axis groups data
on a time scale.</summary>
9448         </member>
9449         <member name=
"T:Microsoft.Office.Interop.Excel.XlCellInsertionMode">
9450             <summary>Specifies the way rows
on the specified worksheet are added or deleted to accommodate the number of rows in a recordset returned by a query.</summary>
9451         </member>
9452         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellInsertionMode.xlInsertDeleteCells">
9453             <summary>Partial rows are inserted or deleted to match the exact number of rows required
for the new recordset.</summary>
9454         </member>
9455         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellInsertionMode.xlInsertEntireRows">
9456             <summary>Entire rows are inserted,
if necessary, to accommodate any overflow. No cells or rows are deleted from the worksheet.</summary>
9457         </member>
9458         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellInsertionMode.xlOverwriteCells">
9459             <summary>No
new cells or rows are added to the worksheet. Data in surrounding cells is overwritten to accommodate any overflow.</summary>
9460         </member>
9461         <member name=
"T:Microsoft.Office.Interop.Excel.XlCellType">
9462             <summary>Specifies the type of cells.</summary>
9463         </member>
9464         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeAllFormatConditions">
9465             <summary>Cells of any format</summary>
9466         </member>
9467         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeAllValidation">
9468             <summary>Cells having validation criteria</summary>
9469         </member>
9470         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeBlanks">
9471             <summary>Empty cells</summary>
9472         </member>
9473         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeComments">
9474             <summary>Cells containing notes</summary>
9475         </member>
9476         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeConstants">
9477             <summary>Cells containing constants</summary>
9478         </member>
9479         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeFormulas">
9480             <summary>Cells containing formulas</summary>
9481         </member>
9482         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeLastCell">
9483             <summary>The last cell
in the used range</summary>
9484         </member>
9485         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeSameFormatConditions">
9486             <summary>Cells having the same format</summary>
9487         </member>
9488         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeSameValidation">
9489             <summary>Cells having the same validation criteria</summary>
9490         </member>
9491         <member name=
"F:Microsoft.Office.Interop.Excel.XlCellType.xlCellTypeVisible">
9492             <summary>All visible cells</summary>
9493         </member>
9494         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartElementPosition">
9495             <summary>Specifies the position of the chart element.</summary>
9496         </member>
9497         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartElementPosition.xlChartElementPositionAutomatic">
9498             <summary>Automatically sets the position of the chart element.</summary>
9499         </member>
9500         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartElementPosition.xlChartElementPositionCustom">
9501             <summary>Specifies a specific position
for the chart element.</summary>
9502         </member>
9503         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartGallery">
9504             <summary>Specifies a chart gallery.</summary>
9505         </member>
9506         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartGallery.xlAnyGallery">
9507             <summary>Either of the galleries.</summary>
9508         </member>
9509         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartGallery.xlBuiltIn">
9510             <summary>The built-
in gallery.</summary>
9511         </member>
9512         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartGallery.xlUserDefined">
9513             <summary>The user-defined gallery.</summary>
9514         </member>
9515         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartItem">
9516             <summary>Specifies the type of the chart item.</summary>
9517         </member>
9518         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlAxis">
9519             <summary>Axis.</summary>
9520         </member>
9521         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlAxisTitle">
9522             <summary>Axis title.</summary>
9523         </member>
9524         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlChartArea">
9525             <summary>Chart area.</summary>
9526         </member>
9527         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlChartTitle">
9528             <summary>Chart title.</summary>
9529         </member>
9530         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlCorners">
9531             <summary>Corners.</summary>
9532         </member>
9533         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlDataLabel">
9534             <summary>Data label.</summary>
9535         </member>
9536         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlDataTable">
9537             <summary>Data table.</summary>
9538         </member>
9539         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlDisplayUnitLabel">
9540             <summary>Display unit label.</summary>
9541         </member>
9542         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlDownBars">
9543             <summary>Down bars.</summary>
9544         </member>
9545         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlDropLines">
9546             <summary>Drop lines.</summary>
9547         </member>
9548         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlErrorBars">
9549             <summary>Error bars.</summary>
9550         </member>
9551         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlFloor">
9552             <summary>Floor.</summary>
9553         </member>
9554         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlHiLoLines">
9555             <summary>HiLo lines.</summary>
9556         </member>
9557         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlLeaderLines">
9558             <summary>Leader lines.</summary>
9559         </member>
9560         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlLegend">
9561             <summary>Legend.</summary>
9562         </member>
9563         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlLegendEntry">
9564             <summary>Legend entry.</summary>
9565         </member>
9566         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlLegendKey">
9567             <summary>Legend key.</summary>
9568         </member>
9569         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlMajorGridlines">
9570             <summary>Major gridlines.</summary>
9571         </member>
9572         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlMinorGridlines">
9573             <summary>Minor gridlines.</summary>
9574         </member>
9575         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlNothing">
9576             <summary>Nothing.</summary>
9577         </member>
9578         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlPivotChartDropZone">
9579             <summary>PivotChart drop zone.</summary>
9580         </member>
9581         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlPivotChartFieldButton">
9582             <summary>PivotChart field button.</summary>
9583         </member>
9584         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlPlotArea">
9585             <summary>Plot area.</summary>
9586         </member>
9587         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlRadarAxisLabels">
9588             <summary>Radar axis labels.</summary>
9589         </member>
9590         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlSeries">
9591             <summary>Series.</summary>
9592         </member>
9593         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlSeriesLines">
9594             <summary>Series lines.</summary>
9595         </member>
9596         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlShape">
9597             <summary>Shape.</summary>
9598         </member>
9599         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlTrendline">
9600             <summary>Trend line.</summary>
9601         </member>
9602         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlUpBars">
9603             <summary>Up bars.</summary>
9604         </member>
9605         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlWalls">
9606             <summary>Walls.</summary>
9607         </member>
9608         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlXErrorBars">
9609             <summary>X error bars.</summary>
9610         </member>
9611         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartItem.xlYErrorBars">
9612             <summary>Y error bars.</summary>
9613         </member>
9614         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartLocation">
9615             <summary>Specifies
where to relocate a chart.</summary>
9616         </member>
9617         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartLocation.xlLocationAsNewSheet">
9618             <summary>Chart
is moved to a new sheet.</summary>
9619         </member>
9620         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartLocation.xlLocationAsObject">
9621             <summary>Chart
is to be embedded in an existing sheet.</summary>
9622         </member>
9623         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartLocation.xlLocationAutomatic">
9624             <summary>Excel controls chart location.</summary>
9625         </member>
9626         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartPicturePlacement">
9627             <summary>Specifies the placement of a user-selected picture
on a bar in a 3-D bar or column.</summary>
9628         </member>
9629         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlAllFaces">
9630             <summary>Display
on all faces.</summary>
9631         </member>
9632         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlEnd">
9633             <summary>Display
on end.</summary>
9634         </member>
9635         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlEndSides">
9636             <summary>Display
on end and sides.</summary>
9637         </member>
9638         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlFront">
9639             <summary>Display
on front.</summary>
9640         </member>
9641         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlFrontEnd">
9642             <summary>Display
on front and end.</summary>
9643         </member>
9644         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlFrontSides">
9645             <summary>Display
on front and sides.</summary>
9646         </member>
9647         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPicturePlacement.xlSides">
9648             <summary>Display
on sides.</summary>
9649         </member>
9650         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartPictureType">
9651             <summary>Specifies how pictures are displayed
on a column, bar picture chart, or legend key.</summary>
9652         </member>
9653         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPictureType.xlStack">
9654             <summary>Picture
is sized to repeat a maximum of 15 times in the longest stacked bar.</summary>
9655         </member>
9656         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPictureType.xlStackScale">
9657             <summary>Picture
is sized to a specified number of units and repeated the length of the bar.</summary>
9658         </member>
9659         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartPictureType.xlStretch">
9660             <summary>Picture
is stretched the full length of stacked bar.</summary>
9661         </member>
9662         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartSplitType">
9663             <summary>Specifies the values displayed
in the second chart in a pie chart or a bar of pie chart.</summary>
9664         </member>
9665         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartSplitType.xlSplitByCustomSplit">
9666             <summary>Arbitrary slides are displayed
in the second chart.</summary>
9667         </member>
9668         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartSplitType.xlSplitByPercentValue">
9669             <summary>Second chart displays values less than some percentage of the total
value. The percentage is specified by the SplitValue property.</summary>
9670         </member>
9671         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartSplitType.xlSplitByPosition">
9672             <summary>Second chart displays the smallest values
in the data series. The number of values to display is specified by the SplitValue property.</summary>
9673         </member>
9674         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartSplitType.xlSplitByValue">
9675             <summary>Second chart displays values less than the
value specified by the SplitValue property.</summary>
9676         </member>
9677         <member name=
"T:Microsoft.Office.Interop.Excel.XlChartType">
9678             <summary>Specifies the chart type.</summary>
9679         </member>
9680         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DArea">
9681             <summary>
3D Area</summary>
9682         </member>
9683         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DAreaStacked">
9684             <summary>
3D Stacked Area</summary>
9685         </member>
9686         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DAreaStacked100">
9687             <summary>
100% Stacked Area</summary>
9688         </member>
9689         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DBarClustered">
9690             <summary>
3D Clustered Bar</summary>
9691         </member>
9692         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DBarStacked">
9693             <summary>
3D Stacked Bar</summary>
9694         </member>
9695         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DBarStacked100">
9696             <summary>
3D 100% Stacked Bar</summary>
9697         </member>
9698         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DColumn">
9699             <summary>
3D Column</summary>
9700         </member>
9701         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DColumnClustered">
9702             <summary>
3D Clustered Column</summary>
9703         </member>
9704         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DColumnStacked">
9705             <summary>
3D Stacked Column </summary>
9706         </member>
9707         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DColumnStacked100">
9708             <summary>
3D 100% Stacked Column</summary>
9709         </member>
9710         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DLine">
9711             <summary>
3D Line</summary>
9712         </member>
9713         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DPie">
9714             <summary>
3D Pie</summary>
9715         </member>
9716         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xl3DPieExploded">
9717             <summary>Exploded
3D Pie</summary>
9718         </member>
9719         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlArea">
9720             <summary>Area</summary>
9721         </member>
9722         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlAreaStacked">
9723             <summary>Stacked Area</summary>
9724         </member>
9725         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlAreaStacked100">
9726             <summary>
100% Stacked Area</summary>
9727         </member>
9728         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlBarClustered">
9729             <summary>Clustered Bar</summary>
9730         </member>
9731         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlBarOfPie">
9732             <summary>Bar of Pie</summary>
9733         </member>
9734         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlBarStacked">
9735             <summary>Stacked Bar</summary>
9736         </member>
9737         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlBarStacked100">
9738             <summary>
100% Stacked Bar</summary>
9739         </member>
9740         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlBubble">
9741             <summary>Bubble</summary>
9742         </member>
9743         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlBubble3DEffect">
9744             <summary>Bubble with
3D effects</summary>
9745         </member>
9746         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlColumnClustered">
9747             <summary>Clustered Column</summary>
9748         </member>
9749         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlColumnStacked">
9750             <summary>Stacked Column</summary>
9751         </member>
9752         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlColumnStacked100">
9753             <summary>
100% Stacked Column</summary>
9754         </member>
9755         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeBarClustered">
9756             <summary>Clustered Cone Bar</summary>
9757         </member>
9758         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeBarStacked">
9759             <summary>Stacked Cone Bar</summary>
9760         </member>
9761         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeBarStacked100">
9762             <summary>
100% Stacked Cone Bar</summary>
9763         </member>
9764         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeCol">
9765             <summary>
3D Cone Column</summary>
9766         </member>
9767         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeColClustered">
9768             <summary>Clustered Cone Column</summary>
9769         </member>
9770         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeColStacked">
9771             <summary>Stacked Cone Column</summary>
9772         </member>
9773         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlConeColStacked100">
9774             <summary>
100% Stacked Cone Column</summary>
9775         </member>
9776         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderBarClustered">
9777             <summary>Clustered Cylinder Bar</summary>
9778         </member>
9779         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderBarStacked">
9780             <summary>Stacked Cylinder Bar</summary>
9781         </member>
9782         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderBarStacked100">
9783             <summary>
100% Stacked Cylinder Bar</summary>
9784         </member>
9785         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderCol">
9786             <summary>
3D Cylinder Column</summary>
9787         </member>
9788         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderColClustered">
9789             <summary>Clustered Cone Column</summary>
9790         </member>
9791         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderColStacked">
9792             <summary>Stacked Cone Column</summary>
9793         </member>
9794         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlCylinderColStacked100">
9795             <summary>
100% Stacked Cylinder Column</summary>
9796         </member>
9797         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlDoughnut">
9798             <summary>Doughnut</summary>
9799         </member>
9800         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlDoughnutExploded">
9801             <summary>Exploded Doughnut</summary>
9802         </member>
9803         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlLine">
9804             <summary>Line</summary>
9805         </member>
9806         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlLineMarkers">
9807             <summary>Line with Markers</summary>
9808         </member>
9809         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlLineMarkersStacked">
9810             <summary>Stacked Line with Markers</summary>
9811         </member>
9812         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlLineMarkersStacked100">
9813             <summary>
100% Stacked Line with Markers</summary>
9814         </member>
9815         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlLineStacked">
9816             <summary>Stacked Line</summary>
9817         </member>
9818         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlLineStacked100">
9819             <summary>
100% Stacked Line</summary>
9820         </member>
9821         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPie">
9822             <summary>Pie</summary>
9823         </member>
9824         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPieExploded">
9825             <summary>Exploded Pie</summary>
9826         </member>
9827         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPieOfPie">
9828             <summary>Pie of Pie</summary>
9829         </member>
9830         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidBarClustered">
9831             <summary>Clustered Pyramid Bar</summary>
9832         </member>
9833         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidBarStacked">
9834             <summary>Stacked Pyramid Bar</summary>
9835         </member>
9836         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidBarStacked100">
9837             <summary>
100% Stacked Pyramid Bar</summary>
9838         </member>
9839         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidCol">
9840             <summary>
3D Pyramid Column</summary>
9841         </member>
9842         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidColClustered">
9843             <summary>Clustered Pyramid Column</summary>
9844         </member>
9845         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidColStacked">
9846             <summary>Stacked Pyramid Column</summary>
9847         </member>
9848         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlPyramidColStacked100">
9849             <summary>
100% Stacked Pyramid Column</summary>
9850         </member>
9851         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlRadar">
9852             <summary>Radar</summary>
9853         </member>
9854         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlRadarFilled">
9855             <summary>Filled Radar</summary>
9856         </member>
9857         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlRadarMarkers">
9858             <summary>Radar with Data Markers</summary>
9859         </member>
9860         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlStockHLC">
9861             <summary>High-Low-Close</summary>
9862         </member>
9863         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlStockOHLC">
9864             <summary>Open-High-Low-Close</summary>
9865         </member>
9866         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlStockVHLC">
9867             <summary>Volume-High-Low-Close</summary>
9868         </member>
9869         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlStockVOHLC">
9870             <summary>Volume-Open-High-Low-Close</summary>
9871         </member>
9872         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlSurface">
9873             <summary>
3D Surface</summary>
9874         </member>
9875         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlSurfaceTopView">
9876             <summary>Surface (Top View)</summary>
9877         </member>
9878         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlSurfaceTopViewWireframe">
9879             <summary>Surface (Top View wireframe)</summary>
9880         </member>
9881         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlSurfaceWireframe">
9882             <summary>
3D Surface (wireframe)</summary>
9883         </member>
9884         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlXYScatter">
9885             <summary>Scatter</summary>
9886         </member>
9887         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlXYScatterLines">
9888             <summary>Scatter with Lines.</summary>
9889         </member>
9890         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlXYScatterLinesNoMarkers">
9891             <summary>Scatter with Lines and No Data Markers</summary>
9892         </member>
9893         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlXYScatterSmooth">
9894             <summary>Scatter with Smoothed Lines</summary>
9895         </member>
9896         <member name=
"F:Microsoft.Office.Interop.Excel.XlChartType.xlXYScatterSmoothNoMarkers">
9897             <summary>Scatter with Smoothed Lines and No Data Markers</summary>
9898         </member>
9899         <member name=
"T:Microsoft.Office.Interop.Excel.XlCheckInVersionType">
9900             <summary>Specifies the type of version
for the document checked in when using the CheckIn method. Applies to workbooks stored in a SharePoint library.</summary>
9901         </member>
9902         <member name=
"F:Microsoft.Office.Interop.Excel.XlCheckInVersionType.xlCheckInMajorVersion">
9903             <summary>Check
in the major version.</summary>
9904         </member>
9905         <member name=
"F:Microsoft.Office.Interop.Excel.XlCheckInVersionType.xlCheckInMinorVersion">
9906             <summary>Check
in the minor version.</summary>
9907         </member>
9908         <member name=
"F:Microsoft.Office.Interop.Excel.XlCheckInVersionType.xlCheckInOverwriteVersion">
9909             <summary>Overwrite current version
on the server.</summary>
9910         </member>
9911         <member name=
"T:Microsoft.Office.Interop.Excel.XlClipboardFormat">
9912             <summary>Specifies the format of an item
on the Windows clipboard.</summary>
9913         </member>
9914         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBIFF">
9915             <summary>Binary Interchange file format
for Excel version 2.x.</summary>
9916         </member>
9917         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBIFF12">
9918             <summary>Binary Interchange file format
12</summary>
9919         </member>
9920         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBIFF2">
9921             <summary>Binary Interchange file format
for Excel version 2.x.</summary>
9922         </member>
9923         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBIFF3">
9924             <summary>Binary Interchange file format
for Excel version 3.x.</summary>
9925         </member>
9926         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBIFF4">
9927             <summary>Binary Interchange file format
for Excel version 4.x.</summary>
9928         </member>
9929         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBinary">
9930             <summary>Binary.</summary>
9931         </member>
9932         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatBitmap">
9933             <summary>Windows version
2.0-compatible bitmap.</summary>
9934         </member>
9935         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatCGM">
9936             <summary>Computer Graphics Metafile.</summary>
9937         </member>
9938         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatCSV">
9939             <summary>Comma-separated values.</summary>
9940         </member>
9941         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatDIF">
9942             <summary>VisiCalc Data Interchange Format.</summary>
9943         </member>
9944         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatDspText">
9945             <summary>OEM text.</summary>
9946         </member>
9947         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatEmbeddedObject">
9948             <summary>Object to be inserted
into the file.</summary>
9949         </member>
9950         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatEmbedSource">
9951             <summary>Source.</summary>
9952         </member>
9953         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatLink">
9954             <summary>Link.</summary>
9955         </member>
9956         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatLinkSource">
9957             <summary>Line to source.</summary>
9958         </member>
9959         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatLinkSourceDesc">
9960             <summary>Link to description of source.</summary>
9961         </member>
9962         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatMovie">
9963             <summary>Movie.</summary>
9964         </member>
9965         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatNative">
9966             <summary>Native format.</summary>
9967         </member>
9968         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatObjectDesc">
9969             <summary>Object description.</summary>
9970         </member>
9971         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatObjectLink">
9972             <summary>Link to
object.</summary>
9973         </member>
9974         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatOwnerLink">
9975             <summary>Link to owner.</summary>
9976         </member>
9977         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatPICT">
9978             <summary>Metafile picture structure (.wmf).</summary>
9979         </member>
9980         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatPrintPICT">
9981             <summary>Metafile picture structure
for printing.</summary>
9982         </member>
9983         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatRTF">
9984             <summary>Rich Text Format.</summary>
9985         </member>
9986         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatScreenPICT">
9987             <summary>Metafile picture structure
for screen display.</summary>
9988         </member>
9989         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatStandardFont">
9990             <summary>A standard font.</summary>
9991         </member>
9992         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatStandardScale">
9993             <summary>Standard scale.</summary>
9994         </member>
9995         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatSYLK">
9996             <summary>Microsoft symbolic link (SYLK) format.</summary>
9997         </member>
9998         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatTable">
9999             <summary>Excel fast table format.</summary>
10000         </member>
10001         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatText">
10002             <summary>Null-terminated
string containing a carriage return and line feed at the end of each line.</summary>
10003         </member>
10004         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatToolFace">
10005             <summary>Graphics associated with a Macintosh tool.</summary>
10006         </member>
10007         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatToolFacePICT">
10008             <summary>Tool face
as a metafile picture structure.</summary>
10009         </member>
10010         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatVALU">
10011             <summary>VALU.</summary>
10012         </member>
10013         <member name=
"F:Microsoft.Office.Interop.Excel.XlClipboardFormat.xlClipboardFormatWK1">
10014             <summary>Lotus
1-2-3 Release 2.01 and Release 2.2.</summary>
10015         </member>
10016         <member name=
"T:Microsoft.Office.Interop.Excel.XlCmdType">
10017             <summary>Specifies the
value of the CommandText property.</summary>
10018         </member>
10019         <member name=
"F:Microsoft.Office.Interop.Excel.XlCmdType.xlCmdCube">
10020             <summary>Contains a cube name
for an OLAP data source.</summary>
10021         </member>
10022         <member name=
"F:Microsoft.Office.Interop.Excel.XlCmdType.xlCmdDefault">
10023             <summary>Contains command text that the OLE DB provider understands</summary>
10024         </member>
10025         <member name=
"F:Microsoft.Office.Interop.Excel.XlCmdType.xlCmdList">
10026             <summary>Contains a pointer to list data.</summary>
10027         </member>
10028         <member name=
"F:Microsoft.Office.Interop.Excel.XlCmdType.xlCmdSql">
10029             <summary>Contains an SQL statement.</summary>
10030         </member>
10031         <member name=
"F:Microsoft.Office.Interop.Excel.XlCmdType.xlCmdTable">
10032             <summary>Contains a table name
for accessing OLE DB data sources.</summary>
10033         </member>
10034         <member name=
"T:Microsoft.Office.Interop.Excel.XlColorIndex">
10035             <summary>Specifies the color of a selected feature such
as border, font, or fill.</summary>
10036         </member>
10037         <member name=
"F:Microsoft.Office.Interop.Excel.XlColorIndex.xlColorIndexAutomatic">
10038             <summary>Automatic color.</summary>
10039         </member>
10040         <member name=
"F:Microsoft.Office.Interop.Excel.XlColorIndex.xlColorIndexNone">
10041             <summary>No color.</summary>
10042         </member>
10043         <member name=
"T:Microsoft.Office.Interop.Excel.XlColumnDataType">
10044             <summary>Specifies how a column
is to be parsed.</summary>
10045         </member>
10046         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlDMYFormat">
10047             <summary>DMY date format.</summary>
10048         </member>
10049         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlDYMFormat">
10050             <summary>DYM date format.</summary>
10051         </member>
10052         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlEMDFormat">
10053             <summary>EMD date format.</summary>
10054         </member>
10055         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlGeneralFormat">
10056             <summary>General.</summary>
10057         </member>
10058         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlMDYFormat">
10059             <summary>MDY date format.</summary>
10060         </member>
10061         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlMYDFormat">
10062             <summary>MYD date format.</summary>
10063         </member>
10064         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlSkipColumn">
10065             <summary>Column
is not parsed.</summary>
10066         </member>
10067         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlTextFormat">
10068             <summary>Text.</summary>
10069         </member>
10070         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlYDMFormat">
10071             <summary>YDM date format.</summary>
10072         </member>
10073         <member name=
"F:Microsoft.Office.Interop.Excel.XlColumnDataType.xlYMDFormat">
10074             <summary>YMD date format.</summary>
10075         </member>
10076         <member name=
"T:Microsoft.Office.Interop.Excel.XlCommandUnderlines">
10077             <summary>Specifies the state of the command underlines
in Microsoft Excel for the Macintosh.</summary>
10078         </member>
10079         <member name=
"F:Microsoft.Office.Interop.Excel.XlCommandUnderlines.xlCommandUnderlinesAutomatic">
10080             <summary>Excel controls the display of command underlines.</summary>
10081         </member>
10082         <member name=
"F:Microsoft.Office.Interop.Excel.XlCommandUnderlines.xlCommandUnderlinesOff">
10083             <summary>Command underlines are not displayed.</summary>
10084         </member>
10085         <member name=
"F:Microsoft.Office.Interop.Excel.XlCommandUnderlines.xlCommandUnderlinesOn">
10086             <summary>Command underlines are displayed.</summary>
10087         </member>
10088         <member name=
"T:Microsoft.Office.Interop.Excel.XlCommentDisplayMode">
10089             <summary>Specifies the way cells display comments and comment indicators.</summary>
10090         </member>
10091         <member name=
"F:Microsoft.Office.Interop.Excel.XlCommentDisplayMode.xlCommentAndIndicator">
10092             <summary>Display comment and indicator at all times.</summary>
10093         </member>
10094         <member name=
"F:Microsoft.Office.Interop.Excel.XlCommentDisplayMode.xlCommentIndicatorOnly">
10095             <summary>Display comment indicator only. Display comment
when mouse pointer is moved over cell.</summary>
10096         </member>
10097         <member name=
"F:Microsoft.Office.Interop.Excel.XlCommentDisplayMode.xlNoIndicator">
10098             <summary>Display neither the comment nor the comment indicator at any time.</summary>
10099         </member>
10100         <member name=
"T:Microsoft.Office.Interop.Excel.XlConditionValueTypes">
10101             <summary>Specifies the types of condition values that can be used.</summary>
10102         </member>
10103         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValueFormula">
10104             <summary>Formula
is used.</summary>
10105         </member>
10106         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValueHighestValue">
10107             <summary>Highest
value from the list of values.</summary>
10108         </member>
10109         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValueLowestValue">
10110             <summary>Lowest
value from the list of values.</summary>
10111         </member>
10112         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValueNone">
10113             <summary>No conditional
value.</summary>
10114         </member>
10115         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValueNumber">
10116             <summary>Number
is used.</summary>
10117         </member>
10118         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValuePercent">
10119             <summary>Percentage
is used.</summary>
10120         </member>
10121         <member name=
"F:Microsoft.Office.Interop.Excel.XlConditionValueTypes.xlConditionValuePercentile">
10122             <summary>Percentile
is used.</summary>
10123         </member>
10124         <member name=
"T:Microsoft.Office.Interop.Excel.XlConnectionType">
10125             <summary>Specifies the type of database connection.</summary>
10126         </member>
10127         <member name=
"F:Microsoft.Office.Interop.Excel.XlConnectionType.xlConnectionTypeODBC">
10128             <summary>ODBC</summary>
10129         </member>
10130         <member name=
"F:Microsoft.Office.Interop.Excel.XlConnectionType.xlConnectionTypeOLEDB">
10131             <summary>OLEDB</summary>
10132         </member>
10133         <member name=
"F:Microsoft.Office.Interop.Excel.XlConnectionType.xlConnectionTypeTEXT">
10134             <summary>Text</summary>
10135         </member>
10136         <member name=
"F:Microsoft.Office.Interop.Excel.XlConnectionType.xlConnectionTypeWEB">
10137             <summary>Web</summary>
10138         </member>
10139         <member name=
"F:Microsoft.Office.Interop.Excel.XlConnectionType.xlConnectionTypeXMLMAP">
10140             <summary>XML MAP</summary>
10141         </member>
10142         <member name=
"T:Microsoft.Office.Interop.Excel.XlConsolidationFunction">
10143             <summary>Specifies the subtotal function.</summary>
10144         </member>
10145         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlAverage">
10146             <summary>Average.</summary>
10147         </member>
10148         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlCount">
10149             <summary>Count.</summary>
10150         </member>
10151         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlCountNums">
10152             <summary>Count numerical values only.</summary>
10153         </member>
10154         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlMax">
10155             <summary>Maximum.</summary>
10156         </member>
10157         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlMin">
10158             <summary>Minimum.</summary>
10159         </member>
10160         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlProduct">
10161             <summary>Multiply.</summary>
10162         </member>
10163         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlStDev">
10164             <summary>Standard deviation, based
on a sample.</summary>
10165         </member>
10166         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlStDevP">
10167             <summary>Standard deviation, based
on the whole population.</summary>
10168         </member>
10169         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlSum">
10170             <summary>Sum.</summary>
10171         </member>
10172         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlUnknown">
10173             <summary>No subtotal function specified.</summary>
10174         </member>
10175         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlVar">
10176             <summary>Variation, based
on a sample.</summary>
10177         </member>
10178         <member name=
"F:Microsoft.Office.Interop.Excel.XlConsolidationFunction.xlVarP">
10179             <summary>Variation, based
on the whole population.</summary>
10180         </member>
10181         <member name=
"T:Microsoft.Office.Interop.Excel.XlContainsOperator">
10182             <summary>Specifies the
operator used in a function.</summary>
10183         </member>
10184         <member name=
"F:Microsoft.Office.Interop.Excel.XlContainsOperator.xlBeginsWith">
10185             <summary>Begins with a specified
value.</summary>
10186         </member>
10187         <member name=
"F:Microsoft.Office.Interop.Excel.XlContainsOperator.xlContains">
10188             <summary>Contains a specified
value.</summary>
10189         </member>
10190         <member name=
"F:Microsoft.Office.Interop.Excel.XlContainsOperator.xlDoesNotContain">
10191             <summary>Does not contain the specified
value.</summary>
10192         </member>
10193         <member name=
"F:Microsoft.Office.Interop.Excel.XlContainsOperator.xlEndsWith">
10194             <summary>Endswith the specified
value</summary>
10195         </member>
10196         <member name=
"T:Microsoft.Office.Interop.Excel.XlCopyPictureFormat">
10197             <summary>Specifies the format of the picture being copied.</summary>
10198         </member>
10199         <member name=
"F:Microsoft.Office.Interop.Excel.XlCopyPictureFormat.xlBitmap">
10200             <summary>Bitmap (.bmp, .jpg, .gif).</summary>
10201         </member>
10202         <member name=
"F:Microsoft.Office.Interop.Excel.XlCopyPictureFormat.xlPicture">
10203             <summary>Drawn picture (.png, .wmf, .mix).</summary>
10204         </member>
10205         <member name=
"T:Microsoft.Office.Interop.Excel.XlCorruptLoad">
10206             <summary>Specifies the processing
for a file when it is opened.</summary>
10207         </member>
10208         <member name=
"F:Microsoft.Office.Interop.Excel.XlCorruptLoad.xlExtractData">
10209             <summary>Excel
is attempting to recover the data in the workbook.</summary>
10210         </member>
10211         <member name=
"F:Microsoft.Office.Interop.Excel.XlCorruptLoad.xlNormalLoad">
10212             <summary>Workbook
is opened normally.</summary>
10213         </member>
10214         <member name=
"F:Microsoft.Office.Interop.Excel.XlCorruptLoad.xlRepairFile">
10215             <summary>Excel
is attempting to repair the workbook.</summary>
10216         </member>
10217         <member name=
"T:Microsoft.Office.Interop.Excel.XlCreator">
10218             <summary>Specifies the
32-bit creator code for Excel for Macintosh (decimal 1480803660, Hex 5843454C, string XCEL).</summary>
10219         </member>
10220         <member name=
"F:Microsoft.Office.Interop.Excel.XlCreator.xlCreatorCode">
10221             <summary>The Excel
for Macintosh creator code.</summary>
10222         </member>
10223         <member name=
"T:Microsoft.Office.Interop.Excel.XlCredentialsMethod">
10224             <summary>Specifies the type of credentials method used.</summary>
10225         </member>
10226         <member name=
"F:Microsoft.Office.Interop.Excel.XlCredentialsMethod.xlCredentialsMethodIntegrated">
10227             <summary>Integrated.</summary>
10228         </member>
10229         <member name=
"F:Microsoft.Office.Interop.Excel.XlCredentialsMethod.xlCredentialsMethodNone">
10230             <summary>No credentials used.</summary>
10231         </member>
10232         <member name=
"F:Microsoft.Office.Interop.Excel.XlCredentialsMethod.xlCredentialsMethodStored">
10233             <summary>Use stored credentials.</summary>
10234         </member>
10235         <member name=
"T:Microsoft.Office.Interop.Excel.XlCubeFieldSubType">
10236             <summary>Specifies the subtype of the CubeField.</summary>
10237         </member>
10238         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeAttribute">
10239             <summary>Attribute</summary>
10240         </member>
10241         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeCalculatedMeasure">
10242             <summary>Calculated Measure</summary>
10243         </member>
10244         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeHierarchy">
10245             <summary>Hierarchy</summary>
10246         </member>
10247         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeKPIGoal">
10248             <summary>KPI Goal</summary>
10249         </member>
10250         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeKPIStatus">
10251             <summary>KPI Status</summary>
10252         </member>
10253         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeKPITrend">
10254             <summary>KPI Trend</summary>
10255         </member>
10256         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeKPIValue">
10257             <summary>KPI Value</summary>
10258         </member>
10259         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeKPIWeight">
10260             <summary>KPI Weight</summary>
10261         </member>
10262         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeMeasure">
10263             <summary>Measure</summary>
10264         </member>
10265         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldSubType.xlCubeSet">
10266             <summary>Set</summary>
10267         </member>
10268         <member name=
"T:Microsoft.Office.Interop.Excel.XlCubeFieldType">
10269             <summary>Specifies whether the OLAP field
is a hierarchy, set, or measure field.</summary>
10270         </member>
10271         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldType.xlHierarchy">
10272             <summary>Hierarchy.</summary>
10273         </member>
10274         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldType.xlMeasure">
10275             <summary>Measure.</summary>
10276         </member>
10277         <member name=
"F:Microsoft.Office.Interop.Excel.XlCubeFieldType.xlSet">
10278             <summary>Set.</summary>
10279         </member>
10280         <member name=
"T:Microsoft.Office.Interop.Excel.XlCutCopyMode">
10281             <summary>Specifies whether status
is Copy mode or Cut mode.</summary>
10282         </member>
10283         <member name=
"F:Microsoft.Office.Interop.Excel.XlCutCopyMode.xlCopy">
10284             <summary>In Copy mode</summary>
10285         </member>
10286         <member name=
"F:Microsoft.Office.Interop.Excel.XlCutCopyMode.xlCut">
10287             <summary>In Cut mode</summary>
10288         </member>
10289         <member name=
"T:Microsoft.Office.Interop.Excel.XlCVError">
10290             <summary>Specifies the cell error number and
value.</summary>
10291         </member>
10292         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrDiv0">
10293             <summary>Error number:
2007</summary>
10294         </member>
10295         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrNA">
10296             <summary>Error number:
2042</summary>
10297         </member>
10298         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrName">
10299             <summary>Error number:
2029</summary>
10300         </member>
10301         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrNull">
10302             <summary>Error number:
2000</summary>
10303         </member>
10304         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrNum">
10305             <summary>Error number:
2036</summary>
10306         </member>
10307         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrRef">
10308             <summary>Error number:
2023</summary>
10309         </member>
10310         <member name=
"F:Microsoft.Office.Interop.Excel.XlCVError.xlErrValue">
10311             <summary>Error number:
2015</summary>
10312         </member>
10313         <member name=
"T:Microsoft.Office.Interop.Excel.XlDataLabelPosition">
10314             <summary>Specifies
where the data label is positioned.</summary>
10315         </member>
10316         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionAbove">
10317             <summary>Data label above point.</summary>
10318         </member>
10319         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionBelow">
10320             <summary>Data label below point.</summary>
10321         </member>
10322         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionBestFit">
10323             <summary>Excel controls position of data label.</summary>
10324         </member>
10325         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionCenter">
10326             <summary>Data label centered
on data point or inside bar or pie.</summary>
10327         </member>
10328         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionCustom">
10329             <summary>Data label centered
on data point or inside bar or pie.</summary>
10330         </member>
10331         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionInsideBase">
10332             <summary>Data label positioned arbitrarily.</summary>
10333         </member>
10334         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionInsideEnd">
10335             <summary>Data label positioned arbitrarily.</summary>
10336         </member>
10337         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionLeft">
10338             <summary>Data label positioned at bottom of bar or pie.</summary>
10339         </member>
10340         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionMixed">
10341             <summary>Data label positioned at bottom of bar or pie.</summary>
10342         </member>
10343         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionOutsideEnd">
10344             <summary>Data label positioned at top of bar or pie.</summary>
10345         </member>
10346         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelPosition.xlLabelPositionRight">
10347             <summary>Data label positioned at top of bar or pie.</summary>
10348         </member>
10349         <member name=
"T:Microsoft.Office.Interop.Excel.XlDataLabelSeparator">
10350             <summary>Specifies the separator used with data labels.</summary>
10351         </member>
10352         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelSeparator.xlDataLabelSeparatorDefault">
10353             <summary>Excel selects the separator.</summary>
10354         </member>
10355         <member name=
"T:Microsoft.Office.Interop.Excel.XlDataLabelsType">
10356             <summary>Specifies the type of data label to apply.</summary>
10357         </member>
10358         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelsType.xlDataLabelsShowBubbleSizes">
10359             <summary>Show the size of the bubble
in reference to the absolute value.</summary>
10360         </member>
10361         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelsType.xlDataLabelsShowLabel">
10362             <summary>Category
for the point.</summary>
10363         </member>
10364         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelsType.xlDataLabelsShowLabelAndPercent">
10365             <summary>Percentage of the total, and category
for the point. Available only for pie charts and doughnut charts.</summary>
10366         </member>
10367         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelsType.xlDataLabelsShowNone">
10368             <summary>No data labels.</summary>
10369         </member>
10370         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelsType.xlDataLabelsShowPercent">
10371             <summary>Percentage of the total. Available only
for pie charts and doughnut charts.</summary>
10372         </member>
10373         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataLabelsType.xlDataLabelsShowValue">
10374             <summary>
default. Value for the point (assumed if this argument isn't specified).</summary>
10375         </member>
10376         <member name=
"T:Microsoft.Office.Interop.Excel.XlDataSeriesDate">
10377             <summary>Specifies the type of date to apply to a data series.</summary>
10378         </member>
10379         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesDate.xlDay">
10380             <summary>Day.</summary>
10381         </member>
10382         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesDate.xlMonth">
10383             <summary>Month.</summary>
10384         </member>
10385         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesDate.xlWeekday">
10386             <summary>Weekdays.</summary>
10387         </member>
10388         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesDate.xlYear">
10389             <summary>Year.</summary>
10390         </member>
10391         <member name=
"T:Microsoft.Office.Interop.Excel.XlDataSeriesType">
10392             <summary>Specifies the data series to create.</summary>
10393         </member>
10394         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesType.xlAutoFill">
10395             <summary>Fill series according to AutoFill settings.</summary>
10396         </member>
10397         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesType.xlChronological">
10398             <summary>Fill with date values.</summary>
10399         </member>
10400         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesType.xlDataSeriesLinear">
10401             <summary>Extend values, assuming an additive progression (e.g.,
'1, 2' is extended as '3, 4, 5').</summary>
10402         </member>
10403         <member name=
"F:Microsoft.Office.Interop.Excel.XlDataSeriesType.xlGrowth">
10404             <summary>Extend values, assuming a multiplicative progression (e.g.,
"1, 2' is extended as '4, 8, 16').</summary>
10405         </member>
10406         <member name="
T:Microsoft.Office.Interop.Excel.XlDeleteShiftDirection">
10407             <summary>Specifies how to shift cells to replace deleted cells.</summary>
10408         </member>
10409         <member name="
F:Microsoft.Office.Interop.Excel.XlDeleteShiftDirection.xlShiftToLeft">
10410             <summary>Cells are shifted to the left.</summary>
10411         </member>
10412         <member name="
F:Microsoft.Office.Interop.Excel.XlDeleteShiftDirection.xlShiftUp">
10413             <summary>Cells are shifted up.</summary>
10414         </member>
10415         <member name="
T:Microsoft.Office.Interop.Excel.XlDirection">
10416             <summary>Specifies the direction
in which to move.</summary>
10417         </member>
10418         <member name="
F:Microsoft.Office.Interop.Excel.XlDirection.xlDown">
10419             <summary>Down.</summary>
10420         </member>
10421         <member name="
F:Microsoft.Office.Interop.Excel.XlDirection.xlToLeft">
10422             <summary>To left.</summary>
10423         </member>
10424         <member name="
F:Microsoft.Office.Interop.Excel.XlDirection.xlToRight">
10425             <summary>To right.</summary>
10426         </member>
10427         <member name="
F:Microsoft.Office.Interop.Excel.XlDirection.xlUp">
10428             <summary>Up.</summary>
10429         </member>
10430         <member name="
T:Microsoft.Office.Interop.Excel.XlDisplayBlanksAs">
10431             <summary>Specifies how blank cells are plotted
on a chart.</summary>
10432         </member>
10433         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayBlanksAs.xlInterpolated">
10434             <summary>Values are interpolated
into the chart.</summary>
10435         </member>
10436         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayBlanksAs.xlNotPlotted">
10437             <summary>Blank cells are not plotted.</summary>
10438         </member>
10439         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayBlanksAs.xlZero">
10440             <summary>Blanks are plotted
as zero.</summary>
10441         </member>
10442         <member name="
T:Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects">
10443             <summary>Specifies how shapes are displayed.</summary>
10444         </member>
10445         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects.xlDisplayShapes">
10446             <summary>Show all shapes.</summary>
10447         </member>
10448         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects.xlHide">
10449             <summary>Hide all shapes.</summary>
10450         </member>
10451         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayDrawingObjects.xlPlaceholders">
10452             <summary>Show only placeholders.</summary>
10453         </member>
10454         <member name="
T:Microsoft.Office.Interop.Excel.XlDisplayUnit">
10455             <summary>Specifies the display unit label
for an axis.</summary>
10456         </member>
10457         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlHundredMillions">
10458             <summary>Hundreds of millions.</summary>
10459         </member>
10460         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlHundreds">
10461             <summary>Hundreds.</summary>
10462         </member>
10463         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlHundredThousands">
10464             <summary>Hundreds of thousands.</summary>
10465         </member>
10466         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlMillionMillions">
10467             <summary>Millions of millions.</summary>
10468         </member>
10469         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlMillions">
10470             <summary>Millions.</summary>
10471         </member>
10472         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlTenMillions">
10473             <summary>Tens of millions.</summary>
10474         </member>
10475         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlTenThousands">
10476             <summary>Tens of thousands.</summary>
10477         </member>
10478         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlThousandMillions">
10479             <summary>Thousands of millions.</summary>
10480         </member>
10481         <member name="
F:Microsoft.Office.Interop.Excel.XlDisplayUnit.xlThousands">
10482             <summary>Thousands.</summary>
10483         </member>
10484         <member name="
T:Microsoft.Office.Interop.Excel.XlDupeUnique">
10485             <summary>Specifies whether duplicate or unique values shoud be displayed.</summary>
10486         </member>
10487         <member name="
F:Microsoft.Office.Interop.Excel.XlDupeUnique.xlDuplicate">
10488             <summary>Display duplicate values.</summary>
10489         </member>
10490         <member name="
F:Microsoft.Office.Interop.Excel.XlDupeUnique.xlUnique">
10491             <summary>Display unique values.</summary>
10492         </member>
10493         <member name="
T:Microsoft.Office.Interop.Excel.XlDVAlertStyle">
10494             <summary>Specifies the icon used
in message boxes displayed during validation.</summary>
10495         </member>
10496         <member name="
F:Microsoft.Office.Interop.Excel.XlDVAlertStyle.xlValidAlertInformation">
10497             <summary>Information icon.</summary>
10498         </member>
10499         <member name="
F:Microsoft.Office.Interop.Excel.XlDVAlertStyle.xlValidAlertStop">
10500             <summary>Stop icon.</summary>
10501         </member>
10502         <member name="
F:Microsoft.Office.Interop.Excel.XlDVAlertStyle.xlValidAlertWarning">
10503             <summary>Warning icon.</summary>
10504         </member>
10505         <member name="
T:Microsoft.Office.Interop.Excel.XlDVType">
10506             <summary>Specifies the type of validation test to be performed
in conjunction with values.</summary>
10507         </member>
10508         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateCustom">
10509             <summary>Data
is validated using an arbitrary formula.</summary>
10510         </member>
10511         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateDate">
10512             <summary>Date values.</summary>
10513         </member>
10514         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateDecimal">
10515             <summary>Numeric values.</summary>
10516         </member>
10517         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateInputOnly">
10518             <summary>Only validate
when user changes the value.</summary>
10519         </member>
10520         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateList">
10521             <summary>Value must be present
in a specified list.</summary>
10522         </member>
10523         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateTextLength">
10524             <summary>Length of text.</summary>
10525         </member>
10526         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateTime">
10527             <summary>Time values.</summary>
10528         </member>
10529         <member name="
F:Microsoft.Office.Interop.Excel.XlDVType.xlValidateWholeNumber">
10530             <summary>Whole numeric values.</summary>
10531         </member>
10532         <member name="
T:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria">
10533             <summary>Specifies the filter criterion.</summary>
10534         </member>
10535         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAboveAverage">
10536             <summary>Filter all above-average values.</summary>
10537         </member>
10538         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodApril">
10539             <summary>Filter all dates
in April.</summary>
10540         </member>
10541         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodAugust">
10542             <summary>Filter all dates
in August.</summary>
10543         </member>
10544         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodDecember">
10545             <summary>Filter all dates
in December.</summary>
10546         </member>
10547         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodFebruray">
10548             <summary>Filter all dates
in February.</summary>
10549         </member>
10550         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodJanuary">
10551             <summary>Filter all dates
in January.</summary>
10552         </member>
10553         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodJuly">
10554             <summary>Filter all dates
in July.</summary>
10555         </member>
10556         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodJune">
10557             <summary>Filter all dates
in June.</summary>
10558         </member>
10559         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodMarch">
10560             <summary>Filter all dates
in March.</summary>
10561         </member>
10562         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodMay">
10563             <summary>Filter all dates
in May.</summary>
10564         </member>
10565         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodNovember">
10566             <summary>Filter all dates
in November.</summary>
10567         </member>
10568         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodOctober">
10569             <summary>Filter all dates
in October.</summary>
10570         </member>
10571         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter1">
10572             <summary>Filter all dates
in Quarter1.</summary>
10573         </member>
10574         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter2">
10575             <summary>Filter all dates
in Quarter2.</summary>
10576         </member>
10577         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter3">
10578             <summary>Filter all dates
in Quarter3.</summary>
10579         </member>
10580         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodQuarter4">
10581             <summary>Filter all dates
in Quarter4.</summary>
10582         </member>
10583         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterAllDatesInPeriodSeptember">
10584             <summary>Filter all dates
in September.</summary>
10585         </member>
10586         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterBelowAverage">
10587             <summary>Filter all below-average values.</summary>
10588         </member>
10589         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterLastMonth">
10590             <summary>Filter all values related to last month.</summary>
10591         </member>
10592         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterLastQuarter">
10593             <summary>Filter all values related to last quarter.</summary>
10594         </member>
10595         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterLastWeek">
10596             <summary>Filter all values related to last week.</summary>
10597         </member>
10598         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterLastYear">
10599             <summary>Filter all values related to last year.</summary>
10600         </member>
10601         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterNextMonth">
10602             <summary>Filter all values related to next month.</summary>
10603         </member>
10604         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterNextQuarter">
10605             <summary>Filter all values related to next quarter.</summary>
10606         </member>
10607         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterNextWeek">
10608             <summary>Filter all values related to next week.</summary>
10609         </member>
10610         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterNextYear">
10611             <summary>Filter all values related to next year.</summary>
10612         </member>
10613         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterThisMonth">
10614             <summary>Filter all values related to the current month. </summary>
10615         </member>
10616         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterThisQuarter">
10617             <summary>Filter all values related to the current quarter.</summary>
10618         </member>
10619         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterThisWeek">
10620             <summary>Filter all values related to the current week.</summary>
10621         </member>
10622         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterThisYear">
10623             <summary>Filter all values related to the current year.</summary>
10624         </member>
10625         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterToday">
10626             <summary>Filter all values related to the current date.</summary>
10627         </member>
10628         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterTomorrow">
10629             <summary>Filter all values related to tomorrow.</summary>
10630         </member>
10631         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterYearToDate">
10632             <summary>Filter all values
from today until a year ago.</summary>
10633         </member>
10634         <member name="
F:Microsoft.Office.Interop.Excel.XlDynamicFilterCriteria.xlFilterYesterday">
10635             <summary>Filter all values related to yesterday.</summary>
10636         </member>
10637         <member name="
T:Microsoft.Office.Interop.Excel.XlEditionFormat">
10638             <summary>Specifies the format of the published edition. This
is Macintosh only and should not be used.</summary>
10639         </member>
10640         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionFormat.xlBIFF">
10641             <summary>Binary Interchange file format.</summary>
10642         </member>
10643         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionFormat.xlPICT">
10644             <summary>Metafile picture structure (.wmf).</summary>
10645         </member>
10646         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionFormat.xlRTF">
10647             <summary>Rich Text Format.</summary>
10648         </member>
10649         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionFormat.xlVALU">
10650             <summary>VALU.</summary>
10651         </member>
10652         <member name="
T:Microsoft.Office.Interop.Excel.XlEditionOptionsOption">
10653             <summary>This enumeration
is for Macintosh only and should not be used.</summary>
10654         </member>
10655         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlAutomaticUpdate">
10656             <summary>This constant
is for Macintosh only and should not be used.</summary>
10657         </member>
10658         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlCancel">
10659             <summary>This constant
is for Macintosh only and should not be used.</summary>
10660         </member>
10661         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlChangeAttributes">
10662             <summary>This constant
is for Macintosh only and should not be used.</summary>
10663         </member>
10664         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlManualUpdate">
10665             <summary>This constant
is for Macintosh only and should not be used.</summary>
10666         </member>
10667         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlOpenSource">
10668             <summary>This constant
is for Macintosh only and should not be used.</summary>
10669         </member>
10670         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlSelect">
10671             <summary>This constant
is for Macintosh only and should not be used.</summary>
10672         </member>
10673         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlSendPublisher">
10674             <summary>This constant
is for Macintosh only and should not be used.</summary>
10675         </member>
10676         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionOptionsOption.xlUpdateSubscriber">
10677             <summary>This constant
is for Macintosh only and should not be used.</summary>
10678         </member>
10679         <member name="
T:Microsoft.Office.Interop.Excel.XlEditionType">
10680             <summary>Specifies the type of edition to be changed.</summary>
10681         </member>
10682         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionType.xlPublisher">
10683             <summary>Publisher.</summary>
10684         </member>
10685         <member name="
F:Microsoft.Office.Interop.Excel.XlEditionType.xlSubscriber">
10686             <summary>Subscriber.</summary>
10687         </member>
10688         <member name="
T:Microsoft.Office.Interop.Excel.XlEnableCancelKey">
10689             <summary>Specifies how Microsoft Excel handles CTRL+BREAK (or ESC or COMMAND+PERIOD) user interruptions to the running procedure.</summary>
10690         </member>
10691         <member name="
F:Microsoft.Office.Interop.Excel.XlEnableCancelKey.xlDisabled">
10692             <summary>Cancel key trapping
is completely disabled.</summary>
10693         </member>
10694         <member name="
F:Microsoft.Office.Interop.Excel.XlEnableCancelKey.xlErrorHandler">
10695             <summary>The interrupt
is sent to the running procedure as an error, trappable by an error handler set up with an On Error GoTo statement. The trappable error code is 18.</summary>
10696         </member>
10697         <member name="
F:Microsoft.Office.Interop.Excel.XlEnableCancelKey.xlInterrupt">
10698             <summary>The current procedure
is interrupted, and the user can debug or end the procedure.</summary>
10699         </member>
10700         <member name="
T:Microsoft.Office.Interop.Excel.XlEnableSelection">
10701             <summary>Specifies what can be selected
on the sheet.</summary>
10702         </member>
10703         <member name="
F:Microsoft.Office.Interop.Excel.XlEnableSelection.xlNoRestrictions">
10704             <summary>Anything may be selected.</summary>
10705         </member>
10706         <member name="
F:Microsoft.Office.Interop.Excel.XlEnableSelection.xlNoSelection">
10707             <summary>Nothing may be selected.</summary>
10708         </member>
10709         <member name="
F:Microsoft.Office.Interop.Excel.XlEnableSelection.xlUnlockedCells">
10710             <summary>Only unlocked cells may be selected.</summary>
10711         </member>
10712         <member name="
T:Microsoft.Office.Interop.Excel.XlEndStyleCap">
10713             <summary>Specifies the end style
for error bars.</summary>
10714         </member>
10715         <member name="
F:Microsoft.Office.Interop.Excel.XlEndStyleCap.xlCap">
10716             <summary>Caps applied.</summary>
10717         </member>
10718         <member name="
F:Microsoft.Office.Interop.Excel.XlEndStyleCap.xlNoCap">
10719             <summary>No caps applied.</summary>
10720         </member>
10721         <member name="
T:Microsoft.Office.Interop.Excel.XlErrorBarDirection">
10722             <summary>Specifies which axis values are to receive error bars.</summary>
10723         </member>
10724         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarDirection.xlX">
10725             <summary>Bars run parallel to the Y axis
for X-axis values.</summary>
10726         </member>
10727         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarDirection.xlY">
10728             <summary>Bars run parallel to the X axis
for Y-axis values.</summary>
10729         </member>
10730         <member name="
T:Microsoft.Office.Interop.Excel.XlErrorBarInclude">
10731             <summary>Specifies which error bar parts to include.</summary>
10732         </member>
10733         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarInclude.xlErrorBarIncludeBoth">
10734             <summary>Both positive and negative error range.</summary>
10735         </member>
10736         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarInclude.xlErrorBarIncludeMinusValues">
10737             <summary>Only negative error range.</summary>
10738         </member>
10739         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarInclude.xlErrorBarIncludeNone">
10740             <summary>No error bar range.</summary>
10741         </member>
10742         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarInclude.xlErrorBarIncludePlusValues">
10743             <summary>Only positive error range.</summary>
10744         </member>
10745         <member name="
T:Microsoft.Office.Interop.Excel.XlErrorBarType">
10746             <summary>Specifies the range marked
by error bars.</summary>
10747         </member>
10748         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarType.xlErrorBarTypeCustom">
10749             <summary>Range
is set by fixed values or cell values.</summary>
10750         </member>
10751         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarType.xlErrorBarTypeFixedValue">
10752             <summary>Fixed-length error bars.</summary>
10753         </member>
10754         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarType.xlErrorBarTypePercent">
10755             <summary>Percentage of range to be covered
by the error bars.</summary>
10756         </member>
10757         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarType.xlErrorBarTypeStDev">
10758             <summary>Shows range
for specified number of standard deviations.</summary>
10759         </member>
10760         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorBarType.xlErrorBarTypeStError">
10761             <summary>Shows standard error range.</summary>
10762         </member>
10763         <member name="
T:Microsoft.Office.Interop.Excel.XlErrorChecks">
10764             <summary>Specifies the type of error
object to be retrieved from the Errors collection.</summary>
10765         </member>
10766         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlEmptyCellReferences">
10767             <summary>The cell contains a formula referring to empty cells.</summary>
10768         </member>
10769         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlEvaluateToError">
10770             <summary>The cell evaluates to an error
value.</summary>
10771         </member>
10772         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlInconsistentFormula">
10773             <summary>The cell contains an inconsistent formula
for a region.</summary>
10774         </member>
10775         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlInconsistentListFormula">
10776             <summary>The cell contains an inconsistent formula
for a list.</summary>
10777         </member>
10778         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlListDataValidation">
10779             <summary>The cell contains a
value inconsistent with list data validation.</summary>
10780         </member>
10781         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlNumberAsText">
10782             <summary>The cell contains a number stored
as text.</summary>
10783         </member>
10784         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlOmittedCells">
10785             <summary>The cell contains a formula omitting a cell
for a region.</summary>
10786         </member>
10787         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlTextDate">
10788             <summary>The cell contains a text date with
2-digit years.</summary>
10789         </member>
10790         <member name="
F:Microsoft.Office.Interop.Excel.XlErrorChecks.xlUnlockedFormulaCells">
10791             <summary>The cell, which
is unlocked, contains a formula.</summary>
10792         </member>
10793         <member name="
T:Microsoft.Office.Interop.Excel.XlFileAccess">
10794             <summary>Specifies the
new access mode for the object.</summary>
10795         </member>
10796         <member name="
F:Microsoft.Office.Interop.Excel.XlFileAccess.xlReadOnly">
10797             <summary>Read only.</summary>
10798         </member>
10799         <member name="
F:Microsoft.Office.Interop.Excel.XlFileAccess.xlReadWrite">
10800             <summary>Read/write.</summary>
10801         </member>
10802         <member name="
T:Microsoft.Office.Interop.Excel.XlFileFormat">
10803             <summary>Specifies the file format
when saving the spreadsheet.</summary>
10804         </member>
10805         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlAddIn">
10806             <summary>Microsoft Office Excel Add-In.</summary>
10807         </member>
10808         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlAddIn8">
10809             <summary>Microsoft Excel
97-2003 Add-In</summary>
10810         </member>
10811         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlCSV">
10812             <summary>Comma separated
value.</summary>
10813         </member>
10814         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlCSVMac">
10815             <summary>Comma separated
value.</summary>
10816         </member>
10817         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlCSVMSDOS">
10818             <summary>Comma separated
value.</summary>
10819         </member>
10820         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlCSVWindows">
10821             <summary>Comma separated
value.</summary>
10822         </member>
10823         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlCurrentPlatformText">
10824             <summary>Specifies a type of text format</summary>
10825         </member>
10826         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlDBF2">
10827             <summary>Dbase
2 format.</summary>
10828         </member>
10829         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlDBF3">
10830             <summary>Dbase
3 format.</summary>
10831         </member>
10832         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlDBF4">
10833             <summary>Dbase
4 format.</summary>
10834         </member>
10835         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlDIF">
10836             <summary>Data Interchange format.</summary>
10837         </member>
10838         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel12">
10839             <summary>Excel12</summary>
10840         </member>
10841         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel2">
10842             <summary>Excel version
2.0.</summary>
10843         </member>
10844         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel2FarEast">
10845             <summary>Excel version
2.0 far east.</summary>
10846         </member>
10847         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel3">
10848             <summary>Excel version
3.0.</summary>
10849         </member>
10850         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel4">
10851             <summary>Excel version
4.0.</summary>
10852         </member>
10853         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel4Workbook">
10854             <summary>Excel version
4.0. Workbook format.</summary>
10855         </member>
10856         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel5">
10857             <summary>Excel version
5.0.</summary>
10858         </member>
10859         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel7">
10860             <summary>Excel
95.</summary>
10861         </member>
10862         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel8">
10863             <summary>Excel8</summary>
10864         </member>
10865         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlExcel9795">
10866             <summary>Excel version
95 and 97.</summary>
10867         </member>
10868         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlHtml">
10869             <summary>Web page format.</summary>
10870         </member>
10871         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlIntlAddIn">
10872             <summary>Microsoft Office Excel Add-In international format.</summary>
10873         </member>
10874         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlIntlMacro">
10875             <summary>Deprecated format.</summary>
10876         </member>
10877         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlOpenDocumentSpreadsheet">
10878             <summary>OpenDocument Spreadsheet</summary>
10879         </member>
10880         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlOpenXMLAddIn">
10881             <summary>Open XML Add-In</summary>
10882         </member>
10883         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlOpenXMLTemplate">
10884             <summary>Open XML Template</summary>
10885         </member>
10886         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlOpenXMLTemplateMacroEnabled">
10887             <summary>Open XML Template Macro Enabled</summary>
10888         </member>
10889         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlOpenXMLWorkbook">
10890             <summary>Open XML Workbook</summary>
10891         </member>
10892         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlOpenXMLWorkbookMacroEnabled">
10893             <summary>Open XML Workbook Macro Enabled</summary>
10894         </member>
10895         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlSYLK">
10896             <summary>Symbolic link format.</summary>
10897         </member>
10898         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlTemplate">
10899             <summary>Excel template format.</summary>
10900         </member>
10901         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlTemplate8">
10902             <summary>Template
8</summary>
10903         </member>
10904         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlTextMac">
10905             <summary>Specifies a type of text format.</summary>
10906         </member>
10907         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlTextMSDOS">
10908             <summary>Specifies a type of text format.</summary>
10909         </member>
10910         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlTextPrinter">
10911             <summary>Specifies a type of text format.</summary>
10912         </member>
10913         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlTextWindows">
10914             <summary>Specifies a type of text format.</summary>
10915         </member>
10916         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlUnicodeText">
10917             <summary>Specifies a type of text format.</summary>
10918         </member>
10919         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWebArchive">
10920             <summary>MHT format.</summary>
10921         </member>
10922         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWJ2WD1">
10923             <summary>Deprecated format.</summary>
10924         </member>
10925         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWJ3">
10926             <summary>Deprecated format.</summary>
10927         </member>
10928         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWJ3FJ3">
10929             <summary>Deprecated format.</summary>
10930         </member>
10931         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWK1">
10932             <summary>Lotus
1-2-3 format.</summary>
10933         </member>
10934         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWK1ALL">
10935             <summary>Lotus
1-2-3 format.</summary>
10936         </member>
10937         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWK1FMT">
10938             <summary>Lotus
1-2-3 format.</summary>
10939         </member>
10940         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWK3">
10941             <summary>Lotus
1-2-3 format.</summary>
10942         </member>
10943         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWK3FM3">
10944             <summary>Lotus
1-2-3 format.</summary>
10945         </member>
10946         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWK4">
10947             <summary>Lotus
1-2-3 format.</summary>
10948         </member>
10949         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWKS">
10950             <summary>Lotus
1-2-3 format.</summary>
10951         </member>
10952         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWorkbookDefault">
10953             <summary>Workbook
default</summary>
10954         </member>
10955         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWorkbookNormal">
10956             <summary>Excel workbook format.</summary>
10957         </member>
10958         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWorks2FarEast">
10959             <summary>Microsoft Works
2.0 format</summary>
10960         </member>
10961         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlWQ1">
10962             <summary>Quattro Pro format.</summary>
10963         </member>
10964         <member name="
F:Microsoft.Office.Interop.Excel.XlFileFormat.xlXMLSpreadsheet">
10965             <summary>Excel Spreadsheet format.</summary>
10966         </member>
10967         <member name="
T:Microsoft.Office.Interop.Excel.XlFillWith">
10968             <summary>Specifies how to copy the range.</summary>
10969         </member>
10970         <member name="
F:Microsoft.Office.Interop.Excel.XlFillWith.xlFillWithAll">
10971             <summary>Copy contents and formats.</summary>
10972         </member>
10973         <member name="
F:Microsoft.Office.Interop.Excel.XlFillWith.xlFillWithContents">
10974             <summary>Copy contents only.</summary>
10975         </member>
10976         <member name="
F:Microsoft.Office.Interop.Excel.XlFillWith.xlFillWithFormats">
10977             <summary>Copy formats only.</summary>
10978         </member>
10979         <member name="
T:Microsoft.Office.Interop.Excel.XlFilterAction">
10980             <summary>Specifies whether data
is to be copied or left in place during a filter operation.</summary>
10981         </member>
10982         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAction.xlFilterCopy">
10983             <summary>Copy filtered data to
new location.</summary>
10984         </member>
10985         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAction.xlFilterInPlace">
10986             <summary>Leave data
in place.</summary>
10987         </member>
10988         <member name="
T:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod">
10989             <summary>Specifies how dates should be filtered
in the specified period.</summary>
10990         </member>
10991         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodDay">
10992             <summary>Filter all dates
for the specified date.</summary>
10993         </member>
10994         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodHour">
10995             <summary>Filter all dates
for the specified hour.</summary>
10996         </member>
10997         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodMinute">
10998             <summary>Filter all dates until the specified minute.</summary>
10999         </member>
11000         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodMonth">
11001             <summary>Filter all dates
for the specified month.</summary>
11002         </member>
11003         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodSecond">
11004             <summary>Filter all dates until the specified second.</summary>
11005         </member>
11006         <member name="
F:Microsoft.Office.Interop.Excel.XlFilterAllDatesInPeriod.xlFilterAllDatesInPeriodYear">
11007             <summary>Filter all dates
for the specified year.</summary>
11008         </member>
11009         <member name="
T:Microsoft.Office.Interop.Excel.XlFindLookIn">
11010             <summary>Specifies the type of data to search.</summary>
11011         </member>
11012         <member name="
F:Microsoft.Office.Interop.Excel.XlFindLookIn.xlComments">
11013             <summary>Comments.</summary>
11014         </member>
11015         <member name="
F:Microsoft.Office.Interop.Excel.XlFindLookIn.xlFormulas">
11016             <summary>Formulas.</summary>
11017         </member>
11018         <member name="
F:Microsoft.Office.Interop.Excel.XlFindLookIn.xlValues">
11019             <summary>Values.</summary>
11020         </member>
11021         <member name="
T:Microsoft.Office.Interop.Excel.XlFixedFormatQuality">
11022             <summary>Specifies the quality of speadsheets saved
in different fixed formats.</summary>
11023         </member>
11024         <member name="
F:Microsoft.Office.Interop.Excel.XlFixedFormatQuality.xlQualityMinimum">
11025             <summary>Minimum quality</summary>
11026         </member>
11027         <member name="
F:Microsoft.Office.Interop.Excel.XlFixedFormatQuality.xlQualityStandard">
11028             <summary>Standard quality</summary>
11029         </member>
11030         <member name="
T:Microsoft.Office.Interop.Excel.XlFixedFormatType">
11031             <summary>Specifies the type of file format.</summary>
11032         </member>
11033         <member name="
F:Microsoft.Office.Interop.Excel.XlFixedFormatType.xlTypePDF">
11034             <summary>"
PDF" — Portable Document Format file (.pdf).</summary>
11035         </member>
11036         <member name="
F:Microsoft.Office.Interop.Excel.XlFixedFormatType.xlTypeXPS">
11037             <summary>"
XPS" — XPS Document (.xps).
11038 </summary>
11039         </member>
11040         <member name="
T:Microsoft.Office.Interop.Excel.XlFormatConditionOperator">
11041             <summary>Specifies the
operator to use to compare a formula against the value in a cell or, for xlBetween and xlNotBetween, to compare two formulas.</summary>
11042         </member>
11043         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlBetween">
11044             <summary>Between. Can only be used
if two formulas are provided.</summary>
11045         </member>
11046         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlEqual">
11047             <summary>Equal.</summary>
11048         </member>
11049         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlGreater">
11050             <summary>Greater than.</summary>
11051         </member>
11052         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlGreaterEqual">
11053             <summary>Greater than or equal to.</summary>
11054         </member>
11055         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlLess">
11056             <summary>Less than.</summary>
11057         </member>
11058         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlLessEqual">
11059             <summary>Less than or equal to.</summary>
11060         </member>
11061         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlNotBetween">
11062             <summary>Not between. Can only be used
if two formulas are provided.</summary>
11063         </member>
11064         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionOperator.xlNotEqual">
11065             <summary>Not equal.</summary>
11066         </member>
11067         <member name="
T:Microsoft.Office.Interop.Excel.XlFormatConditionType">
11068             <summary>Specifies whether the conditional format
is based on a cell value or an expression.</summary>
11069         </member>
11070         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlAboveAverageCondition">
11071             <summary>Above average condition</summary>
11072         </member>
11073         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlBlanksCondition">
11074             <summary>Blanks condition</summary>
11075         </member>
11076         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlCellValue">
11077             <summary>The conditional format
is based on a cell value.</summary>
11078         </member>
11079         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlColorScale">
11080             <summary>Color scale</summary>
11081         </member>
11082         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlDatabar">
11083             <summary>Databar</summary>
11084         </member>
11085         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlErrorsCondition">
11086             <summary>Errors condition</summary>
11087         </member>
11088         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlExpression">
11089             <summary>The conditional format
is based on an expression.</summary>
11090         </member>
11091         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlIconSets">
11092             <summary>Icon sets</summary>
11093         </member>
11094         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlNoBlanksCondition">
11095             <summary>No blanks condition</summary>
11096         </member>
11097         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlNoErrorsCondition">
11098             <summary>No errors condition</summary>
11099         </member>
11100         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlTextString">
11101             <summary>Text
string</summary>
11102         </member>
11103         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlTimePeriod">
11104             <summary>Time period</summary>
11105         </member>
11106         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlTop10">
11107             <summary>Top
10 values</summary>
11108         </member>
11109         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatConditionType.xlUniqueValues">
11110             <summary>Unique values</summary>
11111         </member>
11112         <member name="
T:Microsoft.Office.Interop.Excel.XlFormatFilterTypes">
11113             <summary>Specifies the types of format filters.</summary>
11114         </member>
11115         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatFilterTypes.xlFilterBottom">
11116             <summary>Bottom.</summary>
11117         </member>
11118         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatFilterTypes.xlFilterBottomPercent">
11119             <summary>Bottom Percent.</summary>
11120         </member>
11121         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatFilterTypes.xlFilterTop">
11122             <summary>Top.</summary>
11123         </member>
11124         <member name="
F:Microsoft.Office.Interop.Excel.XlFormatFilterTypes.xlFilterTopPercent">
11125             <summary>Top Percent.</summary>
11126         </member>
11127         <member name="
T:Microsoft.Office.Interop.Excel.XlFormControl">
11128             <summary>Specifies the type of the form control.</summary>
11129         </member>
11130         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlButtonControl">
11131             <summary>Button.</summary>
11132         </member>
11133         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlCheckBox">
11134             <summary>Check box.</summary>
11135         </member>
11136         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlDropDown">
11137             <summary>Combo box.</summary>
11138         </member>
11139         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlEditBox">
11140             <summary>Text box.</summary>
11141         </member>
11142         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlGroupBox">
11143             <summary>Group box.</summary>
11144         </member>
11145         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlLabel">
11146             <summary>Label.</summary>
11147         </member>
11148         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlListBox">
11149             <summary>List box.</summary>
11150         </member>
11151         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlOptionButton">
11152             <summary>Option button.</summary>
11153         </member>
11154         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlScrollBar">
11155             <summary>Scroll bar.</summary>
11156         </member>
11157         <member name="
F:Microsoft.Office.Interop.Excel.XlFormControl.xlSpinner">
11158             <summary>Spinner.</summary>
11159         </member>
11160         <member name="
T:Microsoft.Office.Interop.Excel.XlFormulaLabel">
11161             <summary>Specifies the formula label type
for the specified range.</summary>
11162         </member>
11163         <member name="
F:Microsoft.Office.Interop.Excel.XlFormulaLabel.xlColumnLabels">
11164             <summary>Column labels only.</summary>
11165         </member>
11166         <member name="
F:Microsoft.Office.Interop.Excel.XlFormulaLabel.xlMixedLabels">
11167             <summary>Row and column labels.</summary>
11168         </member>
11169         <member name="
F:Microsoft.Office.Interop.Excel.XlFormulaLabel.xlNoLabels">
11170             <summary>No labels.</summary>
11171         </member>
11172         <member name="
F:Microsoft.Office.Interop.Excel.XlFormulaLabel.xlRowLabels">
11173             <summary>Row labels only.</summary>
11174         </member>
11175         <member name="
T:Microsoft.Office.Interop.Excel.XlGenerateTableRefs">
11176             <summary>Specifies the type of table references.</summary>
11177         </member>
11178         <member name="
F:Microsoft.Office.Interop.Excel.XlGenerateTableRefs.xlGenerateTableRefA1">
11179             <summary>A1 Table References.</summary>
11180         </member>
11181         <member name="
T:Microsoft.Office.Interop.Excel.XlGradientFillType">
11182             <summary>Specifies the type of gradient fill.</summary>
11183         </member>
11184         <member name="
F:Microsoft.Office.Interop.Excel.XlGradientFillType.xlGradientFillLinear">
11185             <summary>Gradient
is filled in a straight line.</summary>
11186         </member>
11187         <member name="
F:Microsoft.Office.Interop.Excel.XlGradientFillType.xlGradientFillPath">
11188             <summary>Gradient
is filled in a non-linear or curved path.</summary>
11189         </member>
11190         <member name="
T:Microsoft.Office.Interop.Excel.XlHAlign">
11191             <summary>Specifies the horizontal alignment
for the object.</summary>
11192         </member>
11193         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignCenter">
11194             <summary>Center.</summary>
11195         </member>
11196         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignCenterAcrossSelection">
11197             <summary>Center across selection.</summary>
11198         </member>
11199         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignDistributed">
11200             <summary>Distribute.</summary>
11201         </member>
11202         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignFill">
11203             <summary>Fill.</summary>
11204         </member>
11205         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignGeneral">
11206             <summary>Align according to data type.</summary>
11207         </member>
11208         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignJustify">
11209             <summary>Justify.</summary>
11210         </member>
11211         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignLeft">
11212             <summary>Left.</summary>
11213         </member>
11214         <member name="
F:Microsoft.Office.Interop.Excel.XlHAlign.xlHAlignRight">
11215             <summary>Right.</summary>
11216         </member>
11217         <member name="
T:Microsoft.Office.Interop.Excel.XlHebrewModes">
11218             <summary>Specifies the mode
for the Hebrew spelling checker.</summary>
11219         </member>
11220         <member name="
F:Microsoft.Office.Interop.Excel.XlHebrewModes.xlHebrewFullScript">
11221             <summary>The conventional script type
as required by the Hebrew Language Academy when writing non-diacritisized text.</summary>
11222         </member>
11223         <member name="
F:Microsoft.Office.Interop.Excel.XlHebrewModes.xlHebrewMixedAuthorizedScript">
11224             <summary>The Hebrew traditional script. </summary>
11225         </member>
11226         <member name="
F:Microsoft.Office.Interop.Excel.XlHebrewModes.xlHebrewMixedScript">
11227             <summary>In
this mode the speller accepts any word recognized as Hebrew, whether in Full Script, Partial Script, or any non-conventional spelling variation that is known to the speller. </summary>
11228         </member>
11229         <member name="
F:Microsoft.Office.Interop.Excel.XlHebrewModes.xlHebrewPartialScript">
11230             <summary>In
this mode the speller accepts words both in Full Script and Partial Script. Some words will be flagged since this spelling is not authorized in either Full script or Partial script.</summary>
11231         </member>
11232         <member name="
T:Microsoft.Office.Interop.Excel.XlHighlightChangesTime">
11233             <summary>Specifies which
set of changes is shown in a shared workbook.</summary>
11234         </member>
11235         <member name="
F:Microsoft.Office.Interop.Excel.XlHighlightChangesTime.xlAllChanges">
11236             <summary>Show all changes.</summary>
11237         </member>
11238         <member name="
F:Microsoft.Office.Interop.Excel.XlHighlightChangesTime.xlNotYetReviewed">
11239             <summary>Show only changes not yet reviewed.</summary>
11240         </member>
11241         <member name="
F:Microsoft.Office.Interop.Excel.XlHighlightChangesTime.xlSinceMyLastSave">
11242             <summary>Show changes made since last save
by last user.</summary>
11243         </member>
11244         <member name="
T:Microsoft.Office.Interop.Excel.XlHtmlType">
11245             <summary>Specifies the type of HTML generated
by Microsoft Excel when you save the specified item to a Web page and whether the item is static or interactive.</summary>
11246         </member>
11247         <member name="
F:Microsoft.Office.Interop.Excel.XlHtmlType.xlHtmlCalc">
11248             <summary>Use the Spreadsheet component.</summary>
11249         </member>
11250         <member name="
F:Microsoft.Office.Interop.Excel.XlHtmlType.xlHtmlChart">
11251             <summary>Use the Chart component.</summary>
11252         </member>
11253         <member name="
F:Microsoft.Office.Interop.Excel.XlHtmlType.xlHtmlList">
11254             <summary>Use the PivotTable component.</summary>
11255         </member>
11256         <member name="
F:Microsoft.Office.Interop.Excel.XlHtmlType.xlHtmlStatic">
11257             <summary>Use
static (noninteractive) HTML for viewing only.</summary>
11258         </member>
11259         <member name="
T:Microsoft.Office.Interop.Excel.XlIconSet">
11260             <summary>Specifies the type of icon
set.</summary>
11261         </member>
11262         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3Arrows">
11263             <summary>
3 Arrows</summary>
11264         </member>
11265         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3ArrowsGray">
11266             <summary>
3 Arrows Gray</summary>
11267         </member>
11268         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3Flags">
11269             <summary>
3 Flags</summary>
11270         </member>
11271         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3Signs">
11272             <summary>
3 Signs</summary>
11273         </member>
11274         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3Symbols">
11275             <summary>
3 Symbols</summary>
11276         </member>
11277         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3Symbols2">
11278             <summary>
3 Symbols 2</summary>
11279         </member>
11280         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3TrafficLights1">
11281             <summary>
3 Traffic Lights 1</summary>
11282         </member>
11283         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl3TrafficLights2">
11284             <summary>
3 Traffic Lights 2</summary>
11285         </member>
11286         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl4Arrows">
11287             <summary>
4 Arrows</summary>
11288         </member>
11289         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl4ArrowsGray">
11290             <summary>
4 Arrows Gray</summary>
11291         </member>
11292         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl4CRV">
11293             <summary>
4 CRV</summary>
11294         </member>
11295         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl4RedToBlack">
11296             <summary>
4 Red To Black</summary>
11297         </member>
11298         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl4TrafficLights">
11299             <summary>
4 Traffic Lights</summary>
11300         </member>
11301         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl5Arrows">
11302             <summary>
5 Arrows</summary>
11303         </member>
11304         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl5ArrowsGray">
11305             <summary>
5 Arrows Gray</summary>
11306         </member>
11307         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl5CRV">
11308             <summary>
5 CRV</summary>
11309         </member>
11310         <member name="
F:Microsoft.Office.Interop.Excel.XlIconSet.xl5Quarters">
11311             <summary>
5 Quarters</summary>
11312         </member>
11313         <member name="
T:Microsoft.Office.Interop.Excel.XlIMEMode">
11314             <summary>Specifies the description of the Japanese input rules.</summary>
11315         </member>
11316         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeAlpha">
11317             <summary>Half-width alphanumeric.</summary>
11318         </member>
11319         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeAlphaFull">
11320             <summary>Full-width alphanumeric.</summary>
11321         </member>
11322         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeDisable">
11323             <summary>Disable.</summary>
11324         </member>
11325         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeHangul">
11326             <summary>Hangul.</summary>
11327         </member>
11328         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeHangulFull">
11329             <summary>Full-width Hangul.</summary>
11330         </member>
11331         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeHiragana">
11332             <summary>Hiragana.</summary>
11333         </member>
11334         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeKatakana">
11335             <summary>Katakana.</summary>
11336         </member>
11337         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeKatakanaHalf">
11338             <summary>Half-width Katakana.</summary>
11339         </member>
11340         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeNoControl">
11341             <summary>No control.</summary>
11342         </member>
11343         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeOff">
11344             <summary>Off (English mode).</summary>
11345         </member>
11346         <member name="
F:Microsoft.Office.Interop.Excel.XlIMEMode.xlIMEModeOn">
11347             <summary>Mode
on.</summary>
11348         </member>
11349         <member name="
T:Microsoft.Office.Interop.Excel.XlImportDataAs">
11350             <summary>Specifies the format
in which to return data from a database.</summary>
11351         </member>
11352         <member name="
F:Microsoft.Office.Interop.Excel.XlImportDataAs.xlPivotTableReport">
11353             <summary>Returns the data
as a PivotTable.</summary>
11354         </member>
11355         <member name="
F:Microsoft.Office.Interop.Excel.XlImportDataAs.xlQueryTable">
11356             <summary>Returns the data
as a QueryTable.</summary>
11357         </member>
11358         <member name="
T:Microsoft.Office.Interop.Excel.XlInsertFormatOrigin">
11359             <summary>Specifies
from where to copy the format for inserted rows.</summary>
11360         </member>
11361         <member name="
F:Microsoft.Office.Interop.Excel.XlInsertFormatOrigin.xlFormatFromLeftOrAbove">
11362             <summary>From cells above and/or to the left.</summary>
11363         </member>
11364         <member name="
F:Microsoft.Office.Interop.Excel.XlInsertFormatOrigin.xlFormatFromRightOrBelow">
11365             <summary>From cells below and/or to the right.</summary>
11366         </member>
11367         <member name="
T:Microsoft.Office.Interop.Excel.XlInsertShiftDirection">
11368             <summary>Specifies the direction
in which to shift cells during an insertion.</summary>
11369         </member>
11370         <member name="
F:Microsoft.Office.Interop.Excel.XlInsertShiftDirection.xlShiftDown">
11371             <summary>Shift cells down.</summary>
11372         </member>
11373         <member name="
F:Microsoft.Office.Interop.Excel.XlInsertShiftDirection.xlShiftToRight">
11374             <summary>Shift cells to the right.</summary>
11375         </member>
11376         <member name="
T:Microsoft.Office.Interop.Excel.XlLayoutFormType">
11377             <summary>Specifies the way the specified PivotTable items appear—
in table format or in outline format.</summary>
11378         </member>
11379         <member name="
F:Microsoft.Office.Interop.Excel.XlLayoutFormType.xlOutline">
11380             <summary>The LayoutSubtotalLocation property specifies
where the subtotal appears in the PivotTable report.</summary>
11381         </member>
11382         <member name="
F:Microsoft.Office.Interop.Excel.XlLayoutFormType.xlTabular">
11383             <summary>Default.</summary>
11384         </member>
11385         <member name="
T:Microsoft.Office.Interop.Excel.XlLayoutRowType">
11386             <summary>Specifies the type of layout row.</summary>
11387         </member>
11388         <member name="
F:Microsoft.Office.Interop.Excel.XlLayoutRowType.xlCompactRow">
11389             <summary>Compact Row</summary>
11390         </member>
11391         <member name="
F:Microsoft.Office.Interop.Excel.XlLayoutRowType.xlOutlineRow">
11392             <summary>Outline Row</summary>
11393         </member>
11394         <member name="
F:Microsoft.Office.Interop.Excel.XlLayoutRowType.xlTabularRow">
11395             <summary>Tabular Row</summary>
11396         </member>
11397         <member name="
T:Microsoft.Office.Interop.Excel.XlLegendPosition">
11398             <summary>Specifies the position of the legend
on a chart.</summary>
11399         </member>
11400         <member name="
F:Microsoft.Office.Interop.Excel.XlLegendPosition.xlLegendPositionBottom">
11401             <summary>Below the chart.</summary>
11402         </member>
11403         <member name="
F:Microsoft.Office.Interop.Excel.XlLegendPosition.xlLegendPositionCorner">
11404             <summary>In the upper right-hand corner of the chart border.</summary>
11405         </member>
11406         <member name="
F:Microsoft.Office.Interop.Excel.XlLegendPosition.xlLegendPositionCustom">
11407             <summary>A custom position.</summary>
11408         </member>
11409         <member name="
F:Microsoft.Office.Interop.Excel.XlLegendPosition.xlLegendPositionLeft">
11410             <summary>To the left of the chart.</summary>
11411         </member>
11412         <member name="
F:Microsoft.Office.Interop.Excel.XlLegendPosition.xlLegendPositionRight">
11413             <summary>To the right of the chart.</summary>
11414         </member>
11415         <member name="
F:Microsoft.Office.Interop.Excel.XlLegendPosition.xlLegendPositionTop">
11416             <summary>Above the chart.</summary>
11417         </member>
11418         <member name="
T:Microsoft.Office.Interop.Excel.XlLineStyle">
11419             <summary>Specifies the line style
for the border.</summary>
11420         </member>
11421         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlContinuous">
11422             <summary>Continuous line.</summary>
11423         </member>
11424         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlDash">
11425             <summary>Dashed line.</summary>
11426         </member>
11427         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlDashDot">
11428             <summary>Alternating dashes and dots.</summary>
11429         </member>
11430         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlDashDotDot">
11431             <summary>Dash followed
by two dots.</summary>
11432         </member>
11433         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlDot">
11434             <summary>Dotted line.</summary>
11435         </member>
11436         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlDouble">
11437             <summary>Double line.</summary>
11438         </member>
11439         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlLineStyleNone">
11440             <summary>No line.</summary>
11441         </member>
11442         <member name="
F:Microsoft.Office.Interop.Excel.XlLineStyle.xlSlantDashDot">
11443             <summary>Slanted dashes.</summary>
11444         </member>
11445         <member name="
T:Microsoft.Office.Interop.Excel.XlLink">
11446             <summary>Specifies the type of link.</summary>
11447         </member>
11448         <member name="
F:Microsoft.Office.Interop.Excel.XlLink.xlExcelLinks">
11449             <summary>The link
is to an Excel worksheet.</summary>
11450         </member>
11451         <member name="
F:Microsoft.Office.Interop.Excel.XlLink.xlOLELinks">
11452             <summary>The link
is to an OLE source.</summary>
11453         </member>
11454         <member name="
F:Microsoft.Office.Interop.Excel.XlLink.xlPublishers">
11455             <summary>Macintosh only.</summary>
11456         </member>
11457         <member name="
F:Microsoft.Office.Interop.Excel.XlLink.xlSubscribers">
11458             <summary>Macintosh only.</summary>
11459         </member>
11460         <member name="
T:Microsoft.Office.Interop.Excel.XlLinkInfo">
11461             <summary>Specifies the type of information to be returned.</summary>
11462         </member>
11463         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkInfo.xlEditionDate">
11464             <summary>Applies only to editions
in Macintosh.</summary>
11465         </member>
11466         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkInfo.xlLinkInfoStatus">
11467             <summary>Link status.</summary>
11468         </member>
11469         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkInfo.xlUpdateState">
11470             <summary>Whether link updates automatically or manually.</summary>
11471         </member>
11472         <member name="
T:Microsoft.Office.Interop.Excel.XlLinkInfoType">
11473             <summary>Specifies the type of link.</summary>
11474         </member>
11475         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkInfoType.xlLinkInfoOLELinks">
11476             <summary>OLE or DDE server.</summary>
11477         </member>
11478         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkInfoType.xlLinkInfoPublishers">
11479             <summary>Publisher.</summary>
11480         </member>
11481         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkInfoType.xlLinkInfoSubscribers">
11482             <summary>Subscriber.</summary>
11483         </member>
11484         <member name="
T:Microsoft.Office.Interop.Excel.XlLinkStatus">
11485             <summary>Specifies the status of a link.</summary>
11486         </member>
11487         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusCopiedValues">
11488             <summary>Copied values.</summary>
11489         </member>
11490         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusIndeterminate">
11491             <summary>Unable to determine status.</summary>
11492         </member>
11493         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusInvalidName">
11494             <summary>Invalid name.</summary>
11495         </member>
11496         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusMissingFile">
11497             <summary>File missing.</summary>
11498         </member>
11499         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusMissingSheet">
11500             <summary>Sheet missing.</summary>
11501         </member>
11502         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusNotStarted">
11503             <summary>Not started.</summary>
11504         </member>
11505         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusOK">
11506             <summary>No errors.</summary>
11507         </member>
11508         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusOld">
11509             <summary>Status may be
out of date.</summary>
11510         </member>
11511         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusSourceNotCalculated">
11512             <summary>Not yet calculated.</summary>
11513         </member>
11514         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusSourceNotOpen">
11515             <summary>Not open.</summary>
11516         </member>
11517         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkStatus.xlLinkStatusSourceOpen">
11518             <summary>Source document
is open.</summary>
11519         </member>
11520         <member name="
T:Microsoft.Office.Interop.Excel.XlLinkType">
11521             <summary>Specifies the type of link.</summary>
11522         </member>
11523         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkType.xlLinkTypeExcelLinks">
11524             <summary>A link to a Microsoft Excel source.</summary>
11525         </member>
11526         <member name="
F:Microsoft.Office.Interop.Excel.XlLinkType.xlLinkTypeOLELinks">
11527             <summary>A link to an OLE source.</summary>
11528         </member>
11529         <member name="
T:Microsoft.Office.Interop.Excel.XlListConflict">
11530             <summary>Specifies the conflict resolution options
for updating a list on a Microsoft Windows SharePoint Services site with the changes made to a list in a Microsoft Excel worksheet.</summary>
11531         </member>
11532         <member name="
F:Microsoft.Office.Interop.Excel.XlListConflict.xlListConflictDialog">
11533             <summary>Display a dialog that allows the user to choose how to resolve conflicts.</summary>
11534         </member>
11535         <member name="
F:Microsoft.Office.Interop.Excel.XlListConflict.xlListConflictDiscardAllConflicts">
11536             <summary>Accept the version of the data stored
on the SharePoint site.</summary>
11537         </member>
11538         <member name="
F:Microsoft.Office.Interop.Excel.XlListConflict.xlListConflictError">
11539             <summary>Raise an error
if a conflict occurs.</summary>
11540         </member>
11541         <member name="
F:Microsoft.Office.Interop.Excel.XlListConflict.xlListConflictRetryAllConflicts">
11542             <summary>Overwrite the version of the data stored
on the SharePoint site.</summary>
11543         </member>
11544         <member name="
T:Microsoft.Office.Interop.Excel.XlListDataType">
11545             <summary>Specifies the data type of a list column connected to a Microsoft Windows SharePoint Services site.</summary>
11546         </member>
11547         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeCheckbox">
11548             <summary>Check box.</summary>
11549         </member>
11550         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeChoice">
11551             <summary>Single-choice field.</summary>
11552         </member>
11553         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeChoiceMulti">
11554             <summary>Multiple-choice field.</summary>
11555         </member>
11556         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeCounter">
11557             <summary>Counter.</summary>
11558         </member>
11559         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeCurrency">
11560             <summary>Currency.</summary>
11561         </member>
11562         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeDateTime">
11563             <summary>Date/time.</summary>
11564         </member>
11565         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeHyperLink">
11566             <summary>Hyperlink.</summary>
11567         </member>
11568         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeListLookup">
11569             <summary>Lookup list.</summary>
11570         </member>
11571         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeMultiLineRichText">
11572             <summary>Rich text format with multiple lines.</summary>
11573         </member>
11574         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeMultiLineText">
11575             <summary>Plain text with multiple lines.</summary>
11576         </member>
11577         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeNone">
11578             <summary>Type not specified.</summary>
11579         </member>
11580         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeNumber">
11581             <summary>Numerical.</summary>
11582         </member>
11583         <member name="
F:Microsoft.Office.Interop.Excel.XlListDataType.xlListDataTypeText">
11584             <summary>Plain text.</summary>
11585         </member>
11586         <member name="
T:Microsoft.Office.Interop.Excel.XlListObjectSourceType">
11587             <summary>Specifies the current source of the list.</summary>
11588         </member>
11589         <member name="
F:Microsoft.Office.Interop.Excel.XlListObjectSourceType.xlSrcExternal">
11590             <summary>External data source (Microsoft Windows SharePoint Services site).</summary>
11591         </member>
11592         <member name="
F:Microsoft.Office.Interop.Excel.XlListObjectSourceType.xlSrcQuery">
11593             <summary>Query.</summary>
11594         </member>
11595         <member name="
F:Microsoft.Office.Interop.Excel.XlListObjectSourceType.xlSrcRange">
11596             <summary>Microsoft Office Excel range.</summary>
11597         </member>
11598         <member name="
F:Microsoft.Office.Interop.Excel.XlListObjectSourceType.xlSrcXml">
11599             <summary>XML.</summary>
11600         </member>
11601         <member name="
T:Microsoft.Office.Interop.Excel.XlLocationInTable">
11602             <summary>Specifies the part of the PivotTable report that contains the upper-left corner of a range.</summary>
11603         </member>
11604         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlColumnHeader">
11605             <summary>Column header.</summary>
11606         </member>
11607         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlColumnItem">
11608             <summary>Column item.</summary>
11609         </member>
11610         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlDataHeader">
11611             <summary>Data header.</summary>
11612         </member>
11613         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlDataItem">
11614             <summary>Data item.</summary>
11615         </member>
11616         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlPageHeader">
11617             <summary>Page header.</summary>
11618         </member>
11619         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlPageItem">
11620             <summary>Page item.</summary>
11621         </member>
11622         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlRowHeader">
11623             <summary>Row header.</summary>
11624         </member>
11625         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlRowItem">
11626             <summary>Row item.</summary>
11627         </member>
11628         <member name="
F:Microsoft.Office.Interop.Excel.XlLocationInTable.xlTableBody">
11629             <summary>Table body.</summary>
11630         </member>
11631         <member name="
T:Microsoft.Office.Interop.Excel.XlLookAt">
11632             <summary>Specifies whether a match
is made against the whole of the search text or any part of the search text.</summary>
11633         </member>
11634         <member name="
F:Microsoft.Office.Interop.Excel.XlLookAt.xlPart">
11635             <summary>Match against any part of the search text.</summary>
11636         </member>
11637         <member name="
F:Microsoft.Office.Interop.Excel.XlLookAt.xlWhole">
11638             <summary>Match against the whole of the search text.</summary>
11639         </member>
11640         <member name="
T:Microsoft.Office.Interop.Excel.XlLookFor">
11641             <summary>Specifies what to look
for in searches.</summary>
11642         </member>
11643         <member name="
F:Microsoft.Office.Interop.Excel.XlLookFor.xlLookForBlanks">
11644             <summary>Blanks.</summary>
11645         </member>
11646         <member name="
F:Microsoft.Office.Interop.Excel.XlLookFor.xlLookForErrors">
11647             <summary>Errors.</summary>
11648         </member>
11649         <member name="
F:Microsoft.Office.Interop.Excel.XlLookFor.xlLookForFormulas">
11650             <summary>Formulas.</summary>
11651         </member>
11652         <member name="
T:Microsoft.Office.Interop.Excel.XlMailSystem">
11653             <summary>Specifies the mail system that
is installed on the host machine.</summary>
11654         </member>
11655         <member name="
F:Microsoft.Office.Interop.Excel.XlMailSystem.xlMAPI">
11656             <summary>MAPI-complaint system.</summary>
11657         </member>
11658         <member name="
F:Microsoft.Office.Interop.Excel.XlMailSystem.xlNoMailSystem">
11659             <summary>No mail system.</summary>
11660         </member>
11661         <member name="
F:Microsoft.Office.Interop.Excel.XlMailSystem.xlPowerTalk">
11662             <summary>PowerTalk mail system.</summary>
11663         </member>
11664         <member name="
T:Microsoft.Office.Interop.Excel.XlMarkerStyle">
11665             <summary>Specifies the marker style
for a point or series in a line chart, scatter chart, or radar chart.</summary>
11666         </member>
11667         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleAutomatic">
11668             <summary>Automatic markers</summary>
11669         </member>
11670         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleCircle">
11671             <summary>Circular markers</summary>
11672         </member>
11673         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleDash">
11674             <summary>Long bar markers</summary>
11675         </member>
11676         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleDiamond">
11677             <summary>Diamond-shaped markers</summary>
11678         </member>
11679         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleDot">
11680             <summary>Short bar markers</summary>
11681         </member>
11682         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleNone">
11683             <summary>No markers</summary>
11684         </member>
11685         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStylePicture">
11686             <summary>Picture markers</summary>
11687         </member>
11688         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStylePlus">
11689             <summary>Square markers with a plus sign</summary>
11690         </member>
11691         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleSquare">
11692             <summary>Square markers</summary>
11693         </member>
11694         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleStar">
11695             <summary>Square markers with an asterisk</summary>
11696         </member>
11697         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleTriangle">
11698             <summary>Triangular markers</summary>
11699         </member>
11700         <member name="
F:Microsoft.Office.Interop.Excel.XlMarkerStyle.xlMarkerStyleX">
11701             <summary>Square markers with an X</summary>
11702         </member>
11703         <member name="
T:Microsoft.Office.Interop.Excel.XlMeasurementUnits">
11704             <summary>Specifies the measurement units.</summary>
11705         </member>
11706         <member name="
F:Microsoft.Office.Interop.Excel.XlMeasurementUnits.xlCentimeters">
11707             <summary>Centimeters</summary>
11708         </member>
11709         <member name="
F:Microsoft.Office.Interop.Excel.XlMeasurementUnits.xlInches">
11710             <summary>Inches</summary>
11711         </member>
11712         <member name="
F:Microsoft.Office.Interop.Excel.XlMeasurementUnits.xlMillimeters">
11713             <summary>Millimeters</summary>
11714         </member>
11715         <member name="
T:Microsoft.Office.Interop.Excel.XlMouseButton">
11716             <summary>Specifies which mouse button was pressed.</summary>
11717         </member>
11718         <member name="
F:Microsoft.Office.Interop.Excel.XlMouseButton.xlNoButton">
11719             <summary>No button was pressed.</summary>
11720         </member>
11721         <member name="
F:Microsoft.Office.Interop.Excel.XlMouseButton.xlPrimaryButton">
11722             <summary>The primary button (normally the left mouse button) was pressed.</summary>
11723         </member>
11724         <member name="
F:Microsoft.Office.Interop.Excel.XlMouseButton.xlSecondaryButton">
11725             <summary>The secondary button (normally the right mouse button) was pressed.</summary>
11726         </member>
11727         <member name="
T:Microsoft.Office.Interop.Excel.XlMousePointer">
11728             <summary>Specifies the appearance of the mouse pointer
in Microsoft Excel.</summary>
11729         </member>
11730         <member name="
F:Microsoft.Office.Interop.Excel.XlMousePointer.xlDefault">
11731             <summary>The
default pointer.</summary>
11732         </member>
11733         <member name="
F:Microsoft.Office.Interop.Excel.XlMousePointer.xlIBeam">
11734             <summary>The I-beam pointer.</summary>
11735         </member>
11736         <member name="
F:Microsoft.Office.Interop.Excel.XlMousePointer.xlNorthwestArrow">
11737             <summary>The northwest-arrow pointer.</summary>
11738         </member>
11739         <member name="
F:Microsoft.Office.Interop.Excel.XlMousePointer.xlWait">
11740             <summary>The hourglass pointer.</summary>
11741         </member>
11742         <member name="
T:Microsoft.Office.Interop.Excel.XlMSApplication">
11743             <summary>Specifies a Microsoft application.</summary>
11744         </member>
11745         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftAccess">
11746             <summary>Microsoft Access.</summary>
11747         </member>
11748         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftFoxPro">
11749             <summary>Microsoft FoxPro.</summary>
11750         </member>
11751         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftMail">
11752             <summary>The Microsoft Mail application (Outlook).</summary>
11753         </member>
11754         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftPowerPoint">
11755             <summary>Microsoft PowerPoint.</summary>
11756         </member>
11757         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftProject">
11758             <summary>Microsoft Project.</summary>
11759         </member>
11760         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftSchedulePlus">
11761             <summary>Microsoft Schedule Plus.</summary>
11762         </member>
11763         <member name="
F:Microsoft.Office.Interop.Excel.XlMSApplication.xlMicrosoftWord">
11764             <summary>Microsoft Word.</summary>
11765         </member>
11766         <member name="
T:Microsoft.Office.Interop.Excel.XlObjectSize">
11767             <summary>Specifies the way a chart
is scaled to fit on a page.</summary>
11768         </member>
11769         <member name="
F:Microsoft.Office.Interop.Excel.XlObjectSize.xlFitToPage">
11770             <summary>Print the chart
as large as possible, while retaining the chart's height-to-width ratio as shown on the screen</summary>
11771         </member>
11772         <member name="
F:Microsoft.Office.Interop.Excel.XlObjectSize.xlFullPage">
11773             <summary>Print the chart to fit the page, adjusting the height-to-width ratio
as necessary.</summary>
11774         </member>
11775         <member name="
F:Microsoft.Office.Interop.Excel.XlObjectSize.xlScreenSize">
11776             <summary>Print the chart the same size
as it appears on the screen.</summary>
11777         </member>
11778         <member name="
T:Microsoft.Office.Interop.Excel.XlOLEType">
11779             <summary>Specifies the OLE
object type.</summary>
11780         </member>
11781         <member name="
F:Microsoft.Office.Interop.Excel.XlOLEType.xlOLEControl">
11782             <summary>ActiveX control.</summary>
11783         </member>
11784         <member name="
F:Microsoft.Office.Interop.Excel.XlOLEType.xlOLEEmbed">
11785             <summary>Embedded OLE
object.</summary>
11786         </member>
11787         <member name="
F:Microsoft.Office.Interop.Excel.XlOLEType.xlOLELink">
11788             <summary>Linked OLE
object.</summary>
11789         </member>
11790         <member name="
T:Microsoft.Office.Interop.Excel.XlOLEVerb">
11791             <summary>Specifies the verb that the server of the OLE
object should act on.</summary>
11792         </member>
11793         <member name="
F:Microsoft.Office.Interop.Excel.XlOLEVerb.xlVerbOpen">
11794             <summary>Open the
object.</summary>
11795         </member>
11796         <member name="
F:Microsoft.Office.Interop.Excel.XlOLEVerb.xlVerbPrimary">
11797             <summary>Perform the primary action
for the server.</summary>
11798         </member>
11799         <member name="
T:Microsoft.Office.Interop.Excel.XlOrder">
11800             <summary>Specifies the order
in which cells are processed.</summary>
11801         </member>
11802         <member name="
F:Microsoft.Office.Interop.Excel.XlOrder.xlDownThenOver">
11803             <summary>Process down the rows before processing across pages or page fields to the right.</summary>
11804         </member>
11805         <member name="
F:Microsoft.Office.Interop.Excel.XlOrder.xlOverThenDown">
11806             <summary>Process across pages or page fields to the right before moving down the rows.</summary>
11807         </member>
11808         <member name="
T:Microsoft.Office.Interop.Excel.XlOrientation">
11809             <summary>Specifies the text orientation.</summary>
11810         </member>
11811         <member name="
F:Microsoft.Office.Interop.Excel.XlOrientation.xlDownward">
11812             <summary>Text runs downward.</summary>
11813         </member>
11814         <member name="
F:Microsoft.Office.Interop.Excel.XlOrientation.xlHorizontal">
11815             <summary>Text runs horizontally.</summary>
11816         </member>
11817         <member name="
F:Microsoft.Office.Interop.Excel.XlOrientation.xlUpward">
11818             <summary>Text runs upward.</summary>
11819         </member>
11820         <member name="
F:Microsoft.Office.Interop.Excel.XlOrientation.xlVertical">
11821             <summary>Text runs downward and
is centered in the cell.</summary>
11822         </member>
11823         <member name="
T:Microsoft.Office.Interop.Excel.XlPageBreak">
11824             <summary>Specifies page
break location in the worksheet.</summary>
11825         </member>
11826         <member name="
F:Microsoft.Office.Interop.Excel.XlPageBreak.xlPageBreakAutomatic">
11827             <summary>Excel will automatically
add page breaks.</summary>
11828         </member>
11829         <member name="
F:Microsoft.Office.Interop.Excel.XlPageBreak.xlPageBreakManual">
11830             <summary>Page breaks are manually inserted.</summary>
11831         </member>
11832         <member name="
F:Microsoft.Office.Interop.Excel.XlPageBreak.xlPageBreakNone">
11833             <summary>Page breaks are not inserted
in the worksheet.</summary>
11834         </member>
11835         <member name="
T:Microsoft.Office.Interop.Excel.XlPageBreakExtent">
11836             <summary>Specifies whether a page
break is full screen or applies only within the print area.</summary>
11837         </member>
11838         <member name="
F:Microsoft.Office.Interop.Excel.XlPageBreakExtent.xlPageBreakFull">
11839             <summary>Full screen.</summary>
11840         </member>
11841         <member name="
F:Microsoft.Office.Interop.Excel.XlPageBreakExtent.xlPageBreakPartial">
11842             <summary>Only within print area.</summary>
11843         </member>
11844         <member name="
T:Microsoft.Office.Interop.Excel.XlPageOrientation">
11845             <summary>Specifies the page orientation
when the worksheet is printed.</summary>
11846         </member>
11847         <member name="
F:Microsoft.Office.Interop.Excel.XlPageOrientation.xlLandscape">
11848             <summary>Landscape mode.</summary>
11849         </member>
11850         <member name="
F:Microsoft.Office.Interop.Excel.XlPageOrientation.xlPortrait">
11851             <summary>Portrait mode.</summary>
11852         </member>
11853         <member name="
T:Microsoft.Office.Interop.Excel.XlPaperSize">
11854             <summary>Specifies the size of the paper.</summary>
11855         </member>
11856         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaper10x14">
11857             <summary>
10 in. x 14 in.</summary>
11858         </member>
11859         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaper11x17">
11860             <summary>
11 in. x 17 in.</summary>
11861         </member>
11862         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperA3">
11863             <summary>A3 (
297 mm x 420 mm)</summary>
11864         </member>
11865         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperA4">
11866             <summary>A4 (
210 mm x 297 mm)</summary>
11867         </member>
11868         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperA4Small">
11869             <summary>A4 Small (
210 mm x 297 mm)</summary>
11870         </member>
11871         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperA5">
11872             <summary>A5 (
148 mm x 210 mm)</summary>
11873         </member>
11874         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperB4">
11875             <summary>B4 (
250 mm x 354 mm)</summary>
11876         </member>
11877         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperB5">
11878             <summary>A5 (
148 mm x 210 mm)</summary>
11879         </member>
11880         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperCsheet">
11881             <summary>C size sheet</summary>
11882         </member>
11883         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperDsheet">
11884             <summary>D size sheet</summary>
11885         </member>
11886         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelope10">
11887             <summary>Envelope #
10 (4-1/8 in. x 9-1/2 in.)</summary>
11888         </member>
11889         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelope11">
11890             <summary>Envelope #
11 (4-1/2 in. x 10-3/8 in.)</summary>
11891         </member>
11892         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelope12">
11893             <summary>Envelope #
12 (4-1/2 in. x 11 in.)</summary>
11894         </member>
11895         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelope14">
11896             <summary>Envelope #
14 (5 in. x 11-1/2 in.)</summary>
11897         </member>
11898         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelope9">
11899             <summary>Envelope #
9 (3-7/8 in. x 8-7/8 in.)</summary>
11900         </member>
11901         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeB4">
11902             <summary>Envelope B4 (
250 mm x 353 mm)</summary>
11903         </member>
11904         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeB5">
11905             <summary>Envelope B5 (
176 mm x 250 mm)</summary>
11906         </member>
11907         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeB6">
11908             <summary>Envelope B6 (
176 mm x 125 mm)</summary>
11909         </member>
11910         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeC3">
11911             <summary>Envelope C3 (
324 mm x 458 mm)</summary>
11912         </member>
11913         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeC4">
11914             <summary>Envelope C4 (
229 mm x 324 mm)</summary>
11915         </member>
11916         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeC5">
11917             <summary>Envelope C5 (
162 mm x 229 mm)</summary>
11918         </member>
11919         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeC6">
11920             <summary>Envelope C6 (
114 mm x 162 mm)</summary>
11921         </member>
11922         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeC65">
11923             <summary>Envelope C65 (
114 mm x 229 mm)</summary>
11924         </member>
11925         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeDL">
11926             <summary>Envelope DL (
110 mm x 220 mm)</summary>
11927         </member>
11928         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeItaly">
11929             <summary>Envelope (
110 mm x 230 mm)</summary>
11930         </member>
11931         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopeMonarch">
11932             <summary>Envelope Monarch (
3-7/8 in. x 7-1/2 in.)</summary>
11933         </member>
11934         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEnvelopePersonal">
11935             <summary>Envelope (
3-5/8 in. x 6-1/2 in.)</summary>
11936         </member>
11937         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperEsheet">
11938             <summary>E size sheet</summary>
11939         </member>
11940         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperExecutive">
11941             <summary>Executive (
7-1/2 in. x 10-1/2 in.)</summary>
11942         </member>
11943         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperFanfoldLegalGerman">
11944             <summary>German Legal Fanfold (
8-1/2 in. x 13 in.)</summary>
11945         </member>
11946         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperFanfoldStdGerman">
11947             <summary>German Legal Fanfold (
8-1/2 in. x 13 in.)</summary>
11948         </member>
11949         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperFanfoldUS">
11950             <summary>U.S. Standard Fanfold (
14-7/8 in. x 11 in.)</summary>
11951         </member>
11952         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperFolio">
11953             <summary>Folio (
8-1/2 in. x 13 in.)</summary>
11954         </member>
11955         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperLedger">
11956             <summary>Ledger (
17 in. x 11 in.)</summary>
11957         </member>
11958         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperLegal">
11959             <summary>Legal (
8-1/2 in. x 14 in.)</summary>
11960         </member>
11961         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperLetter">
11962             <summary>Letter (
8-1/2 in. x 11 in.)</summary>
11963         </member>
11964         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperLetterSmall">
11965             <summary>Letter Small (
8-1/2 in. x 11 in.)</summary>
11966         </member>
11967         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperNote">
11968             <summary>Note (
8-1/2 in. x 11 in.)</summary>
11969         </member>
11970         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperQuarto">
11971             <summary>Quarto (
215 mm x 275 mm)</summary>
11972         </member>
11973         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperStatement">
11974             <summary>Statement (
5-1/2 in. x 8-1/2 in.)</summary>
11975         </member>
11976         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperTabloid">
11977             <summary>Tabloid (
11 in. x 17 in.)</summary>
11978         </member>
11979         <member name="
F:Microsoft.Office.Interop.Excel.XlPaperSize.xlPaperUser">
11980             <summary>User-defined</summary>
11981         </member>
11982         <member name="
T:Microsoft.Office.Interop.Excel.XlParameterDataType">
11983             <summary>Specifies the data type of a query parameter.</summary>
11984         </member>
11985         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeBigInt">
11986             <summary>Big integer.</summary>
11987         </member>
11988         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeBinary">
11989             <summary>Binary.</summary>
11990         </member>
11991         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeBit">
11992             <summary>Bit.</summary>
11993         </member>
11994         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeChar">
11995             <summary>String.</summary>
11996         </member>
11997         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeDate">
11998             <summary>Date.</summary>
11999         </member>
12000         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeDecimal">
12001             <summary>Decimal.</summary>
12002         </member>
12003         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeDouble">
12004             <summary>Double.</summary>
12005         </member>
12006         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeFloat">
12007             <summary>Float.</summary>
12008         </member>
12009         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeInteger">
12010             <summary>Integer.</summary>
12011         </member>
12012         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeLongVarBinary">
12013             <summary>Long binary.</summary>
12014         </member>
12015         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeLongVarChar">
12016             <summary>Long
string.</summary>
12017         </member>
12018         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeNumeric">
12019             <summary>Numeric.</summary>
12020         </member>
12021         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeReal">
12022             <summary>Real.</summary>
12023         </member>
12024         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeSmallInt">
12025             <summary>Small integer.</summary>
12026         </member>
12027         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeTime">
12028             <summary>Time.</summary>
12029         </member>
12030         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeTimestamp">
12031             <summary>Time stamp.</summary>
12032         </member>
12033         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeTinyInt">
12034             <summary>Tiny integer.</summary>
12035         </member>
12036         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeUnknown">
12037             <summary>Type unknown.</summary>
12038         </member>
12039         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeVarBinary">
12040             <summary>Variable-length binary.</summary>
12041         </member>
12042         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeVarChar">
12043             <summary>Variable-length
string.</summary>
12044         </member>
12045         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterDataType.xlParamTypeWChar">
12046             <summary>Unicode character
string.</summary>
12047         </member>
12048         <member name="
T:Microsoft.Office.Interop.Excel.XlParameterType">
12049             <summary>Specifies how to determine the
value of the parameter for the specified query table.</summary>
12050         </member>
12051         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterType.xlConstant">
12052             <summary>Uses the
value specified by the Value argument.</summary>
12053         </member>
12054         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterType.xlPrompt">
12055             <summary>Displays a dialog box that prompts the user
for the value. The Value argument specifies the text shown in the dialog box.</summary>
12056         </member>
12057         <member name="
F:Microsoft.Office.Interop.Excel.XlParameterType.xlRange">
12058             <summary>Uses the
value of the cell in the upper-left corner of the range. The Value argument specifies a Range object.</summary>
12059         </member>
12060         <member name="
T:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation">
12061             <summary>Specifies how numeric data will be calculated with the destinations cells
in the worksheet.</summary>
12062         </member>
12063         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation.xlPasteSpecialOperationAdd">
12064             <summary>Copied data will be added with the
value in the destination cell.</summary>
12065         </member>
12066         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation.xlPasteSpecialOperationDivide">
12067             <summary>Copied data will be divided with the
value in the destination cell.</summary>
12068         </member>
12069         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation.xlPasteSpecialOperationMultiply">
12070             <summary>Copied data will be multiplied with the
value in the destination cell.</summary>
12071         </member>
12072         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation.xlPasteSpecialOperationNone">
12073             <summary>No calculation will be done
in the paste operation.</summary>
12074         </member>
12075         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteSpecialOperation.xlPasteSpecialOperationSubtract">
12076             <summary>Copied data will be subtracted with the
value in the destination cell.</summary>
12077         </member>
12078         <member name="
T:Microsoft.Office.Interop.Excel.XlPasteType">
12079             <summary>Specifies the part of the range to be pasted.</summary>
12080         </member>
12081         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteAll">
12082             <summary>Everything will be pasted.</summary>
12083         </member>
12084         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteAllExceptBorders">
12085             <summary>Everything except borders will be pasted.</summary>
12086         </member>
12087         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteAllUsingSourceTheme">
12088             <summary>Everything will be pasted
using the source theme.</summary>
12089         </member>
12090         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteColumnWidths">
12091             <summary>The column width of the source cell will be applied to the destination cell.</summary>
12092         </member>
12093         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteComments">
12094             <summary>Comments will be pasted.</summary>
12095         </member>
12096         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteFormats">
12097             <summary>Formatting will be pasted.</summary>
12098         </member>
12099         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteFormulas">
12100             <summary>Formulas will be pasted.</summary>
12101         </member>
12102         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteFormulasAndNumberFormats">
12103             <summary>Formulas and number formats are pasted.</summary>
12104         </member>
12105         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteValidation">
12106             <summary>Validation
from the source cell is applied to the destination cell.</summary>
12107         </member>
12108         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteValues">
12109             <summary>Only the values will be pasted.</summary>
12110         </member>
12111         <member name="
F:Microsoft.Office.Interop.Excel.XlPasteType.xlPasteValuesAndNumberFormats">
12112             <summary>Only the values number formats will be pasted.</summary>
12113         </member>
12114         <member name="
T:Microsoft.Office.Interop.Excel.XlPattern">
12115             <summary>Specifies the interior pattern of a chart or interior
object.</summary>
12116         </member>
12117         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternAutomatic">
12118             <summary>Excel controls the pattern.</summary>
12119         </member>
12120         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternChecker">
12121             <summary>Checkerboard.</summary>
12122         </member>
12123         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternCrissCross">
12124             <summary>Criss-cross lines.</summary>
12125         </member>
12126         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternDown">
12127             <summary>Dark diagonal lines running
from the upper left to the lower right.</summary>
12128         </member>
12129         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternGray16">
12130             <summary>
16% gray.</summary>
12131         </member>
12132         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternGray25">
12133             <summary>
25% gray.</summary>
12134         </member>
12135         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternGray50">
12136             <summary>
50% gray.</summary>
12137         </member>
12138         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternGray75">
12139             <summary>
75% gray.</summary>
12140         </member>
12141         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternGray8">
12142             <summary>
8% gray.</summary>
12143         </member>
12144         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternGrid">
12145             <summary>Grid.</summary>
12146         </member>
12147         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternHorizontal">
12148             <summary>Dark horizontal lines.</summary>
12149         </member>
12150         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternLightDown">
12151             <summary>Light diagonal lines running
from the upper left to the lower right.</summary>
12152         </member>
12153         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternLightHorizontal">
12154             <summary>Light horizontal lines.</summary>
12155         </member>
12156         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternLightUp">
12157             <summary>Light diagonal lines running
from the lower left to the upper right.</summary>
12158         </member>
12159         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternLightVertical">
12160             <summary>Light vertical bars.</summary>
12161         </member>
12162         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternNone">
12163             <summary>No pattern.</summary>
12164         </member>
12165         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternSemiGray75">
12166             <summary>
75% dark moiré.</summary>
12167         </member>
12168         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternSolid">
12169             <summary>Solid color.</summary>
12170         </member>
12171         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternUp">
12172             <summary>Dark diagonal lines running
from the lower left to the upper right.</summary>
12173         </member>
12174         <member name="
F:Microsoft.Office.Interop.Excel.XlPattern.xlPatternVertical">
12175             <summary>Dark vertical bars.</summary>
12176         </member>
12177         <member name="
T:Microsoft.Office.Interop.Excel.XlPhoneticAlignment">
12178             <summary>Specifies the alignment
for phonetic text.</summary>
12179         </member>
12180         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticAlignment.xlPhoneticAlignCenter">
12181             <summary>Centered.</summary>
12182         </member>
12183         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticAlignment.xlPhoneticAlignDistributed">
12184             <summary>Distributed.</summary>
12185         </member>
12186         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticAlignment.xlPhoneticAlignLeft">
12187             <summary>Left aligned.</summary>
12188         </member>
12189         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticAlignment.xlPhoneticAlignNoControl">
12190             <summary>Excel controls alignment.</summary>
12191         </member>
12192         <member name="
T:Microsoft.Office.Interop.Excel.XlPhoneticCharacterType">
12193             <summary>Specifies the type of phonetic text
in a cell.</summary>
12194         </member>
12195         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticCharacterType.xlHiragana">
12196             <summary>Hiragana.</summary>
12197         </member>
12198         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticCharacterType.xlKatakana">
12199             <summary>Katakana.</summary>
12200         </member>
12201         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticCharacterType.xlKatakanaHalf">
12202             <summary>Half-size Katakana.</summary>
12203         </member>
12204         <member name="
F:Microsoft.Office.Interop.Excel.XlPhoneticCharacterType.xlNoConversion">
12205             <summary>No conversion.</summary>
12206         </member>
12207         <member name="
T:Microsoft.Office.Interop.Excel.XlPictureAppearance">
12208             <summary>Specifies how the picture should be copied.</summary>
12209         </member>
12210         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureAppearance.xlPrinter">
12211             <summary>The picture
is copied as it will look when it's printed.</summary>
12212         </member>
12213         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureAppearance.xlScreen">
12214             <summary>The picture
is copied to resemble its display on the screen as closely as possible</summary>
12215         </member>
12216         <member name="
T:Microsoft.Office.Interop.Excel.XlPictureConvertorType">
12217             <summary>Specifies how to convert a graphic.</summary>
12218         </member>
12219         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlBMP">
12220             <summary>Windows version
2.0 compatible bitmap.</summary>
12221         </member>
12222         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlCGM">
12223             <summary>Computer Graphics Metafile.</summary>
12224         </member>
12225         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlDRW">
12226             <summary>DRW.</summary>
12227         </member>
12228         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlDXF">
12229             <summary>DXF.</summary>
12230         </member>
12231         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlEPS">
12232             <summary>Encapsulated Postscript.</summary>
12233         </member>
12234         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlHGL">
12235             <summary>HGL.</summary>
12236         </member>
12237         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlPCT">
12238             <summary>Bitmap Graphic (Apple PICT format).</summary>
12239         </member>
12240         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlPCX">
12241             <summary>PC Paintbrush Bitmap Graphic.</summary>
12242         </member>
12243         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlPIC">
12244             <summary>PIC.</summary>
12245         </member>
12246         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlPLT">
12247             <summary>PLT.</summary>
12248         </member>
12249         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlTIF">
12250             <summary>Tagged Image Format File.</summary>
12251         </member>
12252         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlWMF">
12253             <summary>Windows Metafile.</summary>
12254         </member>
12255         <member name="
F:Microsoft.Office.Interop.Excel.XlPictureConvertorType.xlWPG">
12256             <summary>WordPerfect/DrawPerfect Graphic.</summary>
12257         </member>
12258         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotCellType">
12259             <summary>Specifies the PivotTable entity the cell corresponds to.</summary>
12260         </member>
12261         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellBlankCell">
12262             <summary>A structural blank cell
in the PivotTable.</summary>
12263         </member>
12264         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellCustomSubtotal">
12265             <summary>A cell
in the row or column area that is a custom subtotal.</summary>
12266         </member>
12267         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellDataField">
12268             <summary>A data field label (not the Data button).</summary>
12269         </member>
12270         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellDataPivotField">
12271             <summary>The Data button.</summary>
12272         </member>
12273         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellGrandTotal">
12274             <summary>A cell
in a row or column area which is a grand total.</summary>
12275         </member>
12276         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellPageFieldItem">
12277             <summary>The cell that shows the selected item of a Page field.</summary>
12278         </member>
12279         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellPivotField">
12280             <summary>The button
for a field (not the Data button).</summary>
12281         </member>
12282         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellPivotItem">
12283             <summary>A cell
in the row or column area which is not a subtotal, grand total, custom subtotal, or blank line.</summary>
12284         </member>
12285         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellSubtotal">
12286             <summary>A cell
in the row or column area which is a subtotal.</summary>
12287         </member>
12288         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotCellType.xlPivotCellValue">
12289             <summary>Any cell
in the data area (except a blank row).</summary>
12290         </member>
12291         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotConditionScope">
12292             <summary>This enumeration specifies the conditional formatting applied
for filtering values from the <see cref="T:Microsoft.Office.Interop.Excel.PivotTable"></see> object.</summary>
12293         </member>
12294         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotConditionScope.xlDataFieldScope">
12295             <summary>Based
on the data in the specified fields.</summary>
12296         </member>
12297         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotConditionScope.xlFieldsScope">
12298             <summary>Based
on the specified fields.</summary>
12299         </member>
12300         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotConditionScope.xlSelectionScope">
12301             <summary>Based
on the specified selection criteria.</summary>
12302         </member>
12303         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation">
12304             <summary>Specifies the type of calculation performed
by a data PivotField when a custom calculation is used.</summary>
12305         </member>
12306         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlDifferenceFrom">
12307             <summary>The difference
from the value of the Base item in the Base field.</summary>
12308         </member>
12309         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlIndex">
12310             <summary>Data calculated
as ((value in cell) x (Grand Total of Grand Totals)) / ((Grand Row Total) x (Grand Column Total))</summary>
12311         </member>
12312         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlNoAdditionalCalculation">
12313             <summary>No calculation.</summary>
12314         </member>
12315         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlPercentDifferenceFrom">
12316             <summary>Percentage difference
from the value of the Base item in the Base field.</summary>
12317         </member>
12318         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlPercentOf">
12319             <summary>Percentage of the
value of the Base item in the Base field.</summary>
12320         </member>
12321         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlPercentOfColumn">
12322             <summary>Percentage of the total
for the column or series.</summary>
12323         </member>
12324         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlPercentOfRow">
12325             <summary>Percentage of the total
for the row or category.</summary>
12326         </member>
12327         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlPercentOfTotal">
12328             <summary>Percentage of the grand total of all the data or data points
in the report.</summary>
12329         </member>
12330         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldCalculation.xlRunningTotal">
12331             <summary>Data
for successive items in the Base field as a running total.</summary>
12332         </member>
12333         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotFieldDataType">
12334             <summary>Specifies the type of data
in the PivotTable field.</summary>
12335         </member>
12336         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldDataType.xlDate">
12337             <summary>Date.</summary>
12338         </member>
12339         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldDataType.xlNumber">
12340             <summary>Number.</summary>
12341         </member>
12342         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldDataType.xlText">
12343             <summary>Text.</summary>
12344         </member>
12345         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotFieldOrientation">
12346             <summary>Specifies the location of the field
in a PivotTable report.</summary>
12347         </member>
12348         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlColumnField">
12349             <summary>Column.</summary>
12350         </member>
12351         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlDataField">
12352             <summary>Data.</summary>
12353         </member>
12354         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlHidden">
12355             <summary>Hidden.</summary>
12356         </member>
12357         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlPageField">
12358             <summary>Page.</summary>
12359         </member>
12360         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFieldOrientation.xlRowField">
12361             <summary>Row.</summary>
12362         </member>
12363         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotFilterType">
12364             <summary>The type of filter applied.</summary>
12365         </member>
12366         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAfter">
12367             <summary>Filters
for all dates after a specified date</summary>
12368         </member>
12369         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAfterOrEqualTo">
12370             <summary>Filters
for all dates on or after a specified date</summary>
12371         </member>
12372         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodApril">
12373             <summary>Filters
for all dates in April</summary>
12374         </member>
12375         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodAugust">
12376             <summary>Filters
for all dates in August</summary>
12377         </member>
12378         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodDecember">
12379             <summary>Filters
for all dates in December</summary>
12380         </member>
12381         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodFebruary">
12382             <summary>Filters
for all dates in February</summary>
12383         </member>
12384         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodJanuary">
12385             <summary>Filters
for all dates in January</summary>
12386         </member>
12387         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodJuly">
12388             <summary>Filters
for all dates in July</summary>
12389         </member>
12390         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodJune">
12391             <summary>Filters
for all dates in June</summary>
12392         </member>
12393         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodMarch">
12394             <summary>Filters
for all dates in March</summary>
12395         </member>
12396         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodMay">
12397             <summary>Filters
for all dates in May</summary>
12398         </member>
12399         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodNovember">
12400             <summary>Filters
for all dates in November</summary>
12401         </member>
12402         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodOctober">
12403             <summary>Filters
for all dates in October</summary>
12404         </member>
12405         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodQuarter1">
12406             <summary>Filters
for all dates in Quarter1</summary>
12407         </member>
12408         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodQuarter2">
12409             <summary>Filters
for all dates in Quarter2</summary>
12410         </member>
12411         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodQuarter3">
12412             <summary>Filters
for all dates in Quarter3</summary>
12413         </member>
12414         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodQuarter4">
12415             <summary>Filters
for all dates in Quarter 4</summary>
12416         </member>
12417         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlAllDatesInPeriodSeptember">
12418             <summary>Filters
for all dates in September</summary>
12419         </member>
12420         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlBefore">
12421             <summary>Filters
for all dates before a specified date</summary>
12422         </member>
12423         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlBeforeOrEqualTo">
12424             <summary>Filters
for all dates on or before a specified date</summary>
12425         </member>
12426         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlBottomCount">
12427             <summary>Filters
for the specified number of values from the bottom of a list</summary>
12428         </member>
12429         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlBottomPercent">
12430             <summary>Filters
for the specified percentage of values from the bottom of a list</summary>
12431         </member>
12432         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlBottomSum">
12433             <summary>Sum of the values
from the bottom of the list</summary>
12434         </member>
12435         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionBeginsWith">
12436             <summary>Filters
for all captions beginning with the specified string</summary>
12437         </member>
12438         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionContains">
12439             <summary>Filters
for all captions that contain the specified string</summary>
12440         </member>
12441         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionDoesNotBeginWith">
12442             <summary>Filters
for all captions that do not begin with the specified string</summary>
12443         </member>
12444         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionDoesNotContain">
12445             <summary>Filters
for all captions that do not contain the specified string</summary>
12446         </member>
12447         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionDoesNotEndWith">
12448             <summary>Filters
for all captions that do not end with the specified string</summary>
12449         </member>
12450         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionDoesNotEqual">
12451             <summary>Filters
for all captions that do not match the specified string</summary>
12452         </member>
12453         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionEndsWith">
12454             <summary>Filters
for all captions that end with the specified string</summary>
12455         </member>
12456         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionEquals">
12457             <summary>Filters
for all captions that match the specified string</summary>
12458         </member>
12459         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionIsBetween">
12460             <summary>Filters
for all captions that are between a specified range of values</summary>
12461         </member>
12462         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionIsGreaterThan">
12463             <summary>Filters
for all captions that are greater than the specified value</summary>
12464         </member>
12465         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionIsGreaterThanOrEqualTo">
12466             <summary>Filters
for all captions that are greater than or match the specified value</summary>
12467         </member>
12468         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionIsLessThan">
12469             <summary>Filters
for all captions that are less than the specified value</summary>
12470         </member>
12471         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionIsLessThanOrEqualTo">
12472             <summary>Filters
for all captions that are less than or match the specified value</summary>
12473         </member>
12474         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlCaptionIsNotBetween">
12475             <summary>Filters
for all captions that are not between a specified range of values</summary>
12476         </member>
12477         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateBetween">
12478             <summary>Filters
for all dates that are between a specified range of dates</summary>
12479         </member>
12480         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateLastMonth">
12481             <summary>Filters
for all dates that apply to the previous month</summary>
12482         </member>
12483         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateLastQuarter">
12484             <summary>Filters
for all dates that apply to the previous quarter</summary>
12485         </member>
12486         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateLastWeek">
12487             <summary>Filters
for all dates that apply to the previous week</summary>
12488         </member>
12489         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateLastYear">
12490             <summary>Filters
for all dates that apply to the previous year</summary>
12491         </member>
12492         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateNextMonth">
12493             <summary>Filters
for all dates that apply to the next month</summary>
12494         </member>
12495         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateNextQuarter">
12496             <summary>Filters
for all dates that apply to the next quarter</summary>
12497         </member>
12498         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateNextWeek">
12499             <summary>Filters
for all dates that apply to the next week</summary>
12500         </member>
12501         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateNextYear">
12502             <summary>Filters
for all dates that apply to the next year</summary>
12503         </member>
12504         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateThisMonth">
12505             <summary>Filters
for all dates that apply to the current month</summary>
12506         </member>
12507         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateThisQuarter">
12508             <summary>Filters
for all dates that apply to the current quarter</summary>
12509         </member>
12510         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateThisWeek">
12511             <summary>Filters
for all dates that apply to the current week</summary>
12512         </member>
12513         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateThisYear">
12514             <summary>Filters
for all dates that apply to the current year</summary>
12515         </member>
12516         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateToday">
12517             <summary>Filters
for all dates that apply to the current date</summary>
12518         </member>
12519         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateTomorrow">
12520             <summary>Filters
for all dates that apply to the next day</summary>
12521         </member>
12522         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlDateYesterday">
12523             <summary>Filters
for all dates that apply to the previous day</summary>
12524         </member>
12525         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlNotSpecificDate">
12526             <summary>Filters
for all dates that do not match a specified date</summary>
12527         </member>
12528         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlSpecificDate">
12529             <summary>Filters
for all dates that match a specified date</summary>
12530         </member>
12531         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlTopCount">
12532             <summary>Filters
for the specified number of values from the top of a list</summary>
12533         </member>
12534         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlTopPercent">
12535             <summary>Filters
for the specified percentage of values from a list</summary>
12536         </member>
12537         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlTopSum">
12538             <summary>Sum of the values
from the top of the list</summary>
12539         </member>
12540         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueDoesNotEqual">
12541             <summary>Filters
for all values that do not match the specified value</summary>
12542         </member>
12543         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueEquals">
12544             <summary>Filters
for all values that match the specified value</summary>
12545         </member>
12546         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueIsBetween">
12547             <summary>Filters
for all values that are between a specified range of values</summary>
12548         </member>
12549         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueIsGreaterThan">
12550             <summary>Filters
for all values that are greater than the specified value</summary>
12551         </member>
12552         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueIsGreaterThanOrEqualTo">
12553             <summary>Filters
for all values that are greater than or match the specified value</summary>
12554         </member>
12555         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueIsLessThan">
12556             <summary>Filters
for all values that are less than the specified value</summary>
12557         </member>
12558         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueIsLessThanOrEqualTo">
12559             <summary>Filters
for all values that are less than or match the specified value</summary>
12560         </member>
12561         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlValueIsNotBetween">
12562             <summary>Filters
for all values that are not between a specified range of values</summary>
12563         </member>
12564         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFilterType.xlYearToDate">
12565             <summary>Filters
for all values that are within one year of a specified date</summary>
12566         </member>
12567         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotFormatType">
12568             <summary>Specifies the type of report formatting to be applied to the specified PivotTable report.</summary>
12569         </member>
12570         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlPTClassic">
12571             <summary>PivotTable classic format.</summary>
12572         </member>
12573         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlPTNone">
12574             <summary>Does not apply formatting to the PivotTable report.</summary>
12575         </member>
12576         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport1">
12577             <summary>Use the xlReport1 formatting
for the PivotTable.</summary>
12578         </member>
12579         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport10">
12580             <summary>Use the xlReport10 formatting
for the PivotTable.</summary>
12581         </member>
12582         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport2">
12583             <summary>Use the xlReport2 formatting
for the PivotTable.</summary>
12584         </member>
12585         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport3">
12586             <summary>Use the xlReport3 formatting
for the PivotTable.</summary>
12587         </member>
12588         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport4">
12589             <summary>Use the xlReport4 formatting
for the PivotTable.</summary>
12590         </member>
12591         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport5">
12592             <summary>Use the xlReport5 formatting
for the PivotTable.</summary>
12593         </member>
12594         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport6">
12595             <summary>Use the xlReport6 formatting
for the PivotTable.</summary>
12596         </member>
12597         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport7">
12598             <summary>Use the xlReport7 formatting
for the PivotTable.</summary>
12599         </member>
12600         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport8">
12601             <summary>Use the xlReport8 formatting
for the PivotTable.</summary>
12602         </member>
12603         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlReport9">
12604             <summary>Use the xlReport9 formatting
for the PivotTable.</summary>
12605         </member>
12606         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable1">
12607             <summary>Use the xlReport1 formatting
for the PivotTable.</summary>
12608         </member>
12609         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable10">
12610             <summary>Use the xlReport1 formatting
for the PivotTable.</summary>
12611         </member>
12612         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable2">
12613             <summary>Use the xlTable2 formatting
for the PivotTable.</summary>
12614         </member>
12615         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable3">
12616             <summary>Use the xlTable3 formatting
for the PivotTable.</summary>
12617         </member>
12618         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable4">
12619             <summary>Use the xlTable4 formatting
for the PivotTable.</summary>
12620         </member>
12621         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable5">
12622             <summary>Use the xlTable5 formatting
for the PivotTable.</summary>
12623         </member>
12624         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable6">
12625             <summary>Use the xlTable6 formatting
for the PivotTable.</summary>
12626         </member>
12627         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable7">
12628             <summary>Use the xlTable7 formatting
for the PivotTable.</summary>
12629         </member>
12630         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable8">
12631             <summary>Use the xlTable8 formatting
for the PivotTable.</summary>
12632         </member>
12633         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotFormatType.xlTable9">
12634             <summary>Use the xlTable9 formatting
for the PivotTable.</summary>
12635         </member>
12636         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotLineType">
12637             <summary>Specifies the type of the PivotLine.</summary>
12638         </member>
12639         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotLineType.xlPivotLineBlank">
12640             <summary>Blank line after each
group.</summary>
12641         </member>
12642         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotLineType.xlPivotLineGrandTotal">
12643             <summary>Grand Total line.</summary>
12644         </member>
12645         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotLineType.xlPivotLineRegular">
12646             <summary>Regular PivotLine with pivot items.</summary>
12647         </member>
12648         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotLineType.xlPivotLineSubtotal">
12649             <summary>Subtotal line.</summary>
12650         </member>
12651         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotTableMissingItems">
12652             <summary>Specifies the maximum number of unique items per PivotField allowed.</summary>
12653         </member>
12654         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableMissingItems.xlMissingItemsDefault">
12655             <summary>The
default number of unique items per PivotField allowed.</summary>
12656         </member>
12657         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableMissingItems.xlMissingItemsMax">
12658             <summary>The maximum number of unique items per PivotField allowed (
32,500).</summary>
12659         </member>
12660         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableMissingItems.xlMissingItemsMax2">
12661             <summary>The maximum number of unique items per PivotField allowed (
10,48,576) for a pre-short_Excel2007 PivotTable.</summary>
12662         </member>
12663         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableMissingItems.xlMissingItemsNone">
12664             <summary>No unique items per PivotField allowed (zero).</summary>
12665         </member>
12666         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotTableSourceType">
12667             <summary>Specifies the source of the report data.</summary>
12668         </member>
12669         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableSourceType.xlConsolidation">
12670             <summary>Multiple consolidation ranges</summary>
12671         </member>
12672         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableSourceType.xlDatabase">
12673             <summary>Microsoft Excel list or database</summary>
12674         </member>
12675         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableSourceType.xlExternal">
12676             <summary>Data
from another application </summary>
12677         </member>
12678         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableSourceType.xlPivotTable">
12679             <summary>Same source
as another PivotTable report</summary>
12680         </member>
12681         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableSourceType.xlScenario">
12682             <summary>Data
is based on scenarios created using the Scenario Manager..</summary>
12683         </member>
12684         <member name="
T:Microsoft.Office.Interop.Excel.XlPivotTableVersionList">
12685             <summary>Specifies the Microsoft Excel version number.</summary>
12686         </member>
12687         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableVersionList.xlPivotTableVersion10">
12688             <summary>Excel, version
10.</summary>
12689         </member>
12690         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableVersionList.xlPivotTableVersion11">
12691             <summary>Excel Version
11</summary>
12692         </member>
12693         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableVersionList.xlPivotTableVersion12">
12694             <summary>Excel Version
12</summary>
12695         </member>
12696         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableVersionList.xlPivotTableVersion2000">
12697             <summary>Excel, version
11.</summary>
12698         </member>
12699         <member name="
F:Microsoft.Office.Interop.Excel.XlPivotTableVersionList.xlPivotTableVersionCurrent">
12700             <summary>Same version
as current version of Excel.</summary>
12701         </member>
12702         <member name="
T:Microsoft.Office.Interop.Excel.XlPlacement">
12703             <summary>Specifies the way an
object is attached to its underlying cells.</summary>
12704         </member>
12705         <member name="
F:Microsoft.Office.Interop.Excel.XlPlacement.xlFreeFloating">
12706             <summary>Object
is free floating.</summary>
12707         </member>
12708         <member name="
F:Microsoft.Office.Interop.Excel.XlPlacement.xlMove">
12709             <summary>Object
is moved with the cells.</summary>
12710         </member>
12711         <member name="
F:Microsoft.Office.Interop.Excel.XlPlacement.xlMoveAndSize">
12712             <summary>Object
is moved and sized with the cells.</summary>
12713         </member>
12714         <member name="
T:Microsoft.Office.Interop.Excel.XlPlatform">
12715             <summary>Specifies the platform that a text file originated
on.</summary>
12716         </member>
12717         <member name="
F:Microsoft.Office.Interop.Excel.XlPlatform.xlMacintosh">
12718             <summary>Macintosh.</summary>
12719         </member>
12720         <member name="
F:Microsoft.Office.Interop.Excel.XlPlatform.xlMSDOS">
12721             <summary>MS-DOS.</summary>
12722         </member>
12723         <member name="
F:Microsoft.Office.Interop.Excel.XlPlatform.xlWindows">
12724             <summary>Microsoft Windows.</summary>
12725         </member>
12726         <member name="
T:Microsoft.Office.Interop.Excel.XlPrintErrors">
12727             <summary>Specifies the type of print error displayed.</summary>
12728         </member>
12729         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintErrors.xlPrintErrorsBlank">
12730             <summary>Print errors are blank.</summary>
12731         </member>
12732         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintErrors.xlPrintErrorsDash">
12733             <summary>Print errors are displayed
as dashes.</summary>
12734         </member>
12735         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintErrors.xlPrintErrorsDisplayed">
12736             <summary>Display all print errors.</summary>
12737         </member>
12738         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintErrors.xlPrintErrorsNA">
12739             <summary>Display print errors
as not available.</summary>
12740         </member>
12741         <member name="
T:Microsoft.Office.Interop.Excel.XlPrintLocation">
12742             <summary>Specifies the way comments are printed with the sheet.</summary>
12743         </member>
12744         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintLocation.xlPrintInPlace">
12745             <summary>Comments will be printed
where they were inserted in the worksheet.</summary>
12746         </member>
12747         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintLocation.xlPrintNoComments">
12748             <summary>Comments will not printed.</summary>
12749         </member>
12750         <member name="
F:Microsoft.Office.Interop.Excel.XlPrintLocation.xlPrintSheetEnd">
12751             <summary>Print the comments
as end notes at the end of the worksheet.</summary>
12752         </member>
12753         <member name="
T:Microsoft.Office.Interop.Excel.XlPriority">
12754             <summary>Specifies the priority of a SendMailer message.</summary>
12755         </member>
12756         <member name="
F:Microsoft.Office.Interop.Excel.XlPriority.xlPriorityHigh">
12757             <summary>High.</summary>
12758         </member>
12759         <member name="
F:Microsoft.Office.Interop.Excel.XlPriority.xlPriorityLow">
12760             <summary>Low.</summary>
12761         </member>
12762         <member name="
F:Microsoft.Office.Interop.Excel.XlPriority.xlPriorityNormal">
12763             <summary>Normal.</summary>
12764         </member>
12765         <member name="
T:Microsoft.Office.Interop.Excel.XlPropertyDisplayedIn">
12766             <summary>Specifies
where to display the property.</summary>
12767         </member>
12768         <member name="
F:Microsoft.Office.Interop.Excel.XlPropertyDisplayedIn.xlDisplayPropertyInPivotTable">
12769             <summary>Displays member property
in the PivotTable only. This is the default value.</summary>
12770         </member>
12771         <member name="
F:Microsoft.Office.Interop.Excel.XlPropertyDisplayedIn.xlDisplayPropertyInPivotTableAndTooltip">
12772             <summary>Displays member property
in the tooltip only.</summary>
12773         </member>
12774         <member name="
F:Microsoft.Office.Interop.Excel.XlPropertyDisplayedIn.xlDisplayPropertyInTooltip">
12775             <summary>Displays member property
in both the tooltip and the PivotTable. </summary>
12776         </member>
12777         <member name="
T:Microsoft.Office.Interop.Excel.XlPTSelectionMode">
12778             <summary>Specifies what may be selected
in a PivotTable during a structured selection. These constants may be combined to select multiple types.</summary>
12779         </member>
12780         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlBlanks">
12781             <summary>Blanks.</summary>
12782         </member>
12783         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlButton">
12784             <summary>Buttons.</summary>
12785         </member>
12786         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlDataAndLabel">
12787             <summary>Data and labels.</summary>
12788         </member>
12789         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlDataOnly">
12790             <summary>Data.</summary>
12791         </member>
12792         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlFirstRow">
12793             <summary>First row.</summary>
12794         </member>
12795         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlLabelOnly">
12796             <summary>Label.</summary>
12797         </member>
12798         <member name="
F:Microsoft.Office.Interop.Excel.XlPTSelectionMode.xlOrigin">
12799             <summary>Origin.</summary>
12800         </member>
12801         <member name="
T:Microsoft.Office.Interop.Excel.XlQueryType">
12802             <summary>Specifies the type of query used
by Microsoft Excel to populate the query table or PivotTable cache.</summary>
12803         </member>
12804         <member name="
F:Microsoft.Office.Interop.Excel.XlQueryType.xlADORecordset">
12805             <summary>Based
on an ADO recordset query</summary>
12806         </member>
12807         <member name="
F:Microsoft.Office.Interop.Excel.XlQueryType.xlDAORecordset">
12808             <summary>Based
on a DAO recordset query, for query tables only</summary>
12809         </member>
12810         <member name="
F:Microsoft.Office.Interop.Excel.XlQueryType.xlODBCQuery">
12811             <summary>Based
on an ODBC data source</summary>
12812         </member>
12813         <member name="
F:Microsoft.Office.Interop.Excel.XlQueryType.xlOLEDBQuery">
12814             <summary>Based
on an OLE DB query, including OLAP data sources</summary>
12815         </member>
12816         <member name="
F:Microsoft.Office.Interop.Excel.XlQueryType.xlTextImport">
12817             <summary>Based
on a text file, for query tables only</summary>
12818         </member>
12819         <member name="
F:Microsoft.Office.Interop.Excel.XlQueryType.xlWebQuery">
12820             <summary>Based
on a Web page, for query tables only</summary>
12821         </member>
12822         <member name="
T:Microsoft.Office.Interop.Excel.XlRangeAutoFormat">
12823             <summary>Specifies the predefined format
when a range is automatically formatted.</summary>
12824         </member>
12825         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormat3DEffects1">
12826             <summary>
3-D effects 1.</summary>
12827         </member>
12828         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormat3DEffects2">
12829             <summary>
3-D effects 2.</summary>
12830         </member>
12831         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatAccounting1">
12832             <summary>Accounting
1.</summary>
12833         </member>
12834         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatAccounting2">
12835             <summary>Accounting
2.</summary>
12836         </member>
12837         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatAccounting3">
12838             <summary>Accounting
3.</summary>
12839         </member>
12840         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatAccounting4">
12841             <summary>Accounting
4.</summary>
12842         </member>
12843         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatClassic1">
12844             <summary>Classic
1.</summary>
12845         </member>
12846         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatClassic2">
12847             <summary>Classic
2.</summary>
12848         </member>
12849         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatClassic3">
12850             <summary>Classic
3.</summary>
12851         </member>
12852         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatClassicPivotTable">
12853             <summary>Classic pivot table.</summary>
12854         </member>
12855         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatColor1">
12856             <summary>Color
1.</summary>
12857         </member>
12858         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatColor2">
12859             <summary>Color
2.</summary>
12860         </member>
12861         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatColor3">
12862             <summary>Color
3.</summary>
12863         </member>
12864         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatList1">
12865             <summary>List
1.</summary>
12866         </member>
12867         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatList2">
12868             <summary>List
2.</summary>
12869         </member>
12870         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatList3">
12871             <summary>List
3.</summary>
12872         </member>
12873         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatLocalFormat1">
12874             <summary>Local Format
1.</summary>
12875         </member>
12876         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatLocalFormat2">
12877             <summary>Local Format
2.</summary>
12878         </member>
12879         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatLocalFormat3">
12880             <summary>Local Format
3.</summary>
12881         </member>
12882         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatLocalFormat4">
12883             <summary>Local Format
4.</summary>
12884         </member>
12885         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatNone">
12886             <summary>No specified format.</summary>
12887         </member>
12888         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatPTNone">
12889             <summary>No specified pivot table format.</summary>
12890         </member>
12891         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport1">
12892             <summary>Report
1.</summary>
12893         </member>
12894         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport10">
12895             <summary>Report
10.</summary>
12896         </member>
12897         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport2">
12898             <summary>Report
2.</summary>
12899         </member>
12900         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport3">
12901             <summary>Report
3.</summary>
12902         </member>
12903         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport4">
12904             <summary>Report
4.</summary>
12905         </member>
12906         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport5">
12907             <summary>Report
5.</summary>
12908         </member>
12909         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport6">
12910             <summary>Report
6.</summary>
12911         </member>
12912         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport7">
12913             <summary>Report
7.</summary>
12914         </member>
12915         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport8">
12916             <summary>Report
8.</summary>
12917         </member>
12918         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatReport9">
12919             <summary>Report
9.</summary>
12920         </member>
12921         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatSimple">
12922             <summary>Simple.</summary>
12923         </member>
12924         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable1">
12925             <summary>Table
1.</summary>
12926         </member>
12927         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable10">
12928             <summary>Table
10.</summary>
12929         </member>
12930         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable2">
12931             <summary>Table
2.</summary>
12932         </member>
12933         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable3">
12934             <summary>Table
3.</summary>
12935         </member>
12936         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable4">
12937             <summary>Table
4.</summary>
12938         </member>
12939         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable5">
12940             <summary>Table
5.</summary>
12941         </member>
12942         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable6">
12943             <summary>Table
6.</summary>
12944         </member>
12945         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable7">
12946             <summary>Table
7.</summary>
12947         </member>
12948         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable8">
12949             <summary>Table
8.</summary>
12950         </member>
12951         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeAutoFormat.xlRangeAutoFormatTable9">
12952             <summary>Table
9.</summary>
12953         </member>
12954         <member name="
T:Microsoft.Office.Interop.Excel.XlRangeValueDataType">
12955             <summary>Specifies the range
value data type.</summary>
12956         </member>
12957         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeValueDataType.xlRangeValueDefault">
12958             <summary>
default If the specified Range object is empty, returns the value Empty (use the IsEmpty function to test for this case). If the Range object contains more than one cell, returns an array of values (use the IsArray function to test for this case).</summary>
12959         </member>
12960         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeValueDataType.xlRangeValueMSPersistXML">
12961             <summary>Returns the recordset representation of the specified Range
object in an XML format.</summary>
12962         </member>
12963         <member name="
F:Microsoft.Office.Interop.Excel.XlRangeValueDataType.xlRangeValueXMLSpreadsheet">
12964             <summary>Returns the values, formatting, formulas and names of the specified Range
object in the XML Spreadsheet format.</summary>
12965         </member>
12966         <member name="
T:Microsoft.Office.Interop.Excel.XlReferenceStyle">
12967             <summary>Specifies the reference style.</summary>
12968         </member>
12969         <member name="
F:Microsoft.Office.Interop.Excel.XlReferenceStyle.xlA1">
12970             <summary>
default. Use xlA1 to return an A1-style reference.</summary>
12971         </member>
12972         <member name="
F:Microsoft.Office.Interop.Excel.XlReferenceStyle.xlR1C1">
12973             <summary>Use xlR1C1 to
return an R1C1-style reference.</summary>
12974         </member>
12975         <member name="
T:Microsoft.Office.Interop.Excel.XlReferenceType">
12976             <summary>Specifies cell reference style
when a formula is being converted.</summary>
12977         </member>
12978         <member name="
F:Microsoft.Office.Interop.Excel.XlReferenceType.xlAbsolute">
12979             <summary>Convert to absolute row and column style.</summary>
12980         </member>
12981         <member name="
F:Microsoft.Office.Interop.Excel.XlReferenceType.xlAbsRowRelColumn">
12982             <summary>Convert to absolute row and relative column style.</summary>
12983         </member>
12984         <member name="
F:Microsoft.Office.Interop.Excel.XlReferenceType.xlRelative">
12985             <summary>Convert to relative row and column style.</summary>
12986         </member>
12987         <member name="
F:Microsoft.Office.Interop.Excel.XlReferenceType.xlRelRowAbsColumn">
12988             <summary>Convert to relative row and absolute column style.</summary>
12989         </member>
12990         <member name="
T:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType">
12991             <summary>Specifies the type information to be removed
from the document information.</summary>
12992         </member>
12993         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIAll">
12994             <summary>Removes all documentation information.</summary>
12995         </member>
12996         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIComments">
12997             <summary>Removes comments
from the document information.</summary>
12998         </member>
12999         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIContentType">
13000             <summary>Removes content type data
from the document information.</summary>
13001         </member>
13002         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIDefinedNameComments">
13003             <summary>Removes defined name comments
from the documentation information.</summary>
13004         </member>
13005         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIDocumentManagementPolicy">
13006             <summary>Removes document management policy data
from the document information.</summary>
13007         </member>
13008         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIDocumentProperties">
13009             <summary>Removes document properties
from the document information.</summary>
13010         </member>
13011         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIDocumentServerProperties">
13012             <summary>Removes server properties
from the document information.</summary>
13013         </member>
13014         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIDocumentWorkspace">
13015             <summary>Removes workspace data
from the document information.</summary>
13016         </member>
13017         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIEmailHeader">
13018             <summary>Removes email headers
from the document information.</summary>
13019         </member>
13020         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIInactiveDataConnections">
13021             <summary>Removes inactive data connection data
from the document information.</summary>
13022         </member>
13023         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIInkAnnotations">
13024             <summary>Removes ink annotations
from the document information.</summary>
13025         </member>
13026         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIPublishInfo">
13027             <summary>Removes the pubish information data
from the document information.</summary>
13028         </member>
13029         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIRemovePersonalInformation">
13030             <summary>Removes personal information
from the document information.</summary>
13031         </member>
13032         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIRoutingSlip">
13033             <summary>Removes routing slip information
from the document information.</summary>
13034         </member>
13035         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDIScenarioComments">
13036             <summary>Removes scenario comments
from the document information.</summary>
13037         </member>
13038         <member name="
F:Microsoft.Office.Interop.Excel.XlRemoveDocInfoType.xlRDISendForReview">
13039             <summary>Removes the send
for review information from the document information.</summary>
13040         </member>
13041         <member name="
T:Microsoft.Office.Interop.Excel.XlRgbColor">
13042             <summary>Specifies the RGB color.</summary>
13043         </member>
13044         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbAliceBlue">
13045             <summary>Alice Blue</summary>
13046         </member>
13047         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbAntiqueWhite">
13048             <summary>Antique White</summary>
13049         </member>
13050         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbAqua">
13051             <summary>Aqua</summary>
13052         </member>
13053         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbAquamarine">
13054             <summary>Aquamarine</summary>
13055         </member>
13056         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbAzure">
13057             <summary>Azure</summary>
13058         </member>
13059         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBeige">
13060             <summary>Beige</summary>
13061         </member>
13062         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBisque">
13063             <summary>Bisque</summary>
13064         </member>
13065         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBlack">
13066             <summary>Black</summary>
13067         </member>
13068         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBlanchedAlmond">
13069             <summary>Blanched Almond</summary>
13070         </member>
13071         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBlue">
13072             <summary>Blue</summary>
13073         </member>
13074         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBlueViolet">
13075             <summary>Blue Violet</summary>
13076         </member>
13077         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBrown">
13078             <summary>Brown</summary>
13079         </member>
13080         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbBurlyWood">
13081             <summary>Burly Wood</summary>
13082         </member>
13083         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbCadetBlue">
13084             <summary>Cadet Blue</summary>
13085         </member>
13086         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbChartreuse">
13087             <summary>Chartreuse</summary>
13088         </member>
13089         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbCoral">
13090             <summary>Coral</summary>
13091         </member>
13092         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbCornflowerBlue">
13093             <summary>Cornflower Blue</summary>
13094         </member>
13095         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbCornsilk">
13096             <summary>Cornsilk</summary>
13097         </member>
13098         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbCrimson">
13099             <summary>Crimson</summary>
13100         </member>
13101         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkBlue">
13102             <summary>Dark Blue</summary>
13103         </member>
13104         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkCyan">
13105             <summary>Dark Cyan</summary>
13106         </member>
13107         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkGoldenrod">
13108             <summary>Dark Goldenrod</summary>
13109         </member>
13110         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkGray">
13111             <summary>Dark Gray</summary>
13112         </member>
13113         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkGreen">
13114             <summary>Dark Green</summary>
13115         </member>
13116         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkGrey">
13117             <summary>Dark Grey</summary>
13118         </member>
13119         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkKhaki">
13120             <summary>Dark Khaki</summary>
13121         </member>
13122         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkMagenta">
13123             <summary>Dark Magenta</summary>
13124         </member>
13125         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkOliveGreen">
13126             <summary>Dark Olive Green</summary>
13127         </member>
13128         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkOrange">
13129             <summary>Dark Orange</summary>
13130         </member>
13131         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkOrchid">
13132             <summary>Dark Orchid</summary>
13133         </member>
13134         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkRed">
13135             <summary>Dark Red</summary>
13136         </member>
13137         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkSalmon">
13138             <summary>Dark Salmon</summary>
13139         </member>
13140         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkSeaGreen">
13141             <summary>Dark Sea Green</summary>
13142         </member>
13143         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkSlateBlue">
13144             <summary>Dark Slate Blue</summary>
13145         </member>
13146         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkSlateGray">
13147             <summary>Dark Slate Gray</summary>
13148         </member>
13149         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkSlateGrey">
13150             <summary>Dark Slate Grey</summary>
13151         </member>
13152         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkTurquoise">
13153             <summary>Dark Turquoise</summary>
13154         </member>
13155         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDarkViolet">
13156             <summary>Dark Violet</summary>
13157         </member>
13158         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDeepPink">
13159             <summary>Deep Pink</summary>
13160         </member>
13161         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDeepSkyBlue">
13162             <summary>Deep Sky Blue</summary>
13163         </member>
13164         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDimGray">
13165             <summary>Dim Gray</summary>
13166         </member>
13167         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDimGrey">
13168             <summary>Dim Grey</summary>
13169         </member>
13170         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbDodgerBlue">
13171             <summary>Dodger Blue</summary>
13172         </member>
13173         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbFireBrick">
13174             <summary>Fire Brick</summary>
13175         </member>
13176         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbFloralWhite">
13177             <summary>Floral White</summary>
13178         </member>
13179         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbForestGreen">
13180             <summary>Forest Green</summary>
13181         </member>
13182         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbFuchsia">
13183             <summary>Fuchsia</summary>
13184         </member>
13185         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGainsboro">
13186             <summary>Gainsboro</summary>
13187         </member>
13188         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGhostWhite">
13189             <summary>Ghost White</summary>
13190         </member>
13191         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGold">
13192             <summary>Gold</summary>
13193         </member>
13194         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGoldenrod">
13195             <summary>Goldenrod</summary>
13196         </member>
13197         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGray">
13198             <summary>Gray</summary>
13199         </member>
13200         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGreen">
13201             <summary>Green</summary>
13202         </member>
13203         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGreenYellow">
13204             <summary>Green Yellow</summary>
13205         </member>
13206         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbGrey">
13207             <summary>Grey</summary>
13208         </member>
13209         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbHoneydew">
13210             <summary>Honeydew</summary>
13211         </member>
13212         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbHotPink">
13213             <summary>Hot Pink</summary>
13214         </member>
13215         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbIndianRed">
13216             <summary>Indian Red</summary>
13217         </member>
13218         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbIndigo">
13219             <summary>Indigo</summary>
13220         </member>
13221         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbIvory">
13222             <summary>Ivory</summary>
13223         </member>
13224         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbKhaki">
13225             <summary>Khaki</summary>
13226         </member>
13227         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLavender">
13228             <summary>Lavender</summary>
13229         </member>
13230         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLavenderBlush">
13231             <summary>Lavender Blush</summary>
13232         </member>
13233         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLawnGreen">
13234             <summary>Lawn Green</summary>
13235         </member>
13236         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLemonChiffon">
13237             <summary>Lemon Chiffon</summary>
13238         </member>
13239         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightBlue">
13240             <summary>Light Blue</summary>
13241         </member>
13242         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightCoral">
13243             <summary>Light Coral</summary>
13244         </member>
13245         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightCyan">
13246             <summary>Light Cyan</summary>
13247         </member>
13248         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightGoldenrodYellow">
13249             <summary>LightGoldenrodYellow</summary>
13250         </member>
13251         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightGray">
13252             <summary>Light Gray</summary>
13253         </member>
13254         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightGreen">
13255             <summary>Light Green</summary>
13256         </member>
13257         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightGrey">
13258             <summary>Light Grey</summary>
13259         </member>
13260         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightPink">
13261             <summary>Light Pink</summary>
13262         </member>
13263         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightSalmon">
13264             <summary>Light Salmon</summary>
13265         </member>
13266         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightSeaGreen">
13267             <summary>Light Sea Green</summary>
13268         </member>
13269         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightSkyBlue">
13270             <summary>Light Sky Blue</summary>
13271         </member>
13272         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightSlateGray">
13273             <summary>Light Slate Gray</summary>
13274         </member>
13275         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightSteelBlue">
13276             <summary>Light Steel Blue</summary>
13277         </member>
13278         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLightYellow">
13279             <summary>Light Yellow</summary>
13280         </member>
13281         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLime">
13282             <summary>Lime</summary>
13283         </member>
13284         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLimeGreen">
13285             <summary>Lime Green</summary>
13286         </member>
13287         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbLinen">
13288             <summary>Linen</summary>
13289         </member>
13290         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMaroon">
13291             <summary>Maroon</summary>
13292         </member>
13293         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumAquamarine">
13294             <summary>Medium Aquamarine</summary>
13295         </member>
13296         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumBlue">
13297             <summary>Medium Blue</summary>
13298         </member>
13299         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumOrchid">
13300             <summary>Medium Orchid</summary>
13301         </member>
13302         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumPurple">
13303             <summary>Medium Purple</summary>
13304         </member>
13305         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumSeaGreen">
13306             <summary>Medium Sea Green</summary>
13307         </member>
13308         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumSlateBlue">
13309             <summary>Medium Slate Blue</summary>
13310         </member>
13311         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumSpringGreen">
13312             <summary>Medium Spring Green</summary>
13313         </member>
13314         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumTurquoise">
13315             <summary>Medium Turquoise</summary>
13316         </member>
13317         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMediumVioletRed">
13318             <summary>Medium Violet Red</summary>
13319         </member>
13320         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMidnightBlue">
13321             <summary>Midnight Blue</summary>
13322         </member>
13323         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMintCream">
13324             <summary>Mint Cream</summary>
13325         </member>
13326         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMistyRose">
13327             <summary>Misty Rose</summary>
13328         </member>
13329         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbMoccasin">
13330             <summary>Moccasin</summary>
13331         </member>
13332         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbNavajoWhite">
13333             <summary>Navajo White</summary>
13334         </member>
13335         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbNavy">
13336             <summary>Navy</summary>
13337         </member>
13338         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbNavyBlue">
13339             <summary>Navy Blue</summary>
13340         </member>
13341         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbOldLace">
13342             <summary>Old Lace</summary>
13343         </member>
13344         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbOlive">
13345             <summary>Olive</summary>
13346         </member>
13347         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbOliveDrab">
13348             <summary>Olive Drab</summary>
13349         </member>
13350         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbOrange">
13351             <summary>Orange</summary>
13352         </member>
13353         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbOrangeRed">
13354             <summary>Orange Red</summary>
13355         </member>
13356         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbOrchid">
13357             <summary>Orchid</summary>
13358         </member>
13359         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPaleGoldenrod">
13360             <summary>Pale Goldenrod</summary>
13361         </member>
13362         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPaleGreen">
13363             <summary>Pale Green</summary>
13364         </member>
13365         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPaleTurquoise">
13366             <summary>Pale Turquoise</summary>
13367         </member>
13368         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPaleVioletRed">
13369             <summary>Pale Violet Red</summary>
13370         </member>
13371         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPapayaWhip">
13372             <summary>Papaya Whip</summary>
13373         </member>
13374         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPeachPuff">
13375             <summary>Peach Puff</summary>
13376         </member>
13377         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPeru">
13378             <summary>Peru</summary>
13379         </member>
13380         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPink">
13381             <summary>Pink</summary>
13382         </member>
13383         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPlum">
13384             <summary>Plum</summary>
13385         </member>
13386         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPowderBlue">
13387             <summary>Powder Blue</summary>
13388         </member>
13389         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbPurple">
13390             <summary>Purple</summary>
13391         </member>
13392         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbRed">
13393             <summary>Red</summary>
13394         </member>
13395         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbRosyBrown">
13396             <summary>Rosy Brown</summary>
13397         </member>
13398         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbRoyalBlue">
13399             <summary>Royal Blue</summary>
13400         </member>
13401         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSalmon">
13402             <summary>Salmon</summary>
13403         </member>
13404         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSandyBrown">
13405             <summary>Sandy Brown</summary>
13406         </member>
13407         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSeaGreen">
13408             <summary>Sea Green</summary>
13409         </member>
13410         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSeashell">
13411             <summary>Seashell</summary>
13412         </member>
13413         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSienna">
13414             <summary>Sienna</summary>
13415         </member>
13416         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSilver">
13417             <summary>Silver</summary>
13418         </member>
13419         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSkyBlue">
13420             <summary>Sky Blue</summary>
13421         </member>
13422         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSlateBlue">
13423             <summary>Slate Blue</summary>
13424         </member>
13425         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSlateGray">
13426             <summary>Slate Gray</summary>
13427         </member>
13428         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSnow">
13429             <summary>Snow</summary>
13430         </member>
13431         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSpringGreen">
13432             <summary>Spring Green</summary>
13433         </member>
13434         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbSteelBlue">
13435             <summary>Steel Blue</summary>
13436         </member>
13437         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbTan">
13438             <summary>Tan</summary>
13439         </member>
13440         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbTeal">
13441             <summary>Teal</summary>
13442         </member>
13443         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbThistle">
13444             <summary>Thistle</summary>
13445         </member>
13446         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbTomato">
13447             <summary>Tomato</summary>
13448         </member>
13449         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbTurquoise">
13450             <summary>Turquoise</summary>
13451         </member>
13452         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbViolet">
13453             <summary>Violet</summary>
13454         </member>
13455         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbWheat">
13456             <summary>Wheat</summary>
13457         </member>
13458         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbWhite">
13459             <summary>White</summary>
13460         </member>
13461         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbWhiteSmoke">
13462             <summary>White Smoke</summary>
13463         </member>
13464         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbYellow">
13465             <summary>Yellow</summary>
13466         </member>
13467         <member name="
F:Microsoft.Office.Interop.Excel.XlRgbColor.rgbYellowGreen">
13468             <summary>Yellow Green</summary>
13469         </member>
13470         <member name="
T:Microsoft.Office.Interop.Excel.XlRobustConnect">
13471             <summary>Specifies how the PivotTable cache connects to its data source.</summary>
13472         </member>
13473         <member name="
F:Microsoft.Office.Interop.Excel.XlRobustConnect.xlAlways">
13474             <summary>The cache always uses external source information (
as defined by the SourceConnectionFile or SourceDataFile property) to reconnect.</summary>
13475         </member>
13476         <member name="
F:Microsoft.Office.Interop.Excel.XlRobustConnect.xlAsRequired">
13477             <summary>The cache uses external source info to reconnect
using the Connection property.</summary>
13478         </member>
13479         <member name="
F:Microsoft.Office.Interop.Excel.XlRobustConnect.xlNever">
13480             <summary>The cache never uses source info to reconnect.</summary>
13481         </member>
13482         <member name="
T:Microsoft.Office.Interop.Excel.XlRoutingSlipDelivery">
13483             <summary>Specifies the routing delivery method.</summary>
13484         </member>
13485         <member name="
F:Microsoft.Office.Interop.Excel.XlRoutingSlipDelivery.xlAllAtOnce">
13486             <summary>Deliver to all recipients simultaneously.</summary>
13487         </member>
13488         <member name="
F:Microsoft.Office.Interop.Excel.XlRoutingSlipDelivery.xlOneAfterAnother">
13489             <summary>Deliver to recipients one after another.</summary>
13490         </member>
13491         <member name="
T:Microsoft.Office.Interop.Excel.XlRoutingSlipStatus">
13492             <summary>Specifies the status of the routing slip.</summary>
13493         </member>
13494         <member name="
F:Microsoft.Office.Interop.Excel.XlRoutingSlipStatus.xlNotYetRouted">
13495             <summary>Routing slip has not yet been sent.</summary>
13496         </member>
13497         <member name="
F:Microsoft.Office.Interop.Excel.XlRoutingSlipStatus.xlRoutingComplete">
13498             <summary>Routing
is complete.</summary>
13499         </member>
13500         <member name="
F:Microsoft.Office.Interop.Excel.XlRoutingSlipStatus.xlRoutingInProgress">
13501             <summary>Routing
is in progress.</summary>
13502         </member>
13503         <member name="
T:Microsoft.Office.Interop.Excel.XlRowCol">
13504             <summary>Specifies whether the values corresponding to a particular data series are
in rows or columns.</summary>
13505         </member>
13506         <member name="
F:Microsoft.Office.Interop.Excel.XlRowCol.xlColumns">
13507             <summary>Data series
is in a row.</summary>
13508         </member>
13509         <member name="
F:Microsoft.Office.Interop.Excel.XlRowCol.xlRows">
13510             <summary>Data series
is in a column.</summary>
13511         </member>
13512         <member name="
T:Microsoft.Office.Interop.Excel.XlRunAutoMacro">
13513             <summary>Specifies the automatic macro to run.</summary>
13514         </member>
13515         <member name="
F:Microsoft.Office.Interop.Excel.XlRunAutoMacro.xlAutoActivate">
13516             <summary>Auto_Activate macros</summary>
13517         </member>
13518         <member name="
F:Microsoft.Office.Interop.Excel.XlRunAutoMacro.xlAutoClose">
13519             <summary>Auto_Close macros</summary>
13520         </member>
13521         <member name="
F:Microsoft.Office.Interop.Excel.XlRunAutoMacro.xlAutoDeactivate">
13522             <summary>Auto_Deactivate macros</summary>
13523         </member>
13524         <member name="
F:Microsoft.Office.Interop.Excel.XlRunAutoMacro.xlAutoOpen">
13525             <summary>Auto_Open macros</summary>
13526         </member>
13527         <member name="
T:Microsoft.Office.Interop.Excel.XlSaveAction">
13528             <summary>Specifies during file close
if the file will be saved.</summary>
13529         </member>
13530         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveAction.xlDoNotSaveChanges">
13531             <summary>Changes will not be saved.</summary>
13532         </member>
13533         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveAction.xlSaveChanges">
13534             <summary>Changes will be saved.</summary>
13535         </member>
13536         <member name="
T:Microsoft.Office.Interop.Excel.XlSaveAsAccessMode">
13537             <summary>Specifies the access mode
for the Save As function.</summary>
13538         </member>
13539         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveAsAccessMode.xlExclusive">
13540             <summary>(exclusive mode)</summary>
13541         </member>
13542         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveAsAccessMode.xlNoChange">
13543             <summary>
default (don't change the access mode)</summary>
13544         </member>
13545         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveAsAccessMode.xlShared">
13546             <summary>(share list)</summary>
13547         </member>
13548         <member name="
T:Microsoft.Office.Interop.Excel.XlSaveConflictResolution">
13549             <summary>Specifies the way conflicts are to be resolved whenever a shared workbook
is updated.</summary>
13550         </member>
13551         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveConflictResolution.xlLocalSessionChanges">
13552             <summary>The local user's changes are always accepted.</summary>
13553         </member>
13554         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveConflictResolution.xlOtherSessionChanges">
13555             <summary>The local user's changes are always rejected.</summary>
13556         </member>
13557         <member name="
F:Microsoft.Office.Interop.Excel.XlSaveConflictResolution.xlUserResolution">
13558             <summary>A dialog box asks the user to resolve the conflict.</summary>
13559         </member>
13560         <member name="
T:Microsoft.Office.Interop.Excel.XlScaleType">
13561             <summary>Specifies the scale type of the
value axis.</summary>
13562         </member>
13563         <member name="
F:Microsoft.Office.Interop.Excel.XlScaleType.xlScaleLinear">
13564             <summary>Linear.</summary>
13565         </member>
13566         <member name="
F:Microsoft.Office.Interop.Excel.XlScaleType.xlScaleLogarithmic">
13567             <summary>Logarithmic.</summary>
13568         </member>
13569         <member name="
T:Microsoft.Office.Interop.Excel.XlSearchDirection">
13570             <summary>Specifies the search direction
when searching a range.</summary>
13571         </member>
13572         <member name="
F:Microsoft.Office.Interop.Excel.XlSearchDirection.xlNext">
13573             <summary>Search
for next matching value in range.</summary>
13574         </member>
13575         <member name="
F:Microsoft.Office.Interop.Excel.XlSearchDirection.xlPrevious">
13576             <summary>Search
for previous matching value in range.</summary>
13577         </member>
13578         <member name="
T:Microsoft.Office.Interop.Excel.XlSearchOrder">
13579             <summary>Specifies the order
in which to search the range.</summary>
13580         </member>
13581         <member name="
F:Microsoft.Office.Interop.Excel.XlSearchOrder.xlByColumns">
13582             <summary>Searches down through a column, then moves to the next column.</summary>
13583         </member>
13584         <member name="
F:Microsoft.Office.Interop.Excel.XlSearchOrder.xlByRows">
13585             <summary>Searches across a row, then moves to the next row.</summary>
13586         </member>
13587         <member name="
T:Microsoft.Office.Interop.Excel.XlSearchWithin">
13588             <summary>Specifies the extent of the search
for the range.</summary>
13589         </member>
13590         <member name="
F:Microsoft.Office.Interop.Excel.XlSearchWithin.xlWithinSheet">
13591             <summary>Limit search to current sheet.</summary>
13592         </member>
13593         <member name="
F:Microsoft.Office.Interop.Excel.XlSearchWithin.xlWithinWorkbook">
13594             <summary>Search whole workbook.</summary>
13595         </member>
13596         <member name="
T:Microsoft.Office.Interop.Excel.XlSheetType">
13597             <summary>Specifies the worksheet type.</summary>
13598         </member>
13599         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetType.xlChart">
13600             <summary>Chart.</summary>
13601         </member>
13602         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetType.xlDialogSheet">
13603             <summary>Dialog sheet.</summary>
13604         </member>
13605         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetType.xlExcel4IntlMacroSheet">
13606             <summary>Excel version
4 international macro sheet.</summary>
13607         </member>
13608         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetType.xlExcel4MacroSheet">
13609             <summary>Excel version
4 macro sheet.</summary>
13610         </member>
13611         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetType.xlWorksheet">
13612             <summary>Worksheet.</summary>
13613         </member>
13614         <member name="
T:Microsoft.Office.Interop.Excel.XlSheetVisibility">
13615             <summary>Specifies whether the
object is visible.</summary>
13616         </member>
13617         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetVisibility.xlSheetHidden">
13618             <summary>Hides the worksheet which the user can unhide via menu.</summary>
13619         </member>
13620         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetVisibility.xlSheetVeryHidden">
13621             <summary>Hides the
object so that the only way for you to make it visible again is by setting this property to True (the user cannot make the object visible).</summary>
13622         </member>
13623         <member name="
F:Microsoft.Office.Interop.Excel.XlSheetVisibility.xlSheetVisible">
13624             <summary>Displays the sheet.</summary>
13625         </member>
13626         <member name="
T:Microsoft.Office.Interop.Excel.XlSizeRepresents">
13627             <summary>Specifies what the bubble size represents
on a bubble chart.</summary>
13628         </member>
13629         <member name="
F:Microsoft.Office.Interop.Excel.XlSizeRepresents.xlSizeIsArea">
13630             <summary>Area of the bubble.</summary>
13631         </member>
13632         <member name="
F:Microsoft.Office.Interop.Excel.XlSizeRepresents.xlSizeIsWidth">
13633             <summary>Width of the bubble.</summary>
13634         </member>
13635         <member name="
T:Microsoft.Office.Interop.Excel.XlSmartTagControlType">
13636             <summary>Specifies the type of Smart Document control displayed
in the Document Actions task pane.</summary>
13637         </member>
13638         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlActiveX">
13639             <summary>ActiveX control.</summary>
13640         </member>
13641         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlButton">
13642             <summary>Button.</summary>
13643         </member>
13644         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlCheckbox">
13645             <summary>Check box.</summary>
13646         </member>
13647         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlCombo">
13648             <summary>Combo box.</summary>
13649         </member>
13650         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlHelp">
13651             <summary>Help text.</summary>
13652         </member>
13653         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlHelpURL">
13654             <summary>Absolute URL to Help file.</summary>
13655         </member>
13656         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlImage">
13657             <summary>Image.</summary>
13658         </member>
13659         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlLabel">
13660             <summary>Label.</summary>
13661         </member>
13662         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlLink">
13663             <summary>Link.</summary>
13664         </member>
13665         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlListbox">
13666             <summary>List box.</summary>
13667         </member>
13668         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlRadioGroup">
13669             <summary>Radio button (option button)
group.</summary>
13670         </member>
13671         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlSeparator">
13672             <summary>Separator.</summary>
13673         </member>
13674         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlSmartTag">
13675             <summary>Smart tag.</summary>
13676         </member>
13677         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagControlType.xlSmartTagControlTextbox">
13678             <summary>Text box.</summary>
13679         </member>
13680         <member name="
T:Microsoft.Office.Interop.Excel.XlSmartTagDisplayMode">
13681             <summary>Specifies the display features
for smart tags.</summary>
13682         </member>
13683         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagDisplayMode.xlButtonOnly">
13684             <summary>Displays only the button
for smart tags.</summary>
13685         </member>
13686         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagDisplayMode.xlDisplayNone">
13687             <summary>Nothing
is displayed for smart tags.</summary>
13688         </member>
13689         <member name="
F:Microsoft.Office.Interop.Excel.XlSmartTagDisplayMode.xlIndicatorAndButton">
13690             <summary>Display the indicator and button
for smart tags.</summary>
13691         </member>
13692         <member name="
T:Microsoft.Office.Interop.Excel.XlSortDataOption">
13693             <summary>Specifies how to sort text.</summary>
13694         </member>
13695         <member name="
F:Microsoft.Office.Interop.Excel.XlSortDataOption.xlSortNormal">
13696             <summary>
default. Sorts numeric and text data separately.</summary>
13697         </member>
13698         <member name="
F:Microsoft.Office.Interop.Excel.XlSortDataOption.xlSortTextAsNumbers">
13699             <summary>Treat text
as numeric data for the sort.</summary>
13700         </member>
13701         <member name="
T:Microsoft.Office.Interop.Excel.XlSortMethod">
13702             <summary>Specifies the type of sort.</summary>
13703         </member>
13704         <member name="
F:Microsoft.Office.Interop.Excel.XlSortMethod.xlPinYin">
13705             <summary>
default. Phonetic Chinese sort order for characters.</summary>
13706         </member>
13707         <member name="
F:Microsoft.Office.Interop.Excel.XlSortMethod.xlStroke">
13708             <summary>Sorting
by the quantity of strokes in each character.</summary>
13709         </member>
13710         <member name="
T:Microsoft.Office.Interop.Excel.XlSortMethodOld">
13711             <summary>Specifies how to sort
when using East Asian sorting methods.</summary>
13712         </member>
13713         <member name="
F:Microsoft.Office.Interop.Excel.XlSortMethodOld.xlCodePage">
13714             <summary>Sort
by code page.</summary>
13715         </member>
13716         <member name="
F:Microsoft.Office.Interop.Excel.XlSortMethodOld.xlSyllabary">
13717             <summary>Sort phonetically.</summary>
13718         </member>
13719         <member name="
T:Microsoft.Office.Interop.Excel.XlSortOn">
13720             <summary>Specifies the parameter
on which the data should be sorted.</summary>
13721         </member>
13722         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOn.xlSortOnCellColor">
13723             <summary>Cell color.</summary>
13724         </member>
13725         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOn.xlSortOnFontColor">
13726             <summary>Font color.</summary>
13727         </member>
13728         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOn.xlSortOnIcon">
13729             <summary>Icon.</summary>
13730         </member>
13731         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOn.xlSortOnValues">
13732             <summary>Values.</summary>
13733         </member>
13734         <member name="
T:Microsoft.Office.Interop.Excel.XlSortOrder">
13735             <summary>Specifies the sort order
for the specified field or range.</summary>
13736         </member>
13737         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOrder.xlAscending">
13738             <summary>
default. Sorts the specified field in ascending order.</summary>
13739         </member>
13740         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOrder.xlDescending">
13741             <summary>Sorts the specified field
in descending order.</summary>
13742         </member>
13743         <member name="
T:Microsoft.Office.Interop.Excel.XlSortOrientation">
13744             <summary>Specifies the sort orientation.</summary>
13745         </member>
13746         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOrientation.xlSortColumns">
13747             <summary>Sorts
by column.</summary>
13748         </member>
13749         <member name="
F:Microsoft.Office.Interop.Excel.XlSortOrientation.xlSortRows">
13750             <summary>
default. Sorts by row.</summary>
13751         </member>
13752         <member name="
T:Microsoft.Office.Interop.Excel.XlSortType">
13753             <summary>Specifies which elements are to be sorted. Use
this argument only when sorting PivotTable reports.</summary>
13754         </member>
13755         <member name="
F:Microsoft.Office.Interop.Excel.XlSortType.xlSortLabels">
13756             <summary>Sorts the PivotTable report
by labels.</summary>
13757         </member>
13758         <member name="
F:Microsoft.Office.Interop.Excel.XlSortType.xlSortValues">
13759             <summary>Sorts the PivotTable report
by values.</summary>
13760         </member>
13761         <member name="
T:Microsoft.Office.Interop.Excel.XlSourceType">
13762             <summary>Identifies the source
object.</summary>
13763         </member>
13764         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourceAutoFilter">
13765             <summary>An AutoFilter range.</summary>
13766         </member>
13767         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourceChart">
13768             <summary>A chart.</summary>
13769         </member>
13770         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourcePivotTable">
13771             <summary>A PivotTable report.</summary>
13772         </member>
13773         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourcePrintArea">
13774             <summary>A range of cells selected
for printing.</summary>
13775         </member>
13776         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourceQuery">
13777             <summary>A query table (external data range).</summary>
13778         </member>
13779         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourceRange">
13780             <summary>A range of cells.</summary>
13781         </member>
13782         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourceSheet">
13783             <summary>An entire worksheet.</summary>
13784         </member>
13785         <member name="
F:Microsoft.Office.Interop.Excel.XlSourceType.xlSourceWorkbook">
13786             <summary>A workbook.</summary>
13787         </member>
13788         <member name="
T:Microsoft.Office.Interop.Excel.XlSpeakDirection">
13789             <summary>Specifies the order
in which the cells are spoken.</summary>
13790         </member>
13791         <member name="
F:Microsoft.Office.Interop.Excel.XlSpeakDirection.xlSpeakByColumns">
13792             <summary>Reads down a column, then moves to the next column.</summary>
13793         </member>
13794         <member name="
F:Microsoft.Office.Interop.Excel.XlSpeakDirection.xlSpeakByRows">
13795             <summary>Reads across a row, then moves to the next row.</summary>
13796         </member>
13797         <member name="
T:Microsoft.Office.Interop.Excel.XlSpecialCellsValue">
13798             <summary>Specifies cells with a particular type of
value to include in the result.</summary>
13799         </member>
13800         <member name="
F:Microsoft.Office.Interop.Excel.XlSpecialCellsValue.xlErrors">
13801             <summary>Cells with errors.</summary>
13802         </member>
13803         <member name="
F:Microsoft.Office.Interop.Excel.XlSpecialCellsValue.xlLogical">
13804             <summary>Cells with logical values.</summary>
13805         </member>
13806         <member name="
F:Microsoft.Office.Interop.Excel.XlSpecialCellsValue.xlNumbers">
13807             <summary>Cells with numeric values.</summary>
13808         </member>
13809         <member name="
F:Microsoft.Office.Interop.Excel.XlSpecialCellsValue.xlTextValues">
13810             <summary>Cells with text.</summary>
13811         </member>
13812         <member name="
T:Microsoft.Office.Interop.Excel.XlStdColorScale">
13813             <summary>Specifies the standard color scale.</summary>
13814         </member>
13815         <member name="
F:Microsoft.Office.Interop.Excel.XlStdColorScale.xlColorScaleBlackWhite">
13816             <summary>Black over White.</summary>
13817         </member>
13818         <member name="
F:Microsoft.Office.Interop.Excel.XlStdColorScale.xlColorScaleGYR">
13819             <summary>GYR.</summary>
13820         </member>
13821         <member name="
F:Microsoft.Office.Interop.Excel.XlStdColorScale.xlColorScaleRYG">
13822             <summary>RYG.</summary>
13823         </member>
13824         <member name="
F:Microsoft.Office.Interop.Excel.XlStdColorScale.xlColorScaleWhiteBlack">
13825             <summary>White over Black.</summary>
13826         </member>
13827         <member name="
T:Microsoft.Office.Interop.Excel.XlSubscribeToFormat">
13828             <summary>Specifies the format to use
when subscribing to a published edition.</summary>
13829         </member>
13830         <member name="
F:Microsoft.Office.Interop.Excel.XlSubscribeToFormat.xlSubscribeToPicture">
13831             <summary>Picture.</summary>
13832         </member>
13833         <member name="
F:Microsoft.Office.Interop.Excel.XlSubscribeToFormat.xlSubscribeToText">
13834             <summary>Text.</summary>
13835         </member>
13836         <member name="
T:Microsoft.Office.Interop.Excel.XlSubtototalLocationType">
13837             <summary>Specifies
where the subtotal will be displayed on the worksheet.</summary>
13838         </member>
13839         <member name="
F:Microsoft.Office.Interop.Excel.XlSubtototalLocationType.xlAtBottom">
13840             <summary>Subtotal will be
on the bottom.</summary>
13841         </member>
13842         <member name="
F:Microsoft.Office.Interop.Excel.XlSubtototalLocationType.xlAtTop">
13843             <summary>Subtotal will be
on the top.</summary>
13844         </member>
13845         <member name="
T:Microsoft.Office.Interop.Excel.XlSummaryColumn">
13846             <summary>Specifies the location of the summary columns
in the outline.</summary>
13847         </member>
13848         <member name="
F:Microsoft.Office.Interop.Excel.XlSummaryColumn.xlSummaryOnLeft">
13849             <summary>The summary column will be positioned to the left of the detail columns
in the outline.</summary>
13850         </member>
13851         <member name="
F:Microsoft.Office.Interop.Excel.XlSummaryColumn.xlSummaryOnRight">
13852             <summary>The summary column will be positioned to the right of the detail columns
in the outline.</summary>
13853         </member>
13854         <member name="
T:Microsoft.Office.Interop.Excel.XlSummaryReportType">
13855             <summary>Specifies the type of summary to be created
for scenarios.</summary>
13856         </member>
13857         <member name="
F:Microsoft.Office.Interop.Excel.XlSummaryReportType.xlStandardSummary">
13858             <summary>List scenarios side
by side.</summary>
13859         </member>
13860         <member name="
F:Microsoft.Office.Interop.Excel.XlSummaryReportType.xlSummaryPivotTable">
13861             <summary>Display scenarios
in a PivotTable report.</summary>
13862         </member>
13863         <member name="
T:Microsoft.Office.Interop.Excel.XlSummaryRow">
13864             <summary>Specifies the location of the summary rows
in the outline.</summary>
13865         </member>
13866         <member name="
F:Microsoft.Office.Interop.Excel.XlSummaryRow.xlSummaryAbove">
13867             <summary>The summary row will be positioned above the detail rows
in the outline.</summary>
13868         </member>
13869         <member name="
F:Microsoft.Office.Interop.Excel.XlSummaryRow.xlSummaryBelow">
13870             <summary>The summary row will be positioned below the detail rows
in the outline.</summary>
13871         </member>
13872         <member name="
T:Microsoft.Office.Interop.Excel.XlTableStyleElementType">
13873             <summary>Specifies the table style element used.</summary>
13874         </member>
13875         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlBlankRow">
13876             <summary>Blank row</summary>
13877         </member>
13878         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlColumnStripe1">
13879             <summary>Column Stripe1</summary>
13880         </member>
13881         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlColumnStripe2">
13882             <summary>Column Stripe2</summary>
13883         </member>
13884         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlColumnSubheading1">
13885             <summary>Column Subheading1</summary>
13886         </member>
13887         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlColumnSubheading2">
13888             <summary>Column Subheading2</summary>
13889         </member>
13890         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlColumnSubheading3">
13891             <summary>Column Subheading3</summary>
13892         </member>
13893         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlFirstColumn">
13894             <summary>First column</summary>
13895         </member>
13896         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlFirstHeaderCell">
13897             <summary>First header cell</summary>
13898         </member>
13899         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlFirstTotalCell">
13900             <summary>First total cell</summary>
13901         </member>
13902         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlGrandTotalColumn">
13903             <summary>Grand total column</summary>
13904         </member>
13905         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlGrandTotalRow">
13906             <summary>Grand total row</summary>
13907         </member>
13908         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlHeaderRow">
13909             <summary>Header row</summary>
13910         </member>
13911         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlLastColumn">
13912             <summary>Last column</summary>
13913         </member>
13914         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlLastHeaderCell">
13915             <summary>Last header cell</summary>
13916         </member>
13917         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlLastTotalCell">
13918             <summary>Last total cell</summary>
13919         </member>
13920         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlPageFieldLabels">
13921             <summary>Page field labels</summary>
13922         </member>
13923         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlPageFieldValues">
13924             <summary>Page field values</summary>
13925         </member>
13926         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlRowStripe1">
13927             <summary>Row Stripe1</summary>
13928         </member>
13929         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlRowStripe2">
13930             <summary>Row Stripe2</summary>
13931         </member>
13932         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlRowSubheading1">
13933             <summary>Row Subheading1</summary>
13934         </member>
13935         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlRowSubheading2">
13936             <summary>Row Subheading2</summary>
13937         </member>
13938         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlRowSubheading3">
13939             <summary>Row Subheading3</summary>
13940         </member>
13941         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlSubtotalColumn1">
13942             <summary>Subtotal Column1</summary>
13943         </member>
13944         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlSubtotalColumn2">
13945             <summary>Subtotal Column2</summary>
13946         </member>
13947         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlSubtotalColumn3">
13948             <summary>Subtotal Column3</summary>
13949         </member>
13950         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlSubtotalRow1">
13951             <summary>Subtotal Row1</summary>
13952         </member>
13953         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlSubtotalRow2">
13954             <summary>Subtotal Row2</summary>
13955         </member>
13956         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlSubtotalRow3">
13957             <summary>Subtotal Row3</summary>
13958         </member>
13959         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlTotalRow">
13960             <summary>Total Row</summary>
13961         </member>
13962         <member name="
F:Microsoft.Office.Interop.Excel.XlTableStyleElementType.xlWholeTable">
13963             <summary>Whole Table</summary>
13964         </member>
13965         <member name="
T:Microsoft.Office.Interop.Excel.XlTabPosition">
13966             <summary>Specifies the first or last tab position.</summary>
13967         </member>
13968         <member name="
F:Microsoft.Office.Interop.Excel.XlTabPosition.xlTabPositionFirst">
13969             <summary>First tab position.</summary>
13970         </member>
13971         <member name="
F:Microsoft.Office.Interop.Excel.XlTabPosition.xlTabPositionLast">
13972             <summary>Last tab position.</summary>
13973         </member>
13974         <member name="
T:Microsoft.Office.Interop.Excel.XlTextParsingType">
13975             <summary>Specifies the column format
for the data in the text file that you’re importing into a query table.</summary>
13976         </member>
13977         <member name="
F:Microsoft.Office.Interop.Excel.XlTextParsingType.xlDelimited">
13978             <summary>
default. Indicates the file is delimited by delimiter characters</summary>
13979         </member>
13980         <member name="
F:Microsoft.Office.Interop.Excel.XlTextParsingType.xlFixedWidth">
13981             <summary>Indicates that the data
in the file is arranged in columns of fixed widths.</summary>
13982         </member>
13983         <member name="
T:Microsoft.Office.Interop.Excel.XlTextQualifier">
13984             <summary>Specifies the delimiter to use to specify text.</summary>
13985         </member>
13986         <member name="
F:Microsoft.Office.Interop.Excel.XlTextQualifier.xlTextQualifierDoubleQuote">
13987             <summary>Double quote ("
).</summary>
13988         </member>
13989         <member name=
"F:Microsoft.Office.Interop.Excel.XlTextQualifier.xlTextQualifierNone">
13990             <summary>No delimiter.</summary>
13991         </member>
13992         <member name=
"F:Microsoft.Office.Interop.Excel.XlTextQualifier.xlTextQualifierSingleQuote">
13993             <summary>Single quote (
').</summary>
13994         </member>
13995         <member name=
"T:Microsoft.Office.Interop.Excel.XlTextVisualLayoutType">
13996             <summary>Specifies whether the visual layout of the text being imported
is left-to-right or right-to-left.</summary>
13997         </member>
13998         <member name=
"F:Microsoft.Office.Interop.Excel.XlTextVisualLayoutType.xlTextVisualLTR">
13999             <summary>Left to right.</summary>
14000         </member>
14001         <member name=
"F:Microsoft.Office.Interop.Excel.XlTextVisualLayoutType.xlTextVisualRTL">
14002             <summary>Right to left.</summary>
14003         </member>
14004         <member name=
"T:Microsoft.Office.Interop.Excel.XlThemeColor">
14005             <summary>Specifies the theme color to be used.</summary>
14006         </member>
14007         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorAccent1">
14008             <summary>Accent1</summary>
14009         </member>
14010         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorAccent2">
14011             <summary>Accent2</summary>
14012         </member>
14013         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorAccent3">
14014             <summary>Accent3</summary>
14015         </member>
14016         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorAccent4">
14017             <summary>Accent4</summary>
14018         </member>
14019         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorAccent5">
14020             <summary>Accent5</summary>
14021         </member>
14022         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorAccent6">
14023             <summary>Accent6</summary>
14024         </member>
14025         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorDark1">
14026             <summary>Dark1</summary>
14027         </member>
14028         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorDark2">
14029             <summary>Dark2</summary>
14030         </member>
14031         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorFollowedHyperlink">
14032             <summary>Followed hyperlink</summary>
14033         </member>
14034         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorHyperlink">
14035             <summary>Hyperlink</summary>
14036         </member>
14037         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorLight1">
14038             <summary>Light1</summary>
14039         </member>
14040         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeColor.xlThemeColorLight2">
14041             <summary>Light2</summary>
14042         </member>
14043         <member name=
"T:Microsoft.Office.Interop.Excel.XlThemeFont">
14044             <summary>Specifies the theme font to use.</summary>
14045         </member>
14046         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeFont.xlThemeFontMajor">
14047             <summary>Major.</summary>
14048         </member>
14049         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeFont.xlThemeFontMinor">
14050             <summary>Minor.</summary>
14051         </member>
14052         <member name=
"F:Microsoft.Office.Interop.Excel.XlThemeFont.xlThemeFontNone">
14053             <summary>Do not use any theme font.</summary>
14054         </member>
14055         <member name=
"T:Microsoft.Office.Interop.Excel.XlThreadMode">
14056             <summary>Specifies the control over the multi-threaded calculation mode.</summary>
14057         </member>
14058         <member name=
"F:Microsoft.Office.Interop.Excel.XlThreadMode.xlThreadModeAutomatic">
14059             <summary>Multi-threaded calculation mode
is automatic.</summary>
14060         </member>
14061         <member name=
"F:Microsoft.Office.Interop.Excel.XlThreadMode.xlThreadModeManual">
14062             <summary>Multi-threaded calculation mode
is manual.</summary>
14063         </member>
14064         <member name=
"T:Microsoft.Office.Interop.Excel.XlTickLabelOrientation">
14065             <summary>Specifies the text orientation
for tick-mark labels.</summary>
14066         </member>
14067         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelOrientation.xlTickLabelOrientationAutomatic">
14068             <summary>Text orientation
set by Excel.</summary>
14069         </member>
14070         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelOrientation.xlTickLabelOrientationDownward">
14071             <summary>Text runs down.</summary>
14072         </member>
14073         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelOrientation.xlTickLabelOrientationHorizontal">
14074             <summary>Characters run horizontally.</summary>
14075         </member>
14076         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelOrientation.xlTickLabelOrientationUpward">
14077             <summary>Text runs up.</summary>
14078         </member>
14079         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelOrientation.xlTickLabelOrientationVertical">
14080             <summary>Characters run vertically.</summary>
14081         </member>
14082         <member name=
"T:Microsoft.Office.Interop.Excel.XlTickLabelPosition">
14083             <summary>Specifies the position of tick-mark labels
on the specified axis.</summary>
14084         </member>
14085         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelPosition.xlTickLabelPositionHigh">
14086             <summary>Top or right side of the chart.</summary>
14087         </member>
14088         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelPosition.xlTickLabelPositionLow">
14089             <summary>Bottom or left side of the chart.</summary>
14090         </member>
14091         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelPosition.xlTickLabelPositionNextToAxis">
14092             <summary>Next to axis (
where axis is not at either side of the chart).</summary>
14093         </member>
14094         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickLabelPosition.xlTickLabelPositionNone">
14095             <summary>No tick marks.</summary>
14096         </member>
14097         <member name=
"T:Microsoft.Office.Interop.Excel.XlTickMark">
14098             <summary>Specifies the position of major and minor tick marks
for an axis.</summary>
14099         </member>
14100         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickMark.xlTickMarkCross">
14101             <summary>Crosses the axis.</summary>
14102         </member>
14103         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickMark.xlTickMarkInside">
14104             <summary>Inside the axis.</summary>
14105         </member>
14106         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickMark.xlTickMarkNone">
14107             <summary>No mark.</summary>
14108         </member>
14109         <member name=
"F:Microsoft.Office.Interop.Excel.XlTickMark.xlTickMarkOutside">
14110             <summary>Outside the axis.</summary>
14111         </member>
14112         <member name=
"T:Microsoft.Office.Interop.Excel.XlTimePeriods">
14113             <summary>Specifies the time period.</summary>
14114         </member>
14115         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlLast7Days">
14116             <summary>Last
7 days</summary>
14117         </member>
14118         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlLastMonth">
14119             <summary>Last month</summary>
14120         </member>
14121         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlLastWeek">
14122             <summary>Last week</summary>
14123         </member>
14124         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlNextMonth">
14125             <summary>Next month</summary>
14126         </member>
14127         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlNextWeek">
14128             <summary>Next week</summary>
14129         </member>
14130         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlThisMonth">
14131             <summary>This month</summary>
14132         </member>
14133         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlThisWeek">
14134             <summary>This week</summary>
14135         </member>
14136         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlToday">
14137             <summary>Today</summary>
14138         </member>
14139         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlTomorrow">
14140             <summary>Tomorrow</summary>
14141         </member>
14142         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimePeriods.xlYesterday">
14143             <summary>Yesterday</summary>
14144         </member>
14145         <member name=
"T:Microsoft.Office.Interop.Excel.XlTimeUnit">
14146             <summary>Specifies unit of time
for chart axis and data series.</summary>
14147         </member>
14148         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimeUnit.xlDays">
14149             <summary>Days.</summary>
14150         </member>
14151         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimeUnit.xlMonths">
14152             <summary>Months.</summary>
14153         </member>
14154         <member name=
"F:Microsoft.Office.Interop.Excel.XlTimeUnit.xlYears">
14155             <summary>Years.</summary>
14156         </member>
14157         <member name=
"T:Microsoft.Office.Interop.Excel.XlToolbarProtection">
14158             <summary>Specifies which properties of a toolbar are restricted. Options may be combined
using Or.</summary>
14159         </member>
14160         <member name=
"F:Microsoft.Office.Interop.Excel.XlToolbarProtection.xlNoButtonChanges">
14161             <summary>No button changes permitted.</summary>
14162         </member>
14163         <member name=
"F:Microsoft.Office.Interop.Excel.XlToolbarProtection.xlNoChanges">
14164             <summary>No changes of any kind.</summary>
14165         </member>
14166         <member name=
"F:Microsoft.Office.Interop.Excel.XlToolbarProtection.xlNoDockingChanges">
14167             <summary>No changes to toolbar
's docking position.</summary>
14168         </member>
14169         <member name=
"F:Microsoft.Office.Interop.Excel.XlToolbarProtection.xlNoShapeChanges">
14170             <summary>No changes to toolbar shape.</summary>
14171         </member>
14172         <member name=
"F:Microsoft.Office.Interop.Excel.XlToolbarProtection.xlToolbarProtectionNone">
14173             <summary>All changes permitted.</summary>
14174         </member>
14175         <member name=
"T:Microsoft.Office.Interop.Excel.XlTopBottom">
14176             <summary>Specifies the top
10 values from the top or bottom of a series of values.</summary>
14177         </member>
14178         <member name=
"F:Microsoft.Office.Interop.Excel.XlTopBottom.xlTop10Bottom">
14179             <summary>Top
10 bottom values</summary>
14180         </member>
14181         <member name=
"F:Microsoft.Office.Interop.Excel.XlTopBottom.xlTop10Top">
14182             <summary>Top
10 values</summary>
14183         </member>
14184         <member name=
"T:Microsoft.Office.Interop.Excel.XlTotalsCalculation">
14185             <summary>Specifies the type of calculation
in the Totals row of a list column.</summary>
14186         </member>
14187         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationAverage">
14188             <summary>Average.</summary>
14189         </member>
14190         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationCount">
14191             <summary>Count of non-empty cells.</summary>
14192         </member>
14193         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationCountNums">
14194             <summary>Count of cells with numeric values.</summary>
14195         </member>
14196         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationCustom">
14197             <summary>Custom calculation</summary>
14198         </member>
14199         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationMax">
14200             <summary>Maximum
value.</summary>
14201         </member>
14202         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationMin">
14203             <summary>Minimum
value.</summary>
14204         </member>
14205         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationNone">
14206             <summary>No calculation.</summary>
14207         </member>
14208         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationStdDev">
14209             <summary>Standard deviation.</summary>
14210         </member>
14211         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationSum">
14212             <summary>Sum.</summary>
14213         </member>
14214         <member name=
"F:Microsoft.Office.Interop.Excel.XlTotalsCalculation.xlTotalsCalculationVar">
14215             <summary>Variance.</summary>
14216         </member>
14217         <member name=
"T:Microsoft.Office.Interop.Excel.XlTrendlineType">
14218             <summary>Specifies how the trendline that smoothes
out fluctuations in the data is calculated.</summary>
14219         </member>
14220         <member name=
"F:Microsoft.Office.Interop.Excel.XlTrendlineType.xlExponential">
14221             <summary>Uses an equation to calculate the least squares fit through points.</summary>
14222         </member>
14223         <member name=
"F:Microsoft.Office.Interop.Excel.XlTrendlineType.xlLinear">
14224             <summary>Uses the linear equation y = mx + b to calculate the least squares fit through points.</summary>
14225         </member>
14226         <member name=
"F:Microsoft.Office.Interop.Excel.XlTrendlineType.xlLogarithmic">
14227             <summary>Uses the equation y = c ln x + b to calculate the least squares fit through points.</summary>
14228         </member>
14229         <member name=
"F:Microsoft.Office.Interop.Excel.XlTrendlineType.xlMovingAvg">
14230             <summary>Uses a sequence of averages computed
from parts of the data series. The number of points equals the total number of points in the series less the number specified for the period.</summary>
14231         </member>
14232         <member name=
"F:Microsoft.Office.Interop.Excel.XlTrendlineType.xlPolynomial">
14233             <summary>Uses an equation to calculate the least squares fit through points.</summary>
14234         </member>
14235         <member name=
"F:Microsoft.Office.Interop.Excel.XlTrendlineType.xlPower">
14236             <summary>Uses an equation to calculate the least squares fit through points.</summary>
14237         </member>
14238         <member name=
"T:Microsoft.Office.Interop.Excel.XlUnderlineStyle">
14239             <summary>Specifies the type of underline applied to a font.</summary>
14240         </member>
14241         <member name=
"F:Microsoft.Office.Interop.Excel.XlUnderlineStyle.xlUnderlineStyleDouble">
14242             <summary>Double thick underline.</summary>
14243         </member>
14244         <member name=
"F:Microsoft.Office.Interop.Excel.XlUnderlineStyle.xlUnderlineStyleDoubleAccounting">
14245             <summary>Two thin underlines placed close together.</summary>
14246         </member>
14247         <member name=
"F:Microsoft.Office.Interop.Excel.XlUnderlineStyle.xlUnderlineStyleNone">
14248             <summary>No underlining.</summary>
14249         </member>
14250         <member name=
"F:Microsoft.Office.Interop.Excel.XlUnderlineStyle.xlUnderlineStyleSingle">
14251             <summary>Single underlining.</summary>
14252         </member>
14253         <member name=
"F:Microsoft.Office.Interop.Excel.XlUnderlineStyle.xlUnderlineStyleSingleAccounting">
14254             <summary>Not supported.</summary>
14255         </member>
14256         <member name=
"T:Microsoft.Office.Interop.Excel.XlUpdateLinks">
14257             <summary>Specifies a workbook
's setting for updating embedded OLE links.</summary>
14258         </member>
14259         <member name=
"F:Microsoft.Office.Interop.Excel.XlUpdateLinks.xlUpdateLinksAlways">
14260             <summary>Embedded OLE links are always updated
for the specified workbook.</summary>
14261         </member>
14262         <member name=
"F:Microsoft.Office.Interop.Excel.XlUpdateLinks.xlUpdateLinksNever">
14263             <summary>Embedded OLE links are never updated
for the specified workbook.</summary>
14264         </member>
14265         <member name=
"F:Microsoft.Office.Interop.Excel.XlUpdateLinks.xlUpdateLinksUserSetting">
14266             <summary>Embedded OLE links are updated according to the user
's settings for the specified workbook.</summary>
14267         </member>
14268         <member name=
"T:Microsoft.Office.Interop.Excel.XlVAlign">
14269             <summary>Specifies the vertical alignment
for the object.</summary>
14270         </member>
14271         <member name=
"F:Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignBottom">
14272             <summary>Bottom.</summary>
14273         </member>
14274         <member name=
"F:Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignCenter">
14275             <summary>Center.</summary>
14276         </member>
14277         <member name=
"F:Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignDistributed">
14278             <summary>Distributed.</summary>
14279         </member>
14280         <member name=
"F:Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignJustify">
14281             <summary>Justify.</summary>
14282         </member>
14283         <member name=
"F:Microsoft.Office.Interop.Excel.XlVAlign.xlVAlignTop">
14284             <summary>Top.</summary>
14285         </member>
14286         <member name=
"T:Microsoft.Office.Interop.Excel.XlWBATemplate">
14287             <summary>Specifies the type of workbook to create.</summary>
14288         </member>
14289         <member name=
"F:Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATChart">
14290             <summary>Chart.</summary>
14291         </member>
14292         <member name=
"F:Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATExcel4IntlMacroSheet">
14293             <summary>Excel version
4 macro.</summary>
14294         </member>
14295         <member name=
"F:Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATExcel4MacroSheet">
14296             <summary>Excel version
4 international macro.</summary>
14297         </member>
14298         <member name=
"F:Microsoft.Office.Interop.Excel.XlWBATemplate.xlWBATWorksheet">
14299             <summary>Worksheet.</summary>
14300         </member>
14301         <member name=
"T:Microsoft.Office.Interop.Excel.XlWebFormatting">
14302             <summary>Specifies how much formatting
from a Web page, if any, is applied when a Web page is imported into a query table.</summary>
14303         </member>
14304         <member name=
"F:Microsoft.Office.Interop.Excel.XlWebFormatting.xlWebFormattingAll">
14305             <summary>All formatting
is imported.</summary>
14306         </member>
14307         <member name=
"F:Microsoft.Office.Interop.Excel.XlWebFormatting.xlWebFormattingNone">
14308             <summary>No formatting
is imported.</summary>
14309         </member>
14310         <member name=
"F:Microsoft.Office.Interop.Excel.XlWebFormatting.xlWebFormattingRTF">
14311             <summary>Rich Text Format compatible formatting
is imported.</summary>
14312         </member>
14313         <member name=
"T:Microsoft.Office.Interop.Excel.XlWebSelectionType">
14314             <summary>Specifies whether an entire Web page, all tables
on the Web page, or only a specific table is imported into a query table.</summary>
14315         </member>
14316         <member name=
"F:Microsoft.Office.Interop.Excel.XlWebSelectionType.xlAllTables">
14317             <summary>All tables.</summary>
14318         </member>
14319         <member name=
"F:Microsoft.Office.Interop.Excel.XlWebSelectionType.xlEntirePage">
14320             <summary>Entire page.</summary>
14321         </member>
14322         <member name=
"F:Microsoft.Office.Interop.Excel.XlWebSelectionType.xlSpecifiedTables">
14323             <summary>Specified tables.</summary>
14324         </member>
14325         <member name=
"T:Microsoft.Office.Interop.Excel.XlWindowState">
14326             <summary>Specifies the state of the window.</summary>
14327         </member>
14328         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowState.xlMaximized">
14329             <summary>Maximized.</summary>
14330         </member>
14331         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowState.xlMinimized">
14332             <summary>Minimized.</summary>
14333         </member>
14334         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowState.xlNormal">
14335             <summary>Normal.</summary>
14336         </member>
14337         <member name=
"T:Microsoft.Office.Interop.Excel.XlWindowType">
14338             <summary>Specifies how the chart
is displayed.</summary>
14339         </member>
14340         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowType.xlChartAsWindow">
14341             <summary>The chart will open
in a new window.</summary>
14342         </member>
14343         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowType.xlChartInPlace">
14344             <summary>The chart will be displayed
on the current worksheet.</summary>
14345         </member>
14346         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowType.xlClipboard">
14347             <summary>The chart
is copied to the clipboard.</summary>
14348         </member>
14349         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowType.xlInfo">
14350             <summary>This constant has been deprecated.</summary>
14351         </member>
14352         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowType.xlWorkbook">
14353             <summary>This constant applies to Macintosh only.</summary>
14354         </member>
14355         <member name=
"T:Microsoft.Office.Interop.Excel.XlWindowView">
14356             <summary>Specifies the view showing
in the window.</summary>
14357         </member>
14358         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowView.xlNormalView">
14359             <summary>Normal.</summary>
14360         </member>
14361         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowView.xlPageBreakPreview">
14362             <summary>Page
break preview.</summary>
14363         </member>
14364         <member name=
"F:Microsoft.Office.Interop.Excel.XlWindowView.xlPageLayoutView">
14365             <summary>Page layout view.</summary>
14366         </member>
14367         <member name=
"T:Microsoft.Office.Interop.Excel.XlXLMMacroType">
14368             <summary>Specifies,
in a Microsoft Excel version 4 macro worksheet, what type of macro a name refers to or whether the name refers to a macro.</summary>
14369         </member>
14370         <member name=
"F:Microsoft.Office.Interop.Excel.XlXLMMacroType.xlCommand">
14371             <summary>Custom command.</summary>
14372         </member>
14373         <member name=
"F:Microsoft.Office.Interop.Excel.XlXLMMacroType.xlFunction">
14374             <summary>Custom function.</summary>
14375         </member>
14376         <member name=
"F:Microsoft.Office.Interop.Excel.XlXLMMacroType.xlNotXLM">
14377             <summary>Not a macro.</summary>
14378         </member>
14379         <member name=
"T:Microsoft.Office.Interop.Excel.XlXmlExportResult">
14380             <summary>Specifies the results of the save or export operation.</summary>
14381         </member>
14382         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlExportResult.xlXmlExportSuccess">
14383             <summary>The XML data file was successfully exported.</summary>
14384         </member>
14385         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlExportResult.xlXmlExportValidationFailed">
14386             <summary>The contents of the XML data file
do not match the specified schema map.</summary>
14387         </member>
14388         <member name=
"T:Microsoft.Office.Interop.Excel.XlXmlImportResult">
14389             <summary>Specifies the results of the refresh or import operation.</summary>
14390         </member>
14391         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlImportResult.xlXmlImportElementsTruncated">
14392             <summary>The contents of the specified XML data file have been truncated because the XML data file
is too large for the worksheet.</summary>
14393         </member>
14394         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlImportResult.xlXmlImportSuccess">
14395             <summary>The XML data file was successfully imported.</summary>
14396         </member>
14397         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlImportResult.xlXmlImportValidationFailed">
14398             <summary>The contents of the XML data file
do not match the specified schema map.</summary>
14399         </member>
14400         <member name=
"T:Microsoft.Office.Interop.Excel.XlXmlLoadOption">
14401             <summary>Specifies how Excel opens the XML data file.</summary>
14402         </member>
14403         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlLoadOption.xlXmlLoadImportToList">
14404             <summary>Places the contents of the XML data file
in an XML list.</summary>
14405         </member>
14406         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlLoadOption.xlXmlLoadMapXml">
14407             <summary>Displays the schema of the XML data file
in the XML Structure task pane.</summary>
14408         </member>
14409         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlLoadOption.xlXmlLoadOpenXml">
14410             <summary>Opens the XML data file. The contents of the file will be flattened.</summary>
14411         </member>
14412         <member name=
"F:Microsoft.Office.Interop.Excel.XlXmlLoadOption.xlXmlLoadPromptUser">
14413             <summary>Prompts the user to choose how to open the file.</summary>
14414         </member>
14415         <member name=
"T:Microsoft.Office.Interop.Excel.XlYesNoGuess">
14416             <summary>Specifies whether or not the first row contains headers.</summary>
14417         </member>
14418         <member name=
"F:Microsoft.Office.Interop.Excel.XlYesNoGuess.xlGuess">
14419             <summary>Excel determines whether there’s a header, and to determine
where it is, if there is one.</summary>
14420         </member>
14421         <member name=
"F:Microsoft.Office.Interop.Excel.XlYesNoGuess.xlNo">
14422             <summary>
default. (The entire range should be sorted).</summary>
14423         </member>
14424         <member name=
"F:Microsoft.Office.Interop.Excel.XlYesNoGuess.xlYes">
14425             <summary>(The entire range should not be sorted).</summary>
14426         </member>
14427         <member name=
"T:Microsoft.Office.Interop.Excel.XmlDataBinding">
14428             <summary>Represents the connection to the source data
for an <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object.</summary>
14429         </member>
14430         <member name=
"M:Microsoft.Office.Interop.Excel.XmlDataBinding.LoadSettings(System.String)">
14431             <summary>Initializes the specified data binding with settings
from an XML data file or a Data Retrieval Service Connection (.uxdc) file.</summary>
14432             <param name=
"Url">Required String. The path to the XML data or Microsoft Office XML Data Source (.uxdc) file. The path is specified in the Uniform Resource Locator (URL) or universal naming convention (UNC) format.</param>
14433         </member>
14434         <member name=
"T:Microsoft.Office.Interop.Excel.XmlMap">
14435             <summary>Represents an XML map that has been added to a workbook.</summary>
14436         </member>
14437         <member name=
"M:Microsoft.Office.Interop.Excel.XmlMap.Export(System.String,System.Object)">
14438             <summary>Exports the contents of cells mapped to the specified <see cref=
"T:Microsoft.Office.Interop.Excel.XmlMap"></see> object to an XML data file. Returns <see cref="T:Microsoft.Office.Interop.Excel.XlXmlExportResult"></see>.</summary>
14439             <param name=
"Url">Required String. The path and filename of the XML data file to export to.</param>
14440             <param name=
"Overwrite">Required Boolean. Set to True to overwrite the file specified in the URL parameter if the file exists. The default value if False.</param>
14441         </member>
14442         <member name=
"M:Microsoft.Office.Interop.Excel.XmlMap.ExportXml(System.String@)">
14443             <summary>Exports the contents of cells mapped to the specified <see cref=
"T:Microsoft.Office.Interop.Excel.XmlMap"></see> object to a String variable. Returns <see cref="T:Microsoft.Office.Interop.Excel.XlXmlExportResult"></see>.</summary>
14444             <param name=
"Data">Required String. The variable to export the data to.</param>
14445         </member>
14446         <member name=
"M:Microsoft.Office.Interop.Excel.XmlMap.Import(System.String,System.Object)">
14447             <summary>Imports data
from the specified XML data file into cells that have been mapped to the specified <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object. Returns <see cref="T:Microsoft.Office.Interop.Excel.XlXmlImportResult"></see>.</summary>
14448             <param name=
"Url">Required String. The path to the XML data to import. The path can be specified in Universal Naming convention (UNC) or Uniform Resource Locator (URL) format. The file can be an XML data file or a valid Office XML data Source Connection (.uxdc) file.</param>
14449             <param name=
"Overwrite">Optional Object. Set to True to overwrite existing data. Set to False to append to existing data. The default value is False.</param>
14450         </member>
14451         <member name=
"M:Microsoft.Office.Interop.Excel.XmlMap.ImportXml(System.String,System.Object)">
14452             <summary>Imports XML data
from a String variable into cells that have been mapped to the specified <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object. Returns an <see cref="T:Microsoft.Office.Interop.Excel.XlXmlImportResult"></see> constant.</summary>
14453             <param name=
"XmlData">Required String. The string that contains the XML data to import.</param>
14454             <param name=
"Overwrite">Optional Boolean value. Specifies whether to overwrite the contents of cells that are currently mapped to the specified XML map. Set to True to overwrite the cells; set to False to append the data to the existing range. If this parameter is not specified, the current value of the <see cref="P:Microsoft.Office.Interop.Excel.XmlMap.AppendOnImport"></see> property of the XML map determines whether the contents of cells are overwritten or not.</param>
14455         </member>
14456         <member name=
"P:Microsoft.Office.Interop.Excel.XmlMap.WorkbookConnection">
14457             <summary>Retuns a
new connection for the specified <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object. Read-only.</summary>
14458             <returns><see cref=
"T:Microsoft.Office.Interop.Excel.WorkbookConnection"></see></returns>
14459         </member>
14460         <member name=
"T:Microsoft.Office.Interop.Excel.XmlMaps">
14461             <summary>Represents the collection of <see cref=
"T:Microsoft.Office.Interop.Excel.XmlMap"></see> objects that have been added to a workbook.</summary>
14462         </member>
14463         <member name=
"M:Microsoft.Office.Interop.Excel.XmlMaps.Add(System.String,System.Object)">
14464             <summary>Adds an XML map to the specified workbook. Returns an <see cref=
"T:Microsoft.Office.Interop.Excel.XmlMap"></see> object.</summary>
14465             <param name=
"RootElementName">Optional String. The name of the root element. This argument can be ignored if the schema contains only one root element.</param>
14466             <param name=
"Schema">Required String. The schema to be added as an XML map. The string can be a path to a schema file, or to the schema itself. The path can be specified in the Universal Naming Convention (UNC) or Uniform Resource Locator (URL) format.</param>
14467         </member>
14468         <member name=
"P:Microsoft.Office.Interop.Excel.XmlMaps.Item(System.Object)">
14469             <summary>Returns a single
object from a collection.</summary>
14470             <param name=
"Index">Required Object. The name or index number of the object.</param>
14471         </member>
14472         <member name=
"T:Microsoft.Office.Interop.Excel.XmlNamespace">
14473             <summary>Represents a
namespace that has been added to a workbook.</summary>
14474         </member>
14475         <member name=
"T:Microsoft.Office.Interop.Excel.XmlNamespaces">
14476             <summary>Represents the collection of <see cref=
"T:Microsoft.Office.Interop.Excel.XmlNamespace"></see> objects in a workbook.</summary>
14477         </member>
14478         <member name=
"M:Microsoft.Office.Interop.Excel.XmlNamespaces.InstallManifest(System.String,System.Object)">
14479             <summary>Installs the specified XML expansion pack
on the user's computer, making an XML smart document solution available to one or more users.</summary>
14480             <param name=
"InstallForAllUsers">Optional Boolean. True installs the XML expansion pack and makes it available to all users on a machine. False makes the XML expansion pack available for the current user only. Default is False.</param>
14481             <param name=
"Path">Required String. The path and file name of the XML expansion pack.</param>
14482         </member>
14483         <member name=
"P:Microsoft.Office.Interop.Excel.XmlNamespaces.Item(System.Object)">
14484             <summary>Returns a single
object from a collection.</summary>
14485             <param name=
"Index">Required Object. The name or index number of the object.</param>
14486         </member>
14487         <member name=
"T:Microsoft.Office.Interop.Excel.XmlSchema">
14488             <summary>Represents an XML schema contained
by an <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object.</summary>
14489         </member>
14490         <member name=
"T:Microsoft.Office.Interop.Excel.XmlSchemas">
14491             <summary>Represents the collection of <see cref=
"T:Microsoft.Office.Interop.Excel.XmlSchema"></see> objects contained by an <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see> object.</summary>
14492         </member>
14493         <member name=
"P:Microsoft.Office.Interop.Excel.XmlSchemas.Item(System.Object)">
14494             <summary>Returns a single
object from a collection.</summary>
14495             <param name=
"Index">Required Object. The name or index number of the object.</param>
14496         </member>
14497         <member name=
"T:Microsoft.Office.Interop.Excel.XPath">
14498             <summary>Represents an XPath that has been mapped to a <see cref=
"T:Microsoft.Office.Interop.Excel.Range"></see> or <see cref="T:Microsoft.Office.Interop.Excel.ListColumn"></see> object.</summary>
14499         </member>
14500         <member name=
"M:Microsoft.Office.Interop.Excel.XPath.SetValue(Microsoft.Office.Interop.Excel.XmlMap,System.String,System.Object,System.Object)">
14501             <summary>Maps the specified <see cref=
"T:Microsoft.Office.Interop.Excel.XPath"></see> object to a <see cref="T:Microsoft.Office.Interop.Excel.ListColumn"></see> object or <see cref="T:Microsoft.Office.Interop.Excel.Range"></see> collection. If the XPath object has previously been mapped to the ListColumn object or Range collection, the SetValue method sets the properties of the XPath object.</summary>
14502             <param name=
"Map">Required <see cref="T:Microsoft.Office.Interop.Excel.XmlMap"></see>. The schema map that contains information about the XPath object.</param>
14503             <param name=
"Repeating">Optional Boolean. Specifies whether the XPath object is to be bound to a column in an XML list, or mapped to a single cell. Set to True to bind the XPath object to a column in an XML list.</param>
14504             <param name=
"XPath">Required String. A valid XPath statement.</param>
14505             <param name=
"SelectionNamespace">Optional Object. Specifies any namespace prefixes used in the XPath argument. This argument can be omitted if the XPath object doesn't contain any prefixes, or if the XPath object uses the Microsoft Excel prefixes.</param>
14506         </member>
14507     </members>
14508 </doc>


Gõ tìm kiếm nhanh...