Piolot_Order_TH/bin/Debug/Xceed.Workbooks.NET.xml

4300 lines
320 KiB
XML
Raw Normal View History

2025-04-01 11:44:11 +08:00
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>Xceed.Workbooks.NET</name>
</assembly>
<members>
<member name="T:Xceed.Workbooks.NET.IRangeBase`1">
<summary>Offers the base properties for a range.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyAlignment">
<summary>Interface exposing the properties and methods of a read-only Alignment object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyBorder">
<summary>Interface exposing the properties and methods of a read-only Border object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyFill">
<summary>Interface exposing the properties and methods of a read-only Fill object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyFont">
<summary>Interface exposing the properties and methods of a read-only Font object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyProtection">
<summary>Interface exposing the properties and methods of a read-only Protection object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyStyle">
<summary>Interface exposing the properties and methods of a read-only Style object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyThemeColor">
<summary>Represents the available properties of a read-only ThemeColor object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyWorkbookProtection">
<summary>Contains, in their read-only version, the actions that can be carried out on a Workbook
when it is protected.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.IReadonlyWorksheetProtection">
<summary>Contains, in their read-only version, the actions that can be carried out on a Worksheet
when it is protected.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IRangeBase`1.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the range.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the range. The default setting isAll.</param>
</member>
<member name="M:Xceed.Workbooks.NET.IRangeBase`1.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the range and replaces all occurences of a specific value with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the range.</returns>
<param name="searchValue">The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.IRangeBase`1.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the range and replaces all instances of the <em>SearchValues</em> with their corresponding <em>NewValues</em>.</summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the range.</returns>
<param name="searchValues">The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="P:Xceed.Workbooks.NET.IRangeBase`1.Count">
<summary>Gets the number of items in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IRangeBase`1.Elements">
<summary>Gets the items in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IRangeBase`1.EndingElement">
<summary>Gets or sets the last item in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IRangeBase`1.StartingElement">
<summary>Gets or sets the first item in the range.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IReadonlyAlignment.Clone">
<summary>Returns a copy of the Alignment object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyAlignment.Horizontal">
<summary>Gets the horizontal alignment.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyAlignment.IsTextWrapped">
<summary>Gets if the text content of a Cell is wrapped or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyAlignment.Vertical">
<summary>Gets the vertical alignment.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IReadonlyBorder.Clone">
<summary>Returns a copy of the Border object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyBorder.Color">
<summary>Gets the Border's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border~Color.html">Color</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyBorder.Style">
<summary>Gets the Border's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border~Style.html">Style</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyBorder.ThemeColor">
<summary>Gets the Border's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColor</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IReadonlyFill.Clone">
<summary>Returns a copy of the Fill object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFill.BackgroundColor">
<summary>Gets the Fill object's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~BackgroundColor.html">BackgroundColor</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFill.BackgroundThemeColor">
<summary>Gets the Fill object's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~BackgroundThemeColor.html">BackgroundThemeColor</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFill.PatternColor">
<summary>Gets the Fill object's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~PatternColor.html">PatternColor</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFill.PatternStyle">
<summary>Gets the Fill object's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~PatternStyle.html">PatternStyle</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFill.PatternThemeColor">
<summary>Gets the Fill object's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~PatternThemeColor.html">PatternThemeColor</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IReadonlyFont.Clone">
<summary>Returns a copy of the Font object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Bold">
<summary>Gets if the Font object is bold or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Color">
<summary>Gets the Color of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font.html">Font</see> object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Italic">
<summary>Gets if the Font object is in italic.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Name">
<summary>Gets the name of the Font object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Size">
<summary>Gets the size of the Font object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Strikethrough">
<summary>Gets if the Font object is strikethrough.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Subscript">
<summary>Gets if the Font object is displayed as subscript.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Superscript">
<summary>Gets if the Font object is displayed as superscript.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.ThemeColor">
<summary>Gets the Font object's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font~ThemeColor.html">ThemeColor</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.Underline">
<summary>Gets if the Font object is underlined.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyFont.UnderlineType">
<summary>Gets the type of underline used on the Font object.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IReadonlyProtection.Clone">
<summary>Clones a Protection object.</summary>
<returns>The cloned Protection object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyProtection.HiddenFormula">
<summary>Gets if the content of the Cell or the formula are displayed in the formula bar or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyProtection.Locked">
<summary>Gets if the Cell is locked or not.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.IReadonlyStyle.Clone">
<summary>Returns a copy of the Style object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.Alignment">
<summary>Gets the Alignment object of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see> object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.Borders">
<summary>Gets the collection of active Borders from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.BuiltinType">
<summary>Gets the BuiltinStyleType.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.CustomFormat">
<summary>Gets the format of the Style object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.Fill">
<summary>Gets the Fill object of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see> object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.Font">
<summary>Gets the Font object of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see> object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.PredefinedNumberFormatId">
<summary>Gets the predefined format Id of the Style object. This Id will be a number between 0 and 49.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyStyle.Protection">
<summary>Gets the Protection object associated with the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyThemeColor.Type">
<summary>Gets the ThemeColor's type.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorkbookProtection.ProtectStructure">
<summary>Gets if the following actions are allowed when a Workbook is protected: adding, removing,
inserting, moving, copying, deleting and renaming <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorkbookProtection.ProtectWindows">
<summary>Gets if resizing the Workbook's window is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowDeleteColumns">
<summary>Gets if deleting Columns is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowDeleteRows">
<summary>Gets if deleting Rows is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowEditObjects">
<summary>Gets if editing objects like Pictures, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Notes</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comments</see> is allowed when
the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowFormatCells">
<summary>Gets if modifying the formatting of Cells is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowFormatColumns">
<summary>Gets if modifying the formatting of Columns is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowFormatRows">
<summary>Gets if modifying the formatting of Rows is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowInsertColumns">
<summary>Gets if inserting Columns is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowInsertHyperlinks">
<summary>Gets if inserting Hyperlinks is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowInsertRows">
<summary>Gets if inserting Rows is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowSelectLockedCells">
<summary>Gets if selecting locked Cells is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowSelectUnlockedCells">
<summary>Gets if selecting unlocked Cells is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.IReadonlyWorksheetProtection.AllowUseAutoFilter">
<summary>Gets if using AutoFilter is allowed when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Anchor">
<summary>Determines how a Picture is anchored in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Anchor.TwoCellAnchor">
<summary>This anchor uses the AnchorPosition (with different values for <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RangeBase`1~StartingElement.html">StartingElement</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RangeBase`1~EndingElement.html">EndingElement</see>) and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~Edit.html">Edit</see> properties to determine the position of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. The
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~TopLeftOffsets.html">TopLeftOffsets</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~BottomRightOffsets.html">BottomRightOffsets</see> properties can also be used to nudge the image using either
its top left or bottom right corners as a reference point.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Anchor.OneCellAnchor">
<summary>This anchor uses the AnchorPosition (with the same <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RangeBase`1~StartingElement.html">StartingElement</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RangeBase`1~EndingElement.html">EndingElement</see>), <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~Height.html">Height</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~Width.html">Width</see>
properties to determine the position of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. The <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~TopLeftOffsets.html">TopLeftOffsets</see> property can also be used to nudge the image using its top left corner
as a reference point.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Anchor.AbsoluteAnchor">
<summary>This anchor uses the AbsolutePosition, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~Height.html">Height</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~Width.html">Width</see>
properties to determine the position of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.AnnotationType">
<summary>Determines the Annotation's type.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.AnnotationType.Note">
<summary>The Annotation is a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.AnnotationType.Comment">
<summary>The Annotation is a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.BorderType">
<summary>Defines the Border's type.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.Top">
<summary>Border will be on top</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.Bottom">
<summary>Border will be at the bottom</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.Left">
<summary>Border will be at the left</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.Right">
<summary>Border will be at the right</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.Horizontal">
<summary>Borders will be at the top and at the bottom of the Cells in a range</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.Vertical">
<summary>Borders will be at the left and at the right of the Cells in a range</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.DiagonalUp">
<summary>Borders will be from the top left to the bottom right</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BorderType.DiagonalDown">
<summary>Borders will be from the bottom left to the top right</summary>
</member>
<member name="T:Xceed.Workbooks.NET.BreakType">
<summary>Determines which kind of page break will be inserted.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BreakType.Row">
<summary>Inserts a row break.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BreakType.Column">
<summary>Inserts a column break.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.BuiltinStyleType">
<summary>Represents the different types of built-in Cell<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Styles</see> offered by MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Normal">
<summary>
<img border="0" alt="" src="images/Normal.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Bad">
<summary>
<img border="0" alt="" src="images/Bad.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Good">
<summary>
<img border="0" alt="" src="images/Good.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Neutral">
<summary>
<img border="0" alt="" src="images/Neutral.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Calculation">
<summary>
<img border="0" alt="" src="images/Calculation.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.CheckCell">
<summary>
<img border="0" alt="" src="images/CheckCell.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.ExplanatoryText">
<summary>
<img border="0" alt="" src="images/ExplanatoryText.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Input">
<summary>
<img border="0" alt="" src="images/Input.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.LinkedCell">
<summary>
<img border="0" alt="" src="images/LinkedCell.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Note">
<summary>
<img border="0" alt="" src="images/Note.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Output">
<summary>
<img border="0" alt="" src="images/Output.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.WarningText">
<summary>
<img border="0" alt="" src="images/WarningText.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Heading1">
<summary>
<img border="0" alt="" src="images/Heading1.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Heading2">
<summary>
<img border="0" alt="" src="images/Heading2.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Heading3">
<summary>
<img border="0" alt="" src="images/Heading3.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Heading4">
<summary>
<img border="0" alt="" src="images/Heading4.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Title">
<summary>
<img border="0" alt="" src="images/Title.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Total">
<summary>
<img border="0" alt="" src="images/Total.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent1">
<summary>
<img border="0" alt="" src="images/Accent1.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent1_20_Percent">
<summary>
<img border="0" alt="" src="images/Accent1_20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent1_40_Percent">
<summary>
<img border="0" alt="" src="images/Accent1_40.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent1_60_Percent">
<summary>
<img border="0" alt="" src="images/Accent1_60.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent2">
<summary>
<img border="0" alt="" src="images/Accent.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent2_20_Percent">
<summary>
<img border="0" alt="" src="images/Accent2_20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent2_40_Percent">
<summary>
<img border="0" alt="" src="images/Accent2_40.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent2_60_Percent">
<summary>
<img border="0" alt="" src="images/Accent2_60.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent3">
<summary>
<img border="0" alt="" src="images/Accent3.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent3_20_Percent">
<summary>
<img border="0" alt="" src="images/Accent3_20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent3_40_Percent">
<summary>
<img border="0" alt="" src="images/Accent3_40.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent3_60_Percent">
<summary>
<img border="0" alt="" src="images/Accent3_60.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent4">
<summary>
<img border="0" alt="" src="images/Accent4.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent4_20_Percent">
<summary>
<img border="0" alt="" src="images/Accent4_20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent4_40_Percent">
<summary>
<img border="0" alt="" src="images/Accent4_40.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent4_60_Percent">
<summary>
<img border="0" alt="" src="images/Accent4_60.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent5">
<summary>
<img border="0" alt="" src="images/Accent5.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent5_20_Percent">
<summary>
<img border="0" alt="" src="images/Accent5_20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent5_40_Percent">
<summary>
<img border="0" alt="" src="images/Accent5_40.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent5_60_Percent">
<summary>
<img border="0" alt="" src="images/Accent5_60.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent6">
<summary>
<img border="0" alt="" src="images/Accent6.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent6_20_Percent">
<summary>
<img border="0" alt="" src="images/Accent6_20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent6_40_Percent">
<summary>
<img border="0" alt="" src="images/Accent6_40.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Accent6_60_Percent">
<summary>
<img border="0" alt="" src="images/Accent6_60.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Comma">
<summary>
<img border="0" alt="" src="images/Comma.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Comma_0">
<summary>
<img border="0" alt="" src="images/Comma_0.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Currency">
<summary>
<img border="0" alt="" src="images/Currency.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Currency_0">
<summary>
<img border="0" alt="" src="images/Currency_0.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Percent">
<summary>
<img border="0" alt="" src="images/Percent.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.Hyperlink">
<summary>
<img border="0" alt="" src="images/Hyperlink.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.FollowedHyperlink">
<summary>
<img border="0" alt="" src="images/FollowedHyperlink.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.RowLevel">
<summary>(Sorry, no preview is available for this one!)</summary>
</member>
<member name="F:Xceed.Workbooks.NET.BuiltinStyleType.ColumnLevel">
<summary>(Sorry, no preview is available for this one!)</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ClearOptions">
<summary>Contains the options that determine what will be cleared when one of the Clear methods is used on a Row, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> or Range.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ClearOptions.Contents">
<summary>This options will clear the content as well as the Formulas.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ClearOptions.Styles">
<summary>This option will clear only the Styles.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ClearOptions.Hyperlinks">
<summary>This option will clear the Hyperlinks but the rest of the content will remain in place.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ClearOptions.Annotations">
<summary>This option will clear only the Annotations.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ClearOptions.All">
<summary>This option will clear everything, meaning all the content, the Formulas, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Styles</see>, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlinks</see> and the
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotations</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.CopyOptions">
<summary>Determines if the Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> is cut or copied.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.CopyOptions.Copy">
<summary>The Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will
be copied; in other words, it will stay in place once pasted.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.CopyOptions.Cut">
<summary>The Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will
be cut; in other words, it will be removed once pasted.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataComparisonType">
<summary>Determines the type of comparison that the DataValidation process will use.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.Between">
<summary>To be valid, the data entered by the user must be between the MinValue &amp;
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation~MaxValue.html">MaxValue</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.NotBetween">
<summary>To be valid, the data entered by the user must not be between the MinValue
&amp; the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation~MaxValue.html">MaxValue</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.Equal">
<summary>To be valid, the data entered by the user must be equal to the Value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.NotEqual">
<summary>To be valid, the data entered by the user must not be the same as the Value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.GreaterThan">
<summary>To be valid, the data entered by the user must be greater than the Value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.LessThan">
<summary>To be valid, the data entered by the user must be less than the Value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.GreaterThanOrEqual">
<summary>To be valid, the data entered by the user must be greater than or equal to the Value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataComparisonType.LessThanOrEqual">
<summary>To be valid, the data entered by the user must be less than or equal to the Value.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataType">
<summary>Determines the type of data entered in a Cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.Number">
<summary>The data is an int, a double, a byte, a float or any of the other number types.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.Boolean">
<summary>The data is of the boolean type.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.DateTime">
<summary>The data is of the DateTime type.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.TimeSpan">
<summary>The value is of the TimeSpan type.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.Text">
<summary>The data is a string, an enum, a char or a guid.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.Error">
<summary>The data is an error.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataType.FormulaString">
<summary>The data is a formula.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataValidationErrorStyle">
<summary>Represents the different types of built-in error alerts offered by MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataValidationErrorStyle.Stop">
<summary>
<para>A Stop alert message prevents users from entering invalid data in a Cell.<br />
It offers two options: <em>Retry</em> or <em>Cancel</em>.<br /></para>
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataValidationErrorStyle.Warning">
<summary>Warns users that the data they entered is invalid, without preventing them from entering it. The users can click <em>Yes</em> to accept the invalid entry,
<em>No</em> to edit the invalid entry or <em>Cancel</em> to remove the invalid entry.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DataValidationErrorStyle.Information">
<summary>Informs users that the data they entered is invalid, without preventing them from entering it. The users can click <em>Ok</em> to accept the invalid value or
<em>Cancel</em> to reject it.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DeleteRangeShiftType">
<summary>Determines how Cells are shifted after a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> is deleted.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DeleteRangeShiftType.ShiftCellsLeft">
<summary>The Cells that are located after the deleted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> are shifted to the left.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.DeleteRangeShiftType.ShiftCellsUp">
<summary>The Cells that are located after the deleted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> are shifted up.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.FillPattern">
<summary>Represents the possible values for a pattern style when a Fill object is used to fill a
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.None">
<summary>No pattern is applied</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.Solid">
<summary>A solid fill pattern</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.Gray75">
<summary>A 75% gray fill pattern.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.Gray50">
<summary>A 50% gray fill pattern.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.Gray25">
<summary>A 25% gray fill pattern.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.Gray12">
<summary>A 12.5% gray fill pattern.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.Gray6">
<summary>A 6.25% gray fill pattern.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.HorizontalStripe">
<summary>A fill pattern that uses horizontal stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.VerticalStripe">
<summary>A fill pattern that uses vertical stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ReverseDiagonalStripe">
<summary>A fill pattern that uses left diagonal stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.DiagonalStripe">
<summary>A fill pattern that uses right diagonal stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.DiagonalCrosshatch">
<summary>A fill pattern that uses cross diagonal stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThickDiagonalCrosshatch">
<summary>A fill pattern that uses cross diagonal thick stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThinHorizontalStripe">
<summary>A fill pattern that uses thin horizontal stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThinVerticalStripe">
<summary>A fill pattern that uses thin vertical stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThinReverseDiagonalStripe">
<summary>A fill pattern that uses left diagonal thin stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThinDiagonalStripe">
<summary>A fill pattern that uses right diagonal thin stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThinHorizontalCrosshatch">
<summary>A fill pattern that uses thin horizontal and vertical stripes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.FillPattern.ThinDiagonalCrosshatch">
<summary>A fill pattern using cross diagonal thin stripes</summary>
</member>
<member name="T:Xceed.Workbooks.NET.HorizontalAlignment">
<summary>Specifies the types of horizontal alignments possible for a cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.General">
<summary>The default alignment. Texts will be aligned to the left, Numbers/Dates/Times will be aligned to right and Boolean will be aligned to the center of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.Left">
<summary>The content will be aligned to the left of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.Center">
<summary>The content will be aligned to the center of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.Right">
<summary>The content will be aligned to the right of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.Fill">
<summary>The content will be duplicated to fill the cell?s width.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.CenterAcrossSelection">
<summary>The content will be centered within the selection (which is a cell, for now).</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.Justify">
<summary>The text will be aligned with the left and right sides of a cell simultaneously, except for the last line, which will be aligned to the left side only.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HorizontalAlignment.Distributed">
<summary>The text will be centered but will also be aligned with the left and right side of the cell when possible.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.HyperlinkType">
<summary>Defines the hyperlink's type.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HyperlinkType.Email">
<summary>The hyperlink refers to an email address.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HyperlinkType.Internal">
<summary>The hyperlink refers to a cell in the current worksheet or from another worksheet of the workbook.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HyperlinkType.ExternalFile">
<summary>The hyperlink refers to an external document.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.HyperlinkType.WebSite">
<summary>The hyperlink refers to a website.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.InsertRangeShiftType">
<summary>Determines how Cells are shifted after inserting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.InsertRangeShiftType.ShiftCellsRight">
<summary>The Cells that are located after the inserted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> are shifted to the right.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.InsertRangeShiftType.ShiftCellsDown">
<summary>The Cells that are located after the inserted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> are shifted down.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.LineStyle">
<summary>Defines the style of a Border.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.None">
<summary>No lines</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Hair">
<summary>Line composed of small dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Dotted">
<summary>Line composed of dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.DashDotDot">
<summary>Line composed of dash-dot-dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.DashDot">
<summary>Line composed of dash-dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Dashed">
<summary>Line composed of dashes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Thin">
<summary>Full thin line</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.MediumDashDotDot">
<summary>Medium line composed of dash-dot-dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.SlantDashDot">
<summary>Line composed of diagonal dash-dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.MediumDashDot">
<summary>Medium line composed of dash-dots</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.MediumDashed">
<summary>Medium line composed of dashes</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Medium">
<summary>Full medium line</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Thick">
<summary>Full thick line</summary>
</member>
<member name="F:Xceed.Workbooks.NET.LineStyle.Double">
<summary>Full double line</summary>
</member>
<member name="T:Xceed.Workbooks.NET.MarginPreset">
<summary>Allows to set the Margins using pre-set values.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.MarginPreset.Narrow">
<summary>Sets the Top &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Bottom.html">Bottom</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see> at 0.75"
&amp; the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Left.html">Left</see> &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Right.html">Right</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see> at 0.25".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.MarginPreset.Normal">
<summary>Sets the Top &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Bottom.html">Bottom</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see> at 0.75"
&amp; the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Left.html">Left</see> &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Right.html">Right</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see> at 0.7".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.MarginPreset.Wide">
<summary>Sets the Top, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Bottom.html">Bottom</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Left.html">Left</see> &amp;
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins~Right.html">Right</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see> at 1".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.MarginPreset.Count">
<summary>Represents the number of MarginPresets that are available; currently, a total of 3 MarginPresets are available.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.OrientationType">
<summary>Defines how a page is laid out.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.OrientationType.Portrait">
<summary>The page will be laid out vertically, similar to a standard portrait painting.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.OrientationType.Landscape">
<summary>The page will be laid out horizontally, similar to a standard landscape portrait.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.PaperSizeType">
<summary>Defines the dimensions of a page.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Letter">
<summary>The dimensions will be 8 1/2" x 11".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.LetterSmall">
<summary>The dimensions will be 8 1/2" x 11".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Tabloid">
<summary>The dimensions will be 11" x 17".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Ledger">
<summary>The dimensions will be 17" x 11".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Legal">
<summary>The dimensions will be 8 1/2" x 14".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Statement">
<summary>The dimensions will be 5 1/2" x 8 1/2".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Executive">
<summary>The dimensions will be 7 1/2" x 10 1/2".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.A3">
<summary>The dimensions will be 297 x 420 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.A4">
<summary>The dimensions will be 210 x 297 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.A4Small">
<summary>The dimensions will be 210 x 297 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.A5">
<summary>The dimensions will be 148 x 210 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.B4">
<summary>The dimensions will be 250 x 354 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.B5">
<summary>The dimensions will be 148 x 210 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Folio">
<summary>The dimensions will be 8 1/2" x 13".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Quarto">
<summary>The dimensions will be 215 x 275 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Standard10x14">
<summary>The dimensions will be 10" x 14".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Standard11x17">
<summary>The dimensions will be 11" x 17".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Note">
<summary>The dimensions will be 8 1/2" x 11".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Envelope9">
<summary>The dimensions will be 3 7/8" x 8 7/8".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Envelope10">
<summary>The dimensions will be 4 1/8" x 9 1/2".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Envelope11">
<summary>The dimensions will be 4 1/2" x 10 3/8".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Envelope12">
<summary>The dimensions will be 4 1/2" x 11".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.Envelope14">
<summary>The dimensions will be 5" x 11 1/2".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.CSheet">
<summary>The dimensions will be the equivalent of a C size sheet.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.DSheet">
<summary>The dimensions will be the equivalent of a D size sheet.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.ESheet">
<summary>The dimensions will be the equivalent of an E size sheet.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeDL">
<summary>The dimensions will be 110 mm x 220 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeC5">
<summary>The dimensions wil be 162 x 229 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeC3">
<summary>The dimensions will be 324 x 458 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeC4">
<summary>The dimensions will be 229 x 324 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeC6">
<summary>The dimensions will be 114 mm x 162 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeC65">
<summary>The dimensions will be 114 mm x 229 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeB4">
<summary>The dimensions will be 250 x 353 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeB5">
<summary>The dimensions will be 176 x 250 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeB6">
<summary>The dimensions will be 176 x 125 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeItaly">
<summary>The dimensions will be 110 mm x 230 mm.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopeMonarch">
<summary>The dimensions will be 3 7/8" x 7 1/2".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.EnvelopePersonal">
<summary>
<para>The dimensions will be 3 5/8" x 6 1/2".</para>
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.FanfoldUS">
<summary>The dimensions will be 14 7/8" x 11".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.FanfoldStdGerman">
<summary>The dimensions will be 8 1/2" x 13".</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PaperSizeType.FanfoldLegalGerman">
<summary>The dimensions will be 8 1/2" x 13".</summary>
</member>
<member name="T:Xceed.Workbooks.NET.PasteOptions">
<summary>Determines what kind of data will be pasted into the new location.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.None">
<summary>Specifies that no mathematical operation will be applied to the pasted data.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.Values">
<summary>Pastes the formula results found in the original Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>, without any formatting or comments.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.Formulas">
<summary>Pastes only the formulas found in the original Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>, without any formatting or comments.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.Formatting">
<summary>Pastes only the formatting of the original Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.DataValidation">
<summary>Pastes only the data validation rules found in the original Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.Transpose">
<summary>Pastes &amp; reorients the content of the original Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>; this means that the data in <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see> will be pasted into <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> &amp;
vice versa.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.PasteOptions.All">
<summary>Pastes all of the Cell or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>'s content, as well as how it is formatted.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.PictureFormat">
<summary>Represents the available picture format.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TableStyle">
<summary>Specifies the built-in style used on a Table. The available styles are the same as the ones
found in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.None">
<summary>
<para>No Style is applied to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see>.</para>
<para>
<img border="0" alt="" src="images/Table0.png" />
</para>
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.Custom">
<summary>
<para>Creates a custom Style.</para>
<para>The name of this Style is specified via the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table~StyleName.html">StyleName</see> property in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see> class.</para>
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight1">
<summary>
<img border="0" alt="" src="images/TableLight1.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight2">
<summary>
<img border="0" alt="" src="images/TableLight2.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight3">
<summary>
<img border="0" alt="" src="images/TableLight3.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight4">
<summary>
<img border="0" alt="" src="images/TableLight4.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight5">
<summary>
<img border="0" alt="" src="images/TableLight5.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight6">
<summary>
<img border="0" alt="" src="images/TableLight6.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight7">
<summary>
<img border="0" alt="" src="images/TableLight7.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight8">
<summary>
<img border="0" alt="" src="images/TableLight8.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight9">
<summary>
<img border="0" alt="" src="images/TableLight9.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight10">
<summary>
<img border="0" alt="" src="images/TableLight10.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight11">
<summary>
<img border="0" alt="" src="images/TableLight11.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight12">
<summary>
<img border="0" alt="" src="images/TableLight12.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight13">
<summary>
<img border="0" alt="" src="images/TableLight13.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight14">
<summary>
<img border="0" alt="" src="images/TableLight14.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight15">
<summary>
<img border="0" alt="" src="images/TableLight15.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight16">
<summary>
<img border="0" alt="" src="images/TableLight16.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight17">
<summary>
<img border="0" alt="" src="images/TableLight17.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight18">
<summary>
<img border="0" alt="" src="images/TableLight18.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight19">
<summary>
<img border="0" alt="" src="images/TableLight19.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight20">
<summary>
<img border="0" alt="" src="images/TableLight20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleLight21">
<summary>
<img border="0" alt="" src="images/TableLight21.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium1">
<summary>
<img border="0" alt="" src="images/TableMedium1.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium2">
<summary>
<img border="0" alt="" src="images/TableMedium2.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium3">
<summary>
<img border="0" alt="" src="images/TableMedium3.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium4">
<summary>
<img border="0" alt="" src="images/TableMedium4.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium5">
<summary>
<img border="0" alt="" src="images/TableMedium5.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium6">
<summary>
<img border="0" alt="" src="images/TableMedium6.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium7">
<summary>
<img border="0" alt="" src="images/TableMedium7.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium8">
<summary>
<img border="0" alt="" src="images/TableMedium8.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium9">
<summary>
<img border="0" alt="" src="images/TableMedium9.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium10">
<summary>
<img border="0" alt="" src="images/TableMedium10.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium11">
<summary>
<img border="0" alt="" src="images/TableMedium11.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium12">
<summary>
<img border="0" alt="" src="images/TableMedium12.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium13">
<summary>
<img border="0" alt="" src="images/TableMedium13.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium14">
<summary>
<img border="0" alt="" src="images/TableMedium14.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium15">
<summary>
<img border="0" alt="" src="images/TableMedium15.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium16">
<summary>
<img border="0" alt="" src="images/TableMedium16.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium17">
<summary>
<img border="0" alt="" src="images/TableMedium17.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium18">
<summary>
<img border="0" alt="" src="images/TableMedium18.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium19">
<summary>
<img border="0" alt="" src="images/TableMedium19.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium20">
<summary>
<img border="0" alt="" src="images/TableMedium20.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium21">
<summary>
<img border="0" alt="" src="images/TableMedium21.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium22">
<summary>
<img border="0" alt="" src="images/TableMedium22.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium23">
<summary>
<img border="0" alt="" src="images/TableMedium23.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium24">
<summary>
<img border="0" alt="" src="images/TableMedium24.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium25">
<summary>
<img border="0" alt="" src="images/TableMedium25.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium26">
<summary>
<img border="0" alt="" src="images/TableMedium26.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium27">
<summary>
<img border="0" alt="" src="images/TableMedium27.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleMedium28">
<summary>
<img border="0" alt="" src="images/TableMedium28.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark1">
<summary>
<img border="0" alt="" src="images/TableDark1.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark2">
<summary>
<img border="0" alt="" src="images/TableDark2.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark3">
<summary>
<img border="0" alt="" src="images/TableDark3.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark4">
<summary>
<img border="0" alt="" src="images/TableDark4.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark5">
<summary>
<img border="0" alt="" src="images/TableDark5.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark6">
<summary>
<img border="0" alt="" src="images/TableDark6.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark7">
<summary>
<img border="0" alt="" src="images/TableDark7.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark8">
<summary>
<img border="0" alt="" src="images/TableDark8.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark9">
<summary>
<img border="0" alt="" src="images/TableDark9.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark10">
<summary>
<img border="0" alt="" src="images/TableDark10.png" />
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TableStyle.TableStyleDark11">
<summary>
<img border="0" alt="" src="images/TableDark11.png" />
</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TextDirectionAlignment">
<summary>Determines how the text will flow.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TextDirectionAlignment.Context">
<summary>Automatically determines the flow of the text.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TextDirectionAlignment.LeftToRight">
<summary>Text will flow from left to right.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TextDirectionAlignment.RightToLeft">
<summary>Text will flow from right to left.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ThemeColorType">
<summary>The available types for the ThemeColor class.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Background1">
<summary>The ThemeColor that corresponds to the <em>Text/Background - Dark 1</em> Color in MS
Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Text1">
<summary>The ThemeColor that corresponds to the <em>Text/Background - Light 1</em> Color in MS
Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Background2">
<summary>The ThemeColor that corresponds to the <em>Text/Background - Dark 2</em> Color in MS
Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Text2">
<summary>The ThemeColor that corresponds to the <em>Text/Background - Light 2</em> Color in MS
Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Accent1">
<summary>The ThemeColor that corresponds to the <em>Accent 1</em> Color in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Accent2">
<summary>The ThemeColor that corresponds to the <em>Accent 2</em> Color in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Accent3">
<summary>The ThemeColor that corresponds to the <em>Accent 3</em> Color in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Accent4">
<summary>The ThemeColor that corresponds to the <em>Accent 4</em> Color in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Accent5">
<summary>The ThemeColor that corresponds to the <em>Accent 5</em> Color in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Accent6">
<summary>The ThemeColor that corresponds to the <em>Accent 6</em> Color in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.Hyperlink">
<summary>The ThemeColor that corresponds to the <em>Hyperlink Color</em> in MS Excel.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ThemeColorType.FollowedHyperlink">
<summary>The ThemeColor that corresponds to the <em>FollowedHyperlink</em> Color in MS Excel.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TotalRowFunction">
<summary>This enum can be used to set the TableColumn.TotalRowFunction property. It will be used to apply a built-in formula in a TableColumn?s total row.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.None">
<summary>0</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.Average">
<summary>101</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.CountNumbers">
<summary>102</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.Count">
<summary>103</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.Maximum">
<summary>104</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.Minimum">
<summary>105</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.StandardDeviation">
<summary>107</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.Sum">
<summary>109</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TotalRowFunction.Variance">
<summary>110</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TwoCellAnchorBehavior">
<summary>Affects the behavior of a TwoCellAnchor<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> when adding and deleting <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see>
and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see>.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TwoCellAnchorBehavior.MoveAndNoResize">
<summary>When inserting or deleting Rows or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see>, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> can move but
its size will stay the same.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TwoCellAnchorBehavior.MoveAndResize">
<summary>When inserting or deleting Rows or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see>, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> can move and
change size.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.TwoCellAnchorBehavior.NoMoveAndNoResize">
<summary>When inserting or deleting Rows or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see>, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> will not move
or change size.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.UnderlineType">
<summary>Defines which type of underline is used.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.UnderlineType.Single">
<summary>1 single line</summary>
</member>
<member name="F:Xceed.Workbooks.NET.UnderlineType.Double">
<summary>2 lines</summary>
</member>
<member name="F:Xceed.Workbooks.NET.UnderlineType.SingleAccounting">
<summary>1 single line extending through the parent cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.UnderlineType.DoubleAccounting">
<summary>2 lines extending through the parent cell.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Units">
<summary>Determines what type of units are used for measurements.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Units.Inch">
<summary>Inches</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Units.Cm">
<summary>Centimeters</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Units.Mm">
<summary>Millimeters</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Units.Point">
<summary>Points</summary>
</member>
<member name="F:Xceed.Workbooks.NET.Units.Emu">
<summary>English measure units</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ValidationType">
<summary>Defines which type of DataValidation is accepted.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.AnyValue">
<summary>Accepts any value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.WholeNumber">
<summary>Accepts only whole numbers.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.Decimal">
<summary>Accepts only decimal numbers.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.List">
<summary>Allows to pick data from a drop-down list.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.Date">
<summary>Accepts only a date.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.Time">
<summary>Accepts only a time-related value.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.TextLength">
<summary>Restricts the length of the text.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.ValidationType.Custom">
<summary>Uses a custom formula.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.VerticalAlignment">
<summary>Specifies the types of vertical alignments possible for a cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.VerticalAlignment.Bottom">
<summary>The content will be aligned to the bottom of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.VerticalAlignment.Center">
<summary>The content will be aligned to the center of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.VerticalAlignment.Top">
<summary>The content will be aligned to the top of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.VerticalAlignment.Justify">
<summary>The text will be aligned with the top and bottom sides of the cell.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.VerticalAlignment.Distributed">
<summary>The text will be centered as well as aligned with the top and bottom sides of the cell.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorksheetViewType">
<summary>Determines which View mode is used by a SheetView.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.WorksheetViewType.Normal">
<summary>The SheetView uses the <em>Normal View</em> mode, which is the standard mode for viewing
Excel documents.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.WorksheetViewType.PageBreakPreview">
<summary>The SheetView uses the <em>Page Break Preview</em> mode, which displays where the page
breaks will appear if the document is printed.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.WorksheetViewType.PageLayout">
<summary>The SheetView uses the <em>Page Layout</em> mode, which displays how the document will
look once it is printed.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorksheetVisibility">
<summary>Determines how the Worksheet is displayed.</summary>
</member>
<member name="F:Xceed.Workbooks.NET.WorksheetVisibility.Visible">
<summary>
<para>The Worksheet is visible.</para>
<para>This is the default value.</para>
</summary>
</member>
<member name="F:Xceed.Workbooks.NET.WorksheetVisibility.Hidden">
<summary>The Worksheet is not visible but it can be displayed by using the user interface (UI).</summary>
</member>
<member name="F:Xceed.Workbooks.NET.WorksheetVisibility.Collapsed">
<summary>
<para>The Worksheet is not visible and cannot be displayed in the user interface (UI).</para>
<para>This state is only available programmatically.</para>
</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Alignment">
<summary>An alignment represents the horizontal and vertical alignment used to align the content of a Cell. Alignment is available through these properties: Cell.Style, Row.Style or Column.Style.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Annotation">
<summary>Base class that contains the basic components for Notes &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comments</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.AnnotationCollection">
<summary>Represents a collection of all the Notes and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThreadCommentCollection.html">ThreadCommentCollections</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.AutoFilter">
<summary>An AutoFilter represents the object controlling the filtering process in a Table. It offers
properties to display the filtering buttons and customize the filtering process on <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableColumn.html">TableColumns</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Border">
<summary>Defines the content of a specific border.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.BorderCollection">
<summary>Defines the collection of Borders for a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style.</see></summary>
</member>
<member name="T:Xceed.Workbooks.NET.Cell">
<summary>A cell represents a rectangle in a Worksheet. Each cell is the intersection of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> and a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>. It can be accessed
by using an address (a combination of a letter and a number, like A1, B2, C3?, where the letter is the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Id.html">Column Id</see> and the number is the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row~Id.html">Row
Id</see>) or by coordinates (by specifying the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row~Id.html">Row Id</see> first &amp; then the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Id.html">Column Id</see>, for example, 0,0; 2,3; 5;5...). Note that indexes for rows &amp; columns always start
at 0.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.CellCollection">
<summary>Represents a collection of Cell.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.CellHelper">
<summary>Offers some static functions for converting data.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.CellRange">
<summary>
<para>Represents a rectangular range of Cells. The top-left and bottom-right <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> delimit the range.</para>
</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ColorHelper">
<summary>Contains many methods that will help convert Colors between Color, int, string and ThemeColor.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Column">
<summary>Represents a column in a Worksheet.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ColumnCellCollection">
<summary>This collection represents the collection of Cell for a specific column.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ColumnCollection">
<summary>Represents a collection of Column in a worksheet.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ColumnRange">
<summary>Defines a ColumnRange, which is a range of consecutives <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see>. It derives from <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.LinearRange`1.html">LinearRange</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Comment">
<summary>This class represents a single Comment in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThreadCommentCollection.html">ThreadCommentCollection</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.CSVImportOptions">
<summary>Specifies the properties of the import options for a CSV document or stream when importing data in a Worksheet through the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~ImportData.html">Worksheet.ImportData</see> method.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataTableImportOptions">
<summary>Specifies the properties of the import options for DataTables when importing data in a Worksheet through the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~ImportData.html">Worksheet.ImportData</see> method.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataValidation">
<summary>Represents the data validation process used to validate the content of a Cell.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataValidationCollection">
<summary>The collection of DataValidations found in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataValidationError">
<summary>Gets or sets an error message.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DataValidationMessage">
<summary>Represents the message that the user will see when entering data in a Cell.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.DrawingClientData">
<summary>This class is used to enable or disable the selection and printing of the elements within the worksheet when it is protected.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ExcelRangeBuilder">
<summary>This class represents a builder used to build ranges in a Worksheet.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Fill">
<summary>Contains the properties related to filling a Cell, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range with a Color and
a pattern.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Font">
<summary>The Font object representing the possible properties that a font can have.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.FormattedText">
<summary>Represents a text that is formatted in a specific way.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.FormattedTextList">
<summary>Represents a list of FormattedText objects.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Hyperlink">
<summary>Encapsulates the object that represents an hyperlink.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.HyperlinkCollection">
<summary>Represents a collection of Hyperlinks in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ImportOptions">
<summary>Specifies the import options' properties when importing data in a Worksheet through the
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~ImportData.html">Worksheet.ImportData</see> method.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Licenser">
<summary>Represents the class used to register all classes defined in the Xceed.Workbooks.NET assembly.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.LinearRange`1">
<summary>Abstract class defining a LinearRange, which is a range of consecutives <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetElement.html">WorksheetElements</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.LinearWorksheetElement">
<summary>Contains the common elements for the Column and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> classes.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Margins">
<summary>Represents the Worksheet's margins.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.MergedCellCollection">
<summary>Represents a collection of all the Cells that need to be merged.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Note">
<summary>Represents a Note, which is made of multiple blocks of <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.FormattedText.html">FormattedText</see> that are added one after the other.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.NoteProtection">
<summary>Contains the Protection properties of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.PageLayout">
<summary>Defines the options related to the Worksheet's page &amp; printing layouts.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Person">
<summary>Represents the person who interacted with an object that requires identification.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Picture">
<summary>This class represents a picture element in the PictureCollection of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.PictureCollection">
<summary>This class will contain all the pictures in the worksheet. It will also allow the user to add new pictures and manipulate them.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.PictureLocks">
<summary>Allows the user to remove the authorization to modify certain properties of the picture in MS Excel. All values are <em>false</em> by default.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Position">
<summary>Manages the values of properties that are unit dependent, like AbsoluteAnchor,
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~TopLeftOffsets.html">TopLeftOffsets</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~BottomRightOffsets.html">BottomRightOffsets</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Protection">
<summary>Represents the possible properties of a Protection.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ProtectionBase">
<summary>Contains the base data for a Protection.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.RangeBase`1">
<summary>Contains the base data for a range.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Row">
<summary>Represents a row in a Worksheet.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.RowCellCollection">
<summary>This collection represents the collection of Cell for a specific row.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.RowCollection">
<summary>Represents a collection of Row in a worksheet.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.RowRange">
<summary>Defines a range of consecutives Rows.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.SheetView">
<summary>A single sheet view from a Worksheet. Currently, only one SheetView per <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is supported.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Style">
<summary>Represents the style that is used to display either a Cell, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Cells.html">Cells</see> from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row~Cells.html">Cells</see> from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.StyleBase`1">
<summary>A generic base class for styled objects like Style, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill.html">Fill</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font.html">Font</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Alignment.html">Alignment</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.StyledRange`1">
<summary>Contains the base data for a range.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.StyledWorksheetElement">
<summary>Abstract class that contains a Style property for worksheet elements.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Table">
<summary>
<para>A Table represents a range of cells in a Worksheet. To be considered a Table, these
cells should be independent from the other cells in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> and grouped to form a
rectangular arrangement of rows and columns. Built-in styles can be used to unify these grouped cells visually.</para>
<para>The Table?s header row can display filtering options for each column. A total row can also be added. Each cell of this row will display a formula
calculation based on the data in that column (SUM, AVERAGE, COUNT?).</para>
</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TableCollection">
<summary>Represents a collection of Table in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TableColumn">
<summary>Represents a column from a Table in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.TableColumnCollection">
<summary>Represents a collection of TableColumn in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Theme">
<summary>Contains the properties and methods of a Theme object.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ThemeColor">
<summary>Represents a Theme's Color.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.ThreadCommentCollection">
<summary>Contains a collection of the various threads of Comments that can be found in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.UserObjectImportOptions">
<summary>Specifies the properties of the import options for user objects when importing data in a Worksheet through the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~ImportData.html">Worksheet.ImportData</see> method.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Workbook">
<summary>Represents the root document containing the Worksheet(s).</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorkbookElement">
<summary>This is the base class for all single elements in a Workbook.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorkbookProtection">
<summary>Represents the Protection used on a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorkbookThemeColor">
<summary>Gets the ThemeColor associated with the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>'s <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Theme.html">Theme</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorkbookThemeColors">
<summary>The collection of ThemeColors associated to the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Theme.html">Theme</see> used by the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorkbookView">
<summary>Each WorkbookView opens a new window when the document is opened. This allows the user to focus on an important element of the document by displaying it in a
different window.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.Worksheet">
<summary>Represents a single worksheet from a Workbook.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorksheetCollection">
<summary>Represents a collection of Worksheet in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorksheetElement">
<summary>This is the base class for all single elements in a Worksheet.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorksheetProtection">
<summary>Contains the actions that can be carried out on a Worksheet when it is protected.</summary>
</member>
<member name="T:Xceed.Workbooks.NET.WorksheetRange">
<summary>Corresponds to a group of continuous Worksheets in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Alignment.Equals(System.Object)">
<summary>Determines whether the specified System.Object is equal to the current System.Object.</summary>
<returns>Returns <em>true</em> if the specified System.Object is equal to the current System.Object; returns <em>false</em> otherwise.</returns>
<param name="obj">The object that will be compared with the current object.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Alignment.GetHashCode">
<summary>Serves as the default hash function.Serves as a hash function for a particular type.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.Horizontal">
<summary>Gets or sets the alignment used to align the content of a cell horizontally.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.IndentLevel">
<summary>Gets or sets the indentation for the content of the Cell.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.IsShrinkToFit">
<summary>Gets or sets if the text is shrunk to fit within the Cell or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.IsTextWrapped">
<summary>Gets or sets if the text content of a Cell is wrapped or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.RotationAngle">
<summary>Gets or sets the rotation angle. The rotation can be up to 90 degrees upward ( 90 ) or downward ( -90 ). The default value is 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.TextDirection">
<summary>Keeps the text flowing in the specified direction.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Alignment.Vertical">
<summary>Gets or sets the alignment used to align the content of a cell vertically.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Annotation.AnnotationType">
<summary>Returns the AnnotationType.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Annotation.Author">
<summary>Object that represents the person who wrote the Note or the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Annotation.CellReference">
<summary>Represents the Cell in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> or the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see> is inserted.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Annotation.IsShown">
<summary>Indicates if the Annotation is visible or not when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> is opened. The default value is <em>false</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddComment">
<summary>Adds a Comment in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddNote">
<summary>Adds a Note in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.Remove">
<summary>Removes an Annotation (<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see>) from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.AnnotationCollection.html">AnnotationCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddComment(System.String,System.String)">
<summary>Adds a Comment in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, using the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> to determine
the insertion point.</summary>
<param name="text">The text that will be displayed in the Comment.</param>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see> will be inserted.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddComment(System.String,System.Int32,System.Int32)">
<summary>Adds a Comment in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id and a
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id to determine the insertion point.</summary>
<param name="text">The text that will be displayed in the Comment.</param>
<param name="rowId">The Id of the Row in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see> will be inserted.</param>
<param name="columnId">The Id of the Column in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see> will be inserted.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddNote(Xceed.Workbooks.NET.FormattedText,System.Int32,System.Int32,System.Boolean)">
<summary>Adds a Note in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id and a
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id to determine the insertion point.</summary>
<param name="text">The block of FormattedText that will be displayed in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
<param name="rowId">The Id of the Row in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> will be inserted.</param>
<param name="columnId">The Id of the Column in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> will be inserted.</param>
<param name="addUserName">Adds the Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Person.html">Person</see> who created the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddNote(Xceed.Workbooks.NET.FormattedText,System.String,System.Boolean)">
<summary>Adds a Note in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, using the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> to determine
the insertion point.</summary>
<param name="text">The block of FormattedText that will be displayed in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> will be inserted.</param>
<param name="addUserName">Adds the Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Person.html">Person</see> who created the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddNote(Xceed.Workbooks.NET.FormattedTextList,System.Int32,System.Int32,System.Boolean)">
<summary>Adds a Note in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id and a
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id to determine the insertion point.</summary>
<param name="texts">The FormattedTextList that will be displayed in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
<param name="rowId">The Id of the Row in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> will be inserted.</param>
<param name="columnId">The Id of the Column in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> will be inserted.</param>
<param name="addUserName">Adds the Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Person.html">Person</see> who created the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.AddNote(Xceed.Workbooks.NET.FormattedTextList,System.String,System.Boolean)">
<summary>Adds a Note in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, using the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> to determine
the insertion point.</summary>
<param name="texts">The FormattedTextList that will be displayed in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> will be inserted.</param>
<param name="addUserName">Adds the Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Person.html">Person</see> who created the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.Remove(Xceed.Workbooks.NET.Annotation)">
<summary>Removes a chosen Annotation (<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see>) from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.AnnotationCollection.html">AnnotationCollection</see>.</summary>
<param name="annotationToRemove">The Annotation that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.Remove(System.Int32,System.Int32)">
<summary>Removes an Annotation (<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see>) from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.AnnotationCollection.html">AnnotationCollection</see> by using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id and a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id to locate it.</summary>
<param name="rowId">The Id of the Row in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotation</see> that will be removed was initially inserted.</param>
<param name="columnId">The Id of the Column in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotation</see> that will be removed was initially inserted.</param>
</member>
<member name="M:Xceed.Workbooks.NET.AnnotationCollection.Remove(System.String)">
<summary>Removes an Annotation (<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comment</see>) from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.AnnotationCollection.html">AnnotationCollection</see> by using the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> to locate it.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
in which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotation</see> that will be removed was initially inserted.</param>
</member>
<member name="P:Xceed.Workbooks.NET.AnnotationCollection.Comments">
<summary>Gets the ThreadCommentCollection associated with the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.AnnotationCollection.Count">
<summary>Returns the number of Annotations in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.AnnotationCollection.Item(System.Int32,System.Int32)">
<summary>Gets a specific Annotation.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.AnnotationCollection.Item(System.Int32,System.Int32)">
<summary>Gets an Annotation by using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id &amp; a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id.</summary>
<param name="rowId">The Id of the Row to which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotation</see> is attached.</param>
<param name="columnId">The Id of the Column to which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotation</see> is attached.</param>
</member>
<member name="P:Xceed.Workbooks.NET.AnnotationCollection.Item(System.String)">
<summary>Gets an Annotation by using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see>.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
to which the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Annotation.html">Annotation</see> is attached.</param>
</member>
<member name="P:Xceed.Workbooks.NET.AutoFilter.CellRange">
<summary>Gets the range of cells, in a Table, where the filtering will be applied.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.AutoFilter.ShowFilterButton">
<summary>Gets or sets if the filtering buttons will be displayed in the header cells of a Table. The
default value is <em>true</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Border.Equals(System.Object)">
<summary>Determines whether the specified System.Object is equal to the current System.Object.</summary>
<returns>Returns <em>true</em> if the specified System.Object is equal to the current System.Object; returns <em>false</em> otherwise.</returns>
<param name="obj">The object that will be compared with the current object.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Border.GetHashCode">
<summary>Serves as the default hash function.Serves as a hash function for a particular type.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.Border.Color">
<summary>Gets or sets the Color of the Border. The default value is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Border.Style">
<summary>Gets or sets the style of the Border. The default value is <em>None</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Border.ThemeColor">
<summary>Gets or sets the ThemeColor of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Border</see>. The default value is <em>null</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.Equals(System.Object)">
<summary>Determines whether the specified System.Object is equal to the current System.Object.</summary>
<returns>Returns <em>true</em> if the specified System.Object is equal to the current System.Object; returns <em>false</em> otherwise.</returns>
<param name="obj">The object that will be compared with the current object.</param>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.GetHashCode">
<summary>Serves as the default hash function.Serves as a hash function for a particular type.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.SetDiagonals(Xceed.Workbooks.NET.LineStyle,System.Nullable{Xceed.Drawing.Color})">
<summary>Sets the DiagonalUp and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~DiagonalDown.html">DiagonalDown</see> borders using the same lineStyle and color.</summary>
<param name="lineStyle">The style that will be used for the two Borders.</param>
<param name="color">The color that will be used for the two Borders. The default value is <em>null,</em>
resulting in a black color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.SetInside(Xceed.Workbooks.NET.LineStyle,System.Nullable{Xceed.Drawing.Color})">
<summary>Sets the Horizontal and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Vertical.html">Vertical</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see> using
the same lineStyle and color. This is useful in <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRanges</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange.html">ColumnRanges</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRanges</see>
to automatically set the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Left.html">Left</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Right.html">Right</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Top.html">Top</see> and
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Bottom.html">Bottom</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>
inside the range based on the position of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> position in the range
and the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType.html">BorderType</see> that is used.</summary>
<param name="lineStyle">The style used for the Horizontal &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Vertical.html">Vertical</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>.</param>
<param name="color">The color used for the Horizontal &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Vertical.html">Vertical</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>. The
default value is <em>null</em>, resulting in a black color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.SetOutline(Xceed.Workbooks.NET.LineStyle,System.Nullable{Xceed.Drawing.Color})">
<summary>Sets the Left, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Right.html">Right</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Top.html">Top</see> and
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Bottom.html">Bottom</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>
using the same lineStyle and color.</summary>
<param name="lineStyle">The style that will be used for the four Borders.</param>
<param name="color">The color that will be used for the four Borders. The default value is <em>null</em>,
resulting in a black color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.SetThemeDiagonals(Xceed.Workbooks.NET.LineStyle,Xceed.Workbooks.NET.ThemeColor)">
<summary>Sets the DiagonalUp and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~DiagonalUp.html" /><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~DiagonalDown.html">DiagonalDown</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see> using the same lineStyle and themeColor.</summary>
<param name="lineStyle">The style that will be used for the two Borders.</param>
<param name="themeColor">The theme color that will be used for the two Borders. The default value is <em>null</em>,
which sets the color to black.</param>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.SetThemeInside(Xceed.Workbooks.NET.LineStyle,Xceed.Workbooks.NET.ThemeColor)">
<summary>Sets the Horizontal and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Vertical.html">Vertical</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see> using
the same lineStyle and themeColor. This is useful for <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRanges</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange.html">ColumnRanges</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRanges</see> as
it allows to automatically set the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Left.html">Left</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Right.html">Right</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Top.html">Top</see> and
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Bottom.html">Bottom</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>
inside the range based on the position of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> in the range and the
type of border that is used.</summary>
<param name="lineStyle">The style that will be used for the Horizontal &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Vertical.html">Vertical</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>.</param>
<param name="themeColor">The theme color that will be used for the Horizontal &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Vertical.html">Vertical</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>. The
default value is <em>null,</em> which sets the borders to black.</param>
</member>
<member name="M:Xceed.Workbooks.NET.BorderCollection.SetThemeOutline(Xceed.Workbooks.NET.LineStyle,Xceed.Workbooks.NET.ThemeColor)">
<summary>Sets the Left, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Right.html">Right</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Top.html">Top</see> and
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType~Bottom.html">Bottom</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Border.html">Borders</see>
using the same lineStyle and themeColor.</summary>
<param name="lineStyle">The style that will be used for the four Borders.</param>
<param name="themeColor">The theme color that will be used for the four Borders. The default value is <em>null,</em>
which sets the borders to black.</param>
</member>
<member name="P:Xceed.Workbooks.NET.BorderCollection.Item(Xceed.Workbooks.NET.BorderType)">
<summary>Gets or sets a specific Border in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BorderType.html">BorderCollection</see>.</summary>
<param name="borderType">Defines the border's type.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Cell.CalculateFormula">
<summary>Starts the calculation process in order to get a value from the Cell's formula.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Cell.CopyAndPasteTo(Xceed.Workbooks.NET.Cell,Xceed.Workbooks.NET.PasteOptions,Xceed.Workbooks.NET.CopyOptions)">
<summary>Copies or cuts a Cell &amp; pastes it into another <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>.</summary>
<param name="to">Where the data will be pasted; this can be either an Address (ie. "D14") or a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~RowId.html">RowID</see> followed by a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~ColumnId.html">ColumnID</see> (ie. 4, 5).</param>
<param name="pasteOptions">The PasteOptions; in other words, this determines what will be pasted into the new
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>.</param>
<param name="copyOptions">The CopyOptions; in other words, this determines if the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> will be copied or cut.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Cell.FormatText(Xceed.Workbooks.NET.Font,System.Int32,System.Int32)">
<summary>Formats a specific section of the text with a selected Font.</summary>
<param name="newTextFont">The Font that will be used to format the text.</param>
<param name="startingIndex">The 0 based index that determines the starting point of the formatting.</param>
<param name="length">
<para>The length of the formatted section of text.</para>
<para>If this value is 0, all of the text that follows the startingIndex will be formatted.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Cell.GetValidationResult">
<summary>Gets the result of the DataValidation process.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.Address">
<summary>Gets the address of this Cell, which is composed of a letter (for the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>) and a number (for the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>).
The first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> starts at ?A? and first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> starts at ?1?; this means that the top left <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> is located at the ?A1? address.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.ColumnId">
<summary>Gets the Id of the column associated to this cell, the first column starting at Id 0. The maximum numbers of column allowed for a worksheet is 16384.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.DataType">
<summary>Gets the DataType in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>. The default type is <em><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataType~Number.html">Number</see></em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.DataValidation">
<summary>Gets or sets the Cell's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.Formula">
<summary>
<para>Gets or sets the formula used for this cell. A formula always starts with the equal sign (?=?) and uses comma (?,?) as parameter separators. Example:
?=SUM(A1, A2, A4)?. A formula can include constant (?=A1 + 5*4%?), references (?=A1*A3?), ranges of references (?=SUM(A1:A3, B1:B3)?) or functions
(?=SUM(A1:A3) + AVERAGE(B1:B3)?). Note that each functions have their own characteristics and that you should refer to their specific pages for more
information.</para>
<para>The formula will be calculated once the workbook is opened with MS Excel and the Value property will be updated once the workbook is saved with MS Excel.
The formula can also be calculated by using Worksheet.CalculateFormulas() since this call will automatically set the Value property. The default value is <em>null</em>.</para>
</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.RowId">
<summary>Gets the Id of the row associated to this cell, the first row starting at Id 0. The maximum number of rows allowed for a worksheet is 1048576.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Cell.Value">
<summary>Gets or sets the value for this Cell. Currently, the valid value types can be numerics ( int,
double, float, byte, decimal, short, long, sbyte, ushort, uint, ulong), string, DateTime, TimeSpan or bool. The default value is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.CellCollection.Count">
<summary>Gets the number of cells from the CellCollection.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.CellCollection.Item(System.Int32,System.Int32)">
<summary>Gets the Cell element that is located at the specified <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id.</summary>
<param name="rowId">The Id of the Row where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
is located.</param>
<param name="columnId">The Id of the Column where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> is located.</param>
</member>
<member name="P:Xceed.Workbooks.NET.CellCollection.Item(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Returns a collection of Cells in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> format.</summary>
<param name="topLeftRowId">The Row Id that corresponds to the topmost part of the range.</param>
<param name="topLeftColumnId">The Column Id that corresponds to the leftmost part of the range.</param>
<param name="bottomRightRowId">The Row Id that corresponds to the bottommost part of the range.</param>
<param name="bottomRightColumnId">The Column Id that corresponds to the rightmost part of the range.</param>
</member>
<member name="P:Xceed.Workbooks.NET.CellCollection.Item(System.String)">
<summary>Gets the Cell element that is located at the specified address.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.CellCollection.Item(System.String,System.String)">
<summary>Returns a collection of Cells in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> format.</summary>
<param name="topLeftCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is located at the top left of the range.</param>
<param name="bottomRightCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is located at the bottom right of the range.</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellHelper.ConvertLetterToNumber(System.String)">
<summary>Converts letters into a numerical value.</summary>
<returns>The number corresponding to the chosen letters.</returns>
<param name="letter">
<para>The letter or letters that will be converted.</para>
<para>This must correspond to one or more letters used by MS Excel to identify a Column.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellHelper.ConvertNumberToLetter(System.Int32)">
<summary>Converts a number into one or more letters.</summary>
<returns>The letter or letters that correspond to the chosen number.</returns>
<param name="number">
<para>The number that will be converted.</para>
<para>This number must be equal to or greater than 0.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the range.Clears specific elements in the CellRange.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the range. The default setting isAll.<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ClearOptions~All.html">All</see><em>.</em></param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.CopyAndPasteTo">
<summary>Copies a CellRange &amp; pastes it to another location.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.CutAndPasteTo">
<summary>Cuts a CellRange &amp; pastes it to another location.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.GetValidationResults">
<summary>Gets a list of Cells that have failed the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> process.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.MergeCells(System.Boolean,System.Boolean)">
<summary>Adds the CellRange in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see>.</summary>
<param name="isCenter">Centers the text horizontally and vertically. The default value is <em>true</em>.</param>
<param name="isAcross">Splits the merge per Row; for example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2". The
default value is <em>false</em>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the range and replaces all occurences of a specific value with a new value.Searches into the content of the CellRange and replaces all occurences of a specific value
with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the range.The total number of instances of the searchValue that were replaced within the content of the CellRange.</returns>
<param name="searchValue">The value that will be searched for.The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the StyledRange and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.<em>SearchValues</em><em>NewValues</em></summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the StyledRange.<em>searchValues</em></returns>
<param name="searchValues">The values that will be searched for.The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
<para>The values that will replace all found instances of the <em>searchValues</em>.<br /></para>
<para>Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said
data with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.ToString">
<summary>Returns a string that represents the current object.Returns the starting element and the ending element addresses in the following format ( "SE : EE " ).</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.UnmergeCells">
<summary>Removes all the element in the CellRange from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.CopyAndPasteTo(System.String,Xceed.Workbooks.NET.PasteOptions,Xceed.Workbooks.NET.Worksheet,Xceed.Workbooks.NET.CopyOptions)">
<summary>
<span>Copies</span> the CellRange from its current location and pastes it to a new
location, using the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> to determine where the data will be pasted.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
used as the target location for pasting the copied <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>.</param>
<param name="pasteOptions">The PasteOptions; in other words, what type of data will be pasted into the new
location.</param>
<param name="otherWorksheet">The Worksheet in which the data will be pasted; by default, this is set to <em>null</em>,
which means that the data will be pasted into the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</param>
<param name="copyOption">The CopyOptions; by default, this is set to <em>Copy</em>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.CopyAndPasteTo(System.Int32,System.Int32,Xceed.Workbooks.NET.PasteOptions,Xceed.Workbooks.NET.Worksheet,Xceed.Workbooks.NET.CopyOptions)">
<summary>
<span>Copies</span> the CellRange from its current location and pastes it to a new
location, using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~RowId.html">RowID</see> &amp; a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~ColumnId.html">ColumnID</see> to determine where the data will be pasted.</summary>
<param name="rowId">The RowID used to determine where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will be pasted.</param>
<param name="columnId">The ColumnID used to determine where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will be pasted.</param>
<param name="pasteOptions">The PasteOptions; in other words, what type of data will be pasted into the new
location.</param>
<param name="otherWorksheet">The Worksheet in which the data will be pasted; by default, this is set to <em>null</em>,
which means that the data will be pasted in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</param>
<param name="copyOption">The CopyOptions; by default, this is set to <em>Copy</em>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.CutAndPasteTo(System.String,Xceed.Workbooks.NET.PasteOptions,Xceed.Workbooks.NET.Worksheet)">
<summary>
<span>Removes</span> the CellRange from its current location and pastes it to a new
location, using the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> to determine where the data will be pasted.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
used as the target location for pasting the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>.</param>
<param name="pasteOptions">The PasteOptions; in other words, what type of data will be pasted into the new
location.</param>
<param name="otherWorksheet">The Worksheet in which the data will be pasted; by default, this is set to <em>null</em>,
which means that the data will be pasted into the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.CellRange.CutAndPasteTo(System.Int32,System.Int32,Xceed.Workbooks.NET.PasteOptions,Xceed.Workbooks.NET.Worksheet)">
<summary>
<span>Removes</span> the CellRange from its current location and pastes it to a new
location, using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~RowId.html">RowID</see> &amp; a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~ColumnId.html">ColumnID</see> to determine where the data will be pasted.</summary>
<param name="rowId">The RowID that will be used to determine the location where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will be pasted.</param>
<param name="columnId">The ColumnID used to determine the location where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will be pasted.</param>
<param name="pasteOptions">The PasteOptions; in other words, what type of data will be pasted into the new
location.</param>
<param name="otherWorksheet">The Worksheet in which the data will be pasted; by default, this is set to <em>null</em>,
which means that the data will be pasted into the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</param>
</member>
<member name="P:Xceed.Workbooks.NET.CellRange.Count">
<summary>Gets the number of items in the range.Returns the number of cells within the cell range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.CellRange.DataValidation">
<summary>Sets the Cell Range's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.FromIndexedColor(System.Int32)">
<summary>Returns the Color associated with a specific index in the Indexed Color palette.</summary>
<param name="indexedColor">The index associated with a specific Color. This should be a number between 0 and 63.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToArgb">
<summary>Converts to an int, which represents an ARGB Color.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToColor">
<summary>Converts to a Color.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToHtmlColor">
<summary>Converts to an HTML string that represents a Color.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToIndexColor(Xceed.Drawing.Color)">
<summary>Returns the index associated with a specific Color in the Indexed Color palette.</summary>
<param name="color">The name of the Color, for example <em>Red</em> or <em>Ice Blue</em>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToArgb(Xceed.Workbooks.NET.Workbook,Xceed.Workbooks.NET.ThemeColor)">
<summary>Converts a ThemeColor into an int.</summary>
<returns>The int that represents the converted ThemeColor.</returns>
<param name="workbook">The Workbook that contains the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColor</see> to convert.</param>
<param name="themeColor">The ThemeColor to convert.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToArgb(Xceed.Drawing.Color)">
<summary>Converts a Color into an int.</summary>
<returns>The int that represents the converted Color.</returns>
<param name="color">The Color to convert.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToArgb(System.Int32,System.Int32,System.Int32)">
<summary>Converts 3 int values into an int.</summary>
<returns>The int that represents the converted Color.</returns>
<param name="r">The int that represents the red part of the Color.</param>
<param name="g">The int that represents the green part of the Color.</param>
<param name="b">The int that represents the blue part of the Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToArgb(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Converts 4 int values into an int.</summary>
<returns>The int that represents the converted Color.</returns>
<param name="a">The int that represents the alpha part of the Color.</param>
<param name="r">The int that represents the red part of the Color.</param>
<param name="g">The int that represents the green part of the Color.</param>
<param name="b">The int that represents the blue part of the Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToArgb(System.String)">
<summary>Converts an HTML string Color into an int.</summary>
<returns>The int that represents the converted Color.</returns>
<param name="htmlColor">The string that represents the hex Color. For example: "#FFF000".</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToColor(Xceed.Workbooks.NET.Workbook,Xceed.Workbooks.NET.ThemeColor)">
<summary>Converts a Workbook's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColor</see> into a Color.</summary>
<returns>The converted Color.</returns>
<param name="workbook">The Workbook that contains the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColor</see> to convert.</param>
<param name="themeColor">The ThemeColor to convert.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToColor(System.Int32)">
<summary>Converts an int Color into a Color.</summary>
<returns>The converted Color.</returns>
<param name="argb">The int that represents the ARGB Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToColor(System.Int32,System.Int32,System.Int32)">
<summary>Converts 3 int values into a Color.</summary>
<returns>The converted Color.</returns>
<param name="r">The int that represents the red part of the Color.</param>
<param name="g">The int that represents the green part of the Color.</param>
<param name="b">The int that represents the blue part of the Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToColor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Converts 4 int values into a Color.</summary>
<returns>The converted Color.</returns>
<param name="a">The int that represents the alpha part of the Color.</param>
<param name="r">The int that represents the red part of the Color.</param>
<param name="g">The int that represents the green part of the Color.</param>
<param name="b">The int that represents the blue part of the Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToColor(System.String)">
<summary>Converts an HTML string Color into a Color.</summary>
<returns>The converted Color.</returns>
<param name="htmlColor">The string that represents the hex Color. For example: "#FFF000".</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToHtmlColor(Xceed.Workbooks.NET.Workbook,Xceed.Workbooks.NET.ThemeColor)">
<summary>Converts a ThemeColor into an HTML string.</summary>
<returns>The HTML string that represents the converted ThemeColor.</returns>
<param name="workbook">The Workbook that contains the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColor</see> to convert.</param>
<param name="themeColor">The ThemeColor to convert.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToHtmlColor(System.Int32)">
<summary>Converts an int Color into an HTML string.</summary>
<returns>The HTML string that represents the converted Color.</returns>
<param name="argb">The int that represents the ARGB Color to convert.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToHtmlColor(Xceed.Drawing.Color)">
<summary>Converts a Color into an HTML string.</summary>
<returns>The HTML string that represents the converted Color.</returns>
<param name="color">The Color to convert.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToHtmlColor(System.Int32,System.Int32,System.Int32)">
<summary>Converts 3 int values into an HTML string.</summary>
<returns>The HTML string that represents the converted Color.</returns>
<param name="r">The int that represents the red part of the Color.</param>
<param name="g">The int that represents the green part of the Color.</param>
<param name="b">The int that represents the blue part of the Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColorHelper.ToHtmlColor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Converts 4 int values into an HTML string.</summary>
<returns>The HTML string that represents the converted Color.</returns>
<param name="a">The int that represents the alpha part of the Color.</param>
<param name="r">The int that represents the red part of the Color.</param>
<param name="g">The int that represents the green part of the Color.</param>
<param name="b">The int that represents the blue part of the Color.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Column.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Base method declaration for auto-fitting the Height of a Row or the Width of a Column.Adjusts the column width based on the cell with the widest content.</summary>
<param name="minimumWidth">The minimum desired width when autoFitting a column. The default value is 0.</param>
<param name="maximumWidth">The maximum desired width when autofitting a column. The default value is 255.</param>
<param name="startRowId">The Id for the row from where to start calculating the cells content width in the specified column. The default value is 0 (the first row Id in a column).</param>
<param name="endRowId">The Id for the row from where to stop calculating the cells content width in the specified column. The default value is 1048575 (the last row Id in a column).</param>
</member>
<member name="P:Xceed.Workbooks.NET.Column.BestFit">
<summary>Gets or sets if the width of the column will be adjusted to the largest cell value content from the column. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Column.Cells">
<summary>Gets the collection of Cell from the current column. Only the modified cells will be returned.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Column.IdName">
<summary>Gets the index of the Column and returns it as a letter.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Column.Width">
<summary>Gets or sets the width of the column.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCellCollection.Count">
<summary>Gets the number of cells from the ColumnCellCollection.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCellCollection.Item(System.Int32)">
<summary>Gets the Cell element at the specified row Id.</summary>
<param name="rowId">The Id for the row where the Cell is located.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ColumnCollection.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Adjusts the columns? width based on the cell with the widest content within the ColumnRange.</summary>
<param name="minimumWidth">The minimum desired width when autoFitting a column. The default value is 0.</param>
<param name="maximumWidth">The maximum desired width when autofitting a column. The default value is 255.</param>
<param name="startRowId">The Id for the row from where to start calculating the cells content width in the specified column. The default value is 0 (the first row Id in a column).</param>
<param name="endRowId">The Id for the row from where to end calculating the cells content width in the column. The default value is 1048575 (the last row Id in a column).</param>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCollection.Count">
<summary>Gets the number of Column from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnCollection.html">ColumnCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCollection.Item(System.Int32)">
<summary>Gets the Column element at the specified column Id. The first column starts at 0 and the last
column is located at 16383.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCollection.Item(System.Int32,System.Int32)">
<summary>Gets a ColumnRange that starts at the column with the Id startColumnId and ends at the
column with the Id endColumnId. For example ?var columnRange = worksheet.Columns[1, 3];? will get a range from column 1 to 3.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCollection.Item(System.String)">
<summary>Gets the Column element at the specified column address. The first column is located at ?A?.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnCollection.Item(System.String,System.String)">
<summary>Gets a ColumnRange that starts at the column with the Id startColumnId and ends at the
column with the Id endColumnId. For example, ?var columnRange = worksheet.Columns["B", "D"];? will get a range from column "B" to "D".</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ColumnRange.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Base method for auto-fitting the Height of a RowRange or the Width
of a ColumnRange.Adjusts the columns? width based on the cell with the widest content in the ColumnRange.</summary>
<param name="minimumWidth">The minimum desired width when autoFitting a column. The default value is 0.</param>
<param name="maximumWidth">The maximum desired width when autofitting a column. The default value is 255.</param>
<param name="startRowId">The Id for the row from where to start calculating the cells content width in the specified column. The default value is 0 (the first row Id in a column).</param>
<param name="endRowId">The Id for the row from where to end calculating the cells content width in the specified column. The default value is 1048575 (the last row Id in a column).</param>
</member>
<member name="P:Xceed.Workbooks.NET.ColumnRange.Width">
<summary>Gets or sets the Width of all <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> in the range. Getting this property will return the common <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Width.html">Width</see> of all the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> in
the range; if at least one <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> has a different <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Width.html">Width</see> than the others, 0 will be returned.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Comment.Reply(System.String)">
<summary>Inserts a new Comment at the end of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThreadCommentCollection.html">ThreadCommentCollection</see>.</summary>
<param name="text">Corresponds to the text that will be displayed in the new Comment.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Comment.AnnotationType">
<summary>Returns the AnnotationType.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Comment.DateTime">
<summary>Returns the time at which the Comment was first written in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Comment.Text">
<summary>Gets or sets the text that is displayed in the Comment.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.CSVImportOptions.Separator">
<summary>Gets or sets the separator used to split the CSV data. The default value is ",".</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataTableImportOptions.ColumnNames">
<summary>Gets or sets the DataTable?s ColumnNames. These will be displayed in the Worksheet after
importing the data. When set to <em>null</em>, which is the default setting, all the ColumnNames will be displayed.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataTableImportOptions.IsColumnNamesShown">
<summary>Gets or sets if the DataTable?s ColumnNames will be shown or not.
The default value is <em>false</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.Create(Xceed.Workbooks.NET.ValidationType,Xceed.Workbooks.NET.DataComparisonType)">
<summary>Creates a new DataValidation.</summary>
<param name="type">The ValidationType.</param>
<param name="comparisonType">The DataComparisonType.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.SetError(System.String,System.String,Xceed.Workbooks.NET.DataValidationErrorStyle,System.Boolean)">
<summary>Sets an error message.</summary>
<param name="title">The error message's title.</param>
<param name="text">The error message's text.</param>
<param name="style">The DataValidationErrorStyle.</param>
<param name="show">When set to <em>true,</em> the error message will be displayed when the user enters invalid data.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.SetInputMessage(System.String,System.String,System.Boolean)">
<summary>Sets the message that will be displayed when the user selects or hovers over the target Cell(s).</summary>
<param name="title">The message's title.</param>
<param name="text">The message's text.</param>
<param name="show">When set to <em>true</em>, the target Cell(s) will display the message.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.SetNotations(System.Collections.Generic.IEnumerable{System.String})">
<summary>Sets where the DataValidation process should validate data.</summary>
<param name="notations">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> where data should be validated.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.SetRange(System.IComparable,System.IComparable)">
<summary>Sets a range of values accepted by the DataValidation.</summary>
<param name="minValue">The MinValue, or minimum value, accepted by the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> process.</param>
<param name="maxValue">The MaxValue, or maximum value, accepted by the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> process.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.SetValue(System.IComparable)">
<summary>Sets the Value that will be accepted by the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see>.</summary>
<param name="value">The Value that will serve as a reference for the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> process.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidation.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<returns> if the specified object is equal to the current object; otherwise, <see langword="false"></see>.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.ComparisonType">
<summary>Gets the DataComparisonType.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.IgnoreBlank">
<summary>Gets or sets if the DataValidation ignores blank <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.InCellDropdown">
<summary>Gets or sets if the Cell contains a drop-down menu offering choices that can be used for
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.MaxValue">
<summary>Gets or sets a maximum value for the DataValidation.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.MinValue">
<summary>Gets or sets a minimum value for the DataValidation.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.RangeBuilder">
<summary>Gets the ExcelRangeBuilder.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.Type">
<summary>Gets the ValidationType.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidation.Value">
<summary>Gets or sets a value for the DataValidation.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationCollection.Add(Xceed.Workbooks.NET.DataValidation)">
<summary>Adds a DataValidation to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>'s <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidationCollection.html">DataValidationCollection</see>.</summary>
<param name="dataValidation">The DataValidation that will be added to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidationCollection.html">DataValidationCollection</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationCollection.Clear">
<summary>Empties the DataValidationCollection by removing all <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidations</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationCollection.GetValidationResults">
<summary>Gets all Cells that failed the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> process in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet.</see></summary>
<returns>The list of Cells that have failed the validation. Returns <em>null</em> if all <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> are valid.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationCollection.Remove(Xceed.Workbooks.NET.DataValidation)">
<summary>Removes a specific DataValidation from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidationCollection.html">DataValidationCollection</see>.</summary>
<param name="dataValidation">The DataValidation that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationCollection.RemoveValidationsOnRange(System.String)">
<summary>Removes all DataValidations found in a particular range.</summary>
<param name="range">The range that will be targeted by the removal process.</param>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidationCollection.Item(System.Int32)">
<summary>Gets a DataValidation by using an index to locate it.</summary>
<param name="index">The DataValidation's index.</param>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationError.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationError.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<returns> if the specified object is equal to the current object; otherwise, <see langword="false"></see>.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidationError.Style">
<summary>Gets or sets the DataValidationErrorStyle.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationMessage.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.DataValidationMessage.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<returns> if the specified object is equal to the current object; otherwise, <see langword="false"></see>.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidationMessage.Show">
<summary>Gets or sets if the input message is displayed when the user selects or hovers over the target Cell(s).</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidationMessage.Text">
<summary>Gets or sets the input message's text.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DataValidationMessage.Title">
<summary>Gets or sets the input message's title.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DrawingClientData.Locked">
<summary>Allows the user to enable the selection of drawing elements (Picture, Chart, Shape) when the
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.DrawingClientData.PrintsWithSheet">
<summary>The user can enable or disable the printing of the elements with the worksheet when the sheet is protected. By default, the element will not be printed with
the worksheet.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ExcelRangeBuilder.ExtractCellAdressesFromNotations">
<summary>Looks at the Worksheet &amp; extracts a list of <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Addresses</see> where <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> is used.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ExcelRangeBuilder.GetNotations">
<summary>Gets where DataValidation is used to validate data entry.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ExcelRangeBuilder.Add(System.String)">
<summary>Adds a location where data will be validated by the DataValidation process.</summary>
<param name="notation">The Address or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> where <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidation.html">DataValidation</see> should be applied.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Fill.#ctor">
<summary>Creates an empty Fill object.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Fill.Equals(System.Object)">
<summary>Determines whether the specified System.Object is equal to the current System.Object.</summary>
<returns>Returns <em>true</em> if the specified System.Object is equal to the current System.Object; returns <em>false</em> otherwise.</returns>
<param name="obj">The object that will be compared with the current object.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Fill.GetHashCode">
<summary>Serves as the default hash function.Serves as a hash function for a particular type.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.Fill.BackgroundColor">
<summary>Gets/sets the Color used for filling the background of a Cell, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range. The default
value is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Fill.BackgroundThemeColor">
<summary>Gets/sets the ThemeColor used for filling the background of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range. The default value is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Fill.PatternColor">
<summary>Gets/sets the Color of the pattern used for filling a Cell, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range. This will be
based on the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~PatternStyle.html">PatternStyle</see> property. The default setting is <em>null.</em></summary>
</member>
<member name="P:Xceed.Workbooks.NET.Fill.PatternStyle">
<summary>Gets/sets the Style of the pattern used for filling a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range. These will be filled based on the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~PatternColor.html">PatternColor</see> property. The default setting is <em>FillPattern.None</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Fill.PatternThemeColor">
<summary>
<para>Gets/sets the ThemeColor of the pattern used for filling a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range. The <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or range are filled based
on the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Fill~PatternStyle.html">PatternStyle</see> property. The default setting is <em>null.</em></para>
</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Font.Equals(System.Object)">
<summary>Determines whether the specified System.Object is equal to the current System.Object.</summary>
<returns>Returns <em>true</em> if the specified System.Object is equal to the current System.Object; returns <em>false</em> otherwise.</returns>
<param name="obj">The object that will be compared with the current object.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Font.GetHashCode">
<summary>Serves as the default hash function.Serves as a hash function for a particular type.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Bold">
<summary>Gets or sets if the Font has bold content. The default is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Color">
<summary>Gets or sets the Color for the Font. The default is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Italic">
<summary>Gets or sets if the Font has Italic content. The default is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Name">
<summary>Gets or sets the name of the Font. The font must be installed for the system to recognize it
(ex: "Arial", "Times New Roman", "Broadway"...). The default font is "Calibri".</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Size">
<summary>Gets or sets the size of the Font. The values are in points and must be between 1 and 409; they
are rounded to the nearest 0.5. The default value is 11.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Strikethrough">
<summary>Gets or sets if the Font is single strikethrough.The default is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Subscript">
<summary>Gets or sets if the Font is subscript. When set to <em>true</em>, the font will be smaller and
lower in the cell. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Superscript">
<summary>Gets or sets if the Font is superscript. When set to <em>true</em>, the font will be smaller
and higher in the cell. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.ThemeColor">
<summary>Gets or sets the ThemeColor for the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font.html">Font</see>. The default setting is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.Underline">
<summary>Gets or sets if the Font has underline content. The default is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Font.UnderlineType">
<summary>Gets or sets the type for the underline content. The Underline property must be set
to <em>true</em> in order to use this property. The default is <em>Single</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.FormattedText.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.FormattedText.Font">
<summary>Gets or sets the style of the FormattedText. The style is made of elements like the
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font~Name.html">Name</see> of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font.html">Font</see>, its
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font~Size.html">Size</see> and its <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Font~Color.html">Color</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.FormattedText.Text">
<summary>Gets or sets the text content of the FormattedText.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.FormattedTextList.FormatText(Xceed.Workbooks.NET.Font,System.Int32,System.Int32)">
<summary>Formats a specific section of the text with a selected Font.</summary>
<param name="newTextFont">The Font that will be used to format the text.</param>
<param name="startingIndex">The 0 based index that determines the starting point of the formatting.</param>
<param name="length">
<para>The length of the formatted section of text.</para>
<para>If this value is 0, all of the text that follows the startingIndex will be formatted.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.FormattedTextList.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.Hyperlink.#ctor(System.String)">
<summary>Creates a Hyperlink that can be used with the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~ReplaceContent.html">ReplaceContent</see> method.</summary>
<param name="destinationAddress">
<para>The address that corresponds to the Hyperlink's destination.</para>
<para>This can be the Address of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, an external document, a website or an email address.</para>
</param>
</member>
<member name="P:Xceed.Workbooks.NET.Hyperlink.CellRange">
<summary>This property stores the range of cells where the hyperlink is applied.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Hyperlink.DestinationAddress">
<summary>This property stores the destination address of the hyperlink.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Hyperlink.TextToDisplay">
<summary>This property stores the text that should be displayed if the existing text is to be replaced. The default value will be the destinationAddress if no value is provided when the item is created.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Hyperlink.Tooltip">
<summary>This property stores the text that will be displayed when the user mouses over the hyperlink?s cells range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Hyperlink.Type">
<summary>This property returns the hyperlink's type (Internal, External, Email).</summary>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Add">
<summary>Adds a new Hyperlink in the designated <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Remove">
<summary>Removes a Hyperlink from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.RemoveAt(System.Int32)">
<summary>Removes a Hyperlink from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see> by using an index to locate it.</summary>
<param name="hyperlinkIndex">The index that corresponds to the Hyperlink that will be removed from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Add(System.String,System.String,System.Int32,System.Int32,System.String,System.String)">
<summary>Adds a new Hyperlink based on a string representing the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>.</summary>
<param name="destinationAddress">The address that corresponds to the Hyperlink's destination. This can be the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, an external
document, a website or an email address.</param>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> will be located.</param>
<param name="hyperlinkRowLength">Specifies on how many vertical Cells the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> will be active. The default is 1.</param>
<param name="hyperlinkColumnLength">Specifies on how many horizontal Cells the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> will be active. The default is 1.</param>
<param name="textToDisplay">The Cell?s text, if it is different from the existing one. The default value is <em>null</em>.</param>
<param name="tooltip">The tooltip text that will be displayed on mouse over.</param>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Add(System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.String,System.String)">
<summary>Adds a new Hyperlink based on a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> and a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id.</summary>
<param name="destinationAddress">The address that corresponds to the Hyperlink's destination. This can be the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, an external
document, a website or an email address.</param>
<param name="topLeftRowId">The Id of the Row where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see>'s location starts.</param>
<param name="topLeftColumnId">The Id of the Column where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see>'s location starts.</param>
<param name="hyperlinkRowLength">Specifies on how many vertical Cells the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> is active. The default value is 1.</param>
<param name="hyperlinkColumnLength">Specifies on how many horizontal Cells the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> is active. The default value is 1.</param>
<param name="textToDisplay">The Cell?s text, if it is different from the existing one. The default value is <em>null</em>.</param>
<param name="tooltip">The tooltip text that will be displayed on mouse over.</param>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Add(System.String,System.String,System.String,System.String,System.String)">
<summary>Adds a new Hyperlink based on 2 string <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Addresses</see>.</summary>
<param name="destinationAddress">The address that corresponds to the Hyperlink's destination. This can be the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, an external
document, a website or an email address.</param>
<param name="topLeftCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that corresponds to the top left corner of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see>'s active range.</param>
<param name="bottomRightCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that corresponds to the bottom right of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see>'s active range.</param>
<param name="textToDisplay">The Cell?s text, if it is different from the existing one. The default value is <em>null</em>.</param>
<param name="tooltip">The tooltip text that will be displayed on mouse over.</param>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Remove(Xceed.Workbooks.NET.Hyperlink)">
<summary>Removes the chosen Hyperlink from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see>.</summary>
<param name="hyperlink">The Hyperlink that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Remove(System.String)">
<summary>Removes a Hyperlink from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see> by using an <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see> to identify its location.</summary>
<param name="topLeftCellAddress">The Address that corresponds to the top left <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> of the area where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> is located.</param>
</member>
<member name="M:Xceed.Workbooks.NET.HyperlinkCollection.Remove(System.Int32,System.Int32)">
<summary>Removes a Hyperlink from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see> by using Ids to identify its location.</summary>
<param name="topLeftRowId">The RowId that corresponds to the topmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> of the area where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see>
is located.</param>
<param name="topLeftColumnId">The ColumnId that corresponds to the leftmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> of the area where the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Hyperlink.html">Hyperlink</see> is located.</param>
</member>
<member name="P:Xceed.Workbooks.NET.HyperlinkCollection.Count">
<summary>Returns the number of hyperlinks in this collection.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.HyperlinkCollection.Item(System.Int32)">
<summary>Returns the designated hyperlink.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ImportOptions.DestinationColumnId">
<summary>Gets or sets the Id of the Column where the first data item will be imported. <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Ids start at 0, which is the default value.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ImportOptions.DestinationRowId">
<summary>Gets or sets the Id of the Row where the first data item will be imported. <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Ids start at 0, which is the default value.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ImportOptions.DestinationTopLeftAddress">
<summary>Gets or sets the address of the Cell where the first data item will be imported. The default
value is <em>A1</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ImportOptions.IsLinearDataVertical">
<summary>Gets or sets if a linear data (like a <span lang="EN-CA" style="FONT-SIZE: 10.5pt; FONT-FAMILY: &amp;quot;Segoe UI&amp;quot;,sans-serif; LINE-HEIGHT: 107%; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-ansi-language: EN-CA; mso-fareast-language: FR-CA; mso-bidi-language: AR-SA" xml:lang="EN-CA"><em>List&lt;string&gt;, Array&lt;int&gt;, MyProduct[],</em> .</span>..) will be imported and whether it will be displayed vertically or
horizontally in the Worksheet. The default value is <em>true</em>, which means that the
data will be displayed vertically.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Licenser.LicenseKey">
<summary>Gets or sets the license key used to license this product.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.LinearRange`1.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Base method for auto-fitting the Height of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see> or the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange~Width.html">Width</see>
of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange.html">ColumnRange</see>.</summary>
<param name="minimum">The minimum value of a Height or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange~Width.html">Width</see>.</param>
<param name="maximum">The maximum value of a Height or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange~Width.html">Width</see>.</param>
<param name="startId">The Id of the Row or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>
where the autofit starts from.</param>
<param name="endId">The Id of the Row or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>
where the autofit ends.</param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearRange`1.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the range.Clears specific elements in the LinearRange.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the range. The default setting isAll.<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ClearOptions.html">All</see></param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearRange`1.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.LinearRange`1.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the range and replaces all occurences of a specific value with a new value.Searches into the content of the range and replaces all occurences of a specific value with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the range.The total number of instances of the searchValue that were replaced within the content of the range.</returns>
<param name="searchValue">The value that will be searched for.The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearRange`1.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the StyledRange and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.<em>SearchValues</em><em>NewValues</em></summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the StyledRange.<em>searchValues</em></returns>
<param name="searchValues">The values that will be searched for.The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearRange`1.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.LinearRange`1.Count">
<summary>Gets the number of items in the range.Gets the number of items in the target range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.LinearRange`1.IsHidden">
<summary>Gets or sets if the Rows or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see> or
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange.html">ColumnRange</see> are hidden are not. The default value is <em>false</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.LinearWorksheetElement.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Base method declaration for auto-fitting the Height of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> or the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Width.html">Width</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>.</summary>
<param name="minimum">The minimum value of a Height or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Width.html">Width</see>.</param>
<param name="maximum">The maximum value of a Height or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Width.html">Width</see>.</param>
<param name="startId">The Id of the Row or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>
from where the autofit starts.</param>
<param name="endId">The Id of the Row or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>
where the autofit ends.</param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearWorksheetElement.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the LinearWorksheetElement.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the LinearWorksheetElement. The default setting is <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ClearOptions.html">All</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearWorksheetElement.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the LinearWorksheetElement and replaces all
occurences of a specific value with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the LinearWorksheetElement.</returns>
<param name="searchValue">The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.LinearWorksheetElement.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the LinearWorksheetElement and replaces all
instances of the <em>SearchValues</em> with their corresponding <em>NewValues</em>.</summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the LinearWorksheetElement.</returns>
<param name="searchValues">The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="P:Xceed.Workbooks.NET.LinearWorksheetElement.Id">
<summary>Gets the Id of a specific Column or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.LinearWorksheetElement.IsHidden">
<summary>Gets or sets if the Row or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> is hidden or not. The default value is <em>false</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Margins.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.Margins.SetAll(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)">
<summary>Sets all of the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see> at the same time.</summary>
<param name="left">The Left<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margin</see>'s
value.</param>
<param name="right">The Right<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margin</see>'s
value.</param>
<param name="top">The Top<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margin</see>'s
value.</param>
<param name="bottom">The Bottom<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margin</see>'s
value.</param>
<param name="header">The Header's value.</param>
<param name="footer">The Footer's value.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Margins.SetPreset(Xceed.Workbooks.NET.MarginPreset)">
<summary>Sets which MarginPreset will be used.</summary>
<param name="preset">The MarginPreset that will be used to set the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>'s <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Margins.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<returns> if the specified object is equal to the current object; otherwise, <see langword="false"></see>.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Margins.Bottom">
<summary>Gets or sets the margin at the bottom of the Worksheet.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Margins.Footer">
<summary>Gets or sets the height of the Footer area.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Margins.Header">
<summary>Gets or sets the height of the Header area.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Margins.Left">
<summary>Gets or sets the margin at the left of the Worksheet.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Margins.Right">
<summary>Gets or sets the margin at the right of the Worksheet.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Margins.Top">
<summary>Gets or sets the margin at the top of the Worksheet.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.MergedCellCollection.Add">
<summary>Adds a CellRange element in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.MergedCellCollection.Remove(Xceed.Workbooks.NET.CellRange)">
<summary>Removes a CellRange from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see>.</summary>
<param name="cellRange">The CellRange that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.MergedCellCollection.RemoveAt(System.Int32)">
<summary>Removes an element from the MergedCellCollection by using an index.</summary>
<param name="index">The index that corresponds to the element that will be removed from the collection.</param>
</member>
<member name="M:Xceed.Workbooks.NET.MergedCellCollection.Add(System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,System.Boolean)">
<summary>Adds a CellRange element in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see> by providing <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> Ids.</summary>
<param name="startingRowId">Base 0 index that represents the topmost Row of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> to add to the collection.</param>
<param name="startingColumnId">Base 0 index that represents the leftmost Column of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> to add to the collection.</param>
<param name="endingRowId">Base 0 index that represents the last Row of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> to add to the collection.</param>
<param name="endingColumnId">Base 0 index that represents the rightmost Column of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> to add to the collection.</param>
<param name="isCenter">Centers the text horizontally and vertically. The default value is <em>true</em>.</param>
<param name="isMergeAcross">Splits the merge per Row. For example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2". The
default value is <em>false</em>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.MergedCellCollection.Add(System.String,System.String,System.Boolean,System.Boolean)">
<summary>Adds a CellRange element in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see> by providing the addresses of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> that start and end the range.</summary>
<param name="startingCellAddress">Base 0 index that represents the top left element of the CellRange to add to the
collection.</param>
<param name="endingCellAddress">Base 0 index that represents the bottom right element of the CellRange to add to the
collection.</param>
<param name="isCenter">Centers the text horizontally and vertically. The default value is <em>true.</em></param>
<param name="isMergeAcross">Splits the merge per Row. For example, "A1 : B2" will be merged as "A1: B1" and "A2 : B2". The
default value is <em>false</em>.</param>
</member>
<member name="P:Xceed.Workbooks.NET.MergedCellCollection.Count">
<summary>Returns the number of CellRange in the current collection.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.MergedCellCollection.Item(System.Int32)">
<summary>Returns the CellRange object that represents all the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> that will be merged at the index.</summary>
<param name="index">Represents the position of the object in the list.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Note.AddText(Xceed.Workbooks.NET.FormattedText)">
<summary>Adds a new FormattedText object at the end of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>'s current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.FormattedTextList.html">FormattedTextList</see>.</summary>
<returns>Returns the index that corresponds to the newly inserted FormattedText object.</returns>
<param name="text">Represents the FormattedText that will be added to the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Note.AddTexts(Xceed.Workbooks.NET.FormattedTextList)">
<summary>Adds multiple FormattedText objects at the end of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>'s current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.FormattedTextList.html">FormattedTextList</see>.</summary>
<returns>Returns the index that corresponds to the first FormattedText object that was just
inserted in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.FormattedTextList.html">FormattedTextList</see>.</returns>
<param name="texts">Represents the FormattedText objects that will be added to the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Note.AnnotationType">
<summary>Returns the AnnotationType.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.BackgroundColor">
<summary>Represents the Color used for the Note's background. The default value is <em>null</em>, which
uses the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>'s default Color as the background Color.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.Height">
<summary>Gets or sets the Note's height. The default value is 100.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.IsAutoFit">
<summary>Gets or sets if the Note uses AutoFit.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.Item(System.Int32)">
<summary>Returns a specific block of FormattedText contained in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</summary>
<param name="textIndex">The index corresponding to the location of the targeted block of FormattedText.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Note.Length">
<summary>Represents the cumulative length of all the blocks of FormattedText in the current
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.MeasureUnit">
<summary>Gets or sets the Unit used to define <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note~Width.html">Width</see> &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note~Height.html">Height</see>. The
default value is <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Units~Point.html">Point</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.Protection">
<summary>Gets or sets the Note's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Protection.html">Protection</see>. The default setting automatically creates a protected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Note</see> if the associated <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>
is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.TextAlignment">
<summary>Represents the Note's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HorizontalAlignment.html">HorizontalAlignement</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.VerticalAlignment.html">VerticalAlignment</see>. The default values are respectively <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HorizontalAlignment~Left.html">Left</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.VerticalAlignment~Top.html">Top</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Note.Width">
<summary>Gets or sets the Note's width. The default value is 100.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.NoteProtection.Locked">
<summary>Gets or sets if the Note is locked. The default setting is <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.NoteProtection.LockText">
<summary>Gets or sets if the Note and the text that it contains are locked. The default value is
<em>true</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.InsertPageBreakColumn(System.Int32)">
<summary>Inserts a page break at the left of a specific Column.</summary>
<param name="column">The index that corresponds to the target Column; the page break will be added to the left of
this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.InsertPageBreakRow(System.Int32)">
<summary>Inserts a page break on top of a specific Row.</summary>
<param name="row">The index that corresponds to the target Row; the page break will be added on top of that
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.InsertPageBreaks(System.Int32,System.Int32)">
<summary>Inserts page breaks at a specific location in the Worksheet.</summary>
<param name="row">The index that corresponds to the target Row; a page break will be added on top of that <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
<param name="columns">The index that corresponds to the target Column; a page break will be added to the left of
this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.InsertPageBreaksAtCell(System.String)">
<summary>Inserts page breaks using a specific Cell as the target location for the insertion.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is used as a reference point for the insertion; two page breaks will be added, one on top of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> &amp; one at the left of it.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.RemovePageBreakColumn(System.Int32)">
<summary>Removes the page break at the left of a specific Column.</summary>
<param name="column">The index that corresponds to the target Column; the page break at the left of this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.RemovePageBreakRow(System.Int32)">
<summary>Removes the page break that is located on top of a specific Row.</summary>
<param name="row">The index that corresponds to the target Row; the page break on top of that <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.RemovePageBreaks(System.Int32,System.Int32)">
<summary>Removes the page breaks at a specific location in the Worksheet.</summary>
<param name="row">The index that corresponds to the target Row; the page break on top of that <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> will be removed.</param>
<param name="columns">The index that corresponds to the target Column; the page break at the left of this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.RemovePageBreaksAtCell(System.String)">
<summary>Removes page breaks using a specific Cell as the target location for the removal.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is used as a reference point for the removal; both the page breaks on top &amp; at the left of this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see> will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.ResetAllPageBreaks">
<summary>Resets all page breaks to their default state.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.PageLayout.Equals(System.Object)">
<summary>Determines whether the specified object is equal to the current object.</summary>
<returns> if the specified object is equal to the current object; otherwise, <see langword="false"></see>.</returns>
<param name="obj">The object to compare with the current object.</param>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.BlackAndWhite">
<summary>Gets or sets if the Worksheet(s) will be printed in black &amp; white or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.ColumnBreaks">
<summary>Gets a list of indexes that correspond to all of the column breaks in the Worksheet.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.DraftQuality">
<summary>Gets or sets whether the Worksheet(s) will be printed in draft quality or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.FitToPageHeight">
<summary>Gets or sets how the content's height will be scaled when the Worksheet is printed.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.FitToPageWidth">
<summary>Gets or sets how the content's width will be scaled when the Worksheet is printed.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.GridLines">
<summary>Gets or sets if gridlines should be printed or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.Headings">
<summary>Gets or sets whether headings will be printed or not.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.HorizontalCentered">
<summary>Gets or sets if the content will be centered horizontally when the Worksheet(s) is
printed.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.Margins">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Margins.html">Margins</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.Orientation">
<summary>Gets or sets the page's orientation.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.PaperSize">
<summary>Gets or sets the page's size.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.RowBreaks">
<summary>Gets a list of indexes that correspond to all of the row breaks in the Worksheet.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.Scale">
<summary>Gets or sets the percentage by which the Worksheet's content will be scaled before it is
printed.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PageLayout.VerticalCentered">
<summary>Gets or sets if the content will be centered vertically when the Worksheet(s) is printed.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Person.Name">
<summary>The name of the Person who wrote the object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.AbsolutePosition">
<summary>Gets/sets the absolute position of the Picture in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.AnchorPosition">
<summary>Gets/sets the Anchor's position in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. This position is determined by a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RangeBase`1~StartingElement.html">StartingElement</see> and an <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RangeBase`1~EndingElement.html">EndingElement</see>, which sets a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>. For it to work, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> must be located within the same <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> as the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.AnchorType">
<summary>Gets the Anchor's type. An <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Anchor.html">Anchor</see> can be either an <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Anchor~AbsoluteAnchor.html">AbsoluteAnchor</see>, a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Anchor~OneCellAnchor.html">OneCellAnchor</see> or a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Anchor~TwoCellAnchor.html">TwoCellAnchor</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.BottomRightOffsets">
<summary>Offsets the bottom right corner of a TwoCellAnchor<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.Description">
<summary>This property contains the description of the picture.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.DrawingClientData">
<summary>Class property that contains the information of the ClientData, which is how the data should behave when the worksheet is protected.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.Format">
<summary>Gets the file format of the uploaded media.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.Height">
<summary>Gets/sets the height of an AbsoluteAnchor or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Anchor~OneCellAnchor.html">OneCellAnchor</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.MeasureUnit">
<summary>Gets/sets the unit used for measuring the Width and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture~Height.html">Height</see> of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.Name">
<summary>Gets or sets the name of the Picture in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.PictureLocks">
<summary>Class property that contains the information of the PictureLocks, which are the
manipulations allowed on the picture.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.TopLeftOffsets">
<summary>Offsets the top right corner of a TwoCellAnchor<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.TwoCellAnchorBehavior">
<summary>Gets or sets the behavior of the TwoCellAnchor<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see> when moving or deleting <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see>
or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see>. The defaut setting is<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TwoCellAnchorBehavior~MoveAndResize.html">MoveAndResize</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Picture.Width">
<summary>Gets/sets the width of an AbsoluteAnchor or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Anchor~OneCellAnchor.html">OneCellAnchor</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Picture.html">Picture</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add">
<summary>Adds a new picture by specifying the path and the file or by giving an ImageStream of the picture.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Remove">
<summary>Removes a Picture from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.PictureCollection.html">PictureCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.RemoveAt(System.Int32)">
<summary>Removes a Picture from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.PictureCollection.html">PictureCollection</see> by using an index to locate it in the collection.</summary>
<param name="pictureIndex">The index that corresponds to the Picture that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.String,System.Int32)">
<summary>Adds a picture in the worksheet using a filename.</summary>
<param name="filename">The path for the image file that will be added.</param>
<param name="scale">The scale of the image.<br />
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.IO.Stream,System.Int32)">
<summary>Adds a picture in the worksheet using a stream.</summary>
<param name="stream">The stream for the image file that will be added.</param>
<param name="scale">The scale of the image.<br />
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.String,System.Int32,System.Int32,System.Int32)">
<summary>Adds a picture in the worksheet using a filename and a specific position corresponding to the top left corner of the picture.</summary>
<param name="filename">The path for the image file that will be added.</param>
<param name="topLeftRowId">The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="topLeftColumnId">The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="scale">The scale of the image.<br />
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.String,System.String,System.Int32)">
<summary>Adds a picture in the worksheet using a filename and a specific position corresponding to the top left corner of the picture.</summary>
<param name="filename">The path for the image file that will be added.</param>
<param name="topLeftCellAddress">The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="scale">The scale of the image.<br />
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.IO.Stream,System.Int32,System.Int32,System.Int32)">
<summary>Adds a picture in the worksheet using a stream and a specific position corresponding to the top left corner of the picture.</summary>
<param name="stream">The stream for the image file that will be added.</param>
<param name="topLeftRowId">The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="topLeftColumnId">The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="scale">The scale of the image.<br />
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.IO.Stream,System.String,System.Int32)">
<summary>Adds a picture in the worksheet using a stream and a specific position corresponding to the top left corner of the picture.</summary>
<param name="stream">The stream for the image file that will be added.</param>
<param name="topLeftCellAddress">The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="scale">The scale of the image.<br />
The values start at 0 and represent a percentage. The default value is 100, which stands for 100%.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.String,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner.</summary>
<param name="filename">The path for the image file to be added.</param>
<param name="topLeftRowId">The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="topLeftColumnId">The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="bottomRightRowId">The Id of the row to which the bottom right corner of the picture will extend once it is inserted in the worksheet.</param>
<param name="bottomRightColumnId">The Id of the column to which the bottom right corner of the picture will extend once it is inserted in the worksheet.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.IO.Stream,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner.</summary>
<param name="stream">The stream for the image file that will be added.</param>
<param name="topLeftRowId">The Id of the row where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="topLeftColumnId">The Id of the column where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="bottomRightRowId">The Id of the row to which the bottom right corner of the picture will extend once it is inserted in the worksheet.</param>
<param name="bottomRightColumnId">The Id of the column to which the bottom right corner of the picture will extend once it is inserted in the worksheet.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.String,System.String,System.String)">
<summary>Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner.</summary>
<param name="filename">The path for the image file to be added.</param>
<param name="topLeftCellAddress">The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="bottomRightCellAddress">The address of the cell to which the bottom right corner of the picture will extend once it is inserted in the worksheet.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Add(System.IO.Stream,System.String,System.String)">
<summary>Adds a picture in the worksheet using a filename and two specific positions, corresponding respectively to the picture's top left and bottom right corner.</summary>
<param name="stream">The stream for the image file that will be added.</param>
<param name="topLeftCellAddress">The address of the cell where the top left corner of the picture will be located once it is inserted in the worksheet.</param>
<param name="bottomRightCellAddress">The address of the cell to which the bottom right corner of the picture will extend once it is inserted in the worksheet.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Remove(System.String)">
<summary>Removes a Picture from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.PictureCollection.html">PictureCollection</see> by using its name.</summary>
<param name="pictureName">The name of the Picture that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.PictureCollection.Remove(Xceed.Workbooks.NET.Picture)">
<summary>Removes the chosen Picture from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.PictureCollection.html">PictureCollection</see>.</summary>
<param name="picture">The Picture that will be removed.</param>
</member>
<member name="P:Xceed.Workbooks.NET.PictureCollection.Count">
<summary>Returns the amount of Picture in the current worksheet.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureCollection.Item(System.Int32)">
<summary>Returns the Picture located at the specific index.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoAdjustHandles">
<summary>Removes the authorization to use the adjust handles when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoChangeArrowheads">
<summary>Removes the authorization to change Arrowheads when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoChangeAspect">
<summary>Removes the authorization to change the ratio when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoChangeShapeType">
<summary>Removes the authorization to change the connection shape when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoCrop">
<summary>Removes the authorization to crop the picture when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoEditPoints">
<summary>Removes the authorization to edit the connection shape points when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoGrp">
<summary>Removes the authorization to group shapes when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoMove">
<summary>Removes the authorization to move the picture when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoRot">
<summary>Removes the authorization to rotate the picture when the value is set to <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.PictureLocks.NoSelect">
<summary>Removes the authorization to select the picture when the value is set to <em>true</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Position.#ctor(System.Double,System.Double,Xceed.Workbooks.NET.Units,System.Boolean)">
<param name="x">Represents the value of the horizontal (X) axis.</param>
<param name="y">Represents the value of the vertical (Y) axis.</param>
<param name="measureUnit">Represents the type of unit used for the given values. The default value is <em>Inch</em>.</param>
<param name="isUnsigned">Determines if negative values are accepted. The default value is <em>false,</em> so no negative numbers are allowed by default<em>.</em></param>
</member>
<member name="P:Xceed.Workbooks.NET.Position.MeasureUnit">
<summary>Represents the type of unit associated with the numbers input in the X and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Position~Y.html">Y</see> properties. The default value is <em>Inch</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Position.X">
<summary>Represents the value of the horizontal axis. The default value is 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Position.Y">
<summary>Represents the value of the vertical axis. The default value is 0.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Protection.GetHashCode">
<summary>Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.Protection.HiddenFormula">
<summary>Gets or sets if the content of a Cell or the formula are displayed in the formula bar or not.
The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Protection.Locked">
<summary>Gets or sets if the Cell is locked or not. The default value is <em>true</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.RangeBase`1.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the range.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the range. The default setting is All.</param>
</member>
<member name="M:Xceed.Workbooks.NET.RangeBase`1.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the range and replaces all occurences of a specific value with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the range.</returns>
<param name="searchValue">The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.RangeBase`1.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the RangeBase and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.</summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the RangeBase.</returns>
<param name="searchValues">The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="P:Xceed.Workbooks.NET.RangeBase`1.Count">
<summary>Gets the number of items in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RangeBase`1.Elements">
<summary>Gets the items in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RangeBase`1.EndingElement">
<summary>Gets or sets the last item in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RangeBase`1.StartingElement">
<summary>Gets or sets the first item in the range.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Row.AutoFit">
<summary>Base method declaration for auto-fitting the Height of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> or the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Width.html">Width</see> of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>.<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see></summary>
</member>
<member name="M:Xceed.Workbooks.NET.Row.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Base method declaration for auto-fitting the Height of a Row or the Width of a Column.Identifies the start and end of the AutoFit's range by using Ids.</summary>
<param name="minimumHeight">The minimum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>. The default value is 0 point.</param>
<param name="maximumHeight">The maximum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>. The default value is 409 points.</param>
<param name="startColumnId">The Id of the Column used as the starting point of the Autofit's range. The default is 0,
which is the first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
<param name="endColumnId">The Id of the Column used as the ending point of the Autofit's range. The default value is
16383, which is the last possible <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Row.AutoFit(System.Double,System.Double,System.String,System.String)">
<summary>Identifies the start and end of the AutoFit's range by using string Ids.</summary>
<param name="minimumHeight">The minimum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>. The default value is 0 point.</param>
<param name="maximumHeight">The maximum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>. The default value is 409 points.</param>
<param name="startColumnId">The string Id of the Column used as the starting point of the Autofit's range. The default is
<em>A</em>, which is the first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
<param name="endColumnId">The string Id of the Column used as the ending point of the Autofit's range. The default
value is <em>XFD</em>, which is the last possible <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Row.Cells">
<summary>Gets the collection of Cell from the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>. Only the modified <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> will be
returned.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Row.Height">
<summary>Gets or sets the height of a specific Row.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RowCellCollection.Count">
<summary>Gets the number of cells from the RowCellCollection.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RowCellCollection.Item(System.Int32)">
<summary>Gets the Cell element at the specified column Id. The first column starts at 0 and the last
column is located at 16383.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RowCellCollection.Item(System.String)">
<summary>Gets the Cell element at the specified column address. The first column is located at ?A?.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RowCollection.Count">
<summary>Gets the number of Row from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowCollection.html">RowCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RowCollection.Item(System.Int32)">
<summary>Gets the Row element at the specified row Id. The first row starts at 0 and the last row is
located at 1048575.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.RowCollection.Item(System.Int32)">
<summary>Gets a Row using an Id.</summary>
<param name="rowId">The Id of the Row that you want to get.</param>
</member>
<member name="P:Xceed.Workbooks.NET.RowCollection.Item(System.Int32,System.Int32)">
<summary>Gets a RowRange that starts at the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> associated with the startRowId and ends at the row associated with the endRowId. For example, ?var
rowRange = worksheet.Rows[1, 3];? will get a range from row 1 to 3.</summary>
<param name="startRowId">The Id for the Row starting the range.</param>
<param name="endRowId">The Id for the Row ending the range.</param>
</member>
<member name="M:Xceed.Workbooks.NET.RowRange.AutoFit">
<summary>Base method for auto-fitting the Height of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see> or the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange~Width.html">Width</see>
of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnRange.html">ColumnRange</see>.<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see></summary>
</member>
<member name="M:Xceed.Workbooks.NET.RowRange.AutoFit(System.Double,System.Double,System.Int32,System.Int32)">
<summary>Base method for auto-fitting the Height of a RowRange or the Width
of a ColumnRange.Identifies the start and end of the AutoFit's range by using Ids.</summary>
<param name="minimumHeight">The minimum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see>. The default
value is 0 point.</param>
<param name="maximumHeight">The maximum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see>. The default
value is 409 points.</param>
<param name="startColumnId">The Id of the Column used as the starting point of the Autofit's range. The default is 0,
which is the first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
<param name="endColumnId">The Id of the Column used as the ending point of the Autofit's range. The default value is
16383, which is the last possible <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.RowRange.AutoFit(System.Double,System.Double,System.String,System.String)">
<summary>Identifies the start and end of the AutoFit's range by using string Ids.</summary>
<param name="minimumHeight">The minimum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see>. The default
value is 0 point.</param>
<param name="maximumHeight">The maximum desired Height when AutoFitting a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> from a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowRange.html">RowRange</see>. The default
value is 409 points.</param>
<param name="startColumnId">The string Id of the Column used as the starting point of the Autofit's range. The default is
<em>A</em>, which is the first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
<param name="endColumnId">The string Id of the Column used as the ending point of the Autofit's range. The default
value is <em>XFD</em>, which is the last possible <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>.</param>
</member>
<member name="P:Xceed.Workbooks.NET.RowRange.Height">
<summary>Gets or sets the Height of all <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see> in the range. Getting this property will return the common <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row~Height.html">Height</see> of all the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see> in the
range; if at least one <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> has a different <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row~Height.html">Height</see> than the others, 0 will be returned.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.ActiveCellAddress">
<summary>Gets or sets the active Cell in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>, which is the one with focus. The address of the cell (?A2?, for example) is used to set
this property. Default is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.FrozenColumns">
<summary>Gets or sets the number of frozen Columns in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. Frozen <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> are
always shown at the left of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.SheetView.html">SheetView</see> when a user scrolls to the right.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.FrozenRows">
<summary>Gets or sets the number of frozen Rows in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. Frozen <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see> are always
shown at the top of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.SheetView.html">SheetView</see> when a user scrolls down.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.SplitColumns">
<summary>Gets or sets the number of Columns after which a vertical split will appear in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. Creating a split will divide the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.SheetView.html">SheetView</see> in two; afterwards, both sides of the split can be scrolled independently.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.SplitRows">
<summary>Gets or sets the number of Rows after which a horizontal split will appear in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. Creating a split will divide the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.SheetView.html">SheetView</see> in two; afterwards, both sides of the split can be scrolled independently.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.TopLeftCellAddress">
<summary>Gets or sets the Cell to be displayed as the top left position in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> view. The address of the cell (?A2?, for example) is used to set this property. The
default value is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.ViewType">
<summary>Gets or sets the WorksheetViewType associated with the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. The default setting is <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetViewType~Normal.html">Normal</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.ZoomScale">
<summary>
<para>Gets or sets the Zoom level used when the Worksheet is displayed in <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetViewType~Normal.html">Normal</see> mode.</para>
<para>The values are percentages and must be between 10 and 400.</para>
</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.ZoomScalePageBreakPreview">
<summary>
<para>Gets or sets the Zoom level used when the Worksheet is displayed in <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetViewType~PageBreakPreview.html">PageBreakPreview</see> mode.</para>
<para>The values are percentages and must be between 10 and 400.</para>
</summary>
</member>
<member name="P:Xceed.Workbooks.NET.SheetView.ZoomScalePageLayout">
<summary>
<para>Gets or sets the Zoom level used when the Worksheet is displayed in <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetViewType~PageLayout.html">PageLayout</see> mode.</para>
<para>The values are percentages and must be between 10 and 400.</para>
</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Style.Equals(System.Object)">
<summary>Determines whether the specified System.Object is equal to the current System.Object.</summary>
<returns>Returns <em>true</em> if the specified System.Object is equal to the current System.Object; returns <em>false</em> otherwise.</returns>
<param name="obj">The object that will be compared with the current object.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Style.GetHashCode">
<summary>Serves as the default hash function.Serves as a hash function for a particular type.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.Style.RevertToDefault">
<summary>Resets the Style of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>,
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> back to its
default setting.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.Alignment">
<summary>Gets or sets the horizontal and vertical alignments used to align the content of a cell. The default values are General for horizontal and Bottom for vertical.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.Borders">
<summary>Gets the collection of active Borders in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see>. Returns an empty collection by default.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.BuiltinType">
<summary>Gets or sets the BuiltinStyleType. The default setting is<em><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.BuiltinStyleType~Normal.html">Normal</see></em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.CustomFormat">
<summary>Gets or sets the format used to display the content of a Cell, the cells in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or the cells in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see>. The
default is <em>null</em>. Setting this property will overwrite the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style~PredefinedNumberFormatId.html">PredefinedNumberFormatId</see> property. The formatting characters that can be used
are explained here : <see cref="!:https://www.ablebits.com/office-addins-blog/2016/07/07/custom-excel-number-format/" />.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.Fill">
<summary>Gets or sets the Fill object used to fill the background of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see>, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> or range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.Font">
<summary>Gets or sets the Font to use for the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.PredefinedNumberFormatId">
<summary>Gets or sets the predefined number format with an Id. Built-in common formatting options exist, like in MS Excel. A specific Id can be set to format the
content of a Cell, the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column~Cells.html">Cells</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> or the
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row~Cells.html">Cells</see> in a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> with
predefined formats. The default value is 0. Setting this property will overwrite the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style~CustomFormat.html">CustomFormat</see> property.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Style.Protection">
<summary>Gets or sets the Protection object associated with this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see>. The default value is <em>null</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.StyledRange`1.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the range.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the range. The default setting isAll.</param>
</member>
<member name="M:Xceed.Workbooks.NET.StyledRange`1.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the range and replaces all occurences of a specific value with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the range.</returns>
<param name="searchValue">The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.StyledRange`1.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the StyledRange and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.</summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the StyledRange.</returns>
<param name="searchValues">The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="P:Xceed.Workbooks.NET.StyledRange`1.Count">
<summary>Gets the number of items in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.StyledRange`1.Elements">
<summary>Gets the items in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.StyledRange`1.EndingElement">
<summary>Gets or sets the last item in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.StyledRange`1.StartingElement">
<summary>Gets or sets the first item in the range.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.StyledWorksheetElement.Style">
<summary>Gets the Style object for a worksheet element. The default value is a default style object.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Table.Resize(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>Resizes the table with a new CellRange. The top of the table must remain in the same row,
the resulting table must contain at least one row of data and the resized table must overlap the original table.</summary>
<param name="startRowId">The table?s first row Id.</param>
<param name="startColumnId">The table?s first column Id.</param>
<param name="endRowId">The table?s last row Id.</param>
<param name="endColumnId">The table?s last column Id.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Table.Resize(System.String,System.String)">
<summary>Resizes the table with a new CellRange. The top of the table must remain in the same row,
the resulting table must contain at least one row of data and the resized table must overlap the original table.</summary>
<param name="startCellAddress">The table?s top-left cell.</param>
<param name="endCellAddress">The table?s bottom-right cell.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Table.AutoFilter">
<summary>Gets the Table?s AutoFilter. The AutoFilter contains the filtering options that will be used
for every column of that table.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.CellRange">
<summary>Gets the range of cells that are part of the table. A CellRange contains the top-left and the bottom-right cells of a rectangular selection of cells.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.Columns">
<summary>Gets the collection of columns that are part of the Table. When a column has no header
content, ?Column1? will be used as the column header?s default content; the numbers will be incremented for the next columns without header content, thus
filing the second column without header content with ?Column2? and so forth.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.Name">
<summary>Gets or sets the name of the Table. The default name is ?Table1?; the numbers will be
incremented for every table without a name, thus naming the second <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see> without a name
?Table2? &amp; so forth. Custom names must start with a letter or an underscore (_), contain only letters or numbers and contain between one and 255
characters. Also note that two tables in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> can not have the same name.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.ShowBandedColumns">
<summary>Gets or sets if banded columns are displayed. When set to true, the even columns are formatted differently from the odd columns, which can make the table
easier to read. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.ShowBandedRows">
<summary>Gets or sets if banded rows are displayed. When set to true, the even rows are formatted differently from the odd rows, which can make the table easier to
read. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.ShowFirstColumnFormatting">
<summary>Gets or sets if the table?s first column is displayed using special formatting. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.ShowHeaderRow">
<summary>Gets or sets if the table?s header row is displayed or not. When it is displayed, the table?s first row uses unique formatting to set it apart from the other
rows. The default setting is <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.ShowLastColumnFormatting">
<summary>Gets or sets if the table?s last column is displayed using special formatting. The default setting is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.ShowTotalRow">
<summary>Gets or sets if the table?s total row is displayed or not. The total row is the row at the end of the table; it displays totals for each column. When set to
<em>true</em>, the table?s CellRange will grow by one row. The default setting is
<em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.Style">
<summary>Gets or sets the Style that is used to format the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see>. Many built-in styles can be used but the default style is <em>TableStyleLight9</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Table.StyleName">
<summary>Gets or sets the name of a Custom<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Style.html">Style</see> that is applied to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see>.
The default value is the string value used by the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table~Style.html">Style</see> property.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Contains(System.String)">
<summary>Returns <em>true</em> if the TableCollection contains a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see> with the name ?tableName?; returns <em>false</em> otherwise.</summary>
<returns>
<em>true</em> if the Table is found; <em>false</em> otherwise.</returns>
<param name="tableName">The name of the Table to look for.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Remove">
<summary>Removes a Table from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.RemoveAt(System.Int32)">
<summary>Removes a Table from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see> by using an index to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Table.html">Table</see> that needs to be removed.</summary>
<param name="tableIndex">The index that corresponds to the Table that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Add(System.String,System.String,Xceed.Workbooks.NET.TableStyle,System.Boolean)">
<summary>Adds a new Table to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see> using a range of cells defined by cell addresses.</summary>
<returns>The Table added to the TableCollection.</returns>
<param name="startCellAddress">The top-left cell of the range of cells that defines the table.</param>
<param name="endCellAddress">The bottom-right cell of the range of cells that defines the table.</param>
<param name="tableStyle">The built-in style used to format the new table. The default style is TableStyleLight9.</param>
<param name="showHeaderRow">Determines if the header row is displayed. The default setting is true.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Add(System.String,System.String,System.String,Xceed.Workbooks.NET.TableStyle,System.Boolean)">
<summary>Adds a new Table to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see> using its name and a range of cells defined by cell addresses.</summary>
<returns>The Table added to the TableCollection.</returns>
<param name="tableName">The name of the table.</param>
<param name="startCellAddress">The top-left cell of the range of cells that defines the table.</param>
<param name="endCellAddress">The bottom-right cell of the range of cells that defines the table.</param>
<param name="tableStyle">The built-in style used to format the new table. The default style is TableStyleLight9.</param>
<param name="showHeaderRow">Determines if the header row should be displayed. The default setting is true.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Add(System.Int32,System.Int32,System.Int32,System.Int32,Xceed.Workbooks.NET.TableStyle,System.Boolean)">
<summary>Adds a new Table to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see> using a range of cells defined by indexes. The indexes start at (0, 0).</summary>
<returns>The Table added to the TableCollection.</returns>
<param name="startRowId">The Id for the first row of the range of cells that defines the table.</param>
<param name="startColumnId">The Id for the first column of the range of cells that defines the table.</param>
<param name="endRowId">The Id for the last row of the range of cells that defines the table.</param>
<param name="endColumnId">The Id for the last column of the range of cells that defines the table.</param>
<param name="tableStyle">The built-in style used to format the new table. The default style is TableStyleLight9.</param>
<param name="showHeaderRow">Determines if the header row should be displayed. The default setting is true.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Add(System.String,System.Int32,System.Int32,System.Int32,System.Int32,Xceed.Workbooks.NET.TableStyle,System.Boolean)">
<summary>Adds a new Table to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see> using its name and a range of cells defined by indexes. The indexes start at
(0, 0).</summary>
<returns>The Table added to the TableCollection.</returns>
<param name="tableName">The name of the table.</param>
<param name="startRowId">The Id for the first row of the range of cells that defines the table.</param>
<param name="startColumnId">The Id for the first column of the range of cells that defines the table.</param>
<param name="endRowId">The Id for the last row of the range of cells that defines the table.</param>
<param name="endColumnId">The Id for the last column of the range of cells that defines the table.</param>
<param name="tableStyle">The built-in style used to format the new table. The default style is TableStyleLight9.</param>
<param name="showHeaderRow">Determines if the header row should be displayed. The default setting is true.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Remove(System.String)">
<summary>Removes a Table from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see> by using its name.</summary>
<param name="tableName">The name of the Table that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.TableCollection.Remove(Xceed.Workbooks.NET.Table)">
<summary>Removes the chosen Table from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see>.</summary>
<param name="table">The Table that will be removed.</param>
</member>
<member name="P:Xceed.Workbooks.NET.TableCollection.Count">
<summary>Gets the number of Table from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableCollection.Item(System.Int32)">
<summary>Gets the Table element at the specified Id. The first table starts at 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableCollection.Item(System.String)">
<summary>Gets the Table element that has the specified table name.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumn.EndCell">
<summary>Gets the last cell of the TableColumn.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumn.Name">
<summary>Gets or sets the name of the table's column.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumn.StartCell">
<summary>Gets the first cell of the TableColumn.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumn.TotalRowFormula">
<summary>Gets or sets the custom formula used for a TableColumn?s total row. The
TableColumn.TotalRowFunction property must be set to CustomFormula for this property to work. Note that this property can affect the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Formula.html">Formula</see> property of the cells in the total row.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumn.TotalRowFunction">
<summary>Gets or sets the built-in formula used for a TableColumn?s total row. The formula will
be applied for each cell of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableColumn.html">TableColumn</see>. If the value is <em>None</em>, the
TableColumn.TotalRowLabel can be displayed; if the value is <em>CustomFormula</em>, the TableColumn.TotalRowFormula can be used. This property can affect the
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Formula.html">Formula</see> and <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Value.html">Value</see>
properties of the cells in the total row. The default value is <em>None</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumn.TotalRowLabel">
<summary>Gets or sets the label used for a TableColumn?s total row. The
TableColumn.TotalRowFunction property must be set to <em>None</em> for this property to work. Note that this property can affect the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Value.html">Value</see> property of the cells in the total row.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumnCollection.Count">
<summary>Gets the number of TableColumn from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableColumnCollection.html">TableColumnCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumnCollection.Item(System.Int32)">
<summary>Gets the TableColumn element at the specified Id. The first <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableColumn.html">TableColumn</see> starts at 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.TableColumnCollection.Item(System.String)">
<summary>Gets the TableColumn element with the specified column name.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Theme.Colors">
<summary>Gets the Theme's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColors</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Theme.Name">
<summary>Gets/sets the Theme's name.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.ThemeColor.#ctor(Xceed.Workbooks.NET.ThemeColorType,System.Double)">
<summary>Instanciates a ThemeColor by specifying its <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor~Type.html">Type</see> and possible <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor~Tint.html">Tint</see>.</summary>
<param name="type">The ThemeColor's type.</param>
<param name="tint">The ThemeColor's tint. Values range from -1 (dark) to +1 (light). The default value is 0.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ThemeColor.Equals(System.Object)">
<summary>Returns <em>true</em> if the current ThemeColor is equal to the obj received.</summary>
<returns>Returns <em>true</em> if the obj received is equal to the current ThemeColor; returns
<em>false</em> otherwise.</returns>
<param name="obj">The ThemeColor that will be compared to the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColor.html">ThemeColor</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.ThemeColor.GetHashCode">
<summary>Serves as the default hash function.Serves as the default hash function.</summary>
<returns>A hash code for the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.ThemeColor.Tint">
<summary>Gets/sets the ThemeColor's tint. Values are from -1 (dark) to +1 (light). The default
value is 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ThemeColor.Type">
<summary>Gets or sets the ThemeColor's type.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ThreadCommentCollection.Count">
<summary>Gets the number of Comment threads in the current <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ThreadCommentCollection.Item(System.Int32,System.Int32)">
<summary>Gets a thread of Comments.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.ThreadCommentCollection.Item(System.Int32,System.Int32)">
<summary>Gets a thread of Comments by using a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> Id and a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Id.</summary>
<param name="rowId">The Id of the Row where the thread of <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comments</see> was inserted.</param>
<param name="columnId">The Id of the Column where the thread of <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comments</see> was inserted.</param>
</member>
<member name="P:Xceed.Workbooks.NET.ThreadCommentCollection.Item(System.String)">
<summary>Gets a thread of Comments by using an <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Address</see>.</summary>
<param name="cellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
where the thread of <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comments</see> was inserted.</param>
</member>
<member name="P:Xceed.Workbooks.NET.UserObjectImportOptions.IsPropertyNamesShown">
<summary>Gets or sets if the user object?s PropertyNames will be shown
or not. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.UserObjectImportOptions.PropertyNames">
<summary>Gets or sets the user object?s PropertyNames, which will be displayed in the Worksheet
after importing the data. When set to <em>null</em>, which is the default value, all the PropertyNames are displayed.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.CalculateFormulas">
<summary>Starts the calculation process for all the Cells containing a formula and update their <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Value.html">Value</see> properties once the process is done.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the Workbook.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the Workbook. The default
setting is<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ClearOptions.html">All</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Create">
<summary>Creates a new Workbook.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Load">
<summary>Loads an existing Workbook.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Protect(Xceed.Workbooks.NET.WorkbookProtection,System.String)">
<summary>
<para>Protects a Workbook by enabling or disabling specific actions.</para>
<para>This can be done with or without a password.</para>
</summary>
<param name="protection">The WorkbookProtection object that lets you select which actions can be carried
out on a protected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>.</param>
<param name="password">
<para>The password that will be used to protect this Workbook.</para>
<para>Note that the same password must be used to Unprotect the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>. However, you can protect a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> without using a password. The default setting is, in fact, <em>null</em>, which sets no
password for the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Protection.html">Protection</see>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the Workbook and replaces all occurences of a specific value
with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the Workbook.</returns>
<param name="searchValue">The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the Workbook and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.</summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the Workbook.</returns>
<param name="searchValues">The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Save">
<summary>Saves the Workbook.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.SaveAs">
<summary>Saves the Workbook as a stream or as a new document.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Unprotect(System.String)">
<summary>Removes the protection that was added on the Workbook.</summary>
<param name="password">
<para>The password that will be used to unprotect the protected Workbook. This password must
be the same as the one set when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook~Protect.html">Protect</see> method was used.</para>
<para>Note, however, that this parameter does not require a value if the Workbook was
protected without using a password. The default value for the parameter is, in fact, <em>null</em>, which allows to unprotect a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> without the use of a password when no password was set when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook~Protect.html">Protect</see> method was used.</para>
<para></para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Create(System.String)">
<summary>Creates a new Workbook in a document. The name of this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> will be the chosen ?filename?.</summary>
<returns>The created Workbook.</returns>
<param name="filename">The file name used to create the Workbook.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Load(System.String)">
<summary>Loads an existing Workbook using a string.</summary>
<returns>The loaded Workbook.</returns>
<param name="filename">The file name of the Workbook that will be loaded.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.Load(System.IO.Stream)">
<summary>Loads an existing Workbook from a stream.</summary>
<returns>The loaded Workbook.</returns>
<param name="stream">The stream where the Workbook can be found.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.SaveAs(System.IO.Stream)">
<summary>Saves the Workbook as a stream.</summary>
<param name="stream">The stream where the Workbook will be saved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Workbook.SaveAs(System.String)">
<summary>Saves the Workbook in a document named ?filename?.</summary>
<param name="filename">The file name used to save the Workbook.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Workbook.IsProtected">
<summary>Gets if the Workbook is currently protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Workbook.Name">
<summary>Gets the name of the Workbook.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Workbook.Protection">
<summary>Gets the WorkbookProtection as a read-only object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Workbook.Theme">
<summary>Gets the Workbook's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Theme.html">Theme</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Workbook.WorkbookViews">
<summary>Gets the list of all the WorkbookViews.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Workbook.Worksheets">
<summary>Gets the collection of Worksheet that is part of this <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>. A <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> always
have at least one <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookProtection.ProtectStructure">
<summary>Protects a Workbook by removing the right to execute the following actions : adding,
removing, inserting, moving, copying, deleting and renaming <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see>. The default value
is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookProtection.ProtectWindows">
<summary>Protects a Workbook by locking the size of its window. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookThemeColor.Color">
<summary>Gets/sets the WorkbookThemeColor's Color.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookThemeColor.Type">
<summary>Gets the WorkbookThemeColor associated with the specified <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColorType.html">ThemeColorType</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookThemeColors.Item(Xceed.Workbooks.NET.ThemeColorType)">
<summary>Gets the WorkbookThemeColor associated th the specified <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ThemeColorType.html">ThemeColorType</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookView.ActiveTab">
<summary>Gets or sets the first page shown when the document is opened. The default value is -1. The index starts at 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorkbookView.FirstSheet">
<summary>Gets or sets the first worksheet displayed at the bottom of the workbook. Pages before that number will be replaced by "..." . The default value is 0. The
index starts at 1.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.CalculateFormulas">
<summary>Starts the calculation process in all the Cells containing a formula and update their <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Value.html">Value</see> properties once the process is done.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the Worksheet.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the Worksheet. The default
setting is<em><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ClearOptions.html">All.</see></em></param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.ClearAllDataValidations">
<summary>Removes all DataValidations in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteColumns">
<summary>Deletes Columns at a specific index in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteRange">
<summary>Deletes a CellRange and allows to specify in which direction the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> located after the deleted range will be shifted.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteRows(System.Int32,System.Int32)">
<summary>Deletes Rows at a specific index in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
<param name="rowId">The Id of the Row that is currently located where the deletion will start. The Ids start at 0.</param>
<param name="count">The number of Rows that will be deleted. The default value is 1.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.ImportData(System.Object,Xceed.Workbooks.NET.ImportOptions)">
<summary>
<para class="MsoNormal" style="MARGIN-BOTTOM: 0cm; BACKGROUND: white; LINE-HEIGHT: normal">
<span lang="EN-CA" style="FONT-SIZE: 10.5pt; FONT-FAMILY: &amp;quot;Segoe UI&amp;quot;,sans-serif; COLOR: black; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-color-alt: windowtext; mso-ansi-language: EN-CA; mso-fareast-language: FR-CA" xml:lang="EN-CA">Imports data of type <em>Array</em>, <em>2D-Array</em>, <em>ArrayList</em>, <em>ICollection</em>, <em>IDictionary</em>, <em>DataTable</em>,
<em>DataView</em> or <em>CSV</em> path/stream in a Worksheet.</span>
</para>
</summary>
<returns>The number of items imported in the Worksheet.</returns>
<param name="data">The data to import.<br />
The data can be of any of the supported types:
<list type="bullet"><item>Array (like <em>string[], int[], MyProduct[], object[]</em>...)</item><item>2D-Array (like <em>double[,], string[,], MyProduct[,], object[,])</em></item><item>ArrayList</item><item>ICollection (like <em>List <span lang="EN-CA" style="FONT-SIZE: 10.5pt; FONT-FAMILY: &amp;quot;Segoe UI&amp;quot;,sans-serif; LINE-HEIGHT: 107%; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-ansi-language: EN-CA; mso-fareast-language: FR-CA; mso-bidi-language: AR-SA" xml:lang="EN-CA">&lt;string&gt;, List&lt;MyProduct&gt;, ObservableCollection&lt;MyProduct&gt;, Array&lt;int&gt;,</span></em> ...)</item><item>IDictionary (like <span lang="EN-CA" style="FONT-SIZE: 10.5pt; FONT-FAMILY: &amp;quot;Segoe UI&amp;quot;,sans-serif; LINE-HEIGHT: 107%; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-ansi-language: EN-CA; mso-fareast-language: FR-CA; mso-bidi-language: AR-SA" xml:lang="EN-CA"><em>Dictionary&lt;int, string&gt;, Dictionary&lt;int, MyProduct&gt;,</em></span> ...)</item><item>DataTable (with DataColumns and DataRows)</item><item>DataView</item><item>CSV path/stream (a path to a CSV document or a stream based on a CSV document).</item></list></param>
<param name="options">
<para>The options when importing the data.<br />
These can be any of the following:</para>
<list type="bullet">
<item>ImportOptions</item>
<item>UserObjectImportOptions</item>
<item>DataTableImportOptions</item>
<item>CSVImportOptions.</item>
</list>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertColumns">
<summary>Inserts new <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> at a
specific index in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertRange">
<summary>Inserts an empty CellRange and allows to specify in which direction the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> located after the inserted range will be shifted.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertRows(System.Int32,System.Int32)">
<summary>Inserts new Rows at a specific index in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
<param name="rowId">The Id of the Row that is currently located where the new <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Rows</see> will be inserted. The Ids start at 0.</param>
<param name="count">The number of Rows that will be inserted. The default value is 1.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.Protect(Xceed.Workbooks.NET.WorksheetProtection,System.String)">
<summary>
<para>Protects a Worksheet by enabling or disabling specific actions.</para>
<para>This can be done with or without a password.</para>
</summary>
<param name="protection">
<para>The WorksheetProtection object that lets you select which actions can be
carried out on a protected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</para>
<para>When set to <em>null</em>, the default WorksheetProtection object will be
used, which will allow only two actions to be carried out : selecting locked and unlocked <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see>.</para>
</param>
<param name="password">
<para>The password that will be used to protect the Worksheet.</para>
<para>Note that the same password must be used to Unprotect the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. However, you can protect a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> without using a password. The default setting is, in fact, <em>null</em>, which sets no
password for the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Protection.html">Protection</see>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.RemoveDataValidation(Xceed.Workbooks.NET.DataValidation)">
<summary>Removes a specific DataValidation from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>.</summary>
<param name="dataValidation">The DataValidation that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the Worksheet and replaces all occurences of a specific value
with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the Worksheet.</returns>
<param name="searchValue">The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the Worksheet and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.</summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the Worksheet.</returns>
<param name="searchValues">The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.Unprotect(System.String)">
<summary>Unprotects a Worksheet.</summary>
<param name="password">
<para>The password that will be used to unprotect the protected Worksheet. This password must
be the same as the one set when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~Protect.html">Protect</see> method was used.</para>
<para>Note, however, that this parameter does not require a value if the Worksheet was
protected without using a password. The default value for the parameter is, in fact, <em>null</em>, which allows to unprotect a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> without the use of a password when no password was set when the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet~Protect.html">Protect</see> method was used.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteColumns(System.Int32,System.Int32)">
<summary>Determines where the deletion starts by using an Id.</summary>
<param name="columnId">The Id of the Column that is currently located where the deletion will start. Ids start at 0.</param>
<param name="count">The number of Columns that will be deleted. The default value is 1.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteColumns(System.String,System.Int32)">
<summary>Determines where the deletion starts by using a string Id.</summary>
<param name="columnId">The string Id of the Column that is currently located where the deletion will start. Ids
start at <em>A</em>.</param>
<param name="count">The number of Columns that will be deleted. The default value is 1.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteRange(System.Int32,System.Int32,System.Int32,System.Int32,Xceed.Workbooks.NET.DeleteRangeShiftType)">
<summary>Deletes a CellRange using <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Ids to identify the
range and allows to specify in which direction the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> located after the deleted range will
be shifted.</summary>
<param name="startingRowId">The Id of the Row that corresponds to the topmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> that will be
deleted.</param>
<param name="startingColumnId">The Id of the Column that corresponds to the leftmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> that
will be deleted.</param>
<param name="endingRowId">The Id of the Row that corresponds to the bottommost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> that will be
deleted.</param>
<param name="endingColumnId">The Id of the Column that corresponds to the rightmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> that
will be deleted.</param>
<param name="shiftType">Specifies the DeleteRangeShiftType.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.DeleteRange(System.String,System.String,Xceed.Workbooks.NET.DeleteRangeShiftType)">
<summary>Deletes a CellRange using <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Addresses</see> to identify the
range and allows to specify in which direction the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> located after the deleted range will
be shifted.</summary>
<param name="startingCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is located at the start of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> that will be deleted.</param>
<param name="endingCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is located at the end of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> that will be deleted.</param>
<param name="shiftType">Specifies the DeleteRangeShiftType.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertColumns(System.Int32,System.Int32)">
<summary>Determines where the new Columns will be inserted by using an Id .</summary>
<param name="columnId">The Id of the Column that is currently located where the new <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> will be inserted. Ids start at 0.</param>
<param name="count">The number of Columns that will be inserted. The default value is 1.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertColumns(System.String,System.Int32)">
<summary>Determines where the new Columns will be inserted by using a string Id.</summary>
<param name="columnId">The string Id of the Column that is currently located where the new <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Columns</see> will be inserted. Ids start at <em>A</em>.</param>
<param name="count">The number of Columns that will be inserted. The default value is 1.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertRange(System.Int32,System.Int32,System.Int32,System.Int32,Xceed.Workbooks.NET.InsertRangeShiftType)">
<summary>Inserts an empty CellRange using <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> &amp; <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> Ids to identify where
the range will be inserted and allows to specify in which direction the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> located after the
inserted range will be shifted.</summary>
<param name="startingRowId">The Id of the Row that is currently located where the topmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> of the inserted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will
be located.</param>
<param name="startingColumnId">The Id of the Column that is currently located where the leftmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> of the inserted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>
will be located.</param>
<param name="endingRowId">The Id of the Row that is currently located where the bottommost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Row.html">Row</see> of the inserted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see> will
be located.</param>
<param name="endingColumnId">The Id of the Column that is currently located where the rightmost <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Column.html">Column</see> of the inserted <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellRange.html">CellRange</see>
will be located.</param>
<param name="shiftType">Specifies the InsertRangeShiftType.</param>
</member>
<member name="M:Xceed.Workbooks.NET.Worksheet.InsertRange(System.String,System.String,Xceed.Workbooks.NET.InsertRangeShiftType)">
<summary>Inserts an empty CellRange using <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see><see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell~Address.html">Addresses</see> to identify where
the range will be inserted and allows to specify in which direction the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cells</see> located after the
inserted range will be shifted.</summary>
<param name="startingCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is currently located where the top left corner of the inserted range will be located.</param>
<param name="endingCellAddress">The Address of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Cell.html">Cell</see>
that is currently located where the bottom right corner of the inserted range will be located.</param>
<param name="shiftType">Specifies the InsertRangeShiftType.</param>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Annotations">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.AnnotationCollection.html">AnnotationCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Cells">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.CellCollection.html">CellCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Columns">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ColumnCollection.html">ColumnCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.DataValidations">
<summary>Gets the DataValidations in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.DataValidationCollection.html">DataValidationCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Hyperlinks">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.HyperlinkCollection.html">HyperlinkCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Id">
<summary>Gets the current Worksheet's Id. A <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see> may contain more than one <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see>. The first Id starts at 0.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.IsProtected">
<summary>Gets if the Worksheet is currently protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.MergedCells">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.MergedCellCollection.html">MergedCellCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Name">
<summary>
<para>Gets or sets the Worksheet's name.<br /></para>
</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.PageLayout">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.PageLayout.html">PageLayout</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Pictures">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.PictureCollection.html">PictureCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Protection">
<summary>Gets the WorksheetProtection as a read-only object.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Rows">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.RowCollection.html">RowCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.SheetView">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.SheetView.html">SheetView</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.TabColor">
<summary>Gets or sets the Color for the Worksheet's tab. The default value is <em>null</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Tables">
<summary>Gets the Worksheet's <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.TableCollection.html">TableCollection</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.TabThemeColor">
<summary>Gets or sets the ThemeColor that the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will use on its tabs. The default value is <em>null.</em></summary>
</member>
<member name="P:Xceed.Workbooks.NET.Worksheet.Visibility">
<summary>Gets or sets how a Worksheet is displayed. The default setting is<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetVisibility~Visible.html">Visible</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Add">
<summary>This method allows to add a Worksheet to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Contains(System.String)">
<summary>Returns <em>true</em> if the WorksheetCollection contains a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> with the name ?worksheetName?; returns <em>false</em> otherwise.</summary>
<returns>
<em>true</em> if the Worksheet is found; <em>false</em> otherwise.</returns>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Copy">
<summary>This method is used to create a copy of a specific worksheet. The worksheet to be copied can be specified by its index, name or by using the Worksheet object itself.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Insert">
<summary>Adds a new Worksheet at the designated location.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move">
<summary>Moves a Worksheet or a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see> to a selected location in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Remove">
<summary>Removes the Worksheet from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> and offsets the index of the other <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see> toward the deleted element.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.RemoveAt(System.Int32)">
<summary>Removes a Worksheet from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> by using an index to locate it in the collection.</summary>
<param name="worksheetIndex">The index that corresponds to the Worksheet that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Add(Xceed.Workbooks.NET.WorksheetVisibility)">
<summary>Adds a Worksheet to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> and sets how it is displayed.</summary>
<param name="visibility">Determines how the added Worksheet is displayed. The default
setting is <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetVisibility~Visible.html">Visible</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Add(System.String,Xceed.Workbooks.NET.WorksheetVisibility)">
<summary>Adds a Worksheet to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using a string and then sets how it is displayed.</summary>
<param name="sourceWorksheetName">Identifies the Worksheet that will be added to the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> by using a string that corresponds to its name.</param>
<param name="visibility">Sets how the added Worksheet is displayed. The default setting is<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetVisibility~Visible.html">Visible</see>.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Insert(System.Int32,System.String)">
<summary>Uses an index as the target location.</summary>
<param name="destinationWorksheetIndex">The index that corresponds to the location where the new Worksheet will be placed.</param>
<param name="worksheetName">The Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> that will be added.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Insert(System.String,System.String)">
<summary>Uses the Name of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> as the target location.</summary>
<param name="destinationWorksheetName">The Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> that is currently located where the new <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be placed.</param>
<param name="worksheetName">The Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> that will be added.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Insert(Xceed.Workbooks.NET.Worksheet,System.String)">
<summary>Uses a specific Worksheet as the target location.</summary>
<param name="destinationWorksheet">The Worksheet that is currently located where the new <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be placed.</param>
<param name="worksheetName">The Name of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> that will be added.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(System.Int32,System.Int32)">
<summary>Moves a Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using Ids to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to move &amp; its insertion point.</summary>
<param name="sourceWorksheetIndex">The index corresponding to the Worksheet that will be moved.</param>
<param name="destinationWorksheetIndex">The Id of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(System.Int32,System.String)">
<summary>Moves a Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using an Id to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to move &amp; the name of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to determine the insertion point.</summary>
<param name="sourceWorksheetIndex">The index corresponding to the Worksheet that will be moved.</param>
<param name="destinationWorksheetName">The name of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(System.Int32,Xceed.Workbooks.NET.Worksheet)">
<summary>Moves a Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using an Id to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to move &amp; a specific <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> as the insertion point.</summary>
<param name="sourceWorksheetIndex">The index corresponding to the Worksheet that will be moved.</param>
<param name="destinationWorksheet">The Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(System.String,System.Int32)">
<summary>Moves a Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using a string to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to move &amp; an Id to determine its insertion point.</summary>
<param name="sourceWorksheetName">The name of the Worksheet that will be moved.</param>
<param name="destinationWorksheetIndex">The Id of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(System.String,System.String)">
<summary>Moves a Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using strings to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to move &amp; its insertion point.</summary>
<param name="sourceWorksheetName">The name of the Worksheet that will be moved.</param>
<param name="destinationWorksheetName">The name of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(System.String,Xceed.Workbooks.NET.Worksheet)">
<summary>Moves a Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using a string to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to move &amp; a specific <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> as the insertion point.</summary>
<param name="sourceWorksheetName">The name of the Worksheet that will be moved.</param>
<param name="destinationWorksheet">The Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(Xceed.Workbooks.NET.Worksheet,System.Int32)">
<summary>Moves a specific Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> and uses an Id to determine its insertion point.</summary>
<param name="sourceWorksheet">The Worksheet that will be moved.</param>
<param name="destinationWorksheetIndex">The Id of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(Xceed.Workbooks.NET.Worksheet,System.String)">
<summary>Moves a specific Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> and uses a string to determine its insertion point.</summary>
<param name="sourceWorksheet">The Worksheet that will be moved.</param>
<param name="destinationWorksheetName">The name of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(Xceed.Workbooks.NET.Worksheet,Xceed.Workbooks.NET.Worksheet)">
<summary>Moves a specific Worksheet into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> and targets another <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> as the insertion point.</summary>
<param name="sourceWorksheet">The Worksheet that will be moved.</param>
<param name="destinationWorksheet">The Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(Xceed.Workbooks.NET.WorksheetRange,System.Int32)">
<summary>Moves a WorksheetRange into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using an Id to determine the insertion point.</summary>
<param name="sourceWorksheetRange">The WorksheetRange that will be moved.</param>
<param name="destinationWorksheetIndex">The Id of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(Xceed.Workbooks.NET.WorksheetRange,System.String)">
<summary>Moves a WorksheetRange into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using the name of a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to determine the insertion point.</summary>
<param name="sourceWorksheetRange">The WorksheetRange that will be moved.</param>
<param name="destinationWorksheetName">The name of the Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Move(Xceed.Workbooks.NET.WorksheetRange,Xceed.Workbooks.NET.Worksheet)">
<summary>Moves a WorksheetRange into a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using a specific <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> to determine the insertion point.</summary>
<param name="sourceWorksheetRange">The WorksheetRange that will be moved.</param>
<param name="destinationWorksheet">The Worksheet that is currently located where the selected <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see> will be moved.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Remove(System.String)">
<summary>Removes a Worksheet from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> using a string to identify the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> that needs to be removed.</summary>
<param name="sourceWorksheetName">The name of the Worksheet that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Remove(Xceed.Workbooks.NET.Worksheet)">
<summary>Removes a Worksheet from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see> by identifying the specific <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> that needs to be removed.</summary>
<param name="worksheet">The Worksheet that will be removed.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetCollection.Remove(Xceed.Workbooks.NET.WorksheetRange)">
<summary>Removes a WorksheetRange from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>.</summary>
<param name="worksheetRange">The WorksheetRange that will be removed.</param>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetCollection.Count">
<summary>Gets the number of Worksheet in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>. The default is one <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> per <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Workbook.html">Workbook</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetCollection.Item(System.Int32)">
<summary>
<para>Gets the Worksheet element that is located at the specified Id.</para>
<para>The first worksheet starts at 0.</para>
</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetCollection.Item(System.String)">
<summary>Gets the Worksheet element that has the specified worksheet name.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetCollection.Item(System.Int32,System.Int32)">
<summary>Gets a WorksheetRange from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>, using Ids to identify the starting and ending points of the range.</summary>
<param name="startWorksheetId">The Id of the Worksheet that is used as the starting point of the range.</param>
<param name="endWorksheetId">The Id of the Worksheet that ends the range.</param>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetCollection.Item(System.String,System.String)">
<summary>Gets a WorksheetRange from the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetCollection.html">WorksheetCollection</see>, using names to identify the starting and ending points of the
range.</summary>
<param name="startWorksheetName">The name of the Worksheet that is used as the starting point of the range.</param>
<param name="endWorksheetName">The name of the Worksheet that ends the range.</param>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowDeleteColumns">
<summary>Gets or sets if deleting Columns is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowDeleteRows">
<summary>Gets or sets if deleting Rows is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowEditObjects">
<summary>Gets or sets if editing objects like Pictures, <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Note.html">Notes</see> or <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Comment.html">Comments</see> is allowed when a
<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowFormatCells">
<summary>Gets or sets if modifying the formatting of Cells is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowFormatColumns">
<summary>Gets or sets if modifying the formatting of Columns is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowFormatRows">
<summary>Gets or sets if modifying the formatting of Rows is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowInsertColumns">
<summary>Gets or sets if inserting Columns is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowInsertHyperlinks">
<summary>Gets or sets if inserting Hyperlinks is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowInsertRows">
<summary>Gets or sets if inserting Rows is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowSelectLockedCells">
<summary>Gets or sets if selecting locked Cells is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowSelectUnlockedCells">
<summary>Gets or sets if selecting unlocked Cells is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>true</em>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetProtection.AllowUseAutoFilter">
<summary>Gets or sets if using AutoFilter is allowed when a <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheet</see> is protected. The default value is <em>false</em>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetRange.CalculateFormulas">
<summary>Triggers CalculateFormulas for all of the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see>.</summary>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetRange.Clear(Xceed.Workbooks.NET.ClearOptions)">
<summary>Clears specific elements in the range.Clears specific elements in the WorksheetRange.</summary>
<param name="clearOptions">Sets the options that determine which elements are cleared from the range. The default setting is All.<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.ClearOptions.html">All</see></param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetRange.ReplaceContent(System.Object,System.Object)">
<summary>Searches into the content of the range and replaces all occurences of a specific value with a new value.Searches into the content of the range and replaces all occurences of a specific value with a new value.</summary>
<returns>The total number of instances of the searchValue that were replaced within the content of the range.The total number of instances of the searchValue that were replaced within the content of the range.</returns>
<param name="searchValue">The value that will be searched for.The value that will be searched for.</param>
<param name="newValue">The value that will replace all found instances of the searchValue.The value that will replace all found instances of the searchValue.</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetRange.ReplaceContents``2(System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEnumerable{``1})">
<summary>Searches into the content of the RangeBase and replaces all instances of the
<em>SearchValues</em> with their corresponding <em>NewValues</em>.<em>SearchValues</em><em>NewValues</em></summary>
<returns>Returns how many instances of the <em>searchValues</em> were replaced within the content of the RangeBase.<em>searchValues</em></returns>
<param name="searchValues">The values that will be searched for.The values that will be searched for.</param>
<param name="newValues">
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
<para>The values that will replace all found instances of the <em>searchValues</em>.</para>
<para>
<br />
Note that the replacement will respect the position of the data in the <em>searchValues</em> &amp; will follow the established order when replacing said data
with the corresponding <em>newValues</em>.</para>
</param>
</member>
<member name="M:Xceed.Workbooks.NET.WorksheetRange.ToString">
<summary>Returns a string that represents the current object.</summary>
<returns>A string that represents the current object.</returns>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetRange.Count">
<summary>Gets the number of items in the range.<see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see></summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetRange.TabColor">
<summary>Gets or sets the TabColor of all the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetRange.TabThemeColor">
<summary>Gets or sets the TabThemeColor of all the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see>.</summary>
</member>
<member name="P:Xceed.Workbooks.NET.WorksheetRange.Visibility">
<summary>Gets or sets the Visibility of all the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.Worksheet.html">Worksheets</see> in the <see cref="Xceed.Workbooks.NET~Xceed.Workbooks.NET.WorksheetRange.html">WorksheetRange</see>.</summary>
</member>
</members>
</doc>